/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

.special{
	margin:0px;
	background-color:#00141F;
	background-repeat:repeat-x;
	line-height:20px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/background.jpg);

}
a{
	text-decoration:none;
	color:#9C0;
}
a:hover{
	text-decoration:none;
	color:#4087B5;
}
a.mail{
text-decoration:none;
color:#999999;
}
a.mail:hover{
text-decoration:none;
color:#666666;
}
a.mail_top{
text-decoration:none;
color:#E7BD16;
font-style:italic;
font-weight:bold;
}
a:hover.mail_top{
text-decoration:none;
color:#FFFFFF;
font-style:italic;
font-weight:bold;
}

#conteneur{
	width: 990px;
	height:130px;
	margin:0px auto;
	
	
}

.logo_head{
	position:absolute;
}
#gauche{
	/*margin-left:70px;*/
	width:475px;
	/*padding-top:35px;*/
	padding-bottom:35px;
	padding-top:80px;
	float:left;
}
#droite{
	width:475px;
	/*padding-top:35px;*/
	float:left;
	padding-top: 80px;
}
.liste {
	margin-top:0px;
	
	
}
.bas{
	margin-left:15px;
	color:#FFF;
	text-align:left;
}

.bas p{
	margin-left:3px;
}
.basleft {
	margin-left:30px;
	color:#FFF;
	text-align:left;
	margin-top: 40px;
}

li{
	list-style-type:square;
}
.separateur{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AFBD20;
}

#content{
	/*height:357px;*/

	background-image:url(../images/backVille.jpg);
	background-repeat:no-repeat;
	padding-right:0px;
	width: 990px;
	margin:0px auto;
	background-position: center bottom;


}
#contenText {
	/*height:357px;*/

	background-image:url(../images/backVilleEteint.jpg);
	background-repeat:no-repeat;
	padding-right:0px;
	width: 990px;
	margin:0px auto;
	background-position: center bottom;
}
#fixe{
	background-color:#00141F;
	
}
#wood {
	color:#ffffff;
	background-color:#000000;
	background-image:url(../images/backBois.jpg);
	background-repeat:repeat;
}
#content_wood {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.bordure {
	background-color: #FFF;
	padding: 5px;
}

#footer{
	color:#999;
	padding-bottom:50px;
	background-color:#000000;
	background-image:url(../images/backVert.jpg);
	background-repeat:repeat;
	
}

#content_footer{
	width: 570px;
	background-color: #323603;
	background-image: url(../images/backFeuille.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 75px;
	padding-right: 75px;
	padding-bottom: 95px;
	padding-left: 300px;
	
	
}
h1{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#AFBD20;
	font-weight:bold;
	font-size:24px;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#AFBD20;
	font-weight:bold;
	font-size:16px;

	
	}

h3{
	color:#AFBD20;
	font-weight:bold;
	font-size:14px;
	margin-left:5px;
}
h4{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	margin-top:5px;
	padding-bottom:4px;
}
h5{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#AFBD20;
	font-weight:bold;
	font-size:18px;
	margin-top:5px;
	margin-left:15px;

}

/* Menu */

#menu {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/backMenu.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 5px;
	width: 680px;
	float: right;
	padding-left: 85px;
	margin-top: 40px;
}


#menu ul {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#menu li {
	display: inline;
	width: 80px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	background-image: url(../images/bulletMenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu a:hover {
	display: block;
	text-decoration: none;
	color: #AFBD20;
	font-weight: bold;
	background-image: url(../images/bulletMenuOv.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#menu .active a {
	background-color: #173F58;
}

