/* CSS Document */

/*Conteneur calque milieu*/

#conteneur {
width : 723px;
height : 1318px;
background-color : #000000;
margin-left : -185px;
margin-top : -275px;
top : 279px;
left : 452px;
position : absolute;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#77C5C2;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1493AC;
	display: block;
	padding: 8px;
	width: 140px;
}
