header {
	background-image: url("../images/header1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

/* ENTETE ET MENU */
#logo_entete_color a {
	color: rgb(220, 220, 220);
}

#titre_club {
	color: rgb(220, 220, 220);
}

#bordure_menu ul li a {
	color: rgb(180, 180, 180);
}

#bordure_menu ul li a:hover {
	color: rgb(220, 220, 220);
}

#bordure_menu li .club {
	display: none;
}

/* SECTION LSV*/
#section_lsv {
	background-color: rgba(255, 255, 255, .6);
	padding-top: 1px;
}

/* SECTION MEMBRES MACHINES */
#section_membres {
	background-color: rgba(225, 216, 214, .6);
	padding-top: 1px;
}

#damier_membres {
	max-width: 900px;
	margin: 0 auto 0 auto;
}

.membres {
	display: inline-block;
	font-size: .8em;
	font-style: italic;
	text-align: right;
	width: 200px;
	margin: .5%;
}

#section_machines {
	background-color: rgba(255, 255, 255, .6);
	padding-top: 1px;
}

#damier_machines {
	max-width: 1000px;
	margin: 0 auto 0 auto;
}

.machines {
	display: inline-block;
	font-size: .8em;
	font-style: italic;
	text-align: right;
	width: 300px;
	margin: .5%;
}

.thumb {
  border-radius: 3px;
}

.membres:hover {
	color: rgb(150, 150, 150);
}

.machines:hover {
	color: rgb(150, 150, 150);
}

/* SECTION TARIFS */
#section_tarifs {
	background-color: rgba(204, 204, 204, .6);
	padding-top: 1px;
}

table {
	width: 100%;
}

tr {
	background-color: rgb(200, 200, 200);
}

th, td {
	border: 1px solid rgb(153, 153, 153);
	text-align: center;
	font-weight: normal;
	width: 25%;
	padding: 5px 0;
}

th {
	font-style: italic;
	color: rgb(128, 128, 128);
}

/* SECTION BAPTEME */
#section_bapteme {
	background-color: rgba(255, 255, 255, .6);
}

/* CONTACT */
#no_formulaire {
	background-color: rgb(200, 100, 50);
	font-size: 1.2em;
	color: rgb(20, 20, 20);
}

#section_contact {
	background-image: url("../images/fond_accueil_degrade_opaque45.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 1px;
	margin: 50px 0 2% 0;
}

.contact {
	width: 800px;
	margin: 50px auto 10px auto;
	border: 1px solid rgb(120, 120, 120);
	background-color: rgba(240, 240, 240, .8);
}

.contact #titre {
	margin-left: 5%;
}

.contact form  {
	display: inline-block;
	margin-left: 5%;
	max-width: 310px;
}

.contact div {
	float: right;
	margin: 0 5% 0 2%;
}

.contact input {
	width: 300px;
	height: 30px;
	border: 1px solid rgb(120, 120, 120);
	background-color: rgb(255, 255, 255)
}

.contact textarea {
	max-width: 330px;
	max-height: 390px;
	width: 300px;
	border: 1px solid rgb(120, 120, 120);
	background-color: rgb(255, 255, 255)
}

.contact input:focus {
	background-color: rgb(200, 200, 200);
}

.contact textarea:focus {
	background-color: rgb(200, 200, 200);
}

.contact #copie,#consentement {
	width: 15px;
	border: 1px solid rgb(120, 120, 120);
	background-color: rgb(255, 255, 255);
}

.contact .bouton {
	width: 150px;
	height: 30px;
	font-family: 'pt_sansregular';
	color: rgba(45, 45, 45, .7);
}

.contact .bouton:hover {
	color: rgb(20, 20, 20);
}

.contact a {
	color: rgb(45, 45, 45);
}

.contact .remarque { 
	display:none; 
}

.contact #legende_consentement {
	display:inline-block;
	margin-top: -7px;
	line-height: 90%;
	font-style: italic;
	font-size: 0.7em;
	color: rgb(128, 128, 128);
}

/* SECTION VENIR */
#section_venir {
	background-color: rgba(255, 255, 255, .6);
	padding-top: 1px;
}

iframe {
	width: 100%;
	height: 500px;
	border: 0;
}
