/* CSS Document */
/* Conception de cette feuille de style : vinimedia - Tous droits réservés */

	/*-----SOMMAIRE-----*/
	/*     . Blocs généraux
	/*     . Polices
	/*     . Entete
	/*     . Bloc left
	/*     . Contenu page
	/*     . Bas de page
	/*     . Formulaire
	*/

/*_____BLOCS GENERAUX_____*/
html, body {
	margin: 0 auto;
	padding: 0;
	background-color: #463b34; /*marron*/
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #89817d;/*beige foncé*/
}
	#container {
	width: 1040px;
	padding: 0;
	margin: 0 auto;
	border:0;
	}

h1 {
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #89817d;/*beige foncé*/
	text-align:justify;
	font-size:16px;
	}
h2 {
	margin-left:18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #89817d;/*beige foncé*/
	text-align:justify;
	font-size:16px;
	}
p {
	margin-left:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #89817d;/*beige foncé*/
	text-align:justify;
	font-size:14px;
	}	
	
.mail {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #89817d;/*beige foncé*/
	text-align:justify;
	}
/*_____CONTACT___*/
#bloc-contact
{
position:relative;
z-index:50; 
width: 1040px;
height: 450px;
margin: auto;
margin-top: -800px;
}  


#formulaire
{
width: 400px;
margin: auto;
padding-top: 100px;
padding-left:400px;
}

#texte-formulaire
{
width: 110px;
margin: auto;
padding-top: 100px;
}
/*_____BAS DE PAGE_____*/
#basdepage {
position:relative;
top: 0 !important;
width: 1040px;
padding-top:18px;
margin: 0;
font-size: 10px;
color: #89817d;/*beige foncé*/
text-align: center;
line-height: 12px;
}
	#basdepage a {
	text-decoration: none;
	color: #89817d;/*beige foncé*/
	}
	#basdepage a:hover {
	color: #e2dedb;/*beige*/
	text-decoration: underline;
	}
