/* HTML */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #BC2F09;
	text-decoration: none;
}
a:hover {
	color: #BC2F09;
	text-decoration: underline;
}
body {
	background-image:  url(/img/charte/trame_fond_.gif);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BC2F09;
}

/* Sur toutes les pages */
.a-index {
	color: #000000;
	text-decoration: none;
}
.a-index:hover {
	color: #BC2F09;
	text-decoration: underline;
}
.accroche {
	font-weight: bold;
	color: #BC2F09;
}
.chemin {
	text-decoration: none;
	color: #000000;
}
.chemin:hover {
	text-decoration: underline;
	color: #BC2F09;
}
.dates {
	font-size: 10px;
	color: #BC2F09;
}
.input-recherche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EEEDDF;
}
.petit {
	font-size: 10px;
}
.puces {
	list-style-type: square;
}
.tableau-entete {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BC2F09;
}
.titre {
	font-size: 22px;
	font-weight: bold;
	color: #6b6b55;
}
.trespetit {
	font-size: 9px;
}
.moinspetit {
	font-size: 11px;
}
.bandeaumenu {
	font-size: 10px;
	color: #FFFFFF;
}
.bandeaumenulien {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.bandeaumenulien:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

