@charset "utf-8";

* {
	font-family:Arial, Helvetica, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.hidden {
	display:none;
}
.clear {
    clear: both;
}body {
	background: url(../images/layout/background.jpg) top center #5179aa no-repeat;
	overflow-x: hidden;
}


h1 {
	position: absolute;
	height: 20px;
	margin-top: -20px;
}

#logo {
	padding-top: 10px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #EEE;
}

a:active {
	color: #CCC;
}

#page {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#page.admin {
	background: white;
}

#header {
	height: 170px;
}

#image-block {
	display: none;
	width: 440px;
	height: 380px;
	float: left;
}

#nav {
	position: absolute;
	top: 100px;
}

#nav li {
	float: left;
	margin-right: 20px;
}

#nav a {
	display: block;
	height: 19px;
	text-indent: -500px;
	overflow: hidden;
background-position: 0 -19px;
}

#nav a:hover {
	background-position: 0 0px;
}

#nav a:active,
#nav a.active{
	background-position: 0 -38px;
}

#nav .saut-parachute { width: 160px; background-image: url(../images/menu/btn-parachute.png) }
#nav .helico { width: 154px; background-image: url(../images/menu/btn-helico.png) }
#nav .vip { width: 87px; background-image: url(../images/menu/btn-vip.png) }
#nav .ce { width: 81px; background-image: url(../images/menu/btn-ce.png) }
#nav .faq { width: 45px; background-image: url(../images/menu/btn-faq.png) }
#nav .tarifs { width: 58px; background-image: url(../images/menu/btn-tarifs.png) }
#nav .contact { width: 74px; background-image: url(../images/menu/btn-contact.png) }
#nav .news { width: 47px; background-image: url(../images/menu/btn-news.png) }
#nav .formation { width: 91px; background-image: url(../images/menu/btn-formation.png) }


#footer {
	margin-top: 20px;
	width: 100%;
	height: 68px;
	background: url(../images/layout/footer-motif.png) repeat-x;
	-webkit-box-shadow: 0 4px 8px #333;
	-moz-box-shadow: 0 4px 8px #333;
	box-shadow: 0 4px 8px #333;
	position: fixed;
	bottom: 0;
}

#footer ul {
	width: 1000px;
	margin: 0 auto;
}

#footer li {
	float: left;
}

#footer ul a {
	display: block;
	text-indent: -500px;
	background-repeat: no-repeat;
	height: 47px;
	overflow: hidden;
	margin-top: 2px;
}

/**
* Boutons footer
*/

#footer .facebook {
	width: 76px;
	background-image: url(../images/footer/btn-facebook-idle.png);
}

#footer .facebook:hover { background-image: url(../images/footer/btn-facebook-hover.png) }
#footer .facebook:active { background-image: url(../images/footer/btn-facebook-active.png) }

#footer .calendrier {
	width: 175px;
	background: url(../images/footer/btn-calendrier-idle.png);
}

#footer .calendrier:hover { background-image: url(../images/footer/btn-calendrier-hover.png) }
#footer .calendrier:active { background-image: url(../images/footer/btn-calendrier-active.png) }

#footer .moments {
	width: 240px;
	background: url(../images/footer/btn-moments-idle.png);
}

#footer .moments:hover { background-image: url(../images/footer/btn-moments-hover.png) }
#footer .moments:active { background-image: url(../images/footer/btn-moments-active.png) }

#footer .flyer {
	width: 235px;
	background: url(../images/footer/btn-flyer-idle.png);
}

#footer .flyer:hover { background-image: url(../images/footer/btn-flyer-hover.png) }
#footer .flyer:active { background-image: url(../images/footer/btn-flyer-active.png) }

#footer .appli {
	width: 180px;
	background: url(../images/footer/btn-appli-idle.png);
}

#footer .appli:hover { background-image: url(../images/footer/btn-appli-hover.png) }
#footer .appli:active { background-image: url(../images/footer/btn-appli-active.png) }


#footer .gipag {
margin-top:-15px;
	width: 80px;
