@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic);
/*********/
/*general*/
/*********/
* {
margin: 0;
padding: 0;
border: 0;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-decoration: none;
color: #000000;

}
.both {
	clear: both;
	}

.left, #left {
	float: left;
	}
.right, #right {
	float: right;
	}
body {
	background-color: #192531;
	margin: 0 0 0 0;
	text-align: center;
	}
.centre {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	}
#haut {
	width: 100%;
	max-width: 1524px;
	min-width: 1024px;
	height: 101px;
	margin-left: auto;
	margin-right: auto;
	}
#haut a#logo{
	display: block;
	float: left;
	height: 91px;
	background-image:url("/layout/img/logo_golfdecaengarcelles.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	color: #dadada;
	font-size: 30px;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;
	padding-left: 85px;
	text-align: left;
	padding-top: 10px;
	}
#haut a#logo span{
	color: #dadada;
	font-size: 35px;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 400;
	}
#haut div#contact {
	width: 300px;
	height: 101px;
	background-image:url("/layout/img/fond_contact.png");
	background-repeat:no-repeat;
	float: right;
	}
#haut div#contact a#drapeaux{
	display: block;
	float: right;
	width: 45px;
	height: 20px;
	background-image:url("/layout/img/fond_drapeaux.png");
	background-repeat:no-repeat;
	text-align: left;
	}
#haut div#contact a#drapeaux img{
	margin: 4px 0 0 8px;

	}
#haut div#contact p.tel{
	clear: both;
	background-image:url("/layout/img/icone_tel_contact.png");
	background-repeat:no-repeat;
	background-position: left 15px;
	color: #dcddde;
	font-size: 24px;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 700;
	padding: 7px 0 0 20px;
	text-align: left;
	margin: 0 0 0 80px;
	}
#haut div#contact p.email{
	padding-left: 20px;
	text-align: left;
	margin: 5px 0 0 40px;
	}
#haut div#contact p.email a{
	color: #dcddde;
	font-size: 17px;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;

	}
/*menu*/
#menu {
	width: 100%;
	max-width: 1524px;
	min-width: 1024px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color:#e4e0c6;
	background-image:url("/layout/img/fond_menu.gif");
	background-repeat:repeat-x;
	position: relative;
	}
#menu>ul {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
#menu>ul>li{
	float: left;
	line-height: 50px;
	vertcial-align: middle;
	list-style: none;
	background-image:url("/layout/img/puce_menu.png");
	background-repeat: no-repeat;
	background-position: right 23px;
	}
#menu>ul>li.non{
	background-image:none;
	}
#menu>ul>li>a{
	display: block;
	float: left;
	line-height: 50px;
	vertcial-align: middle;
	list-style: none;
	color: #192531;
	font-size: 15px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 500;
	text-shadow: 1px 1px 1px #fff;
	margin: 0 10px 0 3px;
	padding: 0 5px 0 5px;
	}
#menu>ul>li>a.on,#menu>ul>li>a:hover {
	background-color: #c3be9c;
	/*font-weight: 700;*/
	}
#menu>ul>li>a.m4:hover, #menu>ul>li>a.m4.on, #menu>ul>li>a.m1:hover, #menu>ul>li>a.m1.on{
	background-color: #c3be9c;
	/*font-weight: 700;*/
	}
#menu>ul>li>a.accueil{
	width: 16px;
	background-image:url("/layout/img/icone_maison.png");
	background-repeat: no-repeat;
	background-position:center center;
	margin-left: 8px;
	}
/* sous menu*/
.sous_menu#sous_menu_1 {
  	position: absolute;
	left:0;
	top:50px;
	width:611px;
	height: 194px;
	z-index: 100;
	background-color:#c3be9c;
  }
