/*-----------------------------
RESET STYLES
-----------------------------*/
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, a{
	margin:0;
	padding:0;
	font-size: 70%;
	text-align: center;
	}
body, a{
	font-size: 90px; /* 62.5% means 1em = 10px */
	font-family:Verdana, Geneva, sans-serif;
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a{
	text-decoration:none;
	color:#000;
	font-size: 80px;
}

h1, h2{
	font-size:18px;
}

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/
#bandeau{
	position:relative;
	margin:auto;
	width:100%;
	margin-bottom:10px;
}

#page_wrapper{
	padding-top:20px;
	overflow:auto;
	text-align:center;
}
	
#contenu{
	position:relative;
	margin:auto;
	width:80%;
	text-align:center;
	clear:both;
}

#contenu2{
	position:relative;
	margin:auto;
	width:80%;
	text-align:justify;
}

.bouton{
	position:relative;
	margin:auto;
	width:100%;
	margin-bottom:10px;
}

.bouton_contenu{
	position:absolute; 
	width:80%; 
	text-align:center; 
	left:0px; 
	top:0px; 
	padding-top:6%; 
	padding-left:10%;
}

.bouton_contenu a{
	display:block;
	width:100%;
	height:100%;
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
}

#menu_rapide{
	margin-bottom:20px;
	font-size: 80%;
}

.footer{
	background-image:url(../www.sosserrurier.com/iphone/footer.html);
	background-repeat:repeat-x;
	width:100%;
	height:28px;
	text-align:center;
}

.footer a:link, .footer a:visited{
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	display:block;
	width:100%;
	height:100%
}

#numero{
	position:absolute;
	top:20%;
	left:48%;
	font-weight:bold;
}
