#Container {
margin-left:auto;
margin-right:auto;
height:auto;
width:900px;
}

BODY { 
	background-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #5B6C84; 
	scrollbar-3dlight-color: #5B6C84; 
	scrollbar-darkshadow-color: #5B6C84; 
	scrollbar-track-color: #5B6C84; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	background-image:url(img/bande_top.gif);
	background-repeat:repeat-x;
}

td {
	font-size:11px;
	color:#333333;
}

A:link { 
	text-decoration:none;
	color:#990000;
}

A:visited {
	text-decoration:none;
	color:#990000;
}

A:hover {
	text-decoration:underline;
	color:#990000;
}

li {
	list-style-image:url(img/bullet.gif);
}

input, select, textarea {
border:1px solid #333333;
font-size:11px;
color:#333333;
}

.titre {
	font-family:Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	/*font-weight:bold;*/
	color:#333333;
}