@charset "utf-8";
/* CSS Document */

/****************************/
/**** formulaire ***********/
/***************************/
.formcompte fieldset {
	border-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002049;
	font-size: 12px;
}

.formcompte p{
	padding-left: 200px; /*width of left column containing the label elements*/
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	margin: 0;
	
}

.formcompte legend {
	padding-left: 40px; /*width of left column containing the label elements*/
	padding-top: 10px;
	padding-bottom: 25px;
	color:#F99A26;
	font-size: 13px;	
	
}


.formcompte label{
	font-weight: normal;
	float: left;
	margin-left: -156px;/*width of left column*/
	width: 150px;
	
			
}






.formcompte input { /*width of text boxes. IE6 does not understand this attribute*/
	width: 130px;
	height: 15px;
	border: 1px solid #999999;
	background-color: #fff;
	margin-bottom:10px;
}

.formcompte textarea{
	width: 220px;
	height: 80px;
	border: 1px solid #999999;
	background-color: #fff;
}

.formcompte input.radio  {
	width: 10px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.formcompte input.bouton {
	width: 80px;
	margin-left: 180px;
	margin-top: 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #002049;
	border: 1px solid #680E1C;
	height: 20px;
	cursor: pointer;
}



/*Formualire de création de compte*/




.formcompte select {
	border: 1px solid #f39419;
	font-size: 0.75em;
	height: 20px;
	width:80px;
}

 



.formcompte input.bouton {
	
	margin-left: 0px;}

p.tablo {
	width:500px;
	padding-left:0px;
	white-space: normal;
}