/*************************  B O D Y  ********************************/
/*
html,body{
	height:100%
}
**/

body{
	font-family					: arial, helvetica, sans-serif;
	margin						: 0px 0px 0px 0px ;
	background-color			: #FFFFFF;
}

/**** TITRE PRINCIPAL DE LA PAGE ****/

h1{
	font-family: "Arial Narrow";
	color			: #333333;
	text-align		: left;
	font-size		: 22px;
	font-weight		: bold;
	margin			: 0px ;
	padding  		: 4px 0px 2px 0px;}

/**** TITRE PRINCIPAL DES DOCUMENTS ****/

h2{
	color			: #a78e20;
	text-align		: left;
	font-size		: 14px;
	font-weight		: bold;
	margin			: 2px 0px 2px 0px;
	padding  		: 0px;
	border-style	: solid;
	border-color	: #84630D;
	border-width 	: 0px 0px 1px 0px;
	}

h3{
	color			: #a78e20;
	text-align		: left;
	font-size		: 14px;
	font-weight		: bold;
	margin			: 4px 0px 2px 0px;
	padding  		: 0px;
	border-style	: dotted;
	border-color	: #84630D;
	border-width 	: 0px 0px 0px 0px;
	}
h4{
	color			: #333333;
	text-align		: right;
	font-size		: 16px;
	font-weight		: bold;
	margin			: 0px ;
	padding  		: 4px 0px 2px 0px;}

.bluetitle{
	font-family: "Arial Narrow";
	color			:#003399;
	font-size		: 20px;
	font-weight		: bold;
	text-align		: right;

	}
.redtitle{
	font-family: "Arial Narrow";
	color			: #BC2419;
	font-size		: 20px;
	font-weight		: bold;
	text-align		: right;

	}
/******************* P A R A G R A P H E S **************************/

.droitealign {
	color			: #333333;
	text-align		: right;
	font-size		: 12px;
	font-weight		: normal;
}
p{
	color			: #333333;
	text-align		: justify;
	font-size		: 12px;
	font-weight		: normal;
	margin			: 2px 0px 2px 0px ; 
	padding  		: 0px;}

.note{
	color			: #FFFFFF;
	text-align		: left;
	font-size		: 10px;
	font-style		: normal;
	margin			: 0px;
	padding  		: 0px;}

	
.coul{
	color			: #84630D;}
	
.blanc{
	color			: #000000;}

.rouge{
	font-size       : 12px;
	color			:#BC2419;}
	
.soustitre{
	font-size       : 15px;
	color			:#BC2419;
	letter-spacing	: 1px;}
	
	

/*********************************************************************
**********************      L I S T E       **************************
*********************************************************************/
ul{
	margin-top				: 0px; 
	margin-bottom			: 0px;
	margin-right			: 0px;
	list-style-image		: url("../images/base/puce.gif");
	vertical-align			: super;}

ol{
	margin-top				: 0px; 
	margin-bottom			: 0px;
	margin-right			: 0px;
	list-style-type			: decimal;}

li{	
	font-size       		: 12px;
	text-align      		: left;
	font-weight				: normal;
    margin-top				: 6px;
    margin-bottom			: 6px;}

/*************************  L I E N S  ******************************/

a:link {
	color					: #BC2419;
	font-weight				: bold;}
	
.link1{
	color					: #BC2419;
	font-size       		: 12px;
	text-align				: right;
	font-weight				: bold;}
	
	
a:visited {
	color					: #84630D;
	font-weight				: bold;}
a:hover {
	color					: #333333;
	font-weight				: bold;}

a.blanc:link {
	color					: #FFFFFF;}
a.blanc:visited {
	color					: #FFFFFF;}
a.blanc:hover {
	color					: #FFFFFF;}

/**************************  D I V E R S  ***************************/

.images{
	border-style	 		: solid ;
	border-color	 		: #333333;
	border-width 			: 1px;}

hr{
	border-color			: #e1ce9a #ffffff #ffffff #ffffff ;
	height					: 1px;
	width					: 100%;
	border-style			: solid
}

.left		{text-align	: left;}


.center		{text-align	: center;}
.nomargin	{margin		: 0px;}
.cache		{display	: none;}

