/*
************************
	Copyright BasstringGo 2004.
	Tous droits réservés.
************************
*/

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

@font-face {
	font-family: "titre";
    src: url('http://fonts.googleapis.com/css?family=Chewy');
}

@font-face {
	font-family: "texte";
    src: url('polices/Raleway-Regular.ttf');
}

@font-face {
	font-family: "bigT";
    src: url('polices/Raleway-Thin.ttf');
}

@font-face {
	font-family: "bigL";
    src: url('polices/Raleway-Light.ttf');
}

#parallax {
	background-image: url(images/fonds/background2f.jpg);
	background-position: center 0%;
}

header {
	width: 100%;
	position: fixed;
	background: #000;
	font-family: texte;
    margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 30px 40px 30px #000;
	-webkit-box-shadow: 0px 30px 40px 30px #000;
	-o-box-shadow: 0px 30px 40px 30px #000;
	box-shadow: 0px 0px 20px 20px #000;
    -moz-border-bottom: 1px dotted #fff;
	-webkit-border-bottom: 1px dotted #fff;
	-o-border-bottom: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=180, Strength=30);
}

body {
	color: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	background-position: center 0%;
}

footer {
	width: 100%;
	position: fixed;
	height: 30px;
	bottom: 0;
	background: #000;
	font-family: texte;
    margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 30px 40px 30px #000;
	-webkit-box-shadow: 0px 30px 40px 30px #000;
	-o-box-shadow: 0px 30px 40px 30px #000;
	box-shadow: 0px 0px 20px 15px #000;
    -moz-border-bottom: 1px dotted #fff;
	-webkit-border-bottom: 1px dotted #fff;
	-o-border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=180, Strength=30);
}

footer p {
	margin-top: 4px;
}

h1 {
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	font-family: bigT, sans-serif;
	font-size: 4em;
	font-weight: lighter;
	color: #ff0;
	text-align: center;
    -moz-text-shadow: 0px 0 10px #000;
	-webkit-text-shadow: 0px 0 10px #000;
    -o-text-shadow: 0px 0 10px #000;
    text-shadow: 0px 0 10px #000;
}

h2 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-family: bigL, sans-serif;
	font-size: 2.5em;
	font-weight: lighter;
	color: #ff0;
	text-align: center;
    -moz-text-shadow: 0px 0 10px #000;
	-webkit-text-shadow: 0px 0 10px #000;
    -o-text-shadow: 0px 0 10px #000;
    text-shadow: 0px 0 10px #000;
}

h5 {
	margin-top: -10px;
	margin-bottom: -20px;
	font-family: bigL, sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	color: #ff0;
    -moz-text-shadow: 0px 0 10px #000;
	-webkit-text-shadow: 0px 0 10px #000;
    -o-text-shadow: 0px 0 10px #000;
    text-shadow: 0px 0 10px #000;
}

p {
	color: #fff;
	font-family: texte, sans-serif;
	font-size: 1em;
}

p a:hover {
	text-decoration:none;
	color:#f80;
	font-weight: bold;
	transition: color 0.3s;
}

a {
	text-decoration:none;
}

p a {
	text-decoration:none;
	color:#ff0;
	font-weight: bold;
	transition: color 0.5s;
}

.annonce {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

.annonce p {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	background: #f50;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding: 5px;
}
.entree h1 {
	width: 950px;
	padding-top:0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	transition: all ease 0.2s;
}

.entree h1:hover {
    -moz-text-shadow: 0px 0 5px #fff;
	-webkit-text-shadow: 0px 0 5px #fff;
    -o-text-shadow: 0px 0 5px #fff;
    text-shadow: 0px 5px 5px #fff;
	transition: all ease-in 0.2s;
}

.entree h1 img {
	height: 50px;
	width: 23px;
    margin-right: 50px;
    margin-left: 50px;
    transition: all ease 1s;
}

.entree h1:hover img {
	width: 50px;
	height: 50px;
    margin-right: 20px;
    margin-left: 20px;
    transition: all ease 0.2s;
}

.menu {
	z-index: 999;
}

.menu ul {
	width: 800px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
}

.menu ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	display: inline-block;
}

