

body {
	background:transparent url("./swirl_pattern.png") repeat fixed 0% 0%;
	padding-top: 20px;
	font: 300 15px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: auto;
	width: 80%;
	max-width:1000px;
}

a {
	color:#3B94D9;
	outline:0px none;
	cursor: pointer;
	text-decoration:none;
}
a:hover, a:focus {
	color:#55ACEE;
}

/*** Header ****/

#titre, #soustitre {
	margin-left: 7.6%;
	color: #6F6F6E;
	font-size: 2em;
	line-height: 2em;
	text-shadow: 0px 1px 0px #FFF;
}

#soustitre {
	font-size: 0.9em;
	line-height: 0.9em;
}


header, footer {
	background-image:url("./binding_light.png");
	background-repeat: repeat-x;
}

header{
	border-top: 2px solid #BBB;
}
footer {
	min-height: 150px;
	padding-top: 10px;
}

.rotation180 {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 .rotation90 {
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
 }

/****** Contenu *********/

.container {
	background-color:#FFFFFF;
	opacity: 0.80;
	min-height: 350px;
	padding-bottom: 10px;
}

.container a {
	margin-left:40%;
	font-size: 2em;
	display: block;
	width: 20%;
}

.presentation {
	background-color:#FFFFFF;
	min-height: 350px;
	padding-top: 20px;
	padding-bottom:20px;
}
#ancetres {
	font-size: 2em;
}

.presentation img {
	display: block;
	margin: auto;
}

.presentation p {
	width: 100%;
	text-align: center;
}

.dl {
	width: 60%;
	margin-top: 30px;
	margin-left: 10%;
}

.container p {
	margin-left:41%;
	font-size: 0.9em;
	display: block;
	width: 20%;
}
video {
	width: 50%;
	display: block;
	margin-left: 30%;
	opacity: 1;
}

iframe {
	display: block;
	margin: auto;
}

.listephotos {
	display: block;
	margin-left:10%;
	width: 50%;
}
.listephotos li {
	display: block;
	margin-left:10%;
	width: 50%;
}

@media (max-width: 760px) { 

.container a, .container p {
	width: 50%;
	margin-left: 30%;
}
.dl {
	width: 70%;
	margin-left: 5%;
}

video {
	width: 100%;
}

}

/****** Menu *****/

#accueil {
	display: block;
	background-color:#4A6B8A;
	padding-top: 10px;
	padding-left: 5.7%;
	height: 40px;
	margin:0;
}

#accueil li {
	display: inline-block;
	padding-left: 2%;
	padding-right: 2%;
}

#accueil li a {
	font-weight: 600;
	color: #FFF;
}

#accueil li a:hover {
	color: #F2F2F2;
}

.liactif {
	color: #59B7FF !important;
}

/********* footer ********/


#note {
	color: #666;
	font-size: 0.75em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #FFF;
	margin-left: 7.6%;
	display: inline;
}

#contact {
	margin-right: 7.6%;
	max-width: 100%;
	float: right;
	padding-top: 3px;
}
