/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #700000;
	margin: 0px;
	background-color: #FFad50;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #700000;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #700000;
	font-weight: normal;
	line-height: 16px;
}
.petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #700000;
	font-weight: normal;
	line-height: 16px;
}
.trespetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #700000;
	font-weight: normal;
	line-height: 16px;
}
.accueil_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #700000;
	font-weight: normal;
	line-height: 15px;
	text-align: justify;  
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #700000;
	font-weight: bold;
	line-height: 16px;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #700000;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.simple2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #700000;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}
.stitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #700000;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a:link {color: #700000;}
a:visited {color: #700000;}
a:hover {color: #700000;}
a:active {color: #700000;}


/*formulaire inscription valsoppet*/
#monForm { width: 100%; }
#monForm p { margin: 2px 0; }

/* fieldset , legend */
#monForm fieldset { margin-bottom: 10px; border: #FF8A40 1px solid; padding-left:10px; }

#monForm fieldset legend
{
	padding: 1px 10px;
	font-size: 1em;
	color: #700012;
	background-color:#FFAD50;
	border:#FF8A40 1px solid;
}

/* Label */
#monForm label
{
	font-size: 0.9em;
	background-color:#FF8A40;
	display: block;
	width: 42%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	line-height:20px;
	height:20px;
	clear:both;
	margin-bottom:2px;
	display:block;
}

#monForm .valid
{
	font-size: 0.9em;
	display: block;
	float: left;
	text-align: left;
	letter-spacing: 1px;
	line-height:20px;
	min-height:20px;
	display:block;
	margin:0 0 0 4px;
	font-weight:bold;
}

/* erreur */
#monForm .err { background-color:#F00; color:#FFF4F4; }

/* no display*/
#monForm .nodisplay { display:none; }

#monForm .form_label_nostyle { background: none; }

/* Input */
#monForm input, #monForm select, #monForm textarea { margin-left: 1%; margin-right:1%; width: 53%; border: #CCC 1px solid; float:left; margin-bottom:2px; }
#monForm input:hover, #monForm textarea:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus { border: #999 1px solid; background-color: #FFEFBF; }

/* Input radio */
#monForm input[type="radio"] { border:none; width:auto; float:left; }
#monForm .legende-radio { float:left; margin-top:2px; text-align:left; }
#monForm .tarif-radio { float:right; margin-top:2px; text-align:right; margin-right:1%; }

/* Pour IE6 */
#monForm input.radio { border:none; width:auto; float:left; }

#monForm .opt { background-color:#993; }
#monForm .opt:hover { background-color: #FFEFBF; }

/* Input checkbox */
#monForm input[type="checkbox"] { border:none; width:auto; float:left; }

/* button submit */
#monForm input[type="submit"] { border: #DDEEFF 1px solid; width: 27%; background-color:#FF8A40; margin-left:2%; }
#monForm input[type="submit"]:hover { background-color: #FFEFBF; cursor: pointer; }

#monForm #divlicence { clear:both; border:none; margin:0; padding:0; margin-bottom:-2px; }


