@charset "UTF-8";
/* CSS Document */
html, body{
	margin: 0;
	background: url(img/filet.gif) 0 212px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	margin: 0;
	font-size: inherit;
	color: #CCCCCC;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: normal;
}

p{
	margin-left: 289px;
}

p.description{
	margin-top: 109px;
}

#bandeau{
	width: 179px;
	height: 176px;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: -179px;
	background: url(img/bandeau.gif);
}

#content{
	width: 750px;
	height: 355px;
	margin: 0 auto;
	background: url(img/visuel.jpg) 0 55px no-repeat;
	color: #6E6E6E;
}

#content a{
	color: #0099FF;
}

#content a:hover{
	text-decoration: none;
}

#logo{
	display: block;
	width: 128px;
	height: 71px;
	margin: 0 auto;
	background: url(img/logo.jpg) no-repeat;
}
#menu{
	width: 681px;
	margin: 0 auto;
	margin-top: 92px;
	text-align: center;
	color: #333333;
}
#menu a{
	color: #666666;
	text-decoration: none;
}
#menu a:hover{
	color: #0099FF;
}

#partenaires{
	width: 681px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#partenaires a{
	color: #666666;
	text-decoration: none;
}
#partenaires a:hover{
	color: #0099FF;
}
