body,div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a{
	text-decoration:none;
	font-weight: bold;
}

img{
	border:none;
}

ul{
	font-weight:bold;
}

li{
	font-weight:normal;
}

#mecontacter{
	position:absolute;
	top:0px;
	left:0px;	
	width:220px;
	height:150px;
	background-color:#999;
	font-size:11px;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	border-color:#333;
	visibility:hidden;
}

#mecontacter a{
	text-decoration:none;
	color:#FFF;
}

#mecontacter a:hover{
	text-decoration:none;
	color:#00C;
}


.activites{
	margin-left:auto;
	margin-right:auto;
	width:610px;
	height:150px;
}

.activitesG{
	float:left;
	width:290px;
	height:150px;
	padding-left:10px;
	border-left-color:#999;
	border-left-width: thin;
	border-left-style: solid;
}

.activitesD{
	float:right;
	width:290px;
	height:150px;
	top:-150px;
	left:300px;
	padding-left:10px;
	border-left-color:#999;
	border-left-width: thin;
	border-left-style: solid;
}

.sites{
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.normal{
	color:#000000;
	font-weight:normal;
}

