body {
	margin:0px;
	background-color:#e4e4e4;
}

#contenu {
	width:700px;
	color:white;
	float:left;
	position:relative;
}
#header {
	background-color:#e4e4e4;
	width:100%;
	height:83px;
}
#menu {
	background-color:#6fcbd6;
	height:40px;
}
.zoneGauche {
	color:#365053;
	font-size:15px;
	float:left;
	padding:40px;
	padding-left:0px;
	width:60px;
	margin-left:40px;
	font-weight:bolder;
}

.annonceTexte {
	color:#365053;
	font-size:15px;
	float:left;
	padding-top:35px;
	width:200px;
}


div ul li {
	list-style:none;
	display:block;
	float:left;
	font-size:15px;
	font-family:tahoma;
	background-color:#6fcbd6;
	letter-spacing:1px;
	position:relative;
}
div ul li a {
	display:block;
	color:white;
	padding:10px;
	text-decoration:none;
	border-left:1px #55b4bf solid;
	border-right:1px white solid;
}
div ul li a:hover {
	background-color:#3ea6b2;
}
.selectedMenu {
	background-color:#3ea6b2;
}
#dateJour {
	width:70px;
	background-color:#6fcbd6;
	text-align:center;
	color:#fff;
	font-size:45px;
	padding:5px;
	font-family:Arial black;
	border:1px solid black;
}
#dateMois {
	width:70px;
	background-color:#165860;
	text-align:center;
	color:#fff;
	padding:5px;
	font-size:10px;
	font-family:Arial black;
	float:left;
	border:1px solid black;
	border-top:0px solid black;
	line-height:11px;
}
.vues {
	width:70px;
	text-align:center;
	color:#757575;
	padding:5px;
	font-size:9px;
	font-family: "Arial Black", Gadget, sans-serif;
	float:left;
	line-height:11px;
	display:block;
	text-decoration:none;
}

.titre {
	color:#365053;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:17px;
	}
.sousTitre {
	color:#365053;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	}
.info {
	color:#365053;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
