body
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #6b6b6b; 
}

a{text-decoration:none;color : #b6282b;}
.hidden{display:none;}
.boldcolor{font-weight : bold;color : #b6282b;}
.smallcolor{color : #b6282b;font-size:1em;}

/*****				*****/
/*     Bloc Menu      */
/*****				*****/
.menu
{
	margin-right : 5px;
	margin-left : 10px;
	padding : 0px;
	list-style-type : none;
}
.menu li
{
	padding-left : 0px;
	border-bottom : solid 1px #d6d6d6;
	font-size : 0.9em;
	color : red;
	line-height : 24px;
}
.menu a
{
	padding-left : 30px;
	text-decoration : none;
	margin-right : 1px;
	color : #6b6b6b;
	font-weight : bold;
}
.menu a:link, .menu a:visited
{
}
.menu a:active, .menu a:hover
{
	background-color : #e4e4e4;
	display : block;
}
.menu .selected a{
	color:#b6282b;
	background-color : #f8ddd4;
	display : block;
}
/**	eo bloc menu	**/



/*****				*****/
/*  Adresse réelle    */
/*****				*****/
#adresse
{
	margin-right : 5px;
	margin-left : 10px;
	padding : 0px;
	text-align : center;
	color : #6b6b6b;
	font-size : 0.8em;
	font-weight : bold;
}
/**	eo titre page	**/



/*****				*****/
/*  Titre de la page  */
/*****				*****/
#header
{
	margin-left : 45px;
	margin-top : 0px;
}
#header h1
{
	margin : 0;
	margin : 11px 0 8px;
	line-height : 0.9em;
	font-size : 1.1em;
	color : #5c5c5c;
}
/**	eo titre page	**/



/*****				*****/
/*    Bloc Contenu    */
/*****				*****/
#contenu
{
	margin-right : 0px;
	margin-left : 8px;
	padding : 0px;
	color : #6b6b6b;
	font-size : 0.8em;
	text-align : justify;
	width:700px;
}
#contenu table
{ font-size : 1em; text-align:justify}
#contenu .float_r
{
	padding : 5px;
	float : right;
}
#contenu .float_l
{
	padding : 5px;
	float : left;
}
#contenu a
{
	color : #6b6b6b; 
}
#contenu a:hover
{
	color : #b6282b; 
}
#contenu img
{
	border : none;
}
/**  eo bloc contenu	**/