/* CSS Document */

body {
	
	margin: 0;
	padding: 0;
	/*scrollbar-face-color: #F0037F;*/
	
	background-color:   #333333; 
	color: #fff;
font-family: 'Nobile', serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
	
}
img{
border: 0px;
}

#conteneur {
	background-color: #333333;
	
	width: 995px;
	height: 100%;
	margin: 0 auto;
	position:absolute;
	left: 50%;
	
	margin-left: -497px; /* moitié de la largeur */

}

#centre {	
	
	margin-left: 0px;
	
	text-align:center;
	
}
#drapeau{
position:absolute;
width:56px;
height:16px;
top:15px;
right:0px;
z-index: 4;
padding-right:10px;
}
#flash{
position:absolute;
width:995px;
height:506px;
top:0px;
right:0px;
z-index: 1;

}
#diap{
position:absolute;
margin:0;
padding:0;
width:600px;

top:105px;
left:197px;
z-index: 2;
background-color: #00CC00;
}



.diaporama{
	position:relative;
	width:600px;
	
}
ul{
	margin:0;
	padding:0;
}
.diaporama ul{
	
	margin:0;
		padding:0;
		list-style:none;

}

.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	

}


#texteO{
	color: #757575;
	
	padding-top:60px;
}
















/********************************MENU***********************************/
#menu{
position:absolute;
width:995px;
height:100px;
top:530px;
right:0px;
text-align:center;
text-transform: uppercase;
z-index:3;
}
a.lemenu{

text-decoration: none;
color: #757575;
padding-right:30px;
}
a.lemenu:hover{
background-image: url(img/plus.png) ;
background-repeat:no-repeat;

padding-left: 12px; 

padding-right:30px;
color:#fff;

}
a.lemenu2{

text-decoration: none;
color: #757575;

}
a.lemenu2:hover{
background-image: url(img/plus.png) ;
background-repeat:no-repeat;

padding-left: 12px; 

color:#fff;

}

a.sousmenu{

text-decoration: none;
color: #fff;

}

a.sousmenu:hover{
color:#000;

}
a.entrer{
text-decoration: none;
color: #cfd1d2;

}
a.entrer:hover{
color:#000;

}
br{
clear:left;
}
/********************************FIN MENU***********************************/






