/* CSS Document */

body {
text-align:center;
font-family:arial,verdana;
font-size:12px;
color:#535353;
background-color:#dcdcdc;
margin:0px;
padding:0px;
}

#conteneur {
width:800px;
margin-left:auto; 
margin-right:auto;
overflow:hidden;
}

#headmenu {
height:50px;
width:800px;
margin-left:auto; 
margin-right:auto;
text-align:center;
font-family:arial,verdana;
font-size:13px;
color:#000000;
}

#gauche {float:left; width:350px; height:50px; line-height:50px;}

#titre {width:100px; float:left; line-height:50px;}

#droite {width:350px; line-height:50px; float:left}



#centre {
height:520px;
width:800px;
}

#colonne1 {
width:335px;
height:520px;
float:left;
text-align:justify;
font-family:times,verdana;
font-size:12px;
color:#000000;
}

#colonne2 {
width:130px;
height:520px;
float:left;
}

#colonne3 {
width:335px;
height:520px;
float:left;
}


a {font-size:11px; color:#97abbc; text-decoration:none;}
a:visited {font-size:11px; color:#97abbc; text-decoration:none;}
a:hover {font-size:11px; color:#97abbc; text-decoration:none;}
a:active {font-size:11px; color:#313131; text-decoration:none;}

a img {border:0; filter:alpha(opacity=50); -moz-opacity: 0.5; opacity:0.50;}
a img:hover {border:0; filter:alpha(opacity=100); -moz-opacity: 1;opacity:1;}

.photo {border:#000000 solid 5px;}