/* ------------------------------------
style.css
------------------------------------ */
@import url(menu.css);
@import url(gauche.css);
@import url(droite.css);
@import url(contenu.css);


body {
font-family: verdana,Arial, Helvetica;
font-size: 1em;
margin: 10px 0 0 0 ;
padding: 0;
background:#E2E2E2
}


#conteneur {
width:990px;
background-color: #FFF;
margin: 0 auto;
height:auto}



#header {
border: 0px;
width: 990px;
height:176px;
margin: 0 auto;
}

#header_square{
background: url(../images/logo.gif);
background-repeat:no-repeat;
z-index:50;
width:189px;
height:176px;
display:inline;
float:left;
border:0px
}
#header_square a{
display:block;
width:100%;
height:100%
}
#header_square a:hover{
display:block;
width:189px;
height:176px;
background: url(../images/logo_hover.gif);
}

#header_date{
background: url(../images/date.gif);
background-repeat:no-repeat;
z-index:50;
width:660px;
height:176px;
display:inline;
float:left;
}

#header_date a{
display:block;
width:660px;
height:176px;
}

#header_date a:hover{
background: url(../images/bookdates.gif);
display:block;
width:660px;
height:176px;

}
#header_d_day{
background: url(../images/d-day.gif);
background-repeat:no-repeat;
z-index:50;
width:141px;
height:176px;
display:inline;
float:left;
}

#header_d_day div{
position:relative;
top:58px;
left:30px;
width:71px;
height:44px;
color:black;
text-align:center;
font-weight:bold
}

#header_logo img {
display:inline;
float:left;
position:absolute;
border:0px;
 }




#wrapper{
border:0px solid black;
padding:0;
margin:0;
width:990px;
vertical-align:top;
float:left
}

#gauche {
background:transparent url('../images/bg_left.gif') repeat-y;
position:relative;
width:88px;
padding: 0 0 0 0;
margin: 0 0 0 0;
height:100%;
vertical-align:top
}



#centre {
background-color:#FFF;
margin: 0px 10px 0px 10px;
color: #000000;
width: 755px;/*fix IE pix*/
height:100%;
padding:5px 0px 10px 0px;
vertical-align:top
}


#droite {
position:relative;
margin:0 0 0 0;
width:141px;
background:url('../images/bg_right.gif') repeat-y 0px 0px;
height:100%;
vertical-align:top
}


#footer {
clear: both;
width:990px;
background: #009A99;
margin: 0 0 0 0;
text-align:center;
font-size:10px;
color:#000000
}

#footer a{
font-size:10px;
color:#fff;
text-decoration:none;
}
#footer a:hover{
font-size:10px;
color:#fff;
text-decoration:underline;
}
.bloc_date{
background:transparent url("../images/agenda.gif") no-repeat 0px 0px;
width:96px;
height:96px;
display:block;
position:relative;
top:0px;
left:0px
}
.bloc_date div.lejour{
left:6px;
top:8px;
position:relative;
color:#98C000;
font-weight:bold;
display:block;
padding:0;
margin:0;
}
.bloc_date div.lejour span{
font-size:20px;
}
.bloc_date div.lemois{
position:relative;
display:block;
vertical-align:top;
text-align:center;
left:0px;
top:10px;
font-size:12px;
color:#FFF;
font-weight:bold;
padding:0;
margin:0
}