.sous_menu#sous_menu_2 {
  	position: absolute;
	left:0;
	top:50px;
	width:611px;
	height: 220px;
	z-index: 100;
	background-color:#c3be9c;
  }
  .sous_menu#sous_menu_3 {
  	position: absolute;
	left:0;
	top:50px;
	width:611px;
	height: 194px;
	z-index: 100;
	background-color:#c3be9c;
  }
  .sous_menu#sous_menu_4 {
  	position: absolute;
	left:0;
	top:50px;
	width:611px;
	height: 194px;
	z-index: 100;
	background-color:#c3be9c;
  }
.sous_menu{
	display: none; 
	margin: 0px;
	padding:26px 25px 25px 29px;
	z-index: 100;
	text-align:left;
}
.sous_menu li.titre{
	list-style: none;
	color: #192531;
	font-size: 30px;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px solid #192531;	
	margin:0 0 10px 0;
	width: 321px;
}
#menu .sous_menu li.sous-menu {
	list-style-image: url("/layout/img/fleche-ss-menu.png");
	line-height: 35px;
	margin-left:29px;
}
#menu .sous_menu li a{
	display: block;
	text-align:left;
	color: #4e4e4e;
	font-size: 16px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
}
.sous_menu img.right{

}
#bandeau, #bandeau-en {
	position: relative;
	width: 100%;
	max-width: 1524px;
	min-width: 1024px;
	/*height: 475px;*/
	margin: 0 auto;
	}
#bandeau {
	/*background:url("/web/img/slide_1.jpg") no-repeat center center;*/
	}
#bandeau-en {
	background:url("/web/img/bandeau-le-clos-en.jpg") no-repeat center center;
	}
#bandeau_2 {
	position: relative;
	width: 100%;
	max-width: 1524px;
	min-width: 1024px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("/web/img/bandeau-putting-green.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	}
#bandeau div.centre, #bandeau-en div.centre {
	width: 1000px;
	}
#bandeau div.centre ul, #bandeau-en div.centre ul{
	position: absolute;
	bottom: 0px;
	width: 1000px;
	height: 40px;
	background-color: #121b25;
	list-style: none;
	z-index: 100;
	}
#bandeau div.centre ul li, #bandeau-en div.centre ul li{
	width: 335px;
	line-height: 40px;
	vertcial-align: middle;
	color: #eeecdf;
	font-size: 19px;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;
	text-align:center;
	float: left;
	text-transform:uppercase;
	}
#bandeau div.centre ul li.actu, #bandeau-en div.centre ul li.actu{
	width: 330px;
	background-image:url("/web/img/fond_actu_accueil.png");
	background-repeat: repeat-y;
	}
#contenu {
	width: 100%;
	max-width: 1524px;
	min-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6f5ed;
	padding-bottom: 40px;
	}


#bas {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #141e28;
	}
#bas ul{
	float: left;
	list-style: none;
	margin: 0 60px 0 10px;
	}
#bas ul#contact{
	float: right;
	background-color: #202932;
	padding: 10px 20px 20px 20px;
	margin: 10px 10px 10px 0;
	
	}
#bas ul li {
	line-height: 18px;
	text-align: left;
}
#bas ul li,#bas ul li a {
	color: #dcddde;
	font-size: 14px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	}
#bas ul#contact li, {
	line-height: 22px;
	}
#bas ul li.titre{
	line-height: 18px;
	text-align: left;
	padding: 20px 0 3px 0;
	}
#bas ul li.titre,#bas ul li.titre a {
	color: #7d8d9d;
	font-size: 18px;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;
	}
#bas ul#contact li.titre{
	text-align: center;
	padding: 0 0 15px 0;
	font-size: 21px;
	text-transform: uppercase;

	}
#bas p{
	clear: both;
	border-top: 1px solid #34404b;
	margin: 0 10px 0 10px;
	line-height: 48px;
	vertical-align: middle;
	color: #7d8d9d;
	font-size: 14px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	}
#bas p a{
	color: #dcddde;
	font-size: 14px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	}
#bas p a.netskiss{
	color: #7d8d9d;
	}

