/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p, div, span{
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color:#605b4a;
}

a{
	color: #b95625;
  text-decoration: none;
}
a:hover {
	color: #713905;
  text-decoration: none;
}

p{
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

h1,h2,h3{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: lighter;
}


textarea {
    overflow: auto;
}

img{
	border: none;
	margin: 0px;
}

.bordure_bas {
  padding:2px;
  border-bottom:1px solid #dddddd;
}

/*
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;
    margin:5px;
    border:1px solid #dddddd;
    padding:2px;
    margin-top:0px;    
}

/* autres..*/

h2.cheminDeFer {
    font-size: 12px;
}


.hrLigne{
	height: 12px;
	font-size: 0px;
	clear: both;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	overflow: hidden;
	background: url(images/fond_ligne.jpg) no-repeat center;
	border:0px;
	/*border: #0000ff solid 1px;*/
}


.divEmbedGalerie {
    border:1px solid #dddddd;
    padding:2px;
    margin-top:0px;  
}

.element_centre {
  text-align:center;
}

li {
  list-style-image : url('../upload/puces/puce_rond.jpg');
}