/* Généralités */

body {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

#fleche{
	width:auto;
	height:auto;
	top: -451px;
	left:78px;
	position:absolute;
	visibility: visible;
}

#conteneur{
	width: 900px;
	height:auto;
	margin-top:-0px;
	top: 0px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	border: 1px solid #000000;
	visibility:visible;
	z-index: 1;
	color: #333333;
	background-position: center bottom;
}

#entete{
	width: 900px;
	height:160px;
	position: relative;
	background-image: url(images/entete.jpg);
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;	
}

#entete-reponse{
	width: 900px;
	height:319px;
	background-repeat: no-repeat;
	background-image: url(images/entete-reponse.jpg);	
}


#footer{
	width:900px;
	height:60px;
	position:relative;
	background-image:url(images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #003399;
	text-decoration: none;
	background-repeat: no-repeat;
}

/*menu*/

#menu_bas{
	margin-top:25px;
}

#menu_haut{
	width: 401px;
	height:auto;
	margin-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Liens menus*/

#menu_haut a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

#menu_bas a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
}

#menu_haut a:hover{
	color: #ffb924;
}

#menu_bas a:hover{
	text-decoration:underline;
}

/* Zone descrition produit*/
#corps{
	width:900px;
	height:auto;
	top:160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-repeat: no-repeat;
}

#corps-reponse{
	top: 160px;
	width:900px;
	height:auto;
	position:absolute;
}

#texte{
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
}

#titre{
	margin:0px;
	padding:0px;
}

/* formulaire*/

#entete_formulaire{
	width:900px;
	height:65px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#corps_formulaire{
	width:900px;
	height:305px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url('images/corps-formulaire.jpg');
	background-repeat: no-repeat;
}

#pied_formulaire{
	width:900px;
	height:28px;
	background-image: url('images/pied-formulaire.jpg');
	background-repeat: no-repeat;
}


#formulaire{
	width: 700px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 140px;
	vertical-align: middle;
	top: 50px;
}



/*champs formulaire*/

input#nom, input#prenom, input#adresse, input#cp, input#ville, input#tel, input#naissance {
	border:1px solid #003399;
	color: #333333;
	padding: 1px;
	height: auto;
	width: 220px;
}

radiobutton#bouton-madame, radiobutton#bouton-monsieur{
	height:auto;
	width:auto;
	color:#333333;
}

textarea#message{
	border:1px solid #003399;
}	


/* Classes*/

.blanc-formulaire{
	color:#FFFFFF;
}
	
.bleu-formulaire{
	color:#003399;
}

.text-jaune{
	color:#FFB924;
	font-weight: bold;
	}

.p{
	margin:0px;
	}


/* Liens et listes*/

ul{
	margin-top: -10px;
	list-style-type: disc;
	}
