@charset "UTF-8";
/* CSS Document */

#menu ul li a.contact{
	color:#000;
	background:url(../images/bg-menu-fonce.png) top center no-repeat transparent;
	text-shadow:none;
}
#menu #fondu li.sept .hover {
	background:none;
}	

#contenu{
	width:1000px;
}
#contenu h1{
	font-size:18px;
	margin-top:20px;
	margin-left:40px;
	color:#000;
	width:900px;
	text-align:left;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
}

/* ASTERISQUES */
strong{
	font-size:18px;
	color:#000;
	font-weight:100;
}

/*///////////////////////////////////////////////////////////////////*/
/* formulaire */
form{
	margin-top:18px;
	margin-left:40px;
	width:600px;
	float:left;
}

label {
	display:block;
	width:90px;
	float:left;
	margin: 0 10px 15px 0;
	margin-left:20px;
}

input[type="radio"] {
	float:left;
	background:none;
	border:none;
	box-shadow:none;
	width:20px;
}

input[type="radio"] + label, input[type="checkbox"] + label {
	width:auto;
	float:left;
	margin:0 20px 0 0
}

input + br, textarea + br, label + br {
	clear: both;
}

input, textarea {
	font-size:14px;
	background-color:#f5f5f5;
	border:1px solid #bdbdbd;
	padding:5px 8px 3px 8px;
	width:450px;

} 
input:focus, textarea:focus {
	background-color:#f5f5f5;
	color:#666;
	-moz-box-shadow: inset 1px 1px 3px 0px #c0c0c0;
	-webkit-box-shadow: inset 1px 1px 3px 0px #c0c0c0;
	-o-box-shadow: inset 1px 1px 3px 0px #c0c0c0;
	box-shadow: inset 1px 1px 3px 0px #c0c0c0;
} 

input[type="submit"] { 
	margin-left:122px;
	margin-top:5px;
	margin-bottom:20px;
	border:none;
	background-color:#6c6c6c;
	width:100px;
	height:28px;
	font-size:14px;
	color:white;
	text-align:center;
	padding:0 0 0 0;
	font-weight:bold;

	-moz-box-shadow: 1px 2px 2px 0px #9b9b9b;
	-webkit-box-shadow: 1px 2px 2px 0px #9b9b9b;
	-o-box-shadow: 1px 2px 2px 0px #9b9b9b;
	box-shadow: 1px 2px 2px 0px #9b9b9b;
	
}
input[type="submit"]:hover{
	background-color:#f5f5f5;
	cursor:pointer;
	font-size:13px;
	color:#6c6c6c;

	-moz-box-shadow: inset 2px 2px 2px 0px #9b9b9b;
	-webkit-box-shadow: inset 2px 2px 2px 0px #9b9b9b;
	-o-box-shadow: inset 2px 2px 2px 0px #9b9b9b;
	box-shadow: inset 2px 2px 2px 0px #9b9b9b;
}
input[type="reset"]{
	border:none;
	background-color:#6c6c6c;
	width:100px;
	height:28px;
	font-size:14px;
	color:white;
	text-align:center;
	padding:0 0 0 0;
	font-weight:bold;

	-moz-box-shadow: 1px 2px 2px 0px #9b9b9b;
	-webkit-box-shadow: 1px 2px 2px 0px #9b9b9b;
	-o-box-shadow: 1px 2px 2px 0px #9b9b9b;
	box-shadow: 1px 2px 2px 0px #9b9b9b;

}
input[type="reset"]:hover { 
	background-color:#f5f5f5;
	cursor:pointer;
	font-size:13px;
	color:#6c6c6c;

	-moz-box-shadow: inset 2px 2px 2px 0px #9b9b9b;
	-webkit-box-shadow: inset 2px 2px 2px 0px #9b9b9b;
	-o-box-shadow: inset 2px 2px 2px 0px #9b9b9b;
	box-shadow: inset 2px 2px 2px 0px #9b9b9b;
}

.envoye{
	font-weight:normal;
	width:1000px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:14px;
	text-transform:uppercase;
}

/* MESSAGES D'ERREUR  */
.erreur{
	color:#fff;
	background-color:red;
	margin:20px 40px;
	padding:5px 10px;
	text-align:left;
	width:300px;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-size:17px;
}

/* INTITULÉ DES CHOIX EN ROUGE */
.error{
	color: red;
}

/* CHAMPS OBLIGATOIRES */
.champs{
	font-size:12px;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:120px;
	display:block;
}

/*//////////////////////////////////////////////////////////// ADRESSE ///////*/
#adresse{
	float:right;
	margin-top:213px;
	margin-right:100px;
	border-top:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	padding:5px 1px;
	
}
/* Jiri*/
#adresse em{
	font-size:20px;
	color:#afafaf;
	font-weight:200;
	font-style:normal;
}
/* Hanibal */
#adresse strong{
	font-size:20px;
	color:#6c6c6c;
	font-weight:bold;
}
/* ADRESSE MAIL */
#adresse a{
	text-decoration:none;
	color:#afafaf;
	
}
#adresse a:hover{
	color:#6c6c6c;
	opacity:1;
}
/* FIN ADRESSE MAIL */


/* ADRESSE */
#adresse p{
	font-size:15px;
}

/* TÉLÉPHONE */
#adresse b{
	font-size:15px;
	font-weight:normal;
}

#footer{
	clear:both;
}





	
