div#form_contact

{
		float:left;
		width:470px;
		text-align:left;
		margin-top:5px;

}

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: #303239;
	font-size:0.7em; 
	font-weight: normal;
	padding: 1px 1px 1px 1px;
	margin: 0 0 0 0;
	border: 1px solid #BC1101;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss; 
	background: #CFCFCF;


}

TEXTAREA.contact        { color: #303239; font-weight: normal;font-size:0.7em;  font-family: Verdana, Arial, Helvetica, Geneva, Swiss; background: #CFCFCF;border: 1px solid #BC1101; 
}

INPUT.code        

{ 

color: #FFFFFF; 
font-weight: bolder; 
font-size: 13px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
background-color: #454750; 

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;

	


}

div#contact_txt

{
		float:left;
		width:240px;
		height:200px;
		text-align:left;
		margin-top:5px;
		background:url(../images/fd_contact.gif) no-repeat left top;
		padding-top:10px;
		color:#35363A;
		font-size:0.8em;
		text-align:center;
		margin-top:20px;
		

}

