/*************************  B O D Y  ********************************/
body{
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 12px;
	margin						: 0px 0px 0px 0px ;
	background-color:#a1bfe4;
	}

BR{
	line-height		: 14px;
}

/**** TITRE PRINCIPAL DU GUIDE ****/

h1{
	font-family		: Helvetica, sans-serif;
	color			: #FFFFFF;
	text-align		: right;
	font-size		: 13px;
	font-weight		: bold;
	margin			: 6px 7px 6px 0px ;
	padding  		: 0px;
}

h2{
	font-family:	"Arial Narrow", Helvetica, sans-serif;
	color			: #94052b;
	text-align		: right;
	font-size		: 22px;
	line-height		: 22px;
	font-weight		: bold;
	margin			: 16px 7px 8px 0px ;
	padding  		: 0px;
}

h3{
	font-family:	"Arial Narrow", Helvetica, sans-serif;
	color			: #333333;
	font-size		: 22px;
	line-height		: 22px;
	font-weight		: bold;
	margin			: 0px 7px 4px 5px ;
	padding  		: 0px;
}

h4{
	color			: #94052b;
	text-align		: left;
	font-size		: 14px;
	font-weight		: bold;
	margin			: 4px 6px 0px 6px ;
	padding  		: 0px;
}


h5{
	color			: #333333;
	text-align		: left;
	font-size		: 14px;
	font-weight		: bold;
	margin			: 6px 6px 6px 6px ;
	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;
	margin			: 2px 6px 5px 6px ;
	padding  		: 0px;
}

p.notes{
	color			: #999999;
	font-size		: 13px;
	text-align		: right;
	font-style		: normal;
	font-weight		: bold;
	margin			: 4px 16px 3px 6px ;
	padding  		: 0px;
	border-width	: 0px 0px 1px 0px;
	border-style	: solid;
	border-color	: #bcbec0;
} 

.noir {
	color			: #333333}
.rouge{
	color			: #94052b}
	
/*********************************************************************
**********************      L I S T E       **************************
*********************************************************************/
ul{
	margin-top				: 4px; 
	margin-bottom			: 4px;
	margin-right			: 6px;
	list-style-image		: url(../../images/puce.jpg)}

ol{
	margin-top				: 4px; 
	margin-bottom			: 4px;
	margin-right			: 0px;
	list-style-type			: decimal;}

li{	
	color					: #333333;
	font-size				: 13px;
	font-style				: normal;
	line-height				: 15px;
	text-align      		: left;
	margin-right			: 0px;
    margin-top				: 4px;
    margin-bottom			: 4px;}

/*************************  L I E N S  ******************************/

a:link {
	color					: #94052b;
	}
a:visited {
	color					: #94052b;
	}
a:hover {
	color					: #333333;
	}

a.topofp:link {
	font-size				: 10px;
	color					: #94052b;
	}
a.topofp:visited {
	font-size				: 10px;
	color					: #94052b;
	}
a.topofp:hover {
	font-size				: 10px;
	color					: #333333;
	}

hr{
	width			: 100%;
	height			: 1px;
	border-width	: 1px 0px 0px 0px;
	border-style	: solid;
	border-color	: #BA2426;
	margin			: 5px 0px 5px 0px ;
}

.std01-nb
{								
	border-style:solid; border-color: #f1f1f2; border-width : 0px 0px 1px 0px;
}

.std02-nb
{								
	border-style:solid; border-color: #999999; border-width : 0px 1px 0px 1px;
}

.bouton-contact-off{
	width			: 120px;
	height			: 70px;
	border-color	: #CCCCCC;
	border-style	: solid;
	border-width	: 1px 1px 1px 0px;
	border-collapse : collapse;
	background-color: #FFFFFF;
	float			: left;
	cursor			: pointer;
}

.bouton-contact-on{
	width			: 120px;
	height			: 70px;
	border-color	: #CCCCCC;
	border-style	: solid;
	border-width	: 1px 1px 1px 0px;
	border-collapse : collapse;
	background-color: #EEEEEE;
	float			: left;
	cursor			: pointer;
}


.left		{text-align	: left;}
.right		{text-align	: right;}
.center		{text-align	: center;}
.nomargin	{margin		: 0px;}
.cache		{display	: none;}
