*{
	margin:0;
	padding:0;
}
.breaker{
	clear:both;
}
a{
	color:#c3c3c3;
}
body{
	position: relative;
	font-family: "Gill Sans MT", GillSans, Calibri, "Trebuchet MS", sans-serif;
	width:100%;
	height:100%;
	margin:auto;

}
#barre{
	position:absolute;
	background-image:url('images/bgMenu1.png');	
	width:100%;
	height:44px;
	top:120px;
	left:0;
}
#barreGris{
	position:absolute;
	background-color:#272822;
	width:100%;
	height:160px;
	top:164px;
	left:0;
}
#barreGris2{

	position:absolute;
	background-color:#272822;
	width:100%;
	height:180px;
	bottom:0;
	left:0;
}

#bloc_page{
	margin:auto;
	background-color:white;
	width:960px;
	height:100%;
	position:relative;
}
header{
	border:none;
	text-align:center;
	padding-top:10px;
	height:100px;
}
header img{
	border:none;
	text-decoration: none;
}
nav{
	margin-top:10px;
	background-image:url('images/bgMenu1.png');	
	height:44px;
}
nav ul{
	margin-left:152px;
}
nav ul li{
	list-style:none;
	text-align:center;
	width:130px;
	height:44px;
	float:left;
}
nav ul li:hover{
	background-image:url('images/bgMenu3.png');
}
nav ul li a{
	color:#c3c3c3;
	padding-top:14px;
	display:block;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:white;
}
nav ul:after{
	float:left;
	content:"";
	display:block;
	height:44px;
	width:3px;
	background-image:url('images/bgMenu2.png');
}
nav ul li:before{

	float:left;
	content:"";
	display:block;
	height:44px;
	width:3px;
	background-image:url('images/bgMenu2.png');
}
nav ul li ul{
	display:none;
}
nav .encours{
	background-image:url('images/bgMenu3.png');
}
#sousMenu{
	text-align: justify;
	color:#c3c3c3;
	height:160px;
	background-color:#272822;
}
#sousMenu p{
	margin:0;
	padding:5px;
	padding-top:10px;
}
#sousMenu img{

	margin:10px;
		margin-right:20px;
	float:left;

}
.chapitre1 h2{
	font-size:24px;
	margin-left:20px;
	margin-top:-30px;
	color:#cb2e16;
	font-family:Arial, Helvetica, sans-serif;
}
.chapitre1 h3{
	margin-top: 15px;
	font-size:18px;
	margin-left:5px;
	padding-left: 40px;
	color:#d22d21;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('images/beforeH3ch1.png');
	background-repeat: no-repeat;

}


p{
	margin-top:5px;
}
.gallerie{
	margin-bottom: 15px;
}
.gallerie p{
	padding-left: 10px;
	padding-right: 10px;
	font-style: italic;
	text-align: center;
	font-size: 0.8em;

}
.chapitre1{
	margin:40px 0 0px 0px;
	border-top:2px solid #cb2e16;
	text-align: justify;

}
.chapitre1 ul{
	margin-top: 5px;
	position:relative;
	left:30px;
	padding-right:30px;
	list-style-image:url('images/puce1.png');
}
.chapitre1 img{
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
	float:right;
	border:4px solid #cb2e16;
}
.chapitre2{
	margin-top:-30px;
	margin:40px 0 20px 0px;
	border-top:2px solid #474749;
	text-align: justify;
	
}
.chapitre2 h2{
	margin-right:20px;
	margin-top:-30px;
	text-align:right;
	color:#474749;
}
.chapitre2 h2:after{
	content:"";
	display:block;
	clear:both;
}
.chapitre2 ul{
	margin-top: 5px;
	position:relative;
	left:30px;
	padding-right:30px;
	list-style-image:url('images/puce2.png');
}
.chapitre2 h3{
	margin-top: 15px;
	font-size:18px;
	margin-left:5px;
	padding-left: 40px;
	color:#505050;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('images/beforeH3ch2.png');
	background-repeat: no-repeat;
}
.chapitre2 img{
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
	border:4px solid #474749;
	float:left;
}
.date{
	color:#cb2e16;
	padding-right:20px;
	font-size:22px;
}

footer{
	padding-top:10px;
	color:#c3c3c3;
		background-color:#272822;
	margin-top:20px;
	height:170px;
}
footer p{

	font-size:20px;
}
footer p img{
	height:24px;
	margin-right:10px;
}
table{
    margin: auto;
    margin-top: 20px;
}
td{
    margin-left: 10px;
}
thead{
    color:white;
    background-color: #cb2e16;
    font-weight: bold;
}
thead td, table td{
    padding-left: 20px;
    padding-right: 20px;
}
.prixHT{
    border:1px solid #ef856b;
    background-color: #ef856b;
}
.texteGauche{
	width:740px;
	float:left;
}
.texteDroite{
	width:740px;
	float:right;
}