/* +----------------------------------------------------------------------+
// | Nom du fichier : formu_clickti.css 								  |
// +----------------------------------------------------------------------+
// | Copyright (c) : 2008 => CLICKTI						              |
// +----------------------------------------------------------------------+
// | Auteur : Jean-michel EVEN => e-jme.com 	  			              | 
// +----------------------------------------------------------------------+
// | Site  		: clickti									              |
// | Creation   : 01/10/08 												  |
// | Modifie 	: 														  |
// | Version 	: 1 													  |
// +----------------------------------------------------------------------+
/* +----------------------------------------------------------------------+
// | Contient le formulaire 
// +----------------------------------------------------------------------+*/	
#conteneurformu{
	position: relative;
	left: 100px;
	width: 460px;
	height: 450px;
	padding: 0;
	margin: 0px 0px 0px -90px;
	/*margin-top: 10px;*/
	/*border: 1px solid blue;*/
}
/* +---------------------------------------------------------------------+
// | Le formulaire
// +----------------------------------------------------------------------+*/
#formulaire{
	/*padding-top:5px; 
	padding-bottom:5px; */
	text-align: justify; 
	background: #FFFFFF; 
	padding: 0; 
	margin: 0;
	border: 1px solid #ffffff;
	
}

/* +----------------------------------------------------------------------+
// | Mise en forme du formulaire
// +----------------------------------------------------------------------+*/

#titre_formulaire{	
	font:  12pt verdana, hevetica, sans-serif;	
	color: #893B03;	
	border-bottom: solid #893B03 1px;	
	margin: 0;	
	padding: 1px;	
	background-color: #ffefed;
	
}
	
#pied_formulaire{
	text-align: center; 
	color:#ff0000;
	font: 10pt verdana, hevetica, sans-serif;		
	border-bottom: solid #893B03 1px;	
	margin: 0;	
	padding: 1px;	
	background-color: #ffefed;
}
	
#pied_formulaire input{
	font-family: verdana, Helvetica, sans-serif;	
	font-weight: bold;	
	font-size: 8pt;	
	color: #666666;	
	border: solid #893B03 1px;	
	background-color: #FFFFFF;	
	margin-left: 2 em;
	
}

#corps{	
	color: #ff0000;	
	background-color: #ffffff;	
	margin: 0;	
	padding: 0px 0px 10px 0px; 
	font-family: verdana, Helvetica, sans-serif;
	
	
}
	
#corps fieldset{
	margin: 5px;	
	border: solid #893B03 1px;	
	font-style: normal;	
	padding: 0 3px 3px;	
	background-color: #FFFFFF;
	
}
	
#corps legend{
	font-family: verdana, Helvetica, sans-serif; 
	font-weight: bold;	
	font-size: 10pt; 
	color: #666666; 
	background: transparent;
	
}
	
#corps p{
	padding: 3px;
	margin: 1px;
	text-align: justify;
	
}
	
#corps label{
	float: left;	
	width: 25%;	
	text-align: justify; 
	margin: 0; 
	padding: 0 .5em 0 0; 
	line-height: 1.8;
	font-size: 10pt;
}
	
#corps label:hover, #piedForm input{
	cursor: pointer;
}
	
#corps .legende{
	font-style: italic;	
	color: #000000;	
	background: #FFFFFF; 
	margin: 0; 
	padding: 0; 
	vertical-align: top;	
	
}

#corps .focus{
	color: #666666;	
	background-color: #ffefed;
}
	
#corps .sans_focus{	
	background-color:#FFFFFF; 
	color:#000000;
}


