@charset "windows-1252";

body {
	background-color: #F1E9EA;
	text-align:center;
	width:100%;
}

#haut {
	width: 90%;
	height: 72px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	padding: 0px;
}

#hautgauche {
	position: absolute;
	background-color: #722532;
	border-collapse: collapse;
	top: 0px;
	left: 0px;
	width: 100px;
	padding: 0px;
	height: 72px;
	margin-left: 0px;
	margin-top: 0px;
}

#hautcentre {
	position: absolute;
	background-color: #722532;
	border-collapse: collapse;
	top: 0px;
	left: 0px;
	height: 72px;
	width: 200;
	padding: 0px;
	white-space: normal;
	margin-left: 100px;
	margin-top: 0px;
}

#hautdroite {
	position: absolute;
	background-color: #722532;
	border-collapse: collapse;
	top: 0px;
	left: 0px;
	height: 72px;
	width: 20;
	padding: 0px;
	white-space: normal;
	text-align: left;
	margin-left: 300px;
	margin-top: 0px;
}

#corps {
	background-color: #F1E9EA;
	text-align:center;
	top: 72px;
	width: 98%;
	left: 0px;
	z-index: 1;
}

#T1 {
	font-size : 55%; 
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF; 
	font-weight: bold;
	text-align: center;
}

#T2 {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000; 
	font-size : 60%
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996666;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a.bouton, a.boutondis {
	display: block;
	background-color: transparent;
	background-image: url(../images/fond_bouton2.GIF);
	background-repeat: no-repeat;
	width: 52px;
	height: 26px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

input {
	background-color: #F1E9EA;
	border-color: #722532;
	text-align: center;
}

input:hover {
	background-color: #993333;
	color: White;
	border-color: #F1E9EA;
}
#droite {
	text-align: right;
}

#centre {
text-align: center;
}

#titrebordeau {
	color: #722532;
	font-size: 100%;
}
#titrebordeaugras {
	color: #722532;
	font-size: 100%;
	font-weight: bold;
}

#formulaire {
	position: relative;
	width: 90%;
	text-align: center;
}

#information {
	position: relative;
	left: 0px;
	width: 220px;
	margin-top: 0px;
	float: bottom;
}

#informationgauche {
	border-collapse: collapse;
	border-style: none;
	color: Black;
	left: 0px;
	width: 175px;
	margin-left: 0
	white-space: normal;
	position: absolute;
	float: bottom;
}

#informationdroite {
	border-collapse: collapse;
	border-style: none;
	margin-left: 175px;
	top: 35px;
	width: 120px;
	text-align: right;
	position: absolute;




	float: bottom;
}
#informationbas {
	border-collapse: collapse;
	border-style: none;
	left: 0px;
	width: 320px;
	position: absolute;
	top: 310px;
	float: bottom;
}


