/* HTML base */

body, html{

font-family: Verdana, Geneva, sans-serif;

font-size: 12px;

line-height: 14px;

background-image: url(../img/site/bg_body.png);
background-color: #554847;

background-repeat: repeat-x;

background-position: top;

}

h1, h2, h3, h4, h5, h6, p, ul{

margin-top: 15px;

margin-bottom: 15px;

}

h1, h2, h3, h4, h5, h6{

font-weight: bold;

}
ul{
list-style: inside square;
}
div{
overflow: hidden;
}

a{

text-decoration: none;

color: #911d04;

}
label{
display: block;
float: left;
width: 125px;
}
input.submit{
margin-left: 125px;
}
textarea{
width: 350px;
height: 200px;
}



/* Local fix */

.noMargin{

margin: 0;

}

.noMarginTop{

margin-top: 0;

}

.noMarginBottom{

margin-bottom: 0;

}

.cleared{

clear: both;

}

.cache{

display: none;

}


/* divers */
#sousNav a.actif{
font-weight: bold;
}
.msg{
color: #c90000;
}



/* General blocks */

#container{

width: 960px;

margin: 0 auto;

}

#head{

height: 120px;

background-image: url(../img/site/bg_head.png);

}

#head p#logo{

display: block;

margin: 0;

margin-left: 45px;

padding-top: 13px;

}
#head p#baseline{

position: absolute;
z-index: 150;
margin: 0;
margin-left: 550px;
padding-top: 40px;
color: #554847;

}
#head p#baseline a{
color: #554847;

}

#content{
overflow: hidden;
background-image: url(../img/site/bg_content.png);

}

#news{

width: 900px;

height: 210px;

margin: 0 auto;

background-image: url(../img/site/bg_news.png);

}

#newsVisu{

float: left;

width: 570px;

height: 210px;

margin-right: 30px;

}

#newsTexte{

float: left;

width: 270px;

padding-top: 30px;

color: #fff;

}

#sideNav{

width: 900px;

height: 30px;

margin: 0 auto 30px auto;

color: #fff;

background-image: url(../img/site/bg-side-nav.png);

}

#sideNav ul{
list-style: none;

}

#sideNav li{

float: left;

}

#sideNav a{

display: block;

width: 120px;

height: 22px;

padding-top: 8px;

text-align: center;

color: #fff;

font-weight: bold;

}

#sideNav a.actif{

color: #a0aa44;

background-image: none;
 background-color: #322a2a;

}

#col1{

float: left;

width: 600px;

margin-left: 60px;

margin-right: 60px;

}

#col2{

float: left;

width: 180px;

}

#col2 .boxe{

border-bottom: 1px solid #fff;

}
#col1 #col-a{
float: left;

width: 210px;
margin-right: 30px;
}
#col1 #col-b{
width: 360px;
float: left;

}

#foot{

height: 60px;

background-image: url(../img/site/bg_foot.png);

}

/* Content col2 */

#gallery img{

border: 5px solid #fff;

}


/* Livre d'or */
#livredor .message{
border-bottom: 5px solid #ece0cd;
}


/* slider */

#slider, #slider li{ 

width:270px;

height: 150px;

height:auto; 

}

span#prevBtn{

margin-right: 15px;

}

span#nextBtn{

}

a.lienLire{

float: right;

margin-bottom: 15px;

}
/* tabs */
ul.tabNavigation {
overflow: hidden;
 border-bottom: 5px solid #ece0cd;
}

ul.tabNavigation li a {
	display: block;
	float: left;
	width: 125px;
 padding: 5px;
 margin-right: 5px;
 background-color: #ebebeb;
 color: #911d04;
 text-align: center;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
 background-color: #ece0cd;
 color: #000;
 font-weight: bold;
 padding-top: 7px;
}
