/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,p{
        font-family: Verdana, Arial, helvetica, sans-serif;
  		font-size: 11px;
		color: #111;
		text-align: justify;
}
td {
        font-family: Verdana, Arial, helvetica, sans-serif;
  		font-size: 11px;
}
a {
    color:#C87F20;
    text-decoration: none;
}
a:hover {
    color: #6B791C;
    text-decoration: underline;
}

h1 {
    margin:0px;
    padding:0px;
}
h2 {
    margin:0px;
    padding:0px;
}
h3 {
    margin:0px;
    padding:0px;
}


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;
}

ul {
    list-style-type:square;
}

li {
   /*list-style-type:square;*/
    color: #444;
    margin-bottom:0px;
    text-align:justify;
}
li.num {
    list-style-type:decimal;
    color: #444;
}

.Soustitre {
    color: #ACC22D;
    font-weight: bold;
    background: url(../upload/puces/puce_carree.gif) no-repeat;
    padding-left:20px;
    height:16px;
    font-size:12px;
    text-transform: uppercase;
}
.titre_paragraphe {
    color: #665A37;
    font-weight: bold;
    height:16px;
    text-transform: uppercase;
    border-bottom: 1px solid #CEC4A6;
}
.titre_paragraphe_espace {
    color: #665A37;
    font-weight: bold;
    height:16px;
    text-transform: uppercase;
    border-bottom: 1px solid #CEC4A6;
    margin-top:6px;
    width:300px;
}
.titre_paragraphe_sans_transform {
    color: #665A37;
    font-weight: bold;
    height:16px;
    /*border-bottom: 1px solid #CEC4A6;*/
}
.titre_paragraphe_bordure {
    color: #665A37;
    font-weight: bold;
    height:16px;
    border-top: 1px solid #CEC4A6;
}



