body {
	margin :0;
	padding:0;
	width:980px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
}

header {
	width:980px;
	margin:auto;	
	display:block;
}

header img {
	display:block;
	margin: auto;
	background-color:#292929;
	padding:10px;
}

p {
	margin-top:5px;	
	margin-bottom:0px;
	display:block;
	width:auto;
	text-align:center;
}

p.recap {
	margin-top:0px;	
	margin-bottom:0px;
	display:block;
	width:auto;
	text-align:left;
}

header p.sousLogo {
	color : #1F497D;
	margin-bottom: 15px;
}

.titre {
	font-weight:bold;
	color : #1F497D;
	font-size:23px;
	font-style:italic;
}

.titre2 {
	font-weight:bold;
	color : #0292B0;
	font-size:30px;
	margin-bottom:10px;
	margin-top:5px;
}

.sous-titre {
	font-weight:bold;
	color : #1F497D;
	font-size:20px;
	margin-bottom:5px;
}

.rose {
	color : #CC0099;
	font-weight:bold;
}

.bleu {
	color:blue;
	font-weight:bold;
}

.important {
	font-weight:bold;
	color : #DD0000;
	font-size:16px;
	margin-bottom:5px;
	margin-top:10px;
}

.encadre {
	border : 2px solid #3366FF;
}

.intro {
	color : #0000AA;
	margin-top:10px;
}

section.zoneForm {
	margin-top:25px;
	border : 2px solid #004400;
	background-color: #EBF3ED;
	border-radius : 10px;
	-moz-border-radius : 10px 10px;
	width:980px;	
	margin-left:auto;
	margin-right:auto;		
}

section {
	width:980px;	
	margin-left:auto;
	margin-right:auto;		
}

.formTitre {
	color:#03769C;
	font-size:16px;
	font-weight:bold;
}

.incorrect {
	color:red;
}

.comm {
	background-color:#FFFF99;
	font-size:13px;
	font-style:italic;
}

.bleu {
	color:#000099;
	font-weight:bold;	
}
.rouge {
	color:#DD0000;
	font-weight:bold;	
}
.formulaire {
	border : 2px solid #004400;;
	margin-bottom:5px;
	background-color: #CCFFCC;
}

.condition {
	text-align:left;
	width:850px;	
	display:block;
	margin:auto;
}

legend {
	color : black;	
}

section {
	witdh:980px;
	display:block;
}

.premier {
	clear:both;
} 

.gauche{
	float:left;
}

.droite{
	float:right;
	margin-left:10px;
	margin-right:10px;
}

p {
	clear : both;	
}

#boutons {
	clear:both;	
	width :192px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.bouton {
	margin-top:15px;	
}

.ligne1 {
	width:250px;
	margin-left:23px;
	margin-right:23px;
}

td textarea {
	resize:none;
}