/* @override http://localhost/24R_inscriptions/_css/24rollers.css */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */

body {
	font: 12px Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0px;
	list-style: none;
	background: #fff url(../_images/bg_page.jpg) repeat-x scroll 0 0;
	text-align: center;
	color: #333;}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

#formulaire{
	width: 485px;
	margin: 0px auto;
	padding-bottom: 31px;
	text-align: left;
	background: url(../_images/bas_form.gif) no-repeat 0 bottom;
}

#enteteForm{
	background: url(../_images/entete_form.gif) no-repeat;
	height: 85px;
}

#contenu{
	padding: 0px 30px;
	background: white url(../_images/bg_form.gif) repeat-y;
}


fieldset{
	position: relative;
	clear: left;  
	width: 100%;  
	margin: 0 ;  
	padding: 0; 
	border: none;
}

.white{
	color: white;
	margin-left: 20px;
}

legend{
	font-weight: bold;
	padding: 10px 0 20px 0;
	text-transform: uppercase;
}
fieldset ol {  
	padding: 0;  
	list-style: none;
	position: relative;
	margin:0px;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 2em; 
	margin:0px;
} 
label {  
	display: block;
	float: left;  
	width: 140px;
	margin-right: 2em; 
	padding: 4px 0;
	text-align: right;
}

.note{
	font-size: 10px;
	line-height: 8px;
}

#attention, .attention{
	font-size: 10px;
	line-height: 9px;
	color: red;
	border: thin solid #fd9a64;
	padding: 5px;
	margin-bottom: 20px;
}

.texteRouge{
	color:red;
}

.vide{
	display: none;
}

#submitBloc{
	background: none;
	text-align: center;
	margin: 20px 0;
	width: 50%;
	margin: 0px auto;
}

#colLeft{
	float: left;
	width: 50%;
}

#colRight{
	float: left;
	width: 50%;
}

.boutonLien{
	display: block;
	background: url(../_images/fondBouton.gif) no-repeat;
	text-align: left;
	height: 30px;
	margin: 15px 0 0 15px;
	padding: 5px 0 0 45px;
	color: black;
	font-weight: bold;
	cursor:pointer;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

dl {
	width: 388px; 
	margin: 20px 20px 0px;
	clear: both;
	background: url(../_images/zone_bas.jpg) no-repeat left bottom;
	padding-bottom: 32px;
}
 
dt {   /* définitions du titre du cadre */
	height: 33px;
	background: url(../_images/zone_top.jpg) no-repeat left top;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 20px 0px;
	margin-bottom: -8px;
}
 
dd {
	padding: 10px 20px 0 10px;
	text-align: justify;
	background: url(../_images/zone_Bg.jpg) left;
	margin-bottom: -8px;
}
 
dd ul {
	margin: 0 10px;
	list-style-type: none;
	padding: 0 !important;
	font-size: 0.91em;
}

dd ul li{
	display: block; 
	position: relative;
	float: none; 
	padding: 5px 0 !important;
	font-weight: bold;
}
dd ul li ul li{
	padding: 2px 0px 0 10px !important;
	font-weight: normal;
}

p {
margin:8px 0px; /* marges des paragraphes */
}

a {
	text-decoration: none;
	color: fuchsia;
}
a:hover{
	text-decoration: underline;
}

