@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
p {
	text-align: center;
	line-height: 28px;
}
img {
	height: auto;
	max-width: 100%;
}
#conteneur {
	width: 100%;
	padding-bottom: 0px;
	background-image: url(images/bg-degrad-grey.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
#banniere {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	color: #000000;
	letter-spacing: 1px;
	height: 109px;
	text-align: center;
}
#sous-titre {
	margin-top: 2%;
	font-size: 14px;
	text-align: center;
}
#contenu  {
	margin-right: auto;
	margin-left: auto;
	width: 82%;
	padding: 5%;
	padding-bottom: 0px;
}
#contenu  a   {
	color: #333333;
	text-decoration: none;
}

@media screen and (max-width: 1010px) {

    #banniere {
	width: 90%;
	}
	#contenu  {
	width: 96%;
	padding-left:2%;
	padding-right:2%;
	}
	
}
@media screen and (max-width: 600px) {
    #banniere {
	width: 100%;
    }
}
