* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background-image:url(../../images/grass.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
}

#presentation-phase{
	border:2px solid #0033FF;
	padding:5px;
	width:385px;
	position:absolute;
	left:50%;
	top:40%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

#menu-phase{
	width:130px;
	float:right;
}

.categories-phase{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	margin-bottom: 3px;
	cursor:pointer;
	font-weight:bold;
}

.categories-phase:hover{
	background:#7F5C2D;
}

#contenu{
	float:left;
	width:250px;
}

.phase-honfleur{
	padding:15px;
	background:#F0F0F0;
}

#logo-phase-honfleur{
	text-align:center;
}

.header_highlight{
	background:#7F5C2D;
}

.Style1 {
	color: #0033FF;
	font-weight: bold;
}

a img, a:hover img{
	border-style: none;
}