@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

::-moz-selection { /* Pour firefox */
background:rgba(123,11,11,0.1);;
color:#B81002;
}
::selection { /* Pour les autres */
background: #B81002;
color:white;
}

a
{
	text-decoration: none;
}

img {
	border: none;
}

body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #e0e3ec url(../images/bg1.jpg) repeat top left;
	font-size: 14px;
	color: black;
	overflow-y: scroll;
}

h3
{
	margin-top:20px;
	margin-bottom:20px;
	text-decoration:underline;
}

#header
{
    background:#1b75bc;
    padding-top:14px;
    position:relative;
	height:150px;
	min-width:1220px;
	border-bottom:8px solid white;
}

#header_inner
{
	margin:0 auto auto auto;
	width:1200px;
	padding:10px;
}

#nav
{
	margin-left:600px;
	margin-top:22px;
}

#nav #nav_principal a
{
	color:white;
}

#nav #nav_principal2 a
{
	color:black;
}

#logo
{
	float:left;
	margin-right:70px;
}

#nav_principal li
{
	display: inline;
    margin-left: 15px;
	color:#3C4C54;
	font-size:20px;
}

#nav_principal #reservation
{
	margin-left:60px;
	padding:10px 20px;
	border-radius:5px;
	background:#CC0001;
	
    -webkit-box-shadow: 7px 6px 10px #333;
    box-shadow: 7px 6px 10px #333; 
}

#nav_principal #reservation:active
{
    -webkit-box-shadow: 2px 2px 2px #111111;
    box-shadow: 2px 2px 2px #111111;
}

#nav_principal #reservation:hover
{
   background:#D80A0A;
}

#nav_principal2 li
{
	display: inline;
    margin-left: 15px;
	color:#3C4C54;
	font-size:20px;
	float:left;
}


#nav_principal2
{
	float:left;
	margin-top:5px;
}

#nav_principal #reservation a
{
	color:white;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

#twitter
{
	
	margin-left:285px;
	width:250px;
}

#twitter img
{
	margin-left:10px;
}

.icone:hover
{
	transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-webkit-transition: all 0.8s ease-in-out 0s;
}

.icone:hover
{
	transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}

#header h1
{
	color:#FFF;
	font-size:48px;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	float:left;
}

.container
{
	text-align: center;
}


#container_inner
{
	margin:0 auto auto auto;
	width:1200px;
	padding:0px 10px 10px 10px;
	min-height:800px;
}

#content_left
{
	float:left;
	width:300px;
}

#content_middle
{
	float:left;
	width:600px;
}

#content_right
{
	float:left;
	width:300px;
}

#box_left
{
	float: left;
	background: #DEE5EF;
	width: 300px;
	margin: 5px 0 90px 0;  
	-moz-box-shadow: 1px 1px 1px #e5eaed;
	-webkit-box-shadow: 1px 1px 1px #e5eaed;
	box-shadow: 1px 1px 1px #e5eaed;
	padding:3px;
}

#box_left h2
{
	font-size: 22px;
	line-height: 15px;
	padding: 0 0 20px 0;
	color: #5197C0;
	font-style:italic;
	margin-bottom:20px;
	background: transparent url(../images/bordure_h2.png) repeat-x bottom left;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

.clr
{
	clear: both;
}

.box_right
{
	float: left;
	background:#1b75bc;
	width: 280px;
	margin: 0px 0 25px 0;  
	-moz-box-shadow: 1px 1px 1px #e5eaed;
	-webkit-box-shadow: 1px 1px 1px #e5eaed;
	box-shadow: 1px 1px 1px #e5eaed;
	padding:16px 4px;
	opacity:0.8;
	border-radius:8px;
	border:6px solid white;
}

.box_right form
{
	margin-top:10px;
}

.box_right h2
{
	font-size: 22px;
	line-height: 15px;
	padding: 0 0 20px 0;
	color: black;
	font-style:italic;
	background: transparent url(../images/bordure_h2.png) repeat-x bottom left;
	margin-top:40px;
	margin-bottom:20px;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

#lien_utile h2
{
	font-size: 22px;
	line-height: 15px;
	padding: 0 0 20px 0;
	color: #5197C0;
	font-style:italic;
	margin-bottom:20px;
	background: transparent url(../images/bordure_h2.png) repeat-x bottom left;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

#lien_utile ul 
{
	list-style-type: none;
	margin-left:30px;
}

#left_contact
{
	float:left;
	width:550px;
	margin-top:50px;
	padding:5px;
}

#right_contact
{
	float:right;
	width:550px;
	margin-top:50px;
	padding:5px;
}

#left_club
{
	float:left;
	width:400px;
	margin-top:50px;
	padding:5px;
}

#right_club
{
	float:right;
	width:700px;
	margin-top:50px;
	padding:5px;
}

#container_inner h1
{
    color: #5297C0;
    font-size: 26px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
	margin-bottom:30px;
	padding-bottom:10px;
	background: transparent url(../images/bordure_h2.png) repeat-x bottom left;
}

#formulaire
{
	margin-top:40px;
	width:550px;
}

#formulaire form{
    width:680px;
    height:360px;
    margin:0px auto;
    padding:20px 0px 0px 0px;
    clear:both;
}
#formulaire p{
    width:100%;
    float:left;
    clear:both;
    position:relative;
    padding:5px 0px;
}
#formulaire label{
    float:left;
    width:100px;
    text-align:right;
    margin:10px 0px 5px 0px;
    padding-right:10px;
    text-shadow:1px 1px 1px #f0f0f0;
    line-height:20px;
}
#formulaire input[type="text"],
#formulaire textarea{
    float:left;
    margin:5px 0px 5px 0px;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    padding:4px 4px 6px 4px;
    width:398px;
    border:1px solid #ddd;
    font-weight:bold;
    color:#3E2626;;
    text-shadow:-1px 1px 1px #aaa;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 3px #000;
    -webkit-box-shadow:1px 1px 3px #000;
    box-shadow:1px 1px 3px #000;
}
#formulaire textarea{
    overflow-x:hidden;
}
#formulaire input[type="text"]:focus,
#formulaire textarea:focus{
    -moz-box-shadow:0px 0px 8px #3E2626;
    -webkit-box-shadow:0px 0px 8px #3E2626;
    box-shadow:0px 0px 8px #3E2626;
}

