*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* FIN RESET CSS */
.conteneur{
	border: 1px solid #fff;
	margin: 0 auto;
	width: 1000px;
}
header{
	background: #E6E4E1;
  /*	height: 100px; */
}
.clear {
	clear: both;
}
#container_bar1 {
	width: 
	margin: 0 auto;
}
.list_m_bar1, .list_m_cs, .list_m_bar2, .list_m_pied1, .list_m_pied1 {
	float: left;	
	list-style-position: inside;
	list-style-type: none;
	
}
.list_m_bar1 {
  font-size: 12px;
  margin-left: 2%;

}
.list_m_bar2 {
 	font-size: 15px;
  	margin-left: 2%;
  	font-weight: bold;
}
#menu_bar1 li a:link {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
#menu_bar1 li a:visited {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
} 
#menu_bar1 li a:hover {
	color: #870404;
	background-color: transparent;
	text-decoration: underline;
} 
#menu_bar2 li a:link {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
#menu_bar2 li a:visited {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
} 
#menu_bar2 li a:hover {
	color: #870404;
	background-color: transparent;
	text-decoration: underline;
} 
#container_tete_1 {
	background-color: #000;
	width: 25%;
	text-align: center;
	color: #C27E2B;
	font-weight: bold;
	font-style: italic;
	
}
#container_tete_1, #container_tete_2 {
	float: left;
}
#bar1 {
	padding-top: 5px;
	width: 80%;
	margin: 0 auto;
}
#container_tete_2 {
	padding-top: 50px;
	margin-left: 8%;
	width: 65%;
}
.search_bar1 {
	width: 100px;
	border: 1px solid #000;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}
.search_bar1:focus {
	width: 70%;
}

.resa_bar2 {
  	background-color: #870404;
 	border: 1px solid #fff;
  	border-style: double;
 	width: 15%;
  	text-align: center;

}
.resa_bar2 a span{
  	font-weight: bold;
  	font-family: arial;
  	font-style: normal;
  	font-size: 15px;
  	color: #fff;
 
}
.active_bar2 {
	font-weight: bold;
  	font-family: arial;
  	font-style: normal;
  	font-size: 17px;
  	color: #000;
}

main{
	background: #fff;
	margin: 20px;
}

footer{
	background: #000;
	padding-top: 20%;
	padding-bottom: 10%;
	padding-left: 3%;
}
.container_prince {
	float: left;
	width: 50%;
	height: 50%;
	padding: 3px 3px 6px 10px;
	margin: 0 auto;

}

.a, .b, .c, .d{
	background: #fff;
}
.clear{clear: both;}

.newstex {
	margin-bottom: 1%;
}
.formelp {
	width: 40%;
	height: 20px;
	border: 1px solid black;
	text-align: center;
	color: #000;
}
.formpmail {
	margin-bottom: 1%;
}
.list_m_pied1 {
	margin-left: 5px;
}
.s_m_cp_2 {
	width: 70%;
}
.e, .f, .g, .h {
	float: left;
	width: 50%;
	color: #fff;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
}
.actu  {
	font-weight: normal;
	margin-left: 6%;

}
.qsn, .contac {
	margin-left: 3%;
}
.cont_p3 {
	margin-top: 10px;
}
footer li a:link {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
footer li a:visited {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
} 
footer li a:hover {
	color: #870404;
	background-color: transparent;
	text-decoration: underline;
}
.pp {
	margin-left: 5%;
} 
.m_cp a:link {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
.m_cp a:visited {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
} 
.m_cp a:hover {
	color: #870404;
	background-color: transparent;
	text-decoration: underline;
}

.cont_p4 p {
	text-align: center;
}
.cont_p4 {
	margin-top: 3%;
} 













/* Slideshow container */
.slideshow-container {
  	max-width: 1000px;
  	position: relative;
  	margin: auto;

}

/* Next & previous buttons */
.prev, .next {
  	cursor: pointer;
  	position: absolute;
  	top: 50%;
  	width: auto;
  	margin-top: -22px;
  	padding: 16px;
  	color: white;
  	font-weight: bold;
  	font-size: 18px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  	right: 0;
  	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  	color: #870404;
  	font-size: 15px;
  	padding: 8px 12px;
  	position: absolute;
  	bottom: 8px;
  	width: 100%;
  	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  	color: #f2f2f2;
  	font-size: 12px;
  	padding: 8px 12px;
  	position: absolute;
  	top: 0;
}

/* The dots/bullets/indicators */
.dot {
  	cursor:pointer;
  	height: 13px;
  	width: 13px;
  	margin: 0 2px;
  	background-color: #bbb;
  	border-radius: 50%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
}

.active, .dot:hover {
  	background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



/* PARTIE RESPONSIVE ADAPTATIVE */
@media (max-width: 1050px){
	.conteneur{
		width: 750px;
	}
	.container_prince {
		width: 350px;
	}
/* ENTRE 780px ET 1050px, le conteneur fera 750px et les zones 355px */
}
@media (max-width: 780px){
	.conteneur{
		width: 550px;
	}
	.container_prince {
		width: 255px;
	}
/* ENTRE 580px ET 780px */
}
@media (max-width: 580px){
	.conteneur{
		width: 100%;
	}
	.container_prince {
		width: 100%;
		height: 125px;
	}
	main {
		margin: 0;
	}
	/*ENTRE 0px ET 580px, LE CONTENEUR ET LES ZONES ABCD FERONT 100% (580px ou -) */
}
@media (max-width: 1170px){
	body:before{
		background: #32f6ff;
		content: "< 1170";
		color: #fff;
		padding: 2px;
		font-size: 12px;
	}
}
@media (max-width: 960px){
	body:before{
		background: #32f6ff;
		content: "< 960";
		color: #fff;
		padding: 2px;
		font-size: 12px;
	}
}
@media (max-width: 670px){
	body:before{
		background: #32f6ff;
		content: "< 670";
		color: #fff;
		padding: 2px;
		font-size: 12px;
	}
}