/* CSS Document */
*{
	margin:0;
	padding:0;
}

img{
	border:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2d6980;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

#site{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#haut{
	position:relative;
	height:119px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#masque{
	position:absolute;
	width:990px;
	z-index:10;
	background:url("../medias/fond/entete.png") no-repeat;
	height:119px;
	text-align:right;
	padding-top:20px;
}
#masque img{
	margin-right: 10px;
}

#partenaire{
	overflow:hidden;
	width:1000px;
	text-align:right;
	padding:15px 0 10px 0;
	height:84px;
}

#partenaire img{
	padding:0 0 0 3px;
}

#contenu{
	background:url("../medias/fond/milieu.jpg") no-repeat;
	height:466px;
}

#contenu ul{
	width:100%;
	padding-top:15px;
}

#contenu ul li{
	text-align:right;
	list-style-type:none;
}

#logo{
	position:absolute;
	margin-top:145px;
	margin-left:270px;
	width:347px;
	height:111px;
	text-align:center;
}

#logo_faisonsvite{
	position:absolute;
	margin-top:-30px;
	margin-left:800px;
	width:180px;
	height:50px;
	text-align:center;
}

#recherche{
	position:absolute;
	background:url("../medias/images/bt_recherche.png") no-repeat;
	margin-left:245px;
}

#pied{
	text-align:center;
	color:#FFFFFF;
}

#pied a{
	color:#FFFFFF;
	text-decoration:none;
}
