body
{
	
	margin: 0;
	width:100%;
	height:100%;
	text-align:center;
	background-color: #000000;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	color: black;
	font-size:12px;
}

#bandeau-photos
{
	width: 1000px;
	margin:auto;
	text-align:center;
}
#menu
{
	clear:both;
}
.photo-bandeau1
{
	float:left;
	width:203px;
	height:148px;
	margin-right:62px;
	margin-bottom:30px;
}
.photo-bandeau2
{
	float:left;
	width:203px;
	height:148px;
	margin:0;
	margin-bottom:30px;
}
img
{
	border:none;
}
.photo-bandeau1 img, .photo-bandeau2 img
{
	border:1px solid black;
}

#menu
{
    font-weight : normal;
    font-family : Arial;
    font-size : 12px; 
	border:none;
}
#menu, #menu ul     
{
    padding : 0; 
    margin : 0; 
    list-style : none; 
    line-height : 21px; 
    text-align : center; 
}

#menu a
{
    display : block; 
    padding : 0; 
    background-color:#d0dce0;        
    color : black; 
    text-decoration : none; 
    width : 124px; 
}
#menu a:hover 
{
    color: #d0dce0; 
    background: #016780; 
}

#menu li       
{ 
    float : left; 
    border-right : 1px solid #fff; 
}

html>body #menu li
{
    border-right: 1px solid transparent ; 
}

#menu li ul 
{ 
    position: absolute; 
    width: 124px; 
    left: -999em; 
}

#menu li ul li 
{
    border-top : 1px solid #fff; 
}

html>body #menu li ul li                
{
    border-top : 1px solid transparent; 
}

#menu li ul ul 
{
    margin    : -22px 0 0 124px ;
    border-left     : 1px solid #fff ;      
}

html>body #menu li ul ul                
{
    border-left     : 1px solid transparent ;
}

#menu li:hover ul ul, #menu li.sfhover ul ul 
{
    left: -999em; 
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  
{
    left: auto;
    min-height: 0;
}
#corps
{
	text-align:justify;
	font-size:12px;
	padding:20px;
	padding-right:0;
	padding-left:0;
}

.orange
{
	color:#ff6600;
}
.rouge
{
	color:#c60404;
}
#footer
{
	color:#F5F5F5;
	font-size:11px;
	text-align:center;
}
.separateur
{
	margin-right:20px;
	margin-left:20px;
}
