@font-face {
	font-family: "Champagne";
	src: url('../font/Champagne.ttf');
}
@font-face {
	font-family: "ChampagneItalic";
	font-style: italic;
	src: url('../font/ChampagneItalic.ttf');
}
@font-face {
	font-family: "ChampagneBold";
	font-weight: bold;
	src: url('../font/ChampagneBold.ttf');
}
@font-face {
	font-family: "ChampagneItalicBold";
	src: url('../font/ChampagneBoldItalic.ttf');
}

* {
	margin:0;
	padding: 0;
	font-family: arial;
	text-decoration: none;
}
#contenuP h1, #contenuP h2, #contenuP h3, #contenuP h4, #contenuP h5, #contenuP h6 {
	font-family: "ChampagneBold", "Champagne", arial;
	text-transform: uppercase;
}
#contenuP h1 {
	color: #811c58;
}
#contenuP h2, #contenuP h3, #contenuP h4, #contenuP h5, #contenuP h6 {
	margin: 10px;
}
#contenuP h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px; 
	border-bottom: 2px dotted #811c58;
}
#contenuP p {
	margin: 10px auto;
	max-width: 950px;
	text-align: justify;
}
#contenuP p img {
	max-width: 280px;
	max-height: 280px;
	display: inline-block;
	margin: 10px;
	border: 2px solid #811c58;
}
#contenuP ul{
	margin: 10px auto;
	max-width: 950px;
}
#contenuP li {
	list-style-type: none;
}
#contenuP li:before {
    content: "- "; /* on affiche une chaîne de caractère */
}
#contenuP a {
  text-decoration: none;
  color: #B30F8D;
}
#contenuP a:visited {
  color: #811c58;
}
#contenuP a:hover, #contenuP a:focus, #contenuP a:active {
  text-decoration: none;
  color: #811c58;
}
#contContact {
	color: white;
	font-size: 0.9em;
	width: 370px;
	padding: 25px;
	border-radius: 10px;
	margin: 25px auto;
	background-color: rgba(129,20,80,0.9);
}
#contContact input, #contContact SELECT, #contContact textarea {
	margin: 3px 0 15px 0;
	width: 358px;
	height: 25px;
	border: 1px solid #a21965;
	padding: 0 5px;
}
#contContact input:focus, #contContact SELECT:focus, #contContact textarea:focus {
	box-shadow: 0 0 8px 3px rgba(254,102,186,.5);
	outline-color: white;
}
#contContact #valider_contact {
	background-color: rgba(0,0,0,0);
	border: 2px dotted white;
	width: 100px;
	display: block;
	height: 50px;
	color: white;
	font-size: 1.3em;
	padding: 6px;
	font-family: "ChampagneBold", Arial;
	margin: 15px auto;
}
#contContact #valider_contact:hover {
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
	color: rgba(129,20,80,0.9);
}
#contContact textarea {
	min-height: 100px;
	padding: 5px;
}
#contContact .formR {
	width: 183px;
	display: inline-block;
}
#contContact .formR input {
	width: 170px;
}
#contContact input[type="radio"] {
	width: initial;
	height: initial;
	border: initial;
	font-size: initial;
	padding: initial;
	margin: 5px 5px 20px 0px;
}
body {
	width: 100%;
	height: 100%;
	position: absolute;

	background: url('../img/fond1.jpg') no-repeat;
	background-size: cover;
	background-position-y: 220px;
	background-color: #f9f9f9;
}
#bandes_haut {
	border-top: solid #811c58 6px;
	border-bottom: solid white 6px;
	width: 100%;
	margin: 0;
}
#bandes_bas {
	border-top: solid white 6px;
	border-bottom: solid #811c58 6px;
	width: 100%;
	margin: 0;
}
header {
	padding-top: 20px;
	height: 200px;
	background: #cccccc; /* Old browsers */
	background:  url('../img/fond_header.png'), -moz-linear-gradient(top,  #cccccc 0%, #ffffff 100%); /* FF3.6+ */
	background:  url('../img/fond_header.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background:  url('../img/fond_header.png'), -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background:  url('../img/fond_header.png'), -o-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Opera 11.10+ */
	background:  url('../img/fond_header.png'), -ms-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* IE10+ */
	background:  url('../img/fond_header.png'), linear-gradient(to bottom,  #cccccc 0%,#ffffff 100%); /* W3C */
}
#bande_header {
	width: 100%;
	margin-top: -20px;
	height: 40px;
	background: url('../img/bottom_header.png') repeat-x bottom;
}
.content {
	width: 100%;
	margin: 0 auto;
}
#logo {
	min-width: 200px;
	height:110px;
	position: relative;
}
#logo a{
	display: block;
	margin: 0px auto 20px auto;
	width: 180px;
	height: 110px;
	text-indent: -9999em;
	background: url('../img/logo_principal.png');
	background-size: cover;
	background-repeat: no-repeat;
}
header .content aside {
	float: right;
	width: 200px;
	margin: -80px 40px 0 0;
	height: 50px;
	vertical-align: top;
	background: url('../img/ico_tel.png');
	background-repeat: no-repeat;
	padding: 10px 0 0 45px; 
}
#tel{
	font-family: "ChampagneBold";
	font-size: 1.2em;
}
header .content nav ul {

}
header .content nav ul li{
	display: inline-block;
	margin: 0 5px 0 0;
	width: 148px;
	height: 53px;
	
}
header .content nav ul li a{
	display: block;
	padding-top: 11px;
	font-family: "ChampagneBold", arial;
	font-size: 1.1em;
	text-transform: uppercase;
	color: black;
	width: 148px;
	text-align: center;
	font-weight: bold;
	height: 32px;
}
header .content nav ul li a:hover{
	color: white;
}

