/* CSS Document */
body
{
	margin:5px;
	padding: 1;
	text-align: center;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	background-color:#F1E9DD;
}
.style2 {
	color: #512519;
	height: auto;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {font-size: 14px}
.style6 {
	font-weight: bold;
	color: #29120C;
	font-size: 30px;
}
a:link {
	color: #990033;
}
.style8 {color: #59001E}
.style7 {
	color: #29120C;
	font-size: 18px;
	font-weight: bold;
}
a img {
	border: none;
}
div#conteneur
{
	width: 730px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #CCCCCC;
	background: #fff;
	padding:0px;
}
div#head
{
	height: 310px;
	margin: 0px 0px 0px 0px;
	background-image: url(../Images/top.jpg);
}
div#center {
	float:left;
	width:700px;
	background-color:#FFFFFF;
	padding:0 15px 0 15px;
	text-align: justify;
	min-height: 400px;
	}
div#gauche {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 310px;
	float: left;
}
div#droite {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 370px;
	float: right;
}
div#footer
{
	clear:both;
	height:140px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 730px;
	background-color: #333333;
}
div#footercontent
{
	width: 730px;
	background-color: #1D0B07;
	height: 140px;
	background-image: url(../Images/footer.jpg);
}
#footercontent a
{
text-decoration:none;
}
#footercontent a:hover
{
	text-decoration:underline;
	color: #FFCCCC;
}
#menu
{
	height: 28px ;
	margin: 0 0 5px 0;
	padding: 0 ;
	background:url(../Images/menu.jpg);
	list-style-type: none ;
	
}

ul#menu
{
	width:718px;
	float:left;
}

ul#menu li
{

	list-style-type: none;
    display: inline;
	float: left ;
	text-align: center ;
}

#menu li a
{
	padding:0 15px 0 15px;
	margin-top:8px;
	line-height: 16px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	border-left: 1px #dea solid;
	text-decoration: none;
	color: #FFFFFF;
}

#menu li a:hover
{
	text-decoration:underline;
	color: #F03422;
}

h1
{
	text-align:center;
	font-size: 36px;
	font-weight: bold;
}

ul#footer
{
	width:700px;
	float:left;
	color: #FFFFFF;
}

ul#footer li
{

	list-style-type: none;
    display: inline;
	float: left ;
	text-align: center ;
}

#footer li a
{
	line-height: 16px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	border-left: 1px #dea solid;
	text-decoration: none;
	color: #FFFFFF;
}

#footer li a:hover
{
	text-decoration:underline;
	color: #F03422;
}

