body {
	background-color:#0e1116;
}

@font-face {
	font-family: "ArtDeco";
	src: url('fontes/CalamityJaneNF.ttf');
}

#header {
	width:100%;
	text-align:center;
	text-decoration:none;
	top:0px;
	left:0px;
	background-color: #0e1116;
}

#lienfb {
	position:fixed;
	top:20px;
	right:20px;
}

#lienfb img {
	height:30px;width:30px;
}

#menu {
	text-align:center;
	/*height:45px;*/
	width:100%;
	padding:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	border-radius:0px 0px 0px 0px;
	border-top:1px solid #E1C467;
	border-bottom:1px solid #E1C467;
	background-color:#0e1116;
	}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#menu li{
	display:inline-block;
}

#menu li a {
	font-family: 'Poiret One', cursive;
	text-decoration:none;
	color:#E1C467;
	font-size:1.3em;
	display:block;
	padding:8px 5px 12px 5px;
	height:25px;
	width:160px;
	-moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#menu li a:hover {
	color:#0e1116;
	background-color:rgb(234,185,45);
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	border-radius: 5px 5px 5px 5px;
	padding-top:3px;
	padding-bottom:3px;
}

#menu li:hover >a{

}

#menu ul li ul {
	display:none;
	max-height:0em;
	overflow:hidden;
	margin-left:0px;
}

#menu li:hover ul li {
	float:none;
}

#menu li ul {
	position:absolute;
	width:203px;
	background-color:#902D0C;
	border-bottom:4px solid #200904;
	border-left:4px solid #200904;
	border-right:4px solid #200904;
	border-radius: 0px 0px 5px 5px;
}

#menu li ul li a {
	width:193px;
	height:20px;
	text-align:center;
	margin-left:0px;
	color:#E1C467;

}

#menu li ul li a:hover {
	background-image:none;
	color:rgb(234,185,45);
	box-shadow: 0px 0px 0px 3px #902D0C inset;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	border-radius:5px 5px 5px 5px;
}


h1 {
	margin-top:20px;
	font-size:3em;
	text-align:center;
	margin-bottom:10px;
	line-height:1em;
	letter-spacing:5px;
	font-family: 'ArtDeco', cursive;
	text-shadow: 1px 1px 4px #E1C467;
	color:rgb(234,185,45);
}

h1 a {
	text-decoration:none;
	color:rgb(234,185,45);
}

h2 {
	font-size:1em;
	font-weight:100;
	line-height:30px;
	margin-top:0px;
	margin-right:35%;
	text-align:right;
	letter-spacing:3px;
	font-family: 'ArtDeco', cursive;
	text-shadow: 1px 1px 10px #E1C467;
	color:rgb(234,185,45);
}

h2 a {
	text-decoration:none;
	color:rgb(234,185,45);
}

h3 {
	text-align:left;
	color:rgb(234,185,45);
	font-size:1.2em;
	padding-bottom:15px;
	font-family: 'Poiret One', cursive;
	margin-bottom:20px;
	margin-top:20px;
}

#hautpage {
	text-align:center;
	color:rgb(234,185,45);
	font-size:2em;
	text-indent:4px;
	font-family: 'Poiret One', cursive;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:8%;
	margin-right:8%;
	line-height:1.8em;
}

.paragraphe {
	display:inline-block;
}

.image_gauche{
	width:100%;
 }
 
