/* CSS Document | general */

#formulaire{ margin-left:45px; margin-top:-8px; width:474px;}
h3{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	margin-bottom:2px;
	margin-top:8px;
}
#formulaire input[type=text]{
	border:thin solid #E3E3E3;
	color:#343434;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:18px;
	width:230px;
}
/*#formulaire input[type=file]{
	width:230px;
	height:28px;
	border-style:solid;
	border-color:#e3e3e3;
	border-width:thin;
	background-image:url(../img/form-fond.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#343434;
}*/
#formulaire textarea{
	border:thin solid #E3E3E3;
	color:#343434;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:60px;
	width:471px;
}
#formulaire .marginRight10{margin-right:10px;}
#formulaire .marginBottom10{margin-bottom:1px;}

#fileinputs {
	position: relative;
}

#fileinputs .fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#fileinputs .fakeinput {
	margin-top:-15px;
}

#fileinputs .file {
	position: relative;
	text-align: right;
	
	/*-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;*/
	
	/*width:236px;*/
	height:22px;
	border-style:solid;
	border-color:#e3e3e3;
	border-width:thin;
	/*background-image:url(../img/form-fond.png);
	background-repeat:no-repeat;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#343434;
	/*margin-left:60px;*/
	
	z-index: 2;
}

#fileinputs .file:hover{
	cursor: pointer;
}

.message_envoye {
	color:#000000;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:2px;
	margin-top:8px;
}

.ex_date {
	font-size:9px;
	padding-left:7px;
}

#iframe {
	border:0 none;
	height:30px;
	overflow:hidden;
	width:450px;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:12px;
	font-weight:normal;
}