/*texte*/
.texte {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
.texte h1 {
	color: #2d9e74;
	font-size: 35px;
	text-align: center;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 400;
	padding: 40px 0 20px 0;
	text-transform: uppercase;
	}
.texte h2 {
	color: #2d9e74;
	font-size: 28px;
	text-align: left;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;
	padding: 40px 0 0 0;
	text-transform: uppercase;
	}
.texte h2 span {
	color: #2d9e74;
	font-size: 28px;
	text-align: left;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;
	padding: 40px 0 0 0;
	text-transform: none;
	}
.texte h2.padding-bottom {
	padding: 40px 0 22px 0;
	}
.texte h2.centre {
	text-align: center;
	}
.texte h3{
	color: #89a69b;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;
	font-style: italic;
	font-size: 21px;
	}
.texte h4 {
	color: #2d9e74;
	font-size: 18px;
	text-align: left;
	font-family: 'Josefin Sans', 'serif';
	font-weight: 600;
	padding:0 0 0 0;
	text-transform: uppercase;
	}
.texte h5 {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 600;
	margin: 55px 110px 22px;
	padding:10px 0;
	background: #2d9e74;
	text-transform: uppercase;
	}
.texte h6{
	color: #89a69b;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	text-align:left;
	padding-top: 30px;
	}
.texte p {
	color: #4e4e4e;
	font-size: 16px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	line-height: 25px;
	padding: 10px 0 0 0;
	text-align:left;
	}
.texte .pub  p {
	text-align:center;
	}
.texte p b{
	color: #4e4e4e;
	font-size: 16px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 700;
	}
.texte p a{
	color: #2D9E74;
	font-size: 16px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	text-decoration: underline;
	}
.texte p.centre {
	text-align: center;
	}
/*accueil*/
.texte#accueil p {
	padding: 0 70px 0 70px;
	}

.texte#accueil  div#cadre{
	width: 1000px;
	background-color: #192531;
	list-style: none;
	height: 230px;
	background-image:url("/web/img/fond_ul_accueil.png");
	background-repeat: repeat-x;
	}
.texte#accueil div#cadre div{
	width: 335px;
	height: 230px;
	vertcial-align: middle;
	color: #eeecdf;
	font-size: 19px;
	font-family: 'Josefin Slab', 'serif';
	font-weight: 600;
	text-align:center;
	float: left;
	text-transform:uppercase;
	}
.texte#accueil div#cadre div ul {
	list-style: none;
	height: 230px;
	}
.texte#accueil div#cadre div ul li{
	height: auto;
	width: 90%;
	color: #f6f5ed;
	font-size: 14px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	text-align:left;
	float: none;
	text-transform:none;
	background-image:url("/web/img/puce_competition.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 5%;
	margin: 10px 0 0 5%;
	}
.texte#accueil div#cadre div ul li a{
	color: #f6f5ed;
	font-size: 14px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	text-transform:none;
	text-decoration: underline;
	}
.texte#accueil div#cadre div ul li a:hover{
	text-decoration: none;
	}
.texte#accueil div#cadre div ul li.titre, .texte#accueil div#cadre div ul span.titre{
	color: #2d9e74;
	text-align: left;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 600;
	font-size: 17px;
	line-height: 17px;
	text-transform:uppercase;
	padding: 16px 0 0 16px;
	background-image: none;
	}
.texte#accueil div#cadre div ul li.titre img{
	float: right;
	
	}
.texte#accueil div#cadre div ul li.bouton{
	background-image: none;
	padding: 0 0 0 0;
	}
.texte#accueil div#cadre div ul li.bouton a{
	background-color: #2d9e74;
	color: #17342f;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	font-size: 13px;
	padding: 0 10px 0 3px;
	height: 20px;
	vertical-align: middle;
	text-transform:uppercase;
	background-image:url("/web/img/fleche_lien_actu.gif");
	background-repeat: no-repeat;
	background-position:right;
	text-decoration: none;
	
	}
