body{    
	/*overflow:hidden;*/
	/*height:100%;*/
	min-height:100%;
	font-family: Bitstream vera, Arial, Verdana Sans-serif, FreeSans;
	font-size: 10px;
	/*text-indent: 5px;*/
	/*	border: 1px solid #000000;	*/

	/*margin: 0px 0px 0px 0px; /*container plein ecran*/
	width:780px;/*100%*/
	/*
	min-width: 96%;
	max-width: 100%;
	*/
	margin: 0px auto 0px auto; /*container centrer*/
	/*implique pas de position:relative; float:left sur les containers a centrer type header, corps, footer*/
	/*implique egalement pas de width:100%; mais width:XXpx; sur ces memes container */
	
	background-color:#FFFFFF;
}
img{
	border:none;
}
object{
	border:none;
}
.souligne{
	text-decoration:underline;
}
.lien{
	color:#000000;
	text-decoration:underline;
}
table{
	/*width:100%;*/
	height:100%;
	border:none;
}

form{
	margin:0;
	padding:0;
}
hr{
	border:none;
}
td{
	border:none;
	font-family: Arial, Verdana Sans-serif, FreeSans;
	font-size:12px;
}
.td_right{
	text-align:right;
	vertical-align:top;
	line-height:1.5;
}
.noir{
	color:#000000;
}
ul{
	list-style:none;
	margin:0 0 0.5em 1em;/*top right bottom left*/
	padding:0;
}
ol{
	list-style:none;
	margin:0 0 0.5em 1em;/*top right bottom left*/
	padding:0;
}
li{
	margin:0;
	list-style-type:disc;
	list-style-position: inside;
	/*color:#D96731;*/
	margin: 0 0 0 0;
}
.decimal li{
	list-style-type:decimal;
}
.texte_li{
	font-weight:bold;
	font-family: Arial, Verdana Sans-serif, FreeSans;
	font-size:12px;
	color:#545454;
}
.br{line-height:0.5;}

.bande_cote{
	width:2px;
	background-color:#636466;	
}
.site{
	width:778px;
}
.site_footer{
	border-bottom: 1px solid #636466;
}
.right
{
	float:right;
}
.top
{
	vertical-align:top;
	top:0;
}