h1 {
	font-size:2.4em; line-height:1.2em; font-weight:normal; padding:.5em 0 1em 0; margin:0; text-align:left; color:#4d6e31;
}

h2 {
	font-size:1.6em; line-height:1.2em; font-weight:normal; padding:.5em 0 .9em 0; margin:0; text-align:left; color:#4d6e31;
}

h3 {
	font-size:1.2em; font-weight:bold; line-height:1em; padding:.5em 0 .8em 0; margin:0; color:#dc2b01; text-align:left;
}

h4 {
	font-size:1.2em; font-weight:bold; padding:.5em 0 .8em 0; margin: 0; color:#4d6e31; text-align:left;
}

h5 {
	font-size:1em; font-weight:bold; padding:.5em 0 .8em 0; margin:0; color:#C56135; text-align:left;
}

#contenu .coller {
	padding: 0 0 .2em 0; margin: 0;
}

.imageGauche {
	float:left; margin:0px 25px .8em 0; padding:0; font-size:10px;
}
.imageDroite {
	float:right; margin:0px 0 .8em 25px; padding:0; font-size:10px;
}
.imageGauche div, .imageDroite div {
	margin-top:5px;
}
.imageGaucheSansMargeDroite {
	float:left; margin:0px 0 .8em 0; padding:0; font-size:10px;
}
.imageDroiteSansMargeGauche {
	float:right; margin:0px 0 .8em 0; padding:0; font-size:10px;
}

.ombrage {
	-moz-box-shadow: 2px 2px 4px #999999;
	-webkit-box-shadow: 2px 2px 4px #999999;
	box-shadow: 2px 2px 4px #999999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

.aligne-gauche {
	text-align:left; float:left; margin:0px 15px .8em 0; padding:0;
}
.aligne-droite {
	text-align:right; float:right; margin:0px 0 .8em 15px; padding:0;
}
.aligne-centre {
	text-align:center; margin:0 auto; padding:0;
}
.aligne-centre td {
	text-align:left;
}

.section {
	padding:0 0 0 25px;
}
.indention {
	padding:0; margin:0 0 0 25px;
}

#contenu .slogan {
	font-size: 1.1em;font-weight: bold; font-style:italic; color: #dc2b01; text-align:center;
}

/* hr de couleur*/
/*hr {
	color:#959595; background-color:#086A77; height:1px; clear:both; margin:1em 0; border:0;
}*/

/* hr avec une image de background*/
hr {
	color: #959595; height:20px; clear:both; padding:20px 0 0 0; margin:0; border:0;
	background:url(/images/ligne_hr.png) repeat-x 0 0;
}
/* hack firefox */
hr, x:-moz-any-link, x:default {
  padding:20px 0;
}
hr.noclear {
	clear:none;
}


/* A appliquer sur un <p> */
#contenu .encadre {
	padding: 1.1em; margin: 0 0 1.1em 0; text-align:center; background-color:#ffdf82;
}
.encadre a, .encadre a:visited {
	text-decoration:underline; color:#003399;
}
.encadre a:hover, .encadre a:visited:hover {
	text-decoration:none; color:#003399;
}

.bordure {
	border:1px solid #4d6e31;
}

.note {
	font-size:.8em; line-height:1.2em;
}

.creditPhoto:hover {
	cursor: help;
}

/* Pour faire suivre le texte apres un float */
.clearfix {
	clear:both; font-size:0px; line-height:0px; height:0px;
}

a.lien_ancre {
	text-decoration:none; font-size:0px; line-height:0px;
}

.drop_shadow_texte {
	text-shadow: 2px 2px 10px #666666;
}

a.rollover_bordure {
    display:inline-block; overflow: hidden;
}
a.rollover_bordure:hover {
    border: 2px solid #FFFFFF;
}
a.rollover_bordure:hover img {
    margin: -2px; overflow: hidden;
}

/** Rollover en Jquery **/
.rollover_opacite, .rollover_opacite_fort, rollover_opacite_faible { }

.hautdepage {
	padding: 1em 0 0 0; font-size:.8em; text-align:right; line-height:1em; clear:both;
}
.retour_page_precedente {
	padding: 1em 0 0 0; font-size:.8em; text-align:right; line-height:1em; clear:both;
}


/** Tableaux **/

/* Tableau de base (transparent) */
#contenu table.tableauBase td {
	padding:2px; text-align:left;
}
#contenu table.tableauBase td p {
	padding: 0 0 .8em 0;
}


/* Tableau avec styles */
table.tableau-style {
	background: url(/images/background_tableau.jpg) no-repeat left top;
	border-left:1px solid #000000; border-top:1px solid #000000; margin:0 0 1em 0;
}
table.tableau-style td {
	border-right:1px solid #000000; border-bottom:1px solid #000000;
}
table.tableau-style th {
	background-color:#666666; color:#FFFFFF; border-right:1px solid #666666; border-bottom:1px solid #666666;
}
table.tableau-style td p {
	padding: 0 0 .8em 0;
}
table.tableau-style .fond-couleur {
	background-color:#00CC66;
}
