/* CSS Document */
body {
	font-family: Arial;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #C15858;
	color: #333333;
}
#header {
	width:768px;
	height: 25px;
	text-align: left;
	margin-left: 9px;
	clear: both;
	font-family: Verdana;
	font-weight: bold;
}
#haut {
height: 10px;
background-color:#FFFFFF;
}
#conteneur {
	width:768px;
	margin:30px auto 15px;
	background-image: url(images/logo2.gif);
	background-repeat: no-repeat;
	height: 600px;
	background-position: center top;
}
#centre {
	padding-top: 100px;
	width:768px;
	text-align: center;
}
#spacer {
clear:both;
}
 #navcontainer ul
{
	color: #333333;
	font-size: 1em;
	height: 25px;
	font-family: Arial;
	font-variant: small-caps;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	/*padding: 0.2em 1em;*/
	text-decoration: none;
	float: left;
	font-size: 1em;
}

#navcontainer ul li a:hover
{
color: #FFFFFF;
}
 ul#navlist
{
margin: 0;
padding: 0;
/*white-space: nowrap;*/
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #333333;
text-decoration: none;
}

#navlist a:hover
{
color: #000000;
text-decoration: none;
}
#footer {
	width:768px;
	height: 25px;
	text-align: center;
	margin-left: 9px;
	font-size: xx-small;
	color: #7C2E2E;
	font-variant: small-caps;
}a:link {
	text-decoration: none;
	color: #7C2E2E;
}
#texte {
	text-align: center;
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	line-height: 150%;
}
