body{
	font-family: 'Open Sans',sans-serif;
	font-size:12px;
}
.bouton{
	/*background: url('../images/fond_bouton.gif') repeat-x;
	padding-left: 26px;
	padding-right: 26px;*/
	width: 129px;
	height: 29px;
	/*color: #FFFFFF;*/
	color: #000000;
	border: none;
	font-family: Georgia;
	font-size: 18px;
	text-align: center;
}
.erreur{
	color:red;
}
h1{
	 color: #7C7C74;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}   
 input[type="text"], textarea{
   border: 1px solid #C7C8CB;
    color: #707173;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    height: 19px;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 250px;
}

.bouton_contact{
	background:url('../images/background_btn_form.png') no-repeat;
	width:81px;
	height: 22px;
    padding-bottom: 3px;
	border:none;
	color:white;
	cursor:pointer;
	text-align:center;
	font-weight:700;
	display:inline-block;
}