/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* STYLE DE LA PAGE CONTACT */

.contact{
	border:1px solid #000000;
	padding:5px;
	margin-left:10px;
	clear:both;
	width:600px;
	margin:auto;
	display:table;
	font-size:12px;
	background-color:#bfbfbf;
}

.mail_label{
	float:left;
	width:110px;
}

.mail_input{
	float:left;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
}

.inputForm{
	background-color:#eeeeee;
	border:1px solid red;
	width:150px;
	color:#784852;
	font-size:12px;
	padding:2px;
}

.inputFormOver{
	background-color:#FFFFFF;
	border:1px solid red;
	width:150px;
	color:#784852;
	font-size:12px;
	padding:2px;
}

.button{
	background-color:#999999;
	border:1px solid red;
	width:70px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;

}

.buttonOver{
	background-color:#eeeeee;
	border:1px solid red;
	width:70px;
	color:#666666;
	cursor:pointer;
	font-size:12px;

}

textarea{
	font-family:Arial, Helvetica, sans-serif;
}

.encartmoto{
width:430px;
height:320px;
float:left;
margin:10px;
}

#roadsters{
background:url(../images/encartmotos/roadsters.jpg);
background-repeat:no-repeat;
}

#sportives{
background:url(../images/encartmotos/sportives.jpg);
background-repeat:no-repeat;
}

#routieres{
background:url(../images/encartmotos/routieres.jpg);
background-repeat:no-repeat;
}

#trails{
background:url(../images/encartmotos/trails.jpg);
background-repeat:no-repeat;
}

#scooters{
background:url(../images/encartmotos/scooters.jpg);
background-repeat:no-repeat;
}

#customs{
background:url(../images/encartmotos/customs.jpg);
background-repeat:no-repeat;
}

#cross{
background:url(../images/encartmotos/cross.jpg);
background-repeat:no-repeat;
}

#honda125{
background:url(../images/encartmotos/125.jpg);
background-repeat:no-repeat;
}


