﻿hr {
	border: 0;
	border-top: 1px solid #6C2215;
	height: 1px;

}
.Lien, a, a:visited, a:hover, a:active   {
	text-decoration: none;
	color: #009082;
}
a:hover, a, a:link 
{
    color:Blue;
	 
}
body, h1, h2, h3, h4, h5, h6  {
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	font-family: arial, sans-serif;
	font-size: 12px;	
	color: black;
	margin: 0;
	
}
/* Titre accueil */
h1, h1 p, h1 a, h1 a:active, h1 a:visited, h1 a:hover  {
	color:#f44612;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 23px;
	
}
/* Titre page */
h2, h2 p, h2 a, h2 a:active, h2 a:visited, h2 a:hover  
{
	color:#6C2215;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;

}
h2 a:hover  
{
	color: #8c9715;
	 text-decoration:none;
}
/* Sous titre page */
h3, h3 p 
{
    
	color:#F55121;
	font-size: 12px;
	font-weight:lighter;
/*	padding-bottom: 4px;
	margin-bottom: 12px;	*/
    /*border-bottom: solid 1px black;*/
}
/*Titre content*/
h4, h4 a:hover,h4 a,h4 a:link
{
 	/*color:#F44511;*/
 	color:#FFFFFF;
 	background-color:#8C9615;
	/*font-size: 22px;*/
	font-weight:lighter;
	padding-bottom: 4px;
	margin-bottom: 12px;   
    margin-top: 12px; 
}
/* titre gauche */
h5, h5 P 
{
    padding-left:84px;
   background: url("../Images/titrepuce.gif")  no-repeat  left; 
 	color:#ff9900;
	font-size: 24px;
	font-weight:lighter;
	padding-bottom: 4px;
	margin-bottom: 11px;
	
}
/* Texte page gras */
h6, h6 P 
{ 
	
	font-size: 12px;
	font-weight: bold;
	color:#F44511;
	font-family: arial, sans-serif;
	margin-bottom: 15px;
	font-style:italic;
	
}
/* Texte page normal */
p
{
    margin:0px;
    padding:0px;
   line-height:1.3em;   
	display: block;
	font-size: 12px;
	margin-bottom: 8px;
	/*font-weight:lighter;*/
}

p a:link, p a:hover
{
    color:#8C9716;
    font-weight:bold;
    text-decoration:underline;
    }



.texte 
{
	font-size: 11px;
}

/* Liste */
ul
{
	display: block;
	padding:0px;
	margin:0px;
    list-style-image:none ! important;
    list-style-type :none ;
}
li
{
	font-size: 12px;
	margin-left: 50px;
	background-image: url("../images/Contenu/puce.gif") ;
	background-repeat:no-repeat ;
    padding-left :17px;
    background-position:0px 6px;
	list-style-image:none !important;
	list-style-type :none ;
	line-height:1.5em;
}


