/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p, div{
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color:#665b56;
}

img{
	border: none;
}


a{
	text-decoration: none;
}

p{
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

h1,h2,h3{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: lighter;
}

li{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	margin: 6px 0px 20px 0px;
}

a {
    color: #dc6806;
    text-decoration: none;
}
a:hover {
    color: #6d380c;
    text-decoration: none;
}




textarea {
    overflow: auto;
}

/*
classes pour les textes
*/

.titre_rubrique {
	font-size: 18px;
	color: #6d380c;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px 0px 20px 18px;
	background: url(images/fond_menu1.gif) no-repeat 0px 5px;
}

.titre_page {
	color:#dc6806;
	font-size: 32px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.titre_categorie {
  color: #355003;
  font-family: Times;
  font-size:16px;
  font-weight:bold;
  background-color:#EAECE3;
  height:20px;
  padding:2px;
  padding-left:10px;
  margin-top:20px;
  
  border-radius:8px; 
  -moz-border-radius:8px;
  -webkit-border-radius:8px;  
}

.titre_article {
  color: #DC6602;
  font-family: Times;
  font-size:16px;
  font-weight:bold;
}

.titre_paragraphe {
	font-size: 16px;
	color: #502a0a;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px 0px 0px 18px;
	margin-bottom:10px;
	background: url(images/fond_menu2.gif) no-repeat 0px 16px;
}

.titre_tableau {
	font-size: 14px;
	color: #502a0a;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.table_liste td {
  border-bottom: 1px solid #cfcfcf;
}

.titre_champ {
  font-weight:bold;
  color: #512A09;
  padding-right:10px;
  padding-bottom:1px;
  padding-top:1px;
  text-align: right;
}



/*
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;
}



/*
special glossaire
si un texte a cette classe, permet d'afficher une info bulle du glossaire !
*/
.glossaire_definition {
  font-weight: bold;
}
