/******** Reset********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********************/

body{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	width:100%;
}
p{
	margin:2px 0;
}

h2{
	background:#658109;
	font-size: 16px;
    padding: 8px 15px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

/****** Informations haut *****/
#infos_haut{
	width:320px;
	margin:20px 0 15px 0;
	padding-left:10px;
}
	h1{
		color:#658109;
		font-size:17px;
		font-weight:bold;
		margin-bottom:10px;
	}
	#infos_haut p{
		font-size:11px;
		font-weight:bold;
	}
	
	#texte_info{
		float: left;
		width: 198px;
	}
	
	#logo_droite{
		float:left;
		width:110px;
		height:158px;
		background:url(./images/logos_haut.jpg);
		border-left:1px solid #818181;
	}
	
	#contener_btn {margin-top:10px;}
	#contener_btn a{
		display:inline-block;
		width:59px;
		height:41px;
		text-indent:-99999px;
	}
		#contener_btn a#btn_web{background:url(./images/btn_web.jpg);margin-right:20px;}
		#contener_btn a#btn_mail{background:url(./images/btn_mail.jpg);}
		
/******** Horaires ******/

#horaires{
	clear:both;
	padding-top: 16px;
}

#horaires li{
	clear:both;
	border-top:1px solid #fff;
	
}
#horaires li .separateur{
	border-bottom: 1px solid #D0CECE;
    clear: both;
    float: none;
	padding:0;
}
	#horaires li p{
		float:left;
		padding:10px 5%;
		margin:0;
	}
	#horaires li p.mois{
		width:50%;
	}

	#horaires li p.horaires{
		width:30%;
		background:#eeecec;
	}	
	#horaires li p.horaires .heures{font-weight:normal;}
		#horaires li p.horaires span {
			line-height: 17px;
		}
		#horaires li p.horaires .titre_jours{font-weight:bold;display:block;}
	
	.txt_fermeture{
		font-weight:bold;
		color:#658109;
		text-align:center;
		font-size:16px;
		padding: 10px 5%;
		line-height:20px;
	}
	
/*********** Nos services ******/
#services li{
	padding:10px 5% 9px 9%;
	background:url(./images/puce_li.png) no-repeat 4% 17px;
}

/******** Wifi ************/
#wifi h2{margin:10px 0 20px 0 ;}
#logo_wifi{
	float:left;
	width:150px;
	height:184px;
	background:url(./images/logo_wifi.jpg) no-repeat scroll center 28px transparent;
}

#wifi .txt_vert{
	color:#658109;
	margin-top:20px;
}
