body
{
	margin : 2%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(img/fond_site.jpg);
}

div#conteneur
{

	margin-left: auto;
	margin-right: auto;	
	width: 778px;
	background: #f88a01;
	color: #000;
	border : 1px solid #000 ;
}

p#header
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 778px;
	height: 250px;
	background-image: url(img/head.jpg);
	border-bottom: 1px solid #000 ;
}

div#contenu
{	
	width: 778px;
	background: #ff9900;
	color : #000;
}

div#prout
{
margin-left : 1%;
margin-right : 1%;
padding : 5px;
}
a{
	background: #ff9900;
	color: #fff;
	text-decoration: none;
}

a:visited{
	background: #ff9900;
	color: #fff;
	text-decoration: none;
}

a:hover{
	background: #ff9900;
	color: #888;
	text-decoration: none;
}


.gras
{
font-weight: bold;
}
#footer{
	margin: 0;
	padding: 4px;
	text-align: right;
	background: #f88a01;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
}
img {
border: 0;
}

td {
padding: 3px;
}
#navigation {
list-style-type: none;
padding: 4px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 1%;
}

.literow {
background: #fff;
color : #000;
}
.darkrow {
background: #ddd;
color : #000;
}