			/************************************/
			/****** CSS FORMULAIRE CONTACT ******/
			/************************************/

textarea{border-radius: 5px 5px 5px 5px;}
input{border-radius: 5px 5px 5px 5px;}		
input:required, textarea:required
{
background:url(../image/asteriskVide.png) 98% center no-repeat;
background-color:white;
}		

input:focus:invalid, textarea:focus:invalid
{
border-color: #FF0000;	 
background-image:none;
}	

input:focus:valid, textarea:focus:valid
{
border-color: green;	 
}
input:valid, textarea:valid
{	 
background-image:none;
}

input:webkit-moz-placeholder{font-style: italic;letter-spacing: 1px; color: # 999;font-size:10px;}

#BlocAdresseHoraireContact
{
padding-top:10px;
margin-left:90px;
width:630px;
background-color: #01547E;
border-radius: 10px 10px 10px 10px;
box-shadow: 10px 10px 10px #191919;
padding-bottom:10px;
}

#BlocContact
{
margin-top:30px;
width: 600px;
padding:10px 0px 10px 0px;
margin-left:110px;
background-color: #01547E;
border-radius: 10px 10px 10px 10px;
box-shadow: 10px 10px 10px #191919;
}

#contact
{
padding:10px 45px 10px 45px;
}


#BlocHoraireContact
{
padding:10px 20px 0px 0px;
color:#D9D5B0;
margin-left:290px;
margin-top:15px;	
text-align:center;
}

#mailContactPerso
{
float:left;
margin-top:20px;
width: 300px;
padding:10px 10px 10px 10px;
margin-left:40px;
background-color: #01547E;
border-radius: 10px 10px 10px 10px;
box-shadow: 10px 10px 10px #191919;
}

#MailContact2
{
width: 350px;
margin:20px 10px 30px 400px;
padding:10px 10px 20px 10px;
text-align:center;
border-radius: 10px 10px 10px 10px;
background-color: #01547E;
box-shadow: 10px 10px 10px #191919;
}

#BlocAdresseContact
{
float:left;
margin-top:15px;
margin-left:15px;
padding:10px 0px 10px 40px;
color:#D9D5B0;
text-align:center;
}

.TitreAdresseHoraire
{
background-color:#83A697;
text-align:center;
font-size:22px;
width:630px;
border-top:3px solid #191919;
border-bottom:3px solid #191919;
color:white;
font-style: italic;
letter-spacing:5px;
word-spacing:3px;
}
.TitreContact
{
background-color:#83A697;
text-align:center;
font-size:22px;
width:600px;
border-top:3px solid #191919;
border-bottom:3px solid #191919;
color:white;
font-style: italic;
letter-spacing:5px;
word-spacing:3px;
}

.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}