#formulaire input[type="text"]:hover,
#formulaire textarea:hover{
    -moz-box-shadow:0px 0px 8px #3E2626;
    -webkit-box-shadow:0px 0px 8px #3E2626;
    box-shadow:0px 0px 8px #3E2626;
}

#lien_utile li
{
	text-align:left;
	background: url("../images/puce_link.png") no-repeat scroll 0 0px transparent;
	padding-left: 22px;
}

input[type="button"]
{
	background-color:#C71102;
	padding:2px 5px;
	border:none;
	color:white;
	border-radius:3px;
	margin-top:6px;
}

input[type="button"]:hover
{
	background-color:#1E4262;
	color:white;
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg); 
}

input[type="text"]
{
	border-radius:3px;
	border:none;
	padding:4px;
}

input[type="text"]:hover
{
	color:#C71102;
}

.resultat 
{
	margin-bottom:12px;
}

.resultat h4
{
	color:#C71102;
	font-style:italic;
	font-size:14;
	text-align:left;
	margin-left:10px;
	margin-bottom:8px;
}

#ifrm
{
	margin-top:40px;
	margin-bottom:40px;
	border: none;
	border-radius:8px;
}

#ifrm:hover
{
	-moz-box-shadow:0px 0px 8px #3E2626;
    -webkit-box-shadow:0px 0px 8px #3E2626;
    box-shadow:0px 0px 8px #3E2626;
}

#map_canvas
{
	margin-top:40px;
	width:550px;
	height:300px;
	border-radius:4px;
}

#map_canvas:hover
{
	-moz-box-shadow:0px 0px 8px #3E2626;
    -webkit-box-shadow:0px 0px 8px #3E2626;
    box-shadow:0px 0px 8px #3E2626;
}

#tarif
{
	margin-top:40px;
}

#tarif img
{
	margin-bottom:15px;
	border-radius:6px;
}

#footer
{
	background:#1b75bc;
    position:relative;
	height:150px;
    z-index:999;
	min-width:1220px;
	clear:both;
	border-top:8px solid white;
	margin-top:25px;
}

#footer_inner
{
	margin:0 auto auto auto;
	width:1200px;
}

#partenaire
{
	margin-left:96px;
	padding-top:20px;
}

#partenaire img
{
	margin-right:80px;
	margin-left:80px;
}

#droitreserve
{
	text-align:center;
	margin-top:25px;
}

<!-- twitter -->

.twtr-hd, .twtr-ft
{
	 display:none;
}

em 
{
	visibility: hidden;
}

.twtr-tweet-text 
{
    font-size: 16px;
    font-family: Georgia, Serif;
}

.twtr-hd {
	display:none !important;
}

.twtr-ft div {
    display:none !important;
}

#tarif h2
{
	margin-top:60px;
	margin-bottom:20px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	font-size:24px;
}

#box
{
	margin-left:100px;
	margin-top:50px;
	margin-bottom:40px;
}

.box_inner
{
	width:200px;
	float:left;
	padding:20px;
	height:400px;
}

#box1, #box2, #box3
{
	border-right:1px dotted black;
}

#box2:hover
{
	background-color:#AA4940;
	color:white;
	border-radius:8px;
}

#box3:hover
{
	background-color:#7C8E74;
	color:white;
	border-radius:8px;
}

#box1:hover
{
	background-color:#657EA6;
	color:white;
	border-radius:8px;
}

#box4:hover
{
	background-color:#FD7400;
	color:white;
	border-radius:8px;
}

#box3 h4
{
	color:#7C8E74;
	margin-bottom:20px;
	font-size:22px;
	font-style:italic;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

#box1 h4
{
	color:#657EA6;
	margin-bottom:20px;
	font-size:22px;
	font-style:italic;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

#box4 h4
{
	color:#FD7400;
	margin-bottom:20px;
	font-size:22px;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	font-style:italic;
}

#box2 h4
{
	color:#AA4940;
	margin-bottom:20px;
	font-size:22px;
	font-style:italic;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

#mot_president
{
	text-align:left;
	padding:40px;
}

#mot_president p
{
	margin-bottom:20px;
}

#mot_president cite
{
	float:right;
}

#img_laurent
{
	margin-left:500px;
}
#img_htc
{
	margin-left:100px;
	margin-bottom:60px;
	margin-top:30px;
}
#forum
{
	width:800px;
	margin:40px auto;
}

#img_francois
{
	float:right;
	margin-top:20px;
	margin-right:100px;
}