/* CSS Document */

div#mobile {
	background: #1a171b url(../img/bg_mobile.jpg) repeat-x 0 250px;
	font-size: 2.2em;
	line-height: 1em;
}
div#mobile img#logo {
	display: block;
	width: 100%;
}
div#mobile a#inscription {
	display: block;
	margin: 1em 1em 0.5em 1em;
	color: #dd012c;
	font-weight: bold;
	border: solid 3px #fff;
	background: #ffec00;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
}
div#mobile a#inscription span {
	display: inline-block;
	background: url(../img/bg_inscription.gif) no-repeat right center;
	padding: 0.8em 2em;
}
div#menuMobile {
	margin: 0 1em;
}
div#menuMobile ul {
	margin: 0;
	padding: 0;
}
div#menuMobile ul li {
	border: solid 3px #fff;
	margin: 0 0 0.5em 0;
}
div#menuMobile li a {
	display: block;
	background: url(../img/bg_li_mobile.gif) repeat-x;
	padding: 0.8em 2em;
	color: #ffffff;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
}
div#menuMobile ul li ul li {
	border: none;
}
div#menuMobile li li a {
	background: none;
	border: none;
	padding: 0.4em 2em;
	margin: 0 0 0.5em 1em;
	color: #DEDA00;
}


/* page */
div#mobile a#index {
	display: block;
	/*width: 430px;*/
	text-align: center;
	background: url(../img/bg_li_mobile.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.3em;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
}
div#mobile a#index span {
	display: inline-block;
	background: url(../img/retour-accueil-mobile-fleche.png) no-repeat right center;
	padding: 1em 2em;
}
div#mobile div#page {
	background: #fff;
	/*width: 430px;*/
	width: 100%;
}
div#mobile div#page div.complet {
	padding: 0 2em;
}
div#mobile div#page div.complet h3 {
	line-height: 1.2em;
}



div#mobile div#numerosPage {
	display: none;
}


/* formulaire */
div.formulaire form label {
	font-size: 1em;
	line-height: 1em;
}
div.formulaire form input {
	font-size: 1em;
}
div.formulaire form hr {
	height: 1em;
}
div.formulaire form input.boutonFormulaire,
div.formulaire form .reset {
	background-image: none;
	background-color: #ed1c24;
	margin: 1em 0 1em 26%;
	height: 1.3em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
	float: left;
	width: auto;
	padding: 0.5em;
}

