/* 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-image:url(../images/bg_header.jpg);
	
	background-color:#6F7376;
	background-repeat:repeat-x;
	line-height:20px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:none;
	color:#92DCF5;
}
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:57px;
	margin:0px auto;
	
	
}
#gauche{
	/*margin-left:70px;*/
	width:380px;
	/*padding-top:35px;*/
	padding-bottom:35px;

	padding-top:240px;
	float:left;
}
#droite{
	width:575px;

	/*padding-top:35px;*/
	float:left;
}
.liste {
	margin-top:0px;
	
	
}
.bas{
margin-left:15px;
color:#3A6574;
text-align:justify;
}
.bas2{
margin-left:40px;
color:#333333;
}
li{
	list-style-type:square;
}
.separateur{
	float:left;
	background-image:url(../images/separateur.jpg);
	background-repeat:no-repeat;
	width:5px;
	height:300px;
	margin-left:50px;
	margin-right:50px;
}
#menu{
float:right;
height:40px;
margin-top:15px;

}
#menu a{ 
color:#FFFFFF;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
padding:15px;
padding-bottom:0px;
padding-top:2px;
margin:0px;



}
#menu a:hover{ 
 color:#92DCF6;

 font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
border-bottom:#92DCF5 1px dotted;
border-top:#92DCF5 1px dotted;
padding-top:2px

padding:15px;
padding-bottom:2px;
margin:0px;


}
#content{
	/*height:357px;*/

	background-image:url(../images/nuage.jpg);
	background-repeat:no-repeat;
	padding-right:0px;
	width: 985px;
	margin:0px auto;
	background-position: -6px 29px;


}
#fixe{
	background-color:#E9F1F4;
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-x; 
	background-position:top;
	
}
#footer{

	color:#ffffff;
	height:75px;
	padding-bottom:50px;
	background-color:#000000;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	
}
#content_footer{
	width: 965px;
	padding-top:25px;
	
	padding-left:28px;
	
	margin:0px auto;
	
	
}
.logo_head{
	position:absolute;
	z-index:99;
}
h1{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#3A6574;
	font-weight:bold;
	font-size:24px;
	margin-left:15px;
}
h2{

font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#3A6574;
	font-weight:bold;
	font-size:16px;

	
	}
h3{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:17px;
	margin-top:5px;
	margin-left:15px;
}
h4{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	font-size:24px;
	margin-top:5px;
	margin-left:40px;
	padding-bottom:4px;
	border-bottom:#386271 dotted 1px;
}
h5{
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	font-size:18px;
	margin-top:5px;
	margin-left:15px;

}
.sous_titre{
font-size:14px;
color:#3A6574;
}
.couleur{
color:#3A6574;
}

.image{

width: 601px; 
height: 418px;
/*background: url(../images/image1.jpg) no-repeat;*/
}

