/*-------------------------------------------
			Styles OFFICES SETUPS
-------------------------------------------*/
/* 
 * ----------------------------------
 * Redéfinition des balises standards
 * ----------------------------------
 */
html, body {
	width: 					100%;
	height: 				100%;
	margin: 				0px;
	padding: 				0px;
	text-align: 			center;
	background-color: 		white;
}

html, body, table, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5d798f;
}

a {text-decoration: none;}

a:hover 	{text-decoration: none;}



table 		{border: 0px; padding:0px; font-size: 11px;}
td 			{border: 0px; vertical-align: top;}

img 		{border: 0px; margin: 0px; padding: 0px;}

/* 
 * ----------------------------------
 * Styles de textes
 * ----------------------------------
 */
/*INDEX*/
#fondIndex {
	background-color: #7892a9;
	background-image: url(img/fond.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#xhtml_conteneur {
	width: 603px;
	height: 537px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/fond_tab.jpg);
	text-align: left;
}

#referencement {
	padding: 20px 0px 20px 0px;
}

.lienFlash {
	padding: 12px 0px 0px 20px;
}

.lienEntrer {
	height: 48px;
	width: 301px;
	line-height:48px;
	text-align: right;
}

.lienIconeweb {
	width: 603px;
	text-align: center;
		margin-left: auto;
	margin-right: auto;
}
.lienFlash a 		{color: white;}
.lienFlash a:hover 	{color: #FDC523;}

.lienEntrer a 		{color: #FDC523; font-size: 30px; margin-right: 20px;}
.lienEntrer a:hover {color: white;}

.lienIconeweb a 		{color: white;color: #0b2f57; margin-left: auto; margin-right: auto;}
.lienIconeweb a:hover {color: white;}


/*FLASH*/
#tblconteneur {
	width: 100%;
	height: 100%;
	border: 0px;
}
#tdflash {
	width: 100%;
	height: 100%;
}
#flashcontent {
	width: 100%;
	height: 100%;
}

#baspage {
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #a3b0bc;
	text-align: center;
	background-image: url(img/baspage.gif);
	background-repeat: repeat-x;
}
