

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align:center;
	width:850px;
	margin:0 auto;
	background-image:url(./background.gif);
	background-attachment:fixed;
}


p {
	margin: 0 0 10px 0;
	text-align:justify;
}
#header {
	background-color:#FFFFFF;
}

#headerbloc1 {
	height:80px;
	float:left;
	width: 160px;
	background-image:url(./logo.png);
	background-repeat:no-repeat;
}
#headerbloc2 {
	height:80px;
	float:right;
	width: 80px;
	background-color:#ffffff;
}
#headerbloc3 {
	
	height:80px;
	margin-left: 179px;/*165*/
	margin-right:93px;/*113*/
	background-color:#ffffff;
	text-align:center;
	
}

#headerclear {
	clear:both;
	background-image:url(./bloc3_01.gif);
	height:50px;
}

#headerclear2 {
	clear:both;
	background-image:url(./bloc3_01.gif);
	height:50px;
}

#main_content_box {

display:block;
overflow:hidden;

	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	border-top: solid 1px #DDDDDD;
	background-color:#DDDDDD;
	background-image:url(./fond_menu.jpg );
	background-repeat:no-repeat;


}

#haut {
	float:right;
	width:660px;
padding-bottom:15px;	
	/*background-color:#DDDDDD;*/
	/*border-top: solid 1px black;*/
	border-bottom: solid 1px #DDDDDD;
}

#clearer {
	clear:both;
	height:1px;
}

#conteneur {
	padding:5px;
	margin-top: 1.5em;
	width:850px;
	border:solid 1px red;
	background-color:#FFFFFF;
}

#centre {
float:right;

	width:665px;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin-right: 0px;
	background-color:#ffffff;
	
}

#gauche {
min-height:313px;
	text-align:left;
	padding:5px;
	float:left;
	width: 149px;
}

#droite {

	float:right;
	width: 140px;
	padding:5px;
	background-color:#00ff00;
}
#pied {
	clear:both;
	height: 25px;
	padding:5px;
	background-color:#DDDDDD;
	border-left:solid 1px #888888;
	border-bottom:solid 1px #888888;
	border-right:solid 1px #888888;
	font-size:0.8em;
	text-align:left;
}







#menuhaut {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#menuhaut li {
	display: inline;
}
#menuhaut a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
#menuhaut a:hover {
	text-decoration: none;
}
#menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#menugauche li {
	margin-bottom: 5px;
}
#menugauche a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
#menugauche a:hover {
	text-decoration: none;
}
#menudroit {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#menudroit li {
	margin-bottom: 5px;
}
#menudroit a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
#menudroit a:hover {
	text-decoration: none;
}

/* tables ...*/
.contenttable {
	font-size: 1em;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #ff0000;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.contenttable th {
	text-align:left;
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #000000;
	background-color: #666666;
	font-weight: normal;
	font-size: 8pt;
	
}
.contenttable th img {
	margin-bottom:-4px;
	border:none;
}
.contenttable td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #000000;
	
}
.contenttable onMouseOver {
	background-color:#ddd;
}