.bouton {
	height: 100%;
	width: 120px;
	text-align: center;
	color: #fff;
	-moz-border-top: 1px solid rgba(0,0,0,0);
	-webkit-border-top: 1px solid rgba(0,0,0,0);
	-o-border-top: 1px solid rgba(0,0,0,0);
	border-top: 1px solid rgba(0,0,0,0);
	background: -webkit-linear-gradient(#555, #333);
	background: -moz-linear-gradient(#555, #333);
	background: -o-linear-gradient(#555, #333);
	background: linear-gradient(#000, #333);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 200%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bouton:hover {
	height: 100%;
	width: 120px;
    background-size: 100% 100%;
    background-position: 0 200%;
    -moz-border-top: 1px solid #aaa;
	-webkit-border-top: 1px solid #aaa;
	-o-border-top: 1px solid #aaa;
	border-top: 1px solid #aaa;
    -moz-text-shadow: 0px 0 15px #fff;
	-webkit-text-shadow: 0px 0 15px #fff;
    -o-text-shadow: 0px 0 25px #fff;
    text-shadow: 0px 5px 5px #fff;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.boutonActuel {
	height: 30px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	background: #000;
	color: #ff0;
}

.corps p {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.corps img {
	margin-left: -100px;
}

.bandeau {
	text-align: center;
}

.bandeau table {
	margin-left: auto;
	margin-right: auto;
	
}

.bandeau img {
	text-align: center;
	height:130px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}

.slider {
	width: 800px;
	height: 230px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.slider img {
	z-index: 31;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 390%;
	height: 15px;
}

#slider {
	position: relative;
	overflow: hidden;
	margin: 20px auto 0 auto;
}

#slider ul {
	position: relative;
	padding: 0;
	list-style: none;
}

#slider ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 230px;
	text-align: center;
}

#slider ul li img{
	width: 800px;
	height: 230px;
	margin: 0px;
}

a.control_prev, a.control_next {
	position: absolute;
	z-index: 99;
	display: block;
	height: 100%;
	width: 25px;
	margin-top: 16px;
	padding: 0px;
	vertical-align: center;
	background: #000;
	text-decoration: none;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-border-left: 1px solid #aaa;
	-webkit-border-left: 1px solid #aaa;
	-o-border-left: 1px solid #aaa;
	
}

a.control_prev:hover, a.control_next:hover {
	opacity: 0.8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.control_prev {
	border-left: 1px solid #ff0;
}

a.control_next {
	right: 0;
	border-right: 1px solid #ff0;
}

.bandeauPresta {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.bandeauPresta img {
	width: 800px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
}

.paragraphes {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.paragraphe {
	display: inline-block;
	margin-left: 20px;
	margin-right:20px;
	vertical-align: top;
	text-align: center;
}

.paragraphe p {
	width: 550px;
}

.paragrapheCarte td tr {
	vertical-align: top;
}

.carte {
    text-align: center;
    margin-left: 100px;
}

.carte img {
    border-radius: 300px;
    transition: all ease 0.5s;
}

.carte img:hover {
    border-radius: 5px;
    transition: all ease 0.5s;
}

.historique h2 {
	width: 100px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.historique h2:hover {
	-moz-text-shadow: 0px 5px 10px #fff;
	-webkit-text-shadow: 0px 5px 10px #fff;
    -o-text-shadow: 0px 5px 10px #fff;
    text-shadow: 0px 5px 10px #fff;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.historique table {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.historique table tr td h5 {
    width: 165px;
    margin-top: -16px;
    padding-right: 10px;
	text-align: right;
}

.historique table tr td p {
    padding-left: 20px;
    border-left: dotted 1px;
}

.groupe {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.membre {
	height: 280px;
	width: 250px;
	display: inline-block;
	padding-right: 100px;
	margin-top: 30px;
	vertical-align: top;
	text-align: center;
}

.membre img {
	width: 100%;
	margin-left: 50px;
}

.membre h5 {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 5px;
}

.membre p {
	width: 250px;
}

.membre table {
	width: 100%;
	padding-top: 20px;
}

.photos {
	width: 760px;
	margin-left: -50px;
}

.photo {
	display: inline-block;
	width: 160px;
	margin-right: 20px;
	margin-top: 30px;
	vertical-align: top;
	text-align: center;
}

.photo img {
	height: 100px;
	margin-left: 0px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    -o-border-radius: 50px;
	border-radius: 50px;
	transition: all ease 0.15s;
}

.photo img:hover {
	height: 100px;
	margin-left: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -o-border-radius: 10px;
	border-radius: 10px;
    -moz-box-shadow: 0px 0 10px #fff;
	-webkit-box-shadow: 0px 0 10px #fff;
    -o-box-shadow: 0px 0 10px #fff;
	box-shadow: 0px 0 10px #fff;
	transition: all ease 0.15s;
}

.photo table img {
	padding-left: 50px;
}

.photo h5 {
	width: 160px;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
}

.liens {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.lien {
	display: inline-block;
	margin-right: 20px;
	margin-top: 30px;
	vertical-align: top;
	text-align: center;
}

.lien img {
	height: 100px;
	margin-left: 0px;
    transition: all ease 0.1s;
    -moz-border-radius: 70px;
	-webkit-border-radius: 70px;
    -o-border-radius: 70px;
	border-radius: 70px;
}

.lien img:hover {
    -moz-box-shadow: 0px 0 20px #fff;
	-webkit-box-shadow: 0px 0 20px #fff;
    -o-box-shadow: 0px 0 20px #fff;
	box-shadow: 0px 0 20px #fff;
	transition: all ease 0.1s;
}

.lien table img {
	padding-left: 50px;
}

.lien h5 {
	width: 160px;
	margin-top: 10px;
	margin-bottom: 20px;
    transition: all ease 0.1s;
}

.lien h5:hover {
	transition: all ease 0.1s;
    -moz-box-shadow: 0px 0 5px #fff;
	-webkit-text-shadow: 0px 0 5px #fff;
    -o-text-shadow: 0px 0 5px #fff;
	text-shadow: 0px 0 5px #fff;
}

.carnets {
    width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

.carnet {
	display: inline-block;
    width: 250px;
	margin: 50px;
	vertical-align: top;
	text-align: left;
	font-size: 1.2em;
}

.carnetVert {
	padding:0px;
    -moz-border-left: 1px solid rgba(0,0,0,0);
	-webkit-border-left: 1px solid rgba(0,0,0,0);
    -o-border-left: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    transition: all ease 1s;
}

.carnetVert:hover {
    -moz-border-left: 1px solid #0a3;
	-webkit-border-left: 1px solid #0a3;
    -o-border-left: 1px solid #0a3;
    border-left: 1px solid #0a3;
	border-bottom-left-radius: 30px;
	transition: all ease 0.2s;
}

.carnetVert p {
	width: 230px;
	transition: all ease 1s;
}

.carnetVert p:hover {
	width: 230px;
	padding-left: 10px;
	transition: all ease 0.2s;
}

.carnetJaune {
    padding: 0px;
    -moz-border-left: 1px solid rgba(0,0,0,0);
	-webkit-border-left: 1px solid rgba(0,0,0,0);
    -o-border-left: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    transition: all ease 1s;
}

.carnetJaune:hover {
    -moz-border-left: 1px solid #ff0;
	-webkit-border-left: 1px solid #ff0;
    -o-border-left: 1px solid #ff0;
    border-left: 1px solid #ff0;
	border-bottom-left-radius: 30px;
    transition: all ease 0.2s;
}

.carnetJaune p {
	width: 230px;
	transition: all ease 1s;
}

.carnetJaune p:hover {
	width: 230px;
	padding-left: 10px;
	transition: all ease 0.2s;
}

.carnetBleu {
    padding: 0px;
    -moz-border-left: 1px solid rgba(0,0,0,0);
	-webkit-border-left: 1px solid rgba(0,0,0,0);
    -o-border-left: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    transition: all ease 1s;
}

.carnetBleu:hover {
    -moz-border-left: 1px solid #08f;
	-webkit-border-left: 1px solid #08f;
    -o-border-left: 1px solid #08f;
    border-left: 1px solid #08f;
	border-bottom-left-radius: 30px;
	transition: all ease 0.2s;
}

.carnetBleu p {
	width: 230px;
	transition: all ease 1s;
}

.carnetBleu p:hover {
	width: 230px;
	padding-left: 10px;
	transition: all ease 0.2s;
}

.carnetRouge {
    padding: 0px;
    -moz-border-left: 1px solid rgba(0,0,0,0);
	-webkit-border-left: 1px solid rgba(0,0,0,0);
    -o-border-left: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    transition: all ease 1s;
}

.carnetRouge:hover {
    -moz-border-left: 1px solid #f22;
	-webkit-border-left: 1px solid #f22;
    -o-border-left: 1px solid #f22;
    border-left: 1px solid #f22;
	border-bottom-left-radius: 30px;
	transition: all ease 0.2s;
}


.carnetRouge p {
	width: 230px;
	transition: all ease 1s;
}

.carnetRouge p:hover {
	width: 230px;
	padding-left: 10px;
	transition: all ease 0.2s;
}

.email {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.email a {
    font-family: bigT;
    font-size: 2.5em;
}

.contact {
    text-align: center;
}
