/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #faebd7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000033;
	text-align: center;
}
a {
	color: #000099;
	text-decoration: none;
	}
a:hover {
	color: #000033;
	text-decoration: underline;
	}
p {
	font-size: 1em;
	}
h1 {
	font-size: 2.3em;
	text-align: right;
	font-weight: bolder;
	margin-top: 0px;
	color: #716b7e;
	}
h2 {
	color: #C30;
	font-size: 2em;
	font-weight: bold;
	}
h3 {
	color: #9f302c;
	font-size: 1.2em;
	font-weight: bold;
	}


dl, dt, dd, ul, ol, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#aff li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 117px;
left: 168px;
z-index:100;
width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
width: 100px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
/* background: #ccc; */
/* border: 1px solid gray; */
margin: 0px;
font-size: 12px;
}
#menu dd {
display: none;
/* border: 1px solid gray; */
}
#menu li {
text-align: center;
/* background: #73a3a3; */
font-size: 11px;
}
#menu li a, #menu dt a {
color: #19306B;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
color: #c30;
font-size: 12px;
}


.main {
	width : 700px;
	position: relative;
	margin-left : auto;
	margin-right : auto;
	text-align: left;
	z-index: 2;
	}

.fond {
	width: 100%;
	position: absolute;
	top : 0px;
	left: 0px;
	z-index: 1;
	}

.contenu {
	background-image: url(img/img_bas.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 25px;
	padding-bottom: 40px;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
	z-index: 3;
	}

.bapage {
	width : 700px;
	position: relative;
	margin-left : auto;
	margin-right : auto;
	margin-top : 20px;
	margin-bottom : 30px;
	text-align: center;
	z-index: 3;
	}



#gch {
	text-align: left;
}
#ctr {
	text-align: center;
}
#drt {
	text-align: right;
}
#jst {
	text-align: justify;
}
#top {
	vertical-align: top;
}
#bot {
	vertical-align: bottom;
}

#fltdrt {
	float: right;
	/*z-index: auto;*/
}
#fltgch {
	float: left;
	/*z-index: auto;*/
}

#spacer {
	clear: both;
}
fieldset {
	padding: 8px;
	border: 1px solid #F0C5A2;
}
legend {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.boxba {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
input {
	background-color: #f5d8c1;
}
textarea {
	background-color: #f5d8c1;
}
#btnenvoi {
	background-color: #bbb6b9;
	color: #18306b;
	font-weight: bold;
}
#txtsp {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background-color: #FDF5EC;
}

