@charset "iso-8859-1";
/* auteur: MSCLUB.COM */
/* Date de création: 28/05/2009 */

input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
	background-color: #CCCCCC;
}

label.mail_text {
	float: left;
	width: 80px;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BE0926;
}


.mail_titre {

	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	/*width:100%; */
	font-size: 18px;
	margin-bottom: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A7F87;*/
}

.mail_text { 
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0.1em;
	color: #BE0926;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A7F87;	
}

input.text, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #36322B;
	width: 60%;
	background-color: #FFF;
	border: 1px solid #36322B;
	margin-right: 0.25em;
	background-image: url(../images/form_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

input.text, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #36322B;
	width: 60%;
	background-color: #FFFFFF;
	border: 1px solid #36322B;
	margin-right: 0.25em;
	background-image: url(../images/form_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
	border: 1px solid #960D15;
}

label.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #36322B;
	display: block;
	float: left;
	width: 35%;
	text-align: right;
	padding: 0.1em;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

legend /* On met un peu plus en valeur les titres des fieldset */
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
}

fieldset
{
	margin-bottom: 0px;
}
.error_message {
	width:60%;
	display:none;
	color:#FF0000;
	font-weight: bold;
	text-align: left;
	padding-left:40%;
	clear:both;
	font-size: 10px;
	}
/*--form--*/
/*--element--*/
