.adresseHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #571B57;
	font-weight: bold;
}
.TitrePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #942782;
	font-variant: small-caps;
}
.TexteGris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A6D88;
}
.TexteGrisBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #942782;
	font-weight: bold;
}
.violetgras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #942782;
}
.TexteGrisGrand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #942782;
}


/******************************/
/******Formulaire*******/
/******************************/





fieldset{
	clear: both;
	margin-left: 46px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}








.formulaire p{
	padding-left: 100px; /*width of left column containing the label elements*/
	padding-top: 5px;
	padding-right: 13;
	padding-bottom: 5px;
	margin: 0;
	
}

.formulaire label{
	font-weight: normal;
	float: left;
	margin-left: -150px;/*width of left column*/
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/puce_carre_bleu.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 6px;		
}

.formulaire input{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	border: 1px solid #E97D4C;
	background-color: #F2F2F2;
	font-size: 12px;
}

.formulaire textarea{
width: 150px;
height: 80px;
background-color: #F2F2F2;
border: 1px solid #E97D4C;
}

.radio input {
	width: 30px;
	
}
.bouton input {
	width: 80px;
	margin-left: 100px;
	margin-top: 10px;
	background-color: #E97D4C;
	border: 1px solid #E2E2E2;
	color: #FFFFFF;
}

/*.troispx permet pour IE6 uniquement de régler le decalage en cas de plusieurs lignes d'input*/

* html .troispx{
margin-left: 3px;

}
