#menu
{
	width: 240px;
	background-image: url("img/actifond.jpg");
}

#conteneur
{
	background-color:#397DC0;
}


#contacter
{
	font-weight: bold;
	padding:0 55px 0 0;
}

p.sousnavig
{
	font-size: 0.77em;
	text-indent: 0px;
}


/* --- Liens menu--- */


a:hover
{
	color:cornflowerblue;
}

/* --- Liens contact--- */

#contacter a:link
{
	color: white;
	text-decoration:none;
	border-bottom: none;
}
#contacter a:visited
{
	color: white;
	text-decoration:none;
	border-bottom: none;
}
#contacter a:hover
{
	border-bottom:1px solid pink;
	color:orange;
	border-bottom: none;
}

.notice{
	font-size: 0.8em;
	text-indent: 15px;
}

