/*************************  B O D Y  ********************************/
body{
	font-family					: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size					: 12px;
	margin						: 0px 0px 0px 0px ;
	background-color			: #B7CCB2;
	}

BR{
	line-height		: 16px;
}

/**** TITRE PRINCIPAL DU GUIDE ****/

h1{
	color			: #333333;
	text-align		: left;
	font-size		: 22px;
	font-weight		: bold;
	margin			: 0px 0px 6px 0px ;
	padding  		: 0px;
}

/**** TITRE PRINCIPAL DU MENU ****/
h2{
	color			: #ffffff;
	text-align		: left;
	font-size		: 16px;
	font-weight		: bold;
	margin			: 0px 0px 0px 0px ;
	padding  		: 0px;
}

/**** TITRE PRINCIPAL D'UNE PAGE ****/
h3{
	color			: #333333;
	text-align		: left;
	font-size		: 14px;
	font-weight		: bold;
	margin			: 0px 0px 0px 0px ;
	padding  		: 0px;
}

/**** TITRE BOITES DE DIALOGUES ****/
h4{
	color			: #7b8a77;
	text-align		: CENTER;
	font-size		: 14px;
	font-weight		: bold;
	margin			: 0px 0px 0px 0px ;
	padding  		: 0px;
}

/**** TITRE COLONNE GAUCHE ****/
h5{
	color			: #7b8a77;
	text-align		: LEFT;
	font-size		: 14px;
	font-weight		: bold;
	margin			: 0px 0px 0px 0px ;
	padding  		: 0px;
}
/******************* P A R A G R A P H E S **************************/

p{
	color			: #333333;
	font-size		: 13px;
	text-align		: justify;
	font-style		: normal;
	font-weight		: normal;
	line-height		: 18px;
	margin			: 4px 0px 6px 0px ;
	padding  		: 0px;
}


/*********************************************************************
**********************      L I S T E       **************************
*********************************************************************/
ul{
	margin-top				: 4px; 
	margin-bottom			: 6px;
	margin-right			: 0px;
}

ol{
	margin-top				: 4px; 
	margin-bottom			: 6px;
	margin-right			: 0px;
	list-style-type			: decimal;}

li{	
	color					: #333333;
	font-size				: 13px;
	font-style				: normal;
	line-height				: 18px;
	text-align      		: left;
	margin-right			: 0px;
    margin-top				: 4px;
    margin-bottom			: 6px;}

/*************************  L I E N S  ******************************/

a:link {
	color					: #333333;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;
	}
a:visited {
	color					: #333333;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: bold;
	}
a:hover {
	color					: #A82926;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: bold;
	}

hr{
	color			: #D9D7CC;
	height			: 1px;
	width			: 100%;
	border			: 0px;
	margin			: 5px 0px 5px 0px ;}

table.std01-VERT
{								
	border-style	 		: solid;
	border-color	 		: #7b8a77;
	border-width 			: 1px 1px 1px 1px ;
	background-color		: #FFFFFF; 
}
	
.left		{text-align	: left;}
.right		{text-align	: right;}
.center		{text-align	: center;}
.nomargin	{margin		: 0px;}
.cache		{display	: none;}
