
/* 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: 998px;
	text-align: left;
}


/* Styles par defaut */

body {
	background-color: #984171;
}
body, p, td, div {
	color: #d8d8d8;	/* FFFFFF */
	font-family: Verdana,Helvetica;
	font-size: 12px;
}
a {
	color: #FFFFFF;	/* A3C100 */
	text-decoration: underline;	/* none */
}
a:hover {
	color: #FF7E02;	/* 688223 */
	text-decoration: underline;
}
form {
	margin: 0px;
}
input, select, textarea {
	border-width: 1px;
	border-color: #ffffff;	/* FAB685 */
	padding: 0px;
	background-color: #D47898;	/* B9BCDA */
	font-family: Verdana,Helvetica;
	color: #333333;
	font-size: 12px;
}
.monradio {
	background-color: #984171;
}
img {
	border-color: #ffffff;
}


/* Styles du pied de page */

.pieddepage {
	color: #868686;
	font-size : 9px;
	text-align : center;
	margin-bottom: 5px;
}
.pieddepage a {
	color: #868686;
	text-decoration: none;
	font-weight: normal;
}
.pieddepage a:hover {
	color: #ffff00;
	text-decoration: underline;
}
