/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p{
	color: #5d6c73;
	font: 13px  Arial, Helvetica, sans-serif;
}
a{
	text-decoration: none;
	color: #409dcc;
	font-style: oblique;
	}

a:hover{
	color: #d4a462;
	}

h1, h2, h3, h4{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: lighter;
	}


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;
}


/*
styles isce, à modifier quand charte OK
*/
.titre_element {
  font-weight: bold;
  font-size: 13px;
}
.sous_titre_element {
  font-weight: bold;
}

.texte_element {
  text-align:justify;
}
.infos_element {
  color:#aaaaaa;
}
.dates_element {
  color:#F4B800;
}

.table_bordure {
  padding:5px;
  border:1px solid #989898;
}

