html {
	width: 100%;
}

body {
	background-color: #FFCC00;
	margin: 0;
	padding: 0;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 800px;
	margin-top: 0px;
	margin-left: -400px;
	text-align: left;
	padding: 0px;
}

a, a:visited {
	color: #A22543;
}
a:hover {
	color: #FEA211;
}

blockquote {
	padding-left: 3px;
}

hr {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 1px;
	color: #A22543;
}

.t9 {font-size: 9px; line-height: 130%;}
.t10 {font-size: 10px; line-height: 130%;}
.t11 {font-size: 11px; line-height: 130%;}
.t12 {font-size: 12px; line-height: 130%;}
.t13 {font-size: 13px; line-height: 130%;}
.t14 {font-size: 14px; line-height: 130%;}
.t15 {font-size: 15px; line-height: 130%;}
.t16 {font-size: 16px; line-height: 130%;}
.t17 {font-size: 17px; line-height: 130%;}
.t20 {font-size: 20px; line-height: 130%;}
.t21 {font-size: 21px; line-height: 130%;}
.t22 {font-size: 22px; line-height: 130%;}
.t24 {font-size: 24px; line-height: 130%;}

.blanc {color: #FFFFFF;}
.orange {color: #FF7F00;}
.rouge {color: #EF1209;}

.bold {font-weight: bold;}

/* Classes de formulaire */

.input-texte {
	height: 18px;
	font: normal 11px verdana,arial,helvetica;
	color: #A22543;
	padding: 0px;
	margin: 0px;
}
.input-bouton {
	font: normal 11px verdana,arial,helvetica;
	color: #FFFFFF;
	height: 18px;
	background-color: #BE4362;
	background-image: url(../img/fond-bouton.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 1px solid #A22543;
	cursor: hand;
}
.input-bouton-orange {
	font: bold 11px verdana,arial,helvetica;
	color: #FFFFFF;
	height: 18px;
	background-color: #FF9900;
	border: 1px solid #FF7700;
	cursor: hand;
}

/* Classes de liens */

a.mentions-legales, a.mentions-legales:visited, span.mentions-legales {
	font: bold 10px verdana,arial,helvetica;
	color: #FFFFFF;
	text-decoration: none;
}
a.mentions-legales:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.arbo, a.arbo:visited, span.arbo {
	font: bold 12px verdana,arial,helvetica;
	color: #FFFFFF;
	text-decoration: none;
}
a.arbo:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.lien-rouge,a.lien-rouge:visited {
	font: normal 11px verdana,arial;
	color: #EF1209;
	text-decoration: underline;
}
a.lien-rouge:hover {
	font: normal 11px verdana,arial;
	color: #FF9900;
	text-decoration: none;
}

a.details,a.details:visited {
	font: bold 9px verdana,arial,helvetica;
	color: #A22543;
	text-decoration: underline;
}
a.details:hover {
	text-decoration: none;
	color: #FEA211;
}

/* Fin des classes de lien */


.Error {
	color: #CC0000;
	font-weight: bold;
}


