body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}
body {
	background: #232323 url(images/fond.jpg) repeat-x;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #333;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: red;
	border-bottom: 1px dashed #F00;
}


#entete{
	width: 507px;
	margin: 0 auto;
	height: 100px;
	text-align: center;
	padding: 0;
}
#content{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.col{
	float:left;
	width:45%;
	margin:10px;
	text-align:center
	}
#colDroite{
	width: 540px;
	float: left;
}
#colGauche{
	float: left;
	width: 260px;
}

#formulaire{
	background: #ccc url(images/bloc_form.jpg) no-repeat;
	width: 487px;
	padding: 10px;
	overflow: hidden;
	margin: 0 auto;
}
fieldset {
	border:0 none;
}
#formulaire ul {
	list-style: none;
	margin:0 0 20px 0;
	padding:0;
	position:relative;
}
#formulaire ul li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border-bottom:1px dashed #333333;
	margin:0;
	padding-bottom:0.7em;
	padding-left:0 !important;
	padding-right:0 !important;
	padding-top:0.7em;
	overflow: hidden;
}
#formulaire li label {
	color: #232323;
	display:block;
	float:left;
	font-weight:bold;
	width:200px;
}
#formulaire li.destinataires label {
	float: none;
}
#formulaire li.separateur {
	font-weight:bold;
	font-size:10px;
}
#formulaire li .obligatoire {
	clear:left;
	color: #FFF;
	display:block;
	float:left;
	font-size:0.8em;
	width:200px;
}
#formulaire li.expediteur input, #formulaire li.email input, #formulaire li.website input {
	width:240px;
}
input[type="text"], textarea, select {
	-moz-border-radius:4px;
	border:0 none;
	font-family:inherit;
	font-size:inherit;
	padding:0.4em;
	width:240px;
}
#formulaire li.message textarea {
	height:150px;
	width:240px;
}
#formulaire ul.dest{
	list-style: none;
	display: inline;
	clear: both;
	padding: 0 10px;
	overflow: auto;
}
#formulaire ul.dest li{
	float: left;
	border: none;
}
#formulaire ul.dest li.nomDest{
	width: 200px;
}
#formulaire ul.dest li.emailDest{
	width: 280px;
}
#formulaire ul.dest li label {
	float: none;
}
#formulaire ul.dest li.nomDest input {
	width:180px;
}
.validation-advice{
	color:#F00;
	font-size:10px;
	}
	
#formulaire li.submit {
	border:0 none;
	clear:none;
	float:right;
	height:32px;
	margin:1em 0;
	overflow:visible;
	position:relative;
}
input[type=submit], input[type=reset] {
 border:2px outset #A6BEDE;
 font-weight:bold;
 cursor:pointer;
 }
	
#formulaire li.submit #submit {
	background: transparent url(images/btn_submit.jpg) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	height:32px;
	overflow:visible;
	padding:22px 0 0;
	text-indent:-9000px;
	width:86px;
	float: right;
	margin-left: 10px;
}
#reponse{
	width: 487px;
	height: 300px;
	color: #8ac200;
	font-weight: bold;
}
#formulaire #inscriptions fieldset .introFormulaire {
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-color: #666;
}
.reglement{
	
	height:500px;
	overflow:scroll;}
