/***** BODY *****/
body {	padding: 0;
	padding-top: 5px;
	margin: 0;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;}

h1 {	
	font-size: 1.2em;	
	text-decoration: none;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
	color: #000000;
 }
h2 {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
	color: #000000;
}
h3 {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
	color: #000000;
}
h4 {	
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
	color: #000000;
}
a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

	#conteneur {
	position: relative;
	width: 600px;
	height: autopx;
	background-color: White;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/***** Header *****/
/* image de l'entete du site :
*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 122px;
	width: 598px;
	background-color: transparent;
	border-top: 1px ridge #FE0000;
	border-left: 1px solid #FE0000;
	border-right: 1px ridge #FE0000;
	background-image: url(theme/images/header.jpg);
}
#haut {
	position: absolute;
	top: 122px;
	left: 0px;
	height: 30px;
	width: 598px;
	background-color: transparent;
	background-image: url(theme/images/haut.gif);
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #FE0000;
	border-right: 1px ridge #FE0000;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	vertical-align: middle;

}

/***** contenue *****/
#centre {
	position: absolute;
	top: 153px;
	left: 0px;
	width: 578px;
	color: Black;
	border-bottom: 1px solid #FE0000;
	border-left: 1px solid #FE0000;
	border-right: 1px solid #FE0000;
	font-size: 0.9em;
	padding: 8px 10px;
	text-align: justify;
	background: url(theme/images/centre.gif) repeat-x;
}
#centre li	{
	list-style-image: url(theme/images/arrow.gif);
	list-style-position: inside;
}

#footer{
	width: 550px;
	height: 163px;
	background-color: transparent;
	color: #000000;
	position: relative;
	margin: 20px auto;
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	padding: 5px 5px 5px;
	border-bottom: 1px solid #FE0000;
	border-left: 1px solid #FE0000;
	border-right: 1px ridge #FE0000;
	border-top: 1px ridge #FE0000;
}

#menuhaut {
	width: 600px;
	height: 30px;
}
#menuhaut ul {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	list-style: none;
}

#menuhaut li {
	display: inline;
}

#menuhaut a {
	display: block;
	float: left;
	width: 120px;
	height: 20px;
	padding: 4px 0px 0px 0px;
	background: url(theme/images/subpage1.gif) no-repeat left ;
}


#menuhaut .first a {
	background: none;
}
#menuhaut1 {}
#menuhaut2 {}
#menuhaut3 {}
#menuhaut4 {}
#menuhaut5 {}
#menuhaut6 {}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}
