/*------------TITRE-----------------*/

h1{	
	text-align		: left;
	font-size		: 14px;
	font-weight		: bold;
	margin			: 10px 6px 6px 0px ;
	padding  		: 0px;
	color			:  #000000 
}

h2{
	text-align		: left;
	font-size		: 13px;
	font-weight		: bold;
	margin			: 10px 6px 4px 0px;
	padding  		: 0px;
	border-bottom   : 1px solid #515152;
	color			:  #000000 
	}

h3{
	text-align		: left;
	font-size		: 12px;
	font-weight		: bold;
	margin			: 6px 6px 2px 0px;
	padding  		: 0px;
	color			:  #000000 
	}
	
h4{
	font-size		: 12px;
	font-weight		: bold;
	margin			: 6px 06px 0px 0px;
	padding  		: 0px;
	color			:  #000000 
	}	

/*------------LISTE A PUCES-----------------*/

#zone_contenu ul li{
margin-left: 40px;
}
#zone_contenu ol li {
margin-left: 40px;
font-size: 12px;
}
#zone_contenu_signup ul li{
margin-left: 40px;
}
#zone_contenu_signup ol li {
margin-left: 40px;
font-size: 12px;
}
/*------------ LIENS -----------------*/
a:link, a:visited, a:hover	 {color: #61380B;  text-decoration:underline;}


/*------------ PARAGRAPHE -----------------*/
p {margin-bottom: 5px; font-size:12px;}

/*------------COULEURS DE POLICES-----------------*/
.blue {color:#cddce4;}
.white {color:white;}
.coul{}
.blanc{color: #FFFFFF;}
.or{color: #cddce4;}
.rouge {color: Red}
img {border:none;}
strong {font-weight:bold;}
em {font-style:italic; font-weight:inherit;}
b {font-weight: bold;}
hr {border-color: #b9d2de #f2f2f2 #f2f2f2 #f2f2f2; height: 1px;	border-style: solid; margin-bottom:20px; margin-top:20px;}
.hrgris {border-color: #9b9b9b #c6c6c6 #c6c6c6 #c6c6c6; }
.inputtext {width: 100px; height: 14px; padding: 2px; margin-bottom: 3px;}
br { line-height:normal}

.left		{text-align	: left;}
.right		{text-align	: right;}
.center		{text-align	: center;}
.nomargin	{margin		: 0px;}
.cache		{display	: none;}