height:80px;
	background: url(../images/gipag.png);
}



#article, #news, #faq {
	color: #212c3a;
	line-height: 1.5em;
	font-size: 0.8em;
	margin-left: 440px;
	margin-bottom: 100px;
}
#article p.titre {
	margin: 0;
}

#article strong {
	font-weight: bold;
}

#article p {
	margin-bottom: 1em;
}

#article ul {
	font-size: 0.9em;
	margin-bottom: 1em;
}

#article li {
	list-style: square inside;
	margin-left: 1em;
}

#article li .content {
	color: #212c3a;
}

#slideshow {
	position: relative;
	margin: 20px 20px;
	width: 510px;
}

#slideshow .wrapper {
	overflow: hidden;
	height: 100px;
	margin: 0 15px;
}

#slideshow .container {
	width: 4000px;
	margin-left: 0;
}

#slideshow .arrow {
	text-indent: -500px;
	overflow: hidden;
	display: block;
	height: 96px;
	width: 15px;
	position: absolute;
	top: 0;
}

#slideshow .arrow.left {
	background: url(../images/btn-previous.png) center center no-repeat;
	left: -15px;
}

#slideshow .arrow.right {
	background: url(../images/btn-next.png) center center no-repeat;
	right: -15px;
}

#slideshow img {
	border: 3px solid white;
	margin-right: 14px;
}

.titre {
	font-family: 'Oswald', Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color: #4d6474;
}

#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/modal.png)
}

#modal img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 5px 20px #333;
	-moz-box-shadow: 0 5px 20px #333;
	box-shadow: 0 5px 20px #333;
}

#reservation {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 37px;
	overflow: hidden;
}

#reservation a {
	background: url(../images/bg-reservation.png) 0 -74px;
	display: block;
	height: 37px;
	text-indent: 50px;
	width: 1400px;
	margin-left: 600px;
}

#reservation a:hover {
	background-position: 0 -37px;
}

#reservation a:active {
	background-position: 0 0;
}

.news {
	margin-bottom: 1em;
	position: relative;
}

.news .button {
	position: absolute;
	top: 0;
	right: 0;
}

.news .titre {
	font-size: 1.2em;
}

.news .illustration {
	display: block;
	float: left;
	margin: 0 1em 1em 0;
}

.news .illustration img {
	border: 3px solid white;
}

.news .foot {
	clear: left;
	text-align: right;
}

.news .date {
	font-style: italic;
	font-size: 0.8em;
}


a.button {
	display: inline-block;
	background: url(../images/common-btn.png);
	height: 26px;
	line-height: 26px;
	padding: 0 13px;
	color: white;

	-webkit-box-shadow: 0 1px 4px #666;
	-moz-box-shadow: 0 1px 4px #666;
	box-shadow: 0 1px 4px #666;

	border: 1px solid;
	border-top-color: #96a0aa;
	border-left-color: #96a0aa;
	border-right-color: #000;
	border-bottom-color: #000;
}

a.button:hover {
	background-position: 0 -26px;
}

a.button:active {
	background-position: 0 -52px;
	-webkit-box-shadow: inset 0 1px 3px #000 ;
	-moz-box-shadow: inset 0 1px 3px #000 ;
	box-shadow: inset 0 1px 3px #000 ;

	border-right-color: #96a0aa;
	border-bottom-color: #96a0aa;
	border-top-color: #000;
	border-left-color: #000;
}

.faq {
	margin-bottom: 3em;
}

.faq h3 {
	font-size: 1.4em;
	font-weight: bold;
}

#bandeau {
	border: 3px solid white;
}

#credits {
	position: absolute;
	bottom: 3px;
	text-align: center;
	color: white;
	font-size: 10px;
	width: 100%;
}


#credits a {
	font-weight: bold;
}

#article #tarifs {
	font-size: 1.1em;
	font-weight: bold;
}

#telephone {
	font-size: 3.3em;
	font-weight: bold;
	color: white;
	text-shadow: 0 2px 5px #333;
}
