
body
{
	width : 1024px;
	margin : auto ;
	font-size : 1.2em;
	box-shadow: 1px 1px 12px #555;
	padding : 0px 20px 20px 20px;
}

footer{
	background-color: #111111;
	color: #AAAAAA;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size : 0.7em;
}

.petit{
	font-size : 0.7em;
}

img{
		vertical-align:middle;	
}

.ligne{
	margin-left: 40px;   
  border-top: 1px solid #96d1f8;
   background: #8c8c8c;
   background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#8c8c8c));
   background: -webkit-linear-gradient(top, #000000, #8c8c8c);
   background: -moz-linear-gradient(top, #000000, #8c8c8c);
   background: -ms-linear-gradient(top, #000000, #8c8c8c);
   background: -o-linear-gradient(top, #000000, #8c8c8c);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.ligne:hover {
   border-top-color: #f7f7f7;
   background: #f7f7f7;
   color: #000000;
   }
.ligne:active {
   border-top-color: #4b4d4f;
   background: #4b4d4f;
   }


h1
{
	color : #aa0000;
	text-align : center;
	font-size : 2em;
	margin-bottom: 0px;
}

.coin{
	position: fixed;
	right: 10px;
	top: 10px; 
	
}
a
{
	font-weight : bold;
	color : #2222ff;
}
h5{
	margin: 0px;
	font-size: 12px;
}

h2
{
text-align : left;
margin-left : 10px;
margin-right : 60px;
margin-bottom : 15px;
margin-top : 50px;
font-size: 14pt;
   
   border-top: 1px solid #96d1f8;
   background: #78d665;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e9c57), to(#78d665));
   background: -webkit-linear-gradient(top, #3e9c57, #78d665);
   background: -moz-linear-gradient(top, #3e9c57, #78d665);
   background: -ms-linear-gradient(top, #3e9c57, #78d665);
   background: -o-linear-gradient(top, #3e9c57, #78d665);
   padding: 7px 14px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
}

h3
{
text-align : left;
margin-left : 10px;
margin-right : 60px;
margin-bottom : 15px;
margin-top : 50px;
font-size: 14pt;
   
   border-top: 1px solid #010305;
   background: #d6656e;
   background: -webkit-gradient(linear, left top, left bottom, from(#910e0e), to(#d6656e));
   background: -webkit-linear-gradient(top, #910e0e, #d6656e);
   background: -moz-linear-gradient(top, #910e0e, #d6656e);
   background: -ms-linear-gradient(top, #910e0e, #d6656e);
   background: -o-linear-gradient(top, #910e0e, #d6656e);
   padding: 7px 14px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;

}

.accordion {
    background: #4A2918;
	 color: white;
    cursor: pointer;
    padding: 5px;
    width: 100py;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.active, .accordion:hover {
    background-color: #EEBB99; 
    color: #000;
}

.panel {
    display: none;
    background-color: white;
    overflow: hidden;
}
p
{
	background-color : #fff;
	margin : 20px;
}

strong
{
	color : #cc4444;
}


video{
	vertical-align: middle;
	margin-right: 50px;
}

a.menu
{
	display: inline-block;
	text-align : center;
	font-weight: normal;
	width : 155px;
	margin-left: 4px;
	margin-right: 4px;
	border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 4.5px 1px 4.5px 1px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
}
a.menu:active {
   border-top-color: #28597a;
   background: #000000;
	color: #AAAAAA;
   }
a.menu:hover {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.menuActif 
{
	display: inline-block;
	text-align : center;
	font-weight: bold;
	width : 155px;
	margin-left: 4px;
	margin-right: 4px;
	border-top: 1px solid #96d1f8;
   background: #78d665;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e9c57), to(#78d665));
   background: -webkit-linear-gradient(top, #3e9c57, #78d665);
   background: -moz-linear-gradient(top, #3e9c57, #78d665);
   background: -ms-linear-gradient(top, #3e9c57, #78d665);
   background: -o-linear-gradient(top, #3e9c57, #78d665);
  padding: 4.5px 1px 4.5px 1px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
}

   /* Back to top button  */
#back-top {position: fixed;bottom: 30px;margin-left: -150px;}
#back-top a {width: 108px;display: block;text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {color: #000;}
/* arrow icon (span tag) */
#back-top span {width: 108px;height: 108px;display: block;
	margin-bottom: 7px;
	background: #ddd url(images/haut.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {background-color: #777;}
