@import url("reset.css");


/*------------------------------------------------------------------------------------------------------------------------------------*/
/* COMMON
--------------------------------------------------------------------------------------------------------------------------------------*/

body{
	color:#000;
	font-size:75%;	/* 1em = 11px */
	background:#fff;
}

br.spacer{
	clear:both;
	width:1px;
	height:1px;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/* PAGE
--------------------------------------------------------------------------------------------------------------------------------------*/
h1{
	text-align:center;
	margin-top:6px;
}
h2{
	margin-bottom:8px;
	font-size:2em;
}
h2 img{
	vertical-align:text-top;
	margin-right:4px;
}
h3{
	text-align:center;
	margin:10px 0;
}
#page{
	width:990px;
	margin:auto;
	position:relative;
}
#logo{
	background:url(../img/ma-way-rouge.jpg) top center no-repeat;
	width:180px;
	height:74px;
	display:block;
	margin-top:20px;
	margin-left:30px;
}

form{
	margin-left:216px;
}

form select{
	display:block;
	float:left;
	margin-bottom:8px;
	margin-left:0;* margin-left:40px !important;* MARGIN-LEFT: -19px; /* FF IE7 IE6*/
}


form label{
	width:175px;
	display:block;
	float:left;
	margin-bottom:8px;
	font-weight:bold;
}
form label.mentions{
	width:400px;
}
#mentions{
	width:30px;
	margin-left:0;
}
form input, form textarea{
	width:200px;
	display:block;
	float:left;
	margin-bottom:8px;
	margin-left:0 !important;
	MARGIN-LEFT: -19px; /*IE 6 FIX*/

}

form input.envoyer{
	width:80px;
	text-align:center;
	margin-left:0 $important;
	margin-left:10px;
}
div.erreur{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
}
.obligatoire{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
img#statue{
	position:absolute;
	left:0;
	top:100px;
}
img#statue2{
	position:absolute;
	right:0;
	bottom:0;
}
.desc{
	width:480px;
	margin-left:215px;
	margin-top:20px;
	margin-bottom:20px;

}

.descc{
	width:480px;
	margin-left:300px;
	margin-top:20px;
	margin-bottom:20px;

}



span.rouge{
	color:red;
	font-weight:bold;
}
p{
	margin-bottom:8px;
}
#mentions_txt{
	width:440px;
	height:60px;
	border:1px gray solid;
	padding:4px;
	overflow:auto;
		margin-bottom:20px;
}
fieldset{
	width:500px;
}
form label.sex{
	width:100px;
	margin-left:4px;
}
form input.sex{
	display:block;
	float:left;
	width:20px;
}
a:link,a:visited{
	color:#000000;
}
a:hover{
	text-decoration:none;
}
.footer{
	text-align:center;
	margin-top:10px;

}
