div#form_contact

{
	
		width:550px;
		text-align:left;
		margin-top:5px;
		margin-left:30px;
		

}

form p {
	margin: 1em 2em;
}
form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	width: 90%;
}
form p.double label {
	overflow: hidden;
	float: left;
	width: 25%;
	text-align: left;
	font-weight: normal;
	cursor: pointer;
	font-size: 0.8em;

}
form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}
form p.double input,
form p.double textarea {
	display: block;
	margin-left: 20%;
	width: 60%;

	padding: 2px 4px;
}


form p.double textarea {
	padding: 2px  4px;
	width: 60%;
	height: 6em;
}
form p.simple {
	margin-left: 30%;
}

input.contact              { 


	height: 15px;
	color: #2F3748;
	font-size:0.7em; 
	font-weight: normal;
	padding: 1px 1px 1px 1px;
	margin: 0 0 0 0;
	border: 1px solid #91A0BF;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss; 
	background: #ffffff;


}

TEXTAREA.contact        { color: #2F3748; font-weight: normal;font-size:0.7em;  font-family: Verdana, Arial, Helvetica, Geneva, Swiss; background: #ffffff;border: 1px solid #91A0BF; 
}

SELECT.contact           { color: #2F3748; font-size: 0.7em;  font-family: Verdana, Arial, Helvetica, Geneva, Swiss; font-weight: bold; background-color: #ffffff; border:solid 1px #91A0BF;}

INPUT.code        

{ 

color: #FFFFFF; 
font-weight: bolder; 
font-size: 13px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
background-color: #213865; 

border: none;

width:180px;
height:18px;
padding:1px;
margin-left:150px;
text-align:center;
}

#confirm

{
		color:#0E3365;
		font-size:0.75em;
		padding:1px;
		margin-left:150px;
}		

input.button         { 


	
	
	border:0px;

	


}


#topc

{
	padding:10px;
	font-size:12px;
	line-height:22px;
	font-weight:lighter;

}

.ntel

{
	color:#FF0000;
	font-size:14px;

}

a.contact

{
	color:#FF0000;
	font-size:12px;
	text-decoration:none;

}

a.contact:hover

{
	color:#485878;
	font-size:12px;
	text-decoration:underline;

}