/* Global */

body { 
	margin: auto;
	background-color: black;
	background-repeat: no-repeat;
	background-position: top 73px; 
} 

html:not([lang*=""]) body{
	margin: auto;
	background-color: black;
	background-repeat: no-repeat;
	background-position: top center; 
} 

#global{
	z-index: 1;
}


/* Contenu */

#contenu{
	z-index: 10;
	top: 0px;
	height: auto;
	width: 465px;
	margin: auto;
	left: 345px;
	position: absolute;
	font-family: "arial";
	font-size: 13px;
/*	border-style: solid;
	border-width: 1px;*/
}

*html #contenu{
	z-index: 10;
	top: 0px;
	height: 100%;
	width: 465px;
	margin: auto;
	left: 345px;
	position: absolute;
	font-family: "arial";
	font-size: 14px;
}

/* Menu principal */


#menu {
	margin-top: 10px;
	margin-left: 10px;
	font-family: "verdana";
	font-size:12px;
}

#menu a{ 
	text-decoration:none ;
	color: black;
}

#menu a:hover{text-decoration:underline ;}


/* Affichage gauche */

#gauche {
	background: white;
	top: 0px;
	position: absolute;
	float: left;
	left: 110px;
	width: 220px;
/*	border-style: solid;
	border-width: 1px;*/
}


/* Affichage droit */

#droite {
	top: 0px;
	position: absolute;
	float: right;
 	left: 825px;
	width: 200px;
/*	border-style: solid;
	border-width: 1px;*/
}

*html #droite {
	margin: 0;
	padding: 0;
	width: auto;
	overflow: hidden;
}

#doubledroite{
	top: 126px;
	position: absolute;
	float: right;
 	left: 1029px;
	width: 51px;
}

#doubleDfond{
	background: white;
}

#DblocK{
	background: white;
	list-style-type:none;
	margin:0px;
	text-align:left;
	padding-bottom:0;
	width:200px;
	color: #236B8E;
}

*html #DblocK{
	background: white;
	list-style-type:none;
	margin:0px;
	text-align:left;
	padding-bottom:0;
	width:200px;
	color: #236B8E;
	margin-top: -5px;	
}

#menuD{
	font-family: "verdana";
	font-size: 13px;
}

#menuD a:hover{text-decoration:underline ;}

#rappel{
	z-index: -5;
}

a{
	text-decoration:none ;
	color: #2A8CEF;
}

/* generic bullet list */
ul.bulletList {
	font-family: "verdana";
	font-size:12px;
	color:black;
	list-style-type:none;
	margin:0px;
	padding:5px 5px 5px 0px;
	text-align: justify;
	/* width:250px; */
}

ul.bulletList li {
	line-height:14px;
	margin-bottom:0px;
	padding:0px 10px 10px 20px;
}


ul.bulletList li a {color:#739C11;font-weight:bold;}

ul.bulletList li a:hover {text-decoration:underline;}

ul.bulletList li.savoirplus {
	margin:0px;
	padding:3px 10px 15px 30px;
}

/* savoir plus */

ul.ValidList li.savoirplus {
	color:#6A6A6A;
	margin:0px;
	padding:14px 20px 20px 15px;
	font-weight:normal;

}

ul.ValidList li.savoirplus a{
	color:#6A6A6A;
	font-weight:normal;
}

img{
	border: none; 
}
	
#transparent{
	opacity: 1;
	filter:alpha(opacity=100);  
	background: white;
	position: absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:auto;
}

*html #transparent{
	opacity: 1;
	filter:alpha(opacity=100);  
	background: white;
	position: absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height: 100%;
}

#news{
	font-size: 10px;
	font-family: "arial";
	text-align: justify;
}

#texte{
	margin: 15px;
	text-align: justify;
}

#texte a{ 
	text-decoration: underline;
	color: black;
}




