/* CSS Document */
body{
	/*font-size: 12pt;
	margin: 30px 0px 0px 0px;
	font-size: 12pt;*/
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: auto;
	font-size: 12pt;
}

#lapage{
	width: 100%;
	text-align: center;
}

#contenant{
	margin: 0% 5%;
	width: auto;
	text-align: left;
}

#header{
	height: 85px;
	
}

#gauche{
	/*float: left;*/
	float: none;
}

#droite{
	display: none;
	float: none;
}

#corps{
	float: none;
}

#corpsDroite{
	/*float: left;
	width: 700px;*/
	background-color: #CC6600;
	color: #000000;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	float: none;
}

#corpsGauche{
	display: none;
	float: none;
}

#menuGauche{
	width: 130px;
	float: none;
	text-align: right;
	padding-right: 20px;
	//padding-right: 0px;
	padding-top: 25px;
}

#menuDroite{
	float: none;
}

#smenu{
	width: 140px;
	background-color: #B9C6D7;
	padding-right: 10px;
	padding-top: 25px;
	text-align: right;
	font-size: 11px;
}

#utils{
	width: 128px;
	background-color: #364C68;
	color: #B9C6D7;
	font-size: 10px;
	padding: 10px 7px 10px 15px;
	text-align: right;
}

#footer{
	text-align: right;
	font-family: Myriad, Verdana, Arial;
	color: #3f3c3d;
	padding-top: 20px;
	font-size: 9px;
	display: none;
}

#menuFooter{
 text-align: right;
}

#fix{display:none;}

#messages{
	border: 1px solid #52739D;
	padding: 10px;
	margin-top: 30px;
	text-align: left;
	color: #3F3C3D;
	font-size: 11px;
	font-family:  Myriad, Verdana, Arial;
	width: 255px;
}

#messageLien{
	padding-top: 10px;
	text-align: right;
}

#recherche{
	margin-top: 15px;
	height: 18px;
}

#txtRech{
	border: 1px solid #DAD8CF;
	background-color: #ECEAE5;
	height: 13px;
	font-size: 9px;
	color: #52739D;
	font-weight: bold;
	width: 185px;
}

#breadcrumbs{
	color: #B9C6D7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
	display: none;
}

#retourHaut{
	text-align: right;
	margin-top: 12px;
	display: none;
}

/*-----------------------------------------------------------------*/

#corpsDroite-accueil{
	float: left;
	width: 450px;
}

#corpsGauche-accueil{
	float: left;
	width: 300px;
	/*text-align: right;*/
}


.carreGauche{
	width: 148px;
	height: 148px;
	float: left;
	margin: 1px 1px 1px 0px;
}

.carreDroite{
	width: 148px;
	height: 148px;
	float: left;
	margin: 1px 1px 1px 1px;
}

#carreTexte{
	background-color: #52739D;
	width: 258px;
	height: 258px;
	margin: 1px 0px 1px 1px;
	padding: 20px;
	float: left;
	color: #fff;
}

