/* CSS Document */

* 
{ 
	margin: 0; 
	padding: 0; 
}

body 
{
	background-color: #990000;
	background-repeat: repeat-x;
	background-position: center top;

}


#header
{
	background-image: url(images/fonheader.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:122px;
	width:100%;
}

#conteneur
{
	background-image: url(images/fonconteneur.jpg);
	background-repeat: repeat;
	background-position:center;
	width:100%;
}

#global{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#innerconteneur{ width:590px; float:left;}

#contenu
{
	color:#990000;
}



#foncontenu
{
	background:url(images/fon_contenu.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	height:161px;
	margin-bottom:20px;
}

#foncontenu h1
{
	font:normal 25px Arial, Helvetica, sans-serif;
	color:#990000;
	padding:30px 350px 30px 0px;
	text-align:right;
}

ul#numero
{
	padding:20px 0 20px 0 ;
	width: 570px ;
}

ul#numero li
{
	list-style-type:none;
	padding-left:30px;
	padding-top:5px;
}

ul#numero li a
{
	font:normal 12px "Trebuchet mS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

ul#numero li a:hover
{
	color:#000;
}

.n1
{
	background: url(images/numeros/1.gif) no-repeat left;
}

.n2
{
	background: url(images/numeros/2.gif) no-repeat left;
}

.n3
{
	background: url(images/numeros/3.gif) no-repeat left;
}

.n4
{
	background: url(images/numeros/4.gif) no-repeat left;
}

.n5
{
	background: url(images/numeros/5.gif) no-repeat left;
}

.n6
{
	background: url(images/numeros/6.gif) no-repeat left;
}

.n7
{
	background: url(images/numeros/7.gif) no-repeat left;
}

.n8
{
	background: url(images/numeros/8.gif) no-repeat left;
}

.foot
{
	text-decoration:underline;
	font:normal 12px "Trebuchet mS", Arial, Helvetica, sans-serif;
	color:#990000;
	margin-top:20px;
}

.foot a
{
	text-decoration:underline;
	color:#990000;
}

.foot a:hover
{
	color:#000;
}

#footer
{
	margin-top:30px;
	background-image: url(images/fonfooter.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height:35px;
	width:100%;
}



.spacer {
	overflow: hidden;
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	font-size: 1px;
}