#corpscontact
{
	margin:auto;
	width:1024px;
	height:724px;
	background-image : url(images/fond_azy_1024_724_site.jpg); 
	background-color:#212121;
	color:#cccccc;
}

#bannierecontact
{
	width:650px;
	height:80px;
	float:right;
}

#menu_h1contact
{
	width:1024px;
	height:40px;
	float:left;
	text-align:center;
}
#droitecontact 
{
	float: right;
	Width: 550px;
	height: 460px;
	text-align: center;

}
#droitecontact p, #contact_mail p 
{
	font-family : verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 30px;
	margin-left:25px;
	
}
#centre_mail
{
	float:right;
	overflow:hidden;
	Width: 400px;
	height: 460px;

}
#centre_mail p
{
	font-family : verdana, arial;
	font-size: 10pt;
	text-align: justify;
	text-indent:-5px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right:15px
}
#centre_mail h1
{
	font-family : verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
	text-indent:15px;
	color: white;
}
#menu_h2contact
{
	float:right;
	Width: 950px;
	height: 37px;
	text-align: left;

}
#menu_h2contact p
{
	font-family : verdana, arial;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
	margin-left:50px;
}
#piedpagecontact
{
	width:1024px;
	height:106px;
	float:left;
}
#copyrightcontact
{
	width:200px;
	height:106px;
	float:left;

}
#copyrightcontact p
{
		margin-top:90px;
}
#texte_autocontact
{
	width:624px;
	height:106px;
	float:left;

}
#texte_autocontact p
{
	font-size: 9pt;
}
#datecontact
{
	width:200px;
	height:106px;
	float:left;
	text-align:right;

}
#datecontact p
{
	margin-top:90px;
	margin-right: 10px;
}

/* Gestion de l'apparence et de l'affichage du formulaire de contact */
#contact /* Formulaire de contact */
{
	width:400px;
	padding:5px;
	/*background-color: #ff0000; */
}
#contact textarea
{
	overflow:auto;
}
#contact input, #contact textarea
{
   font-family: Verdana, Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
   font-size:9pt;
}
#contact input:focus, #contact textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #FFFF99;
}
#contact  label
{
   color: #ffffff; /* Colorer en blanc tous les labels */
   font-family: verdana, arial, serif;
   font-size: 9pt;
   
}
#contact legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #cccccc;
   font-weight: bold;
   font-size: 11pt;
}
#contact fieldset
{
   margin-left:25px;
   margin-top: 10px;
   background-color: #212121;
}
#btenvoi, #btreset
{
	font-size: 8pt;
	width:70px;
	height:25px;
}
#identite
{
	width: 300px;
	height: 140px;
}
#commentaire
{
	width: 300px;
	height:140px;
}