/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body{
	color: #4a4a4a;
	font: 14px Arial, Helvetica, sans-serif; 
}

td,p,div, li{
	color: #4a4a4a;
	font: 12px Arial, Helvetica, sans-serif; 
}

a{
	text-decoration: none;
	color: #c0830d;
	font-style: italic;
	}

a:hover{
	color: #e29500;
	}

h1, h2, h3, h4, .h1, .h2, .h3, .h4{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: lighter;
}

h1, .h1 {
	color: #e1223a;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
  margin-bottom: 10px;
}

.sous_titre{
	display: block;
	color: #cdc6ac;
	text-transform: uppercase;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	font-weight: bold;
	/*border: #f00 solid 1px;*/
	}

textarea {
    overflow: auto;
}

/*
STYLES UTILISES PAR EDITEUR
NE PAS SUPPRIMER !!
*/

/** divs plugins **/
.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);


}

/*special zoom*/
.zoomImage {
    cursor: pointer;
    
}

/* autres..*/

h2.cheminDeFer {
    font-size: 12px;
}

.btn_download {
  opacity:100;
  filter : alpha(opacity=100);
}
.btn_download:hover {
  opacity:0.6;
  filter : alpha(opacity=60);
}