.texte#accueil  div#cadre div.actu{
	width: 330px;
	background-image:url("/web/img/fond_actu_accueil.png");
	background-repeat: repeat-y;
	padding-top: 15px;
	}
.texte#accueil  div#cadre div.video img{
	margin-top: 10px;
	}
/*liens*/	
.texte#liens p {
	padding-top: 0;
}

.texte#liens div.separation {
	background: #2D9E74;
	width: 300px;
	height:1px;
	margin:44px auto;
	clear:both;
}
.texte#liens p.divers {
	width: 450px;
	margin: 0 auto;
}
/*Vidéo*/

.texte#video p {
	text-align: center;
}

/*Salle de réunion*/

#salle.texte p.cadre {
    background: url("/web/img/salle-de-reunion-golf-de-garcelles-caen-3.jpg") no-repeat scroll 329px center #E2E3E4;
    height: 360px;
    margin: 25px auto;
    padding: 16px 274px 16px 23px;
    width: 289px;
}

/*Règlement*/
#reglement.texte p.centre {
    background: none repeat scroll 0 0 #E2E3E4;
    height: 131px;
    margin: 0 auto;
	padding: 22px;
    width: 555px;
}
/*inscription*/
.texte#inscription div.centre {
	width: 900px;
	margin: 40px auto;
}
.texte#inscription p span{
	color: #2d9e74;
	font-size:16px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 600;
}
.texte#inscription img.left {
	margin: 10px 31px 0 0;
}
/*tableaux Enseignement, tarifs, compétitions*/
.texte#enseignement .col-g, .texte#tarif .col-g  {
	float: left;
	width: 444px;
	margin: 0 20px 0 50px
}
.texte#enseignement .col-d, .texte#tarif .col-d {
	float: left;
	width: 444px;
}
.texte#enseignement .col-d.cadre {
	height:151px;
	padding: 16px 16px 16px 23px;
	background: #e2e3e4;
	margin-top: 25px;
}
.texte#enseignement ul, .texte#tarif ul{
	height: 35px;
	padding: 0 15px;
}
.texte#competition ul{
	height: 51px;
    padding: 7px 15px 0;
}
.texte ul.fonce {
	background: #e2e3e4;
}
.texte#enseignement ul.lignes, .texte#tarif ul.lignes {
	height: 56px;
}
.texte ul.clair {
	background: #f1f2f2;
}

#tarif.texte ul.titre {
	background: #C3BE9C;
}
.texte#enseignement ul li,  .texte#tarif ul li, .texte#competition ul li{
	list-style:none;
	color: #4e4e4e;
	font-size: 15px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 500;
}
.texte#competition ul li a {
	list-style:none;
	color: #2d9e74;
	font-size: 15px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 500;
	text-decoration: underline;
}
.texte#competition ul li a:hover {
	text-decoration: none;
}
.texte#enseignement ul li,  .texte#tarif ul li{
	line-height: 35px;
}
.texte#competition ul li{
	line-height: 21px;
}
.texte#competition ul li b{
	font-weight: 600;
	list-style:none;
	color: #4e4e4e;
	font-size: 15px;
	font-family: 'Maven Pro', 'sans-serif';
}
.texte#tarif ul li a{
	font-weight: 600;
	list-style:none;
	color: #4e4e4e;
	font-size: 15px;
	font-family: 'Maven Pro', 'sans-serif';
	text-decoration: underline;
}
.texte#tarif ul li a:hover{
	font-weight: 600;
	list-style:none;
	color: #2D9E74;
	font-size: 15px;
	font-family: 'Maven Pro', 'sans-serif';
	text-decoration: underline;
}
.texte#tarif ul li.titre{
	font-weight: 600;
	list-style:none;
	color: #fff;
	font-size: 17px;
	font-family: 'Maven Pro', 'sans-serif';
	text-transform: uppercase;
}
.texte#tarif ul li span{
	font-weight: 600;
	list-style:none;
	color: #4e4e4e;
	font-size: 13px;
	font-family: 'Maven Pro', 'sans-serif';
	line-height: 20px;
}
.texte#tarif ul.lignes li{
	line-height: 20px;
    padding-top: 7px;
}

