body, html
{
	/*"Lucida Grande", "Lucida Sans Unicode", */
	font: 12px/1em verdana, lucida, sans-serif;
	/*f3f6ee*/
	text-align: center;
	background-color: #DFD2B3;
}

body, html, div, h1, h2, h3, h4, h5, p, ul, li, dl, dd, dt, code, pre, blockquote
{
	margin: 0;
	padding: 0;
}

ul { list-style: none; }
a { text-decoration: none; }



#wrap
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

#header
{
	height: 160px;
	background: url("header.gif") no-repeat 0 0;
}

#header a
{
display: block; width: 790px; height: 150px; margin: 0 auto; text-align: center;
}



#header h1
{
	visibility: hidden;
	/*padding: 110px 0 0 170px;---------MODIF ETIENNE*/
	color: #6E9644;
	/*0066b2*/
	font-weight: bold;
	font-variant: small-caps;
	font-size: 4.5em;
	font-family: cochin;
}

#menu
{
	width: 160px;
	padding-top: 5.4em;
	float: left;
}

#menu dl { margin: 0 0 10px 10px; }

#menu dt
{
	text-align: center;
	border: 0px /*solid #8ba065*/;
	background: #7B2021;
	color: #FFFFFF;
	/*0066b2   6E9644*/
	font-weight: bold;
	font-variant: small-caps;
	padding: 0.3em 0.2em 0.2em 0;
}

#menu dd { }

#menu ddi { text-align: center; }

#menu ddi a
{
	font-size: 11px;
	color: #444;
	font-style: italic;
}

#menu ddi img {
	float: center; 
	padding: 0px; 
	margin: 0 0 2px 0px;
	border: 0px dotted #444;
	display: block;
}

#menu dd a
{
	display: block;
	width: 99.99%; /*Hack IE5*/
	color: #444;
	font-size: 11px;
	line-height: 13px;
	padding: 5px 0 1px 14px;
	background: url("bullet.gif") no-repeat 2px 7px;
}

#menu a
 {
 voice-family: "\"}\"";
 voice-family: inherit;
 width: 135px;
 /* Tantek-hack seulement si IE6 en mode standards */
 }
 
 html>body #menu a { width: auto; }


#menu a:hover
{
	background-color: #F4F8EB;
	color: #527088;
}

#main_content
{
	margin: 0 0 0 190px;
	color: #555;
}

#main_content h1
{
	font-size: 18px;
	color: #444;
	text-align: center;
	font-weight: bold;
	margin: 0 0 1.2em;
	padding: 1.65em 0 0;

	
}

#main_content  h2
{
	font-size: 13px;
	margin:  1.5em 0 0;
	color: #444;
	padding: 0.2em 0 0.4em 0.2em;

	border-width: 1px 0 0 1px;
	clear: right;

}

table {
width : 590px;
margin : 1.5em 0 3em;
}

caption
{
font-size: 13px;
line-height : 26px;
color: #7B2021; 
font-weight: bold;
}

th {
font-size: 12px;
line-height: 17px;
background : #454;
color: white;
text-align: left;
}

td {
vertical-align: top;
}

table em {
font-size: 0.95em;
}

#main_content  h3
{
	font-size: 11px;

	margin: 0.8em 0 0.4em 1.6em;

}


#main_content  p
{
	margin: 0 0.6em 0.4em;
	font-size: 12px;
	line-height: 19px;
	text-indent: 5px;
	text-align: justify;
}

#main_content a:link{ color: #444; border-bottom: 1px dashed #444;}
#main_content a:visited { color: #444; border-bottom: 1px dashed #444;  font-weight :bold;}
#main_content a:hover{ color: #444; border: 0; }
#main_content a:active { color: #EB694A; }

strong { color: #454; }


img {
	float: center; 
	padding: 3px; 
	margin: 0 0 10px 2px;
	border: 1px dotted #444;
	}

#img td {
	 background-color: #DFD2B3;
	}

#main_content  p.qtvr, .qtvr {text-align: center; align: center;}

