/* Redéfinition des balises HTML */

body, td, p, textarea, select, input, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F454B;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.5em;
	border-bottom: solid 1px #80727B;
	background: url(images/onglet_titre.gif) no-repeat right bottom;
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #B7123D;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: url(images/carre_noir.gif) no-repeat left middle;
	padding-left: 10px;
}

h3 {
	font-size: 12px;
	text-transform: none;
	color: #443C41;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-variant: normal;
}

h4 {
	margin : 0;
	padding : 5px 0 5px 10px;
	border-top : 1px solid #4F454B;
	color: #B7123D;
	font-size : 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: url(images/carre_noir.gif) no-repeat left middle;
}

h5 {
	margin : 0;
	padding : 10px 0 5px 10px;
	border-top : 1px solid #4F454B;
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #8f2541;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	text-decoration: underline;
}
/* Styles pour la navigation du haut de page */

table.navigation a {
	color: #8f2541;
	font-size: 10px;
}

.articles {
	color : red;
}

.articles.fieldset {
	color : red;
}

/* Styles pour le contenu de la page */
table.contenu {
	background-color: #C8C0C5;
	color: #4F454B;
}
table.contenu td.milieu {
	padding: 20px 40px 30px;
}
table.contenu td.gauche img {
	margin-top: 20px;
}
table.contenu td.droite {
	padding-top: 120px;

}
table.contenu td.droite img {
    margin-bottom: 20px;
}
table.contenu p {
	text-align: justify;
}

/* Styles pour la navigation de bas de page */

td.sousnav {
	font-size: 10px;
	color: #FFFFFF;
	background: #80727b;
	padding: 6px 8px;
	text-align: right;
}

td.sousnav a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
hr {
	border-top: 1px solid #80727B;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;

}
fieldset {
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
	width: 90%;

}
table.contenu fieldset p {
	text-align: right;
}
fieldset legend {
	color: #B7123D;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #8A7984;
}
input, textarea, select, fieldset input, fieldset textarea, fieldset select {
	background-color: #FFFFFF;
	border: 1px solid #8A7984;
	width: 250px;
}
fieldset input.submit {
	border: 1px solid #8A7984;
	width: 140px;
}
.notes {
	font-size: 10px;
	font-weight: normal;
	color: #B7123D;
	letter-spacing: normal;
}
li {
	list-style: url(images/carre_noir.gif) none;
}
p.erreur {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
        color: #B7123D;

}
