/*============================================================*/
/*Generale ===================================================*/
body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size:10;
	color:#000000;	
}
div {
	font-family: Verdana;
	font-size:10px;
	color:#000000;
}

option, select{
	font-family:Arial;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
}
select{
	border:1px solid #000000;
	background-color:#FFFFFF;
}
input{
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	background-color:#000000;
	border:1px solid #000000;
}
div.moreinfos{
	height:15px;
	width:60px;
	padding-top:3px;
	margin-top:10px;
	text-align:center;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	background-color:#000000;
}
/*============================================================*/
/*Corps General ==============================================*/
div.corps{
	width:875px;
	font-family: verdana;
	font-size:10;
	color:#000000;
	text-align:left;
}

div.navigation{
	width:705px;
	text-align:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	float:left;
	margin-bottom:5px;
}

div.language{
	width:170px;
	text-align:right;
	margin-bottom:5px;
	float:left;
}

/*============================================================*/
/*Texte Generaux =============================================*/
.texteBoldRouge{
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	color:#E2001A;
}
.texteBold{
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
/*============================================================*/
/*DIV Tiroir =================================================*/
div.tiroirJaune {
	margin-bottom:10px;
}

div.tiroirJaune a:link, div.tiroirJaune a:active, div.tiroirJaune a:visited {
	height:10px;
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	background-image:url(../medias/flecheFondJaune.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;	
	padding-left:13px;
}

div.tiroirJaune a:hover{
	text-decoration:underline;
	background-position:0px 0px;	/*ajouter -30px lors du clic*/
}
div.tiroirBlanc {
	width:862px;
	height:23px;
	padding-top:7px;
	border-top:1px solid #D8D8D8;
	background-image:url(../medias/flecheFondBlanc.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;	
	padding-left:13px;
	clear:both;
}

div.detail{
	font-family: Verdana;
	font-size:10px;
	font-weight:normal;
}
/*============================================================*/
/*Pied de pages ==============================================*/

div.footer{
	width:875px;
	padding-top:7px;
	border-top:1px solid #D8D8D8;
	text-align:right;
	clear:both;
	}