.image_gauche2{
	width:50%;
	margin-left:25%;
	margin-right:25%;
 }
 
 .image_droite{
	width:100%;
}

 .image_droite2{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

 .image_droite3{
	width:40%;
	margin-left:10%;
	margin-right:10%;
}

.evenement {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #E1C467;
	margin-bottom:20px;
	margin-top:20px;
	padding:20px 20px 20px 20px; 
}

.date {
	font-size:1.5em;
	text-align:left;
	margin-top:10px;
}

.cadre {
	margin:2px;
	border:1px solid #200904;
	border-radius:5px;
	margin-top:20px;
	border-radius:10px;
	border:1px solid rgb(234,185,45);
	padding-left:3%;
	padding-right:3%;
	padding-top:30px;
	padding-bottom:30px;
}

.cadre p{
	margin:2px;
}

.contenu {
	color:rgb(234,185,45);
	background-color:#0e1116;
	margin-bottom:20px;
	padding-top:10px;
	/*padding-left:5%;
	padding-right:5%;*/
	height:40%;
	font-family: 'Poiret One', cursive;
	overflow:auto;
	text-indent:0x;
	text-align:justify;
	line-height:32px;
	font-size:1.3em;
}

.contenu p {
	background-color:#0e1116;
	color:rgb(234,185,45);
	text-shadow: 1px 1px 6px #E1C467;
}

.contenu a {
	color:rgb(234,185,45);
}

.contenu a:hover {
	text-shadow: 1px 1px 10px #200904;
}

.remonter {
	float:right;
	background: #902D0C;
	border-radius:5px 5px 5px 5px;
}

.remonter a {
	display:block;
	text-decoration:none;
	text-align:center;
	width:120px;
	height:30px;
	border-bottom:none;
	border-radius:5px 5px 5px 5px;
	border:2px solid #200904;
	text-shadow:2px 2px 4px #200904;
	line-height:30px;
	color:#E1C467;
}

.remonter a:hover {
	background-image:none;
	color:rgb(234,185,45);
	border-radius:5px 5px 5px 5px;
	border:2px solid rgb(234,185,45);
	background-color:#200904;
}

.boutons {
	height:100px;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.boutons ul {
	width:auto;
	list-style-type:none;
	height:60px;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
}

.boutons ul li {
	display:inline-block;
	padding-right:1%;
	padding-left:1%;
	padding-bottom:20px;
}

.boutons ul li a {
	display:block;
	text-align:center;
	width:170px;
	height:40px;
	border-radius:5px 5px 5px 5px;
	border:2px solid #200904;
	line-height:40px;
	text-decoration:none;
	text-shadow:2px 2px 4px #200904;
	color:#E1C467;
	background-color: #902D0C;
}

.boutons li a:hover {
	background-image:none;
	color:rgb(234,185,45);
	background-color:#200904;
	border-radius:5px 5px 5px 5px;
	border:2px solid rgb(234,185,45);
}

.petitbouton {
	background-color: #902D0C;
	color:#E1C467;
	border-radius:5px 5px 5px 5px;
	padding:3px 7px 3px 7px;
	text-decoration:none;
	text-indent:0px;
	text-shadow:2px 2px 4px #200904;
	border:2px solid #200904;
}

.petitbouton a {
	
}

.petitbouton:hover {
	background-image:none;
	color:rgb(234,185,45);
	background-color:#200904;
	border:2px solid rgb(234,185,45);
}

.photos ul li {
	margin-top:20px;
	margin-bottom:20px;	
	margin-left:20px;
	margin-right:20px;
}

.photos img {
	width:30%;
	padding:20px 20px 20px 20px;
}

.photos ul li img:hover{
	box-shadow: 0px 0px 8px 8px #200904;
}

.logo {
	display:inline-block;
	width:60px;
}

.photo_bandeau {
	width:100%;
}

.photo_d {
	color:#341707;
	width:55%;
	float:right;
	margin-left:30px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:5%;
}

.photo_d img {
	width:100%;
}

.photo_g {
	color:#341707;
	width:40%;
	float:left;
	margin-right:30px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5%;
}

.photo_g img {
	width:100%;
}

.photo_g2 {
	width:90%;
	color:#341707;
	/*float:left;*/
	margin-right:30px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5%;
}

.photo_g2 img {
	width:100%;
}
.portrait_d {
	width:40%;
	float:right;
	margin-left:30px;
	margin-bottom:10px;
	margin-top:5px;
	margin-right:5%;
}

.portrait_g {
	width:40%;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	margin-top:5px;
	margin-left:5%;
}

.image_g {
	float:left;
	padding-left:0px;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:10px;
	margin-left:5%;
	border:none;
	width:30%;
}

.image_d{
	text-align:right;
	float:right;
	padding:40px 40px 40px 40px;
	border:none;
	width:30%;
}

.image_c{
	float:left;
	padding:20px 20px 0px 0px;
 }

/*
.colonnes {
	display:table;
	padding-top:10px;
	border-collapse: separate;
    border-spacing: 10px;
	width:100%;
}

.colonne {
    display: table-cell;
    padding: 5px;
	text-align:left;
	width:33%;
}*/

.colonne a{
	text-decoration:none;
}

.tabimage {
	width:100%;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tabimage:hover{
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
	box-shadow: 7px 7px 15px #000000;
}

.tabimage2 {
	width:100%;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tabimage2:hover {
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	transform: rotate(-7deg);
	box-shadow: 7px 7px 15px #555555;
}

.video {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.video iframe {
	width:320px;
	height:240px;
}

.lecteur {
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

.album {
	height:250px;
	width:auto;
	margin-bottom:20px;
}

.contenu ul {
	text-align:center;
	list-style:none;
}

.references th {
	text-align:center;
	color:#996633;
	letter-spacing:3px;
	font-weight:100;
	text-indent:0px;
	text-shadow: 1px 1px 10px #EC9641;
}

.references tr {
	vertical-align:top;
	text-indent:0px;
}

.references td {
	padding:10px 20px 20px 20px;
	width:50%;
}

.contenu a,.contenu_p a {

}

.contenu a:visited ,.contenu_p a:visited{

}

.contenu a:hover ,.contenu_p a:hover{

}

.social {
	color:#E1C467;
	display:block;
	padding-top:5px;
	padding-left:20px;
	text-align:center;
	vertical-align:text-bottom;
	text-indent:0px;
	line-height:10px;
	float:right;
	/*position:fixed;*/
	/*bottom:10px;*/
	right:10px;
	background-color:#200904;
	/*opacity: 0.5;
	filter:alpha(opacity=0.5*100);
	-moz-opacity:0.5;*/
	border:2px solid #902D0C;
	border-radius:10px 10px 10px 10px;
	height:30px;
	width:270px;
	margin-bottom:20px;
}

.socialup {
	display:block;
	padding-top:5px;
	padding-left:20px;
	text-align:center;
	vertical-align:text-bottom;
	text-indent:0px;
	line-height:10px;
	/*position:fixed;*/
	float:right;
	bottom:10px;
	right:10px;
	opacity: 1;
	/*filter:alpha(opacity=1*100);
	-moz-opacity:1;*/
	height:30px;
}

.fb-like {
	/*opacity: 1;
	filter:alpha(opacity=1*100);
	-moz-opacity:1;*/
}

.g-plusone {
	/*opacity: 1;
	filter:alpha(opacity=1*100);
	-moz-opacity:1;*/
}

#footer {
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

#menu_b {
	display:block;
	text-align:center;
	text-indent:0px;
	width:50%;
	bottom:10px;
	left:10px;
	background-color:#FDD3A3;
	border-radius:10px 10px 10px 10px;
	line-height:35px;
	height:35px;
	color:#200904;
	padding:0px 20px 0px 20px;
}

#menu_b a {
	text-decoration:none;
	color:#200904;
	font-size:16px;
}

#menu_b a:hover {
	background-color:#902D0C;
	color:#E1C467;
}

.article {
	float:right;
	padding:0px 20px 0px 20px;
	border:none;
}

.formulaire {
	/*border:1px solid #200904;
	border-radius:5px 5px 5px 5px;*/
	text-align:left;
}

.contact {
	border:1px solid #200904;
	text-align:center;
	line-height:10px;
	margin-left:25%;
	margin-right:25%;
	margin-top:30px;
	margin-bottom:30px;
	border-radius:5px 5px 5px 5px;
}

.form_colonne {
	width:40%;
	float:left;
	text-align:right;
	padding:0px 0px 0px 0px;
	display:none;
}