/* CSS Document */

p{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #1493AC;
line-height: 18px;
padding: 3px;
}

.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;
}

/*Conteneur calque milieu*/

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