.texte#tarif h1 + p{
	text-align: center;
}



.texte#enseignement p.asterisque, .texte#tarif p.asterisque {
	line-height: 14px;
	color: #adaeaf;
	font-size: 13px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 600;
}

.texte#enseignement ul.lignes li{
	line-height: 21px;
    padding-top: 5px;
}
.texte li.gauche {
	text-align:left;
	float:left;
}
.texte li.droite {
	text-align:right;
	float:right;
	font-weight: 500;
}

.texte#tarif .col-d img.marge-1{
	margin: 95px 0 0 0 ;
}
.texte#tarif .col-d img.marge-2{
	margin: 108px 0 0 ;
}
.texte#tarif .col-d img.marge-3{
	margin: 202px 0 0 ;
}
.texte#enseignement .col-d img.marge{
	margin: 18px 0 0 ;
}
.texte#enseignement div.centre{
	width: 555px;
	height: 131px;
	background: #e2e3e4;
	margin: 0 auto;
}
.texte#enseignement h2.centre {
	width: 555px;
	margin: 0 auto;
	padding: 15px 0 18px;
}
.texte#enseignement div.centre p.regular {
	line-height: 35px;
	color: #4e4e4e;
	font-size: 15px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	text-align:center;
}
.texte#enseignement div.centre ul li {
	line-height:19px;
}
.texte#enseignement div.centre ul li.droite {
	padding-top: 8px;
}
/*Parcours*/
.texte#parcours img.left {
	margin-right: 31px;
}
.texte#parcours img.left {
	margin: 45px 31px 27px 0;
}
.texte#parcours p.presentation {
	margin: 35px 41px 0 0;
}
/*slide*/
.texte div.cadre-slide {
	background:#e2e3e4;
	margin: 30px auto;
	width: 980px;
	padding: 36px 0;
	text-align:center;
}
.texte div.cadre-slide #slider {
	margin: 0 auto;
    width: 723px;
}
/*contact*/
.texte#contact .col-g{
	width: 646px;
	float:left;
	margin:30px 5px 0 0;
}
.texte#contact .col-g input{
	width: 285px;
	height:38px;
	line-height: 38px;
	border-radius:4px;
	border: 1px solid #2d9e74;
	background:#fff;
	margin: 0 17px 17px 0;
	padding-left: 17px;
}
.texte#contact .col-g input.grand{
	width: 611px;
}
.texte#contact .col-g textarea{
	width: 611px;
	height:186px;
	line-height: 38px;
	border-radius:4px;
	border: 1px solid #2d9e74;
	background:#fff;
	margin: 0 17px 17px 0;
	padding-left: 17px;
}
.texte#contact .col-g p.bouton  {
	width: 304px;
	margin: 0 auto;
}
.texte#contact .col-g p.bouton input {
	background: #2d9e74;
	border-radius:4px;
	border: none;
	color: #fff;
	font-size:20px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 400;
	text-transform: uppercase;
}
.texte#contact .col-d{
	width: 340px;
	float:left;
}
.texte#contact .col-d p span{
	color: #2d9e74;
	font-size:16px;
	font-family: 'Maven Pro', 'sans-serif';
	font-weight: 600;
}
iframe#contact-carte  {
	margin-left: auto;
    margin-right: auto;
    max-width: 1524px;
    min-width: 1024px;
    position: relative;
    width: 100%;
	position:relative;
	bottom:-38px;
}
/*Accès*/
#acces.texte p {
    margin: 35px auto;
    width: 722px;
}
.texte#acces p iframe.left {
	margin-right: 35px;
}
.actu {text-align: center; margin-bottom: 50px;}
.actu p {text-align: center;}

#iframeMgf {width: 900px; height: 1000px;}
#iframeMgf iframe {width: 900px; height: 1000px;}
