/* ----------------------------------------------------------------------------
	Feuille de style pour les textes riches du site (partie centrale)
	le block qui contient cette zonne porte l'identifiant 'corps'
---------------------------------------------------------------------------- */
.contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}

.contenu a {
	text-decoration: none;
	color: #b22c1b;
}
.contenu a:hover {
	text-decoration: none;
}
hr {
	background-color:#B22C1B;
	border-width:0px;
	height:1px;
	color: #B22C1B;
}

/* ----------------------------------------------------------------------------
 Texte Structuré (http://www.la-grange.net/w3c/html4.01/struct/text.html#h-9.2.1)
---------------------------------------------------------------------------- */
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
	color: #b22c1b;
}
.contenu p {
	margin-top: 0px;
}


/* ----------------------------------------------------------------------------
 Liste
---------------------------------------------------------------------------- */
.contenu ul.pucerouge {
}
.contenu ul.pucerouge li {
	list-style-image: url("show.gif");
}
.contenu ul {
	margin-top: 5px;
}
.contenu ul li {
	list-style-image: url("show.gif");
}

/* ----------------------------------------------------------------------------
 Titres
---------------------------------------------------------------------------- */
h4, h5, h6 {
	margin-bottom: 5px;
}

h4 {
	border-top: 1px solid #B22C1B;
	border-bottom: 1px solid #B22C1B;
	color: #B22C1B;
	font-size: 1.2em;
	font-weight: normal;
}
h5 {
	border-bottom: 1px solid #B22C1B;
	color: #B22C1B;
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	color: #B22C1B;
	font-size: 1.1em;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------
 Bouton
---------------------------------------------------------------------------- */
.contenu a.bouton {
	background-color: #ffffff;
	color: #b22c1b;
	margin: 1px;
	padding: 1px 2px;
	border: 1px outset #b22c1b;
	font-weight: bold;
    background: url("show.gif") no-repeat;
    background-position: 5px -1px;
    padding-left: 20px !important;
}

/* ----------------------------------------------------------------------------
 Image
---------------------------------------------------------------------------- */
.contenu img.agauche {
	float:left;
	margin-right: 5px;
}
.contenu img.adroite {
	float:right;
	margin-left: 5px;
}

/* ----------------------------------------------------------------------------
 Tableau
---------------------------------------------------------------------------- */
.contenu table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.contenu table caption {
	font-style: italic;
	text-align: right;		
}
table#centre .contenu table td, table#centre .contenu table th {
	padding: 2px;
}
.contenu table thead th, .contenu table thead td, .contenu table tfoot td {
	border-top: 1px solid #b22c1b;
	border-bottom: 1px solid #b22c1b;
	font-weight: bold;
	color: #b22c1b;
}
.contenu table tbody th {
	font-weight: bold;
	text-align: left;
}
.contenu table tbody {
	border-top: 1px solid #b22c1b;
}
.contenu table .gauche {
	text-align: left;
}
.contenu table .droite {
	text-align: right;
}
.contenu table .centre {
	text-align: center;
}

.contenu table tr.paire {
	background-color: #e9e9e9;
}
.contenu table tr.impaire {
	background-color: #fff;
}
.contenu table tr.selection, .contenu table tr:hover {
	/*background-color: #d3d3d3;*/
}
