@charset "UTF-8";
/* CSS Document */
#fond {
	background-image:url(img/fond.jpg);
	background-position:center;
	width:760px;
	height:570px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float:left;
	background-image:url(img/logo.png);
	width:293px;
	height:281px;
	margin:15px 0 20px 50px;
}

.banniere {
	background-image:url(img/ban.png);
	margin-left:400px;
	width:358px;
	height:208px;
}

.adresse {
	float:left;
	height:217px;
	width:375px;
	clear:both;
}

.contenu {
	height:297px;
	width:302px;
	margin-left:422px;
}

p {
	color: #0a258b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align:left;
	margin:0;
	padding:0 0 5px 0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #0A1479;
}

a:hover {
	text-decoration: none;
	color: #B32516;
}
a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a img
{
border: none;
}

