/* ----------	Style de page interieure	---------- */

/* Styles pour le centrage des pages */
body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}
#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;	/* 851px; */
	text-align: left;
}

/* Styles par defaut */

body {
	background-color: #ffffff;
}
body, p, td, div {
	color: #525252;
	font-family: Verdana,Helvetica;
	font-size: 12px;
}
a {
	color: #669900;
	text-decoration: underline;	/* none */
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
form {
	margin: 0px;
}
input, select, textarea {
	border-width: 1px;
	border-color: #809800;
	padding: 0px;
	background-color: #eeeeee;
	font-family: Verdana,Helvetica;
	color: #009900;	/* FFFFFF */
	font-size: 12px;
}
img {
	border-color: #000000;
}
.bouton_form {
	font-weight: bold;
}

.titre {
	color:#830835;
	font-size:16px;
	font-weight:bold;
}


.titre_small {
	color:#830835;
	font-size:14px;
	font-weight:bold;
}

.titre_small a {
	color:#830835;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.titre_small a:hover {
	color:#FFCC00;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.titre_small_actif {
	background-color:#57A305;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}
.titre_small_actif a {
	background-color:#57A305;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.titre_small_actif a:hover {
	background-color:#57A305;
	color:#FFCC00;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}



/* Styles du pied de page */

.pieddepage {
	color: #cccccc;
	font-size : 9px;
	text-align : center;
	margin-bottom: 5px;
}
.pieddepage a {
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
}
.pieddepage a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

table.tableau {
	background-color:#669900;
}
table.tableau tbody td {
	background-color:#ffffff;
	text-align:center;
}
table.tableau tbody th {
	background-color:#ffffff;
	text-align:left;
	font-weight:normal;
}

table.tableau thead td.p {
	color:#ffffff;
	text-align:right;
}

table.tableau thead td {
	color:#ffffff;
	text-align:center;
}