img,p {
	margin: 0;
	padding: O;
	border: none;

}

ul, li {
	list-style: none;
}

a, a:hover {
	text-decoration: none;
	color: white;
}

body {
	margin: 0;
	padding: 0;
	background-image: url("../img/fond-haut-de-page.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
}

.wrapper {
	margin: 0;
	padding: 0;
	background-image: url("../img/fond-bas-de-page.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	line-height: 15px;
}

.reset{
	clear: both;
}

/******************************************************/
/********************* central part *******************/
/******************************************************/


.container{
	position: relative;
	margin: 0 auto;
	width: 910px;
	padding: 0px;
	color: white;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, sans-serif;
}

/********************* top box *******************/

.entete{
	height: 482px;
	width: 100%;
}

.logo{
	position: absolute;
	top: 0;
	left: -15px;
	width: auto;
}

.menu{
	height: 230px;
	margin-left: 250px;
}

.items {
	float: left;
	width: 50px;
	padding: 0;
	padding-top: 50px;
	margin-right: 20px;
	color: white;
	font-weight: bold;
}

.items h3, .items p{
	font-size: 12px;
	text-align: center;
}

.encart{
	position: absolute;
	top: 25px;
	right: 28px;
	width: 145px; /*137px;*/
	height: 136px;
	background-image: url("../img/next-step.png");
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	padding: 20px;
	font-size: 11px;
}

.encart p {
	padding-top: 65px;
	font-weight: bold;
}

.encart a, .encart a:hover{
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-size: smaller;
	line-height: 20px;
}

.encart a:hover {
	text-decoration: none;
}


/********************* center box *******************/

.content .fullTexte {
	padding: 20px;
}

.baniereL{
	float: left;
}

.baniereR{
	float: left;
	margin-left: -10px;
	width: 185px;
	height: 203px;
	background-image: url("../img/news-feuille.png");
	background-position: top left;
	background-repeat: no-repeat;
	color: #444;
	padding: 25px;

}

.baniereR .titreNews{
	padding:  0 20px;
	font-size: larger;
	font-weight: bold;
}

.baniereR .texteNews{
	height: 140px;
	padding:  0 20px;
	padding-top: 10px;
	text-align: justify;
}

.texteNews a, .texteNews a:hover{
	color:#6d8b8e;
	font-size: 13px;
}

.baniereR .pagination{
	padding-top: 15px;
	padding-left: 20px;
}

.pagination .left{
	padding-right: 5px;
}

.pagination .right{
	padding-left: 5px;
}

.pictures{
	margin-top: 30px;
}

.pictures .text{
	float: left;
	width: 245px;
	padding-left: 20px;
}

.pictures .text p{
	text-align: justify;
}

.pictures .text a{
	font-size: 17px;
	color: #ffd767;
	font-weight: bolder;
}

.pictures .illustration{
	float: right;
	
}

 .sepH{
	margin-left:18px;
	height: 15px;
	border-bottom:1px dashed grey;
	width:855px;
}

.movies{
	margin-top: 20px;
}

.movies .text {
	float: right;
	width: 340px;
	margin-top: 50px;
	padding-right: 100px;
	padding-bottom: 30px;
	
}

.effect1 {
	position: absolute;
	top:870px;
	right: 40px;
}

* html .effect1 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/video-feet.png');
}

.movies .text h1{
	padding-left: 10px;
}

.movies .text p{
	text-align: justify;
	padding-left: 20px;
}

.movies .text a {
	font-size: 17px;
	color: #cc2a09;
	font-weight: bolder;
}

.movies .illustration{
	float: left;
	width: 380px;
	height: 240px;
	padding-left: 75px;
	padding-top: 80px;
	background-image: url("../img/videos-tv.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

/********************* bottom box *******************/

.bottom{
	height: 380px;
	width: 100%;
	padding-top: 30px;
}

.bottom h1{
	height: 58px;
}

.about{
	float: left;
	width: 500px;
	margin-left: 20px;
}

.about .titre{

}

.about .illustration{
	float: left;
	width: auto;
	padding-right: 20px;
}

.about .texte{
	float: left;
	width: 40%;
	text-align: justify;
}

.about .texte a{
	font-size: 17px;
	color: #979926;
	font-weight: bolder;
}

.sepV{
	float: left;
	width: 1px;
	height: 250px;
	padding-right: 10px;
}

.contact{
	float: left;
	width: 210px;
	margin-left: 50px;
	text-align: justify;
}

.contact .titre{
	width: 100%;
	padding-top: 10px;
}

.contact .titre h1{
	margin-bottom: 5px;
}

.contact .texte a{
	font-size: 17px;
	color: #4cd1bd;
	font-weight: bolder;
}

