/*GLOBAL*/

* {margin: 0; padding: 0; border: 0;}

body {
vertical-align: top;
font-family: Georgia;
font-variant:normal;
font-size: 9pt;
color: #333;
line-height: 1.2em;
background-image: url(../img/bg.gif);
}

/* BOX */

#conteneur {
position: absolute;
top : 20px;
width: 780px;
left: 50%;
margin-left: -390px;
background-color: #fff;
border: 1px solid #808080;
background-image: url(../img/container_bg.gif);
background-repeat:repeat-y ;
background-position: center;
}

#header{
height: 90px;
}

#logohome{
float:left;
width: 180px;
height: 90px;
background-image:url(../img/logoanim.gif);
background-repeat:no-repeat;
background-position: left center;
}

#pub{
position:absolute;
top:20px;
left:220px;
width:340px;
height:90px;
}

#date{
position :absolute;
width:170px;
top: 10px;
right: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align: center;
}

#gauche {
position:absolute;
left: 0px;
width: 180px;
}

#centre {
/* largeur 420px largeur img max 340*/
margin: 0px 180px 0px 180px;
padding:0px 40px 0px 40px;
}

#droite {
position:absolute;
width: 170px;
right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#pied {
height: 20px;
padding-top:5px;
background-color: #E9E6D9;
border-top: 1px solid #808080;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#8A8075;
text-transform:uppercase;
}

#mail, #telephone{width:170px; float:left;}

/*TEXTES*/

#centre a, #droite a{
text-decoration:underline;
color:#cc9966;
}
#centre a:hover, #droite a:hover{
text-decoration:none;
background-color:#cc9966;
color:#fff;
}
p{
margin:10px 0px;
}


#centre H1{
font-size: 3em;
line-height: 0.8em;
margin: 20px 0px;
text-align: center;
}

#centre H2{
font-family: Trebuchet MS;
font-size: 1.5em;
line-height: 1em;
}

H3{
font-family: Trebuchet MS;
font-size: 1.2em;
line-height:1.25em;
margin-bottom:5px;
}

HR{
background: #fff; width: 100%; height:1px; border: 1px dashed #ccc;
margin: 8px 0px 8px 0px !important;
margin: auto;}

/* casse et graisse*/
.bold{font-weight: bold;}
.italic{font-style: italic;
letter-spacing:0.05em;}
.smallcap{font-variant: small-caps;}
.capitalize{text-transform:uppercase;}

/* mise en page */
.left{float: left;}
.right{float: right;}
.textright{text-align: right;}
.textleft{text-align: left;}
.bottom{vertical-align: bottom;}
.center{text-align: center;}
.midlle{vertical-align: middle;}
.clearleft{clear: left;}
.clearright{clear: right;}
.clearboth{clear:both};

.borderleft{border-left: 1px solid #ccc ;}
.borderleftdashed{border-left: 1px dashed #ccc ;}
.borderright{border-right: 1px solid #ccc ;}
.borderrightdashed{border-right: 1px dashed #ccc ;}
.cerne{border: 1px solid #333;}


/*puce*/

	ul.moon, ul.sun{
		margin: 0;
		padding: 0;
		list-style-type: none ;
	}
	
	ul.moon li, ul.sun li{
	padding: 0px 0px 10px 25px;
	display: block;
	}
	
ul.moon li{background: url(../img/puce_moon.gif) no-repeat;
background-position: left top;}
ul.sun li{background: url(../img/puce_sun.gif) no-repeat; background-position: left top;}

/*navigation */

ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.menu a, .menu2 a, .menu3 a{
	display: block;
	width: 170px;
	height: 20px;
	margin-right:10px;
	text-indent: 10px;
	background-position: right top;
	background-repeat: no-repeat;
	text-align:left;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

.menu a{
background-image: url(../img/puce0.gif);	
}

.menu2 a{
background-image: url(../img/puce2.gif);	
}
.menu3 a{
background-image: url(../img/puce4.gif);	
}
 
.menu a:hover, menu2 a:hover, menu3 a:hover{
background-position: right top;
background-repeat: no-repeat;
}

.menu a:hover{
background-image:url(../img/puce1.gif);	
color: #8A8075;
}

.menu2 a:hover{
background-image:url(../img/puce3.gif);	
color: #996633;
}

.menu3 a:hover{
background-image:url(../img/puce5.gif);	
color: #757F8A;
}
/*COULEURS*/
.red{color:#996633;}
.redbg{background-color:#996633;}
.orange{color:#cc9966;}
.orangebg{background-color:#cc9966;}

.sable{color:#E9E6D9;}
.sablebg{background-color: #E9E6D9;}
.mediumgrey{color: #808080;}
.mediumgreybg{background-color: #808080;}
.blue{color: #757F8A;}
.bluebg{background-color: #757F8A;}
.white{color:#fff;}
.black{color:#000;}
.brown{color: #8A8075;}
.brownbg{background-color: #8A8075;}
