/* CSS Document */
html,body {
margin: 0;
padding: 0;
background: #F9EED8;
font: 10px verdana, arial, sans-serif;
  text-align: center;
}
#global{
border: 1px solid gray; 
position: relative; 
     margin-left: auto;
     margin-right: auto;
     width:800px;
     text-align: left;
	 background:#fff;
}
p ,h1,h2,h3{margin:0;}
img{border:0;}
a{
color: #000;
text-decoration: none;
}
label { cursor : pointer; }
.small{font-size:9px;}
/*------------------------------------------------------------------------- header*/
#header{background:url(medias/top_r.jpg);
background-repeat:no-repeat;
background-position:top right;

}
#titre1{
position:absolute;
top:30px;
left:250px;
}
h1{font-size:16px;color:#663300;}
#titre2{
position:absolute;
top:30px;
left:500px;
}
h2{font-size:14px;
font-weight:500;
font-style:italic;
}
/*------------------------------------------------------------------------- menu*/
#menu_bar{
height:22px;
background:url(medias/fond_menu.jpg);
background-repeat:no-repeat;
background-position:left;
background-color:#fff;
}
#menu{
width:612px;
text-align:center;
float:left;
margin-top:5px;
}
#menu a{
font-size:11px;
}
#menu a:hover{
font-weight:bold;
}
/*------------------------------------------------------------------------- colone de gauche et droite*/
#left_col,#right_col{min-height:500px;}
#left_col{
width:188px;
float:left;
background-color:#fff;
}
#text_acc,#text_pro{margin:10px;}
#text_acc p{margin:5px;}
#text_pro a:hover{text-decoration:underline;}
#text_pro a, #left_col{color:#630;}
#right_col{
width:612px;
float:left;
background:#eaeff4;
height:500px;
}
html>body #right_col{height:auto;}
/*------------------------------------------------------------------------- contenu*/
#cont{margin:10px;}

#thumbs{ width:540px; margin-left:30px;}
#thumbs .thb{ float:left; margin:5px;}
.navBar{clear:left;text-align:center;padding-top:10px;}

.grosTitre{
margin-bottom:5px;
margin-top:20px;
color:#630;
font-weight:bold;
font-size:14px;
}
.sousTitre{
color: #265AA5;
font-weight:bold;
font-size:11px;}
.alert{
margin:40px;
font-weight:bold;
text-align:center;
}
#contact{margin-left:40px;}

#mentions .sousTitre{ margin-top:10px;}
#mentions a{ font-weight:bold;}
/*------------------------------------------------------------------------- actu*/
#actu dl{margin-top:30px;}
#actu dd{margin-top:10px;}