.m000 a{background: none; border: 2px solid #811c58; border-radius: 15px 0;}
.m000 a:hover {background: #811c58;}
.m000:hover a:hover {color: white;}

#conteneurP {width: 100%; min-height: 500px;}

#contenuP {
	width: 100%;
	margin: 20px auto; 
	min-height: 500px; 
	background-color: #f9f9f9;
	padding: 30px 30px 40px 30px;
}
#contenuPh {
	width: 1020px;
	margin: -250px auto 100px auto; 
	background-color: #f9f9f9;
	padding: 30px 30px 40px 30px;
	position: relative;
}
footer {
	width: 100%;
	background: url('../img/fond_footer.png');
	background-size: 100% 100%;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
footer .content #logo_footer {
	display: inline-block;
	width: 250px;
	height: 175px;
	padding-top: 30px;
	vertical-align: top;
	margin: 0px 20px 0 50px;
}
footer .content #menu_footer {
	display: inline-block;
	width: 720px;
	padding: 30px 0 0 20px;
	vertical-align: top;
	font-family: Arial;

}
footer h2 {
	display: block;
	width: 370px;
	color: white;
	text-align: center;
	font-family: Arial;
	font-size: 0.95em;
	margin: 30px auto 10px auto;
}
#logo_footer a{
	display: block;
	width: 180px;
	height: 110px;
	margin: 0 auto;
	text-indent: -9999em;
	background: url('../img/logo_miniature.png');
	background-size: cover;
	background-repeat: no-repeat;
}
#logo_footer p {
	margin-top: 15px;
	font-family: "Champagne";
	color: white;
	width: 250px;
	text-align: center;
	float:right;
}
#menu_footer .menu_bas{
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	width: 156px;
	margin-left: 20px;
}
#menu_footer .menu_bas h3{
	font-weight: bold;
	font-size: 1em;	
}
#menu_footer .menu_bas h3 a{
	color: white;
}
#menu_footer .menu_bas h3 a:hover{
	color: #811c58;
}
#menu_footer .menu_bas h3 + h3 {
	margin-top: 30px;
}
#menu_footer .menu_bas ul li {
	list-style: none;
	font-size: 0.75em;
	margin: 3px 0 0 0;
}
#menu_footer .menu_bas ul li a {
	color: #c1c1c1;
}
#menu_footer .menu_bas ul li a:hover {
	color: #811c58;
}



#menuP li{
position:relative;
}
#menuP ul li{
display:inherit;
height: 30px;
}
#menuP ul li a{
	text-align: left;
	margin-left: 10px;
}
#menuP ul li:hover{
border-radius:0;
}
#menuP ul li:last-child{
border-radius:0 0 15px 0px;
padding-bottom: 15px;
}
#menuP ul{
position:absolute;
z-index: 1000;
max-height:0;
top: 52px;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .2s all .1s;
-webkit-transition: .3s all .1s;
transition: .2s all .1s;
}
#menuP li:hover ul{
max-height:25em;
}
/* background des liens sous menus */

#menuP li li{
background:#9c1861;
}
/* background des liens menus et sous menus au survol */

#menuP li li:hover{
	background-color: #e87eb9;
	height: 29px;
	border-top: 1px solid #811450;
}
/* les a href */

#menuP ul a{
	font-size: 0.9em;
	color: white;
	padding:8px 0;
	text-transform:inherit;
}
#menuP li:hover li a{
color:#fff;
text-transform:inherit;
}
#menuP li li:hover a{
color:#000;
}
