<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* HTML5 display-role reset for older browsers */
@font-face {
    font-family: 'texgyreherosregular';
    src: url('../fonts/texgyreheros/regular/texgyreheros-regular-webfont.eot');
    src: url('../fonts/texgyreheros/regular/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/texgyreheros/regular/texgyreheros-regular-webfont.woff') format('woff'),url('../fonts/texgyreheros/regular/texgyreheros-regular-webfont.ttf') format('truetype'),url('../fonts/texgyreheros/regular/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'texgyreherosregular';
    src: url('../fonts/texgyreheros/bold/texgyreheros-bold-webfont.eot');
    src: url('../fonts/texgyreheros/bold/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/texgyreheros/bold/texgyreheros-bold-webfont.woff') format('woff'),url('../fonts/texgyreheros/bold/texgyreheros-bold-webfont.ttf') format('truetype'),url('../fonts/texgyreheros/bold/texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg');
    font-weight: 700;
    font-style: normal
}


body {
    line-height: 1
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'texgyreherosregular',Arial,sans-serif;
    color: #434343;
    font-size: .92em
}

strong {
    font-weight: 700
}


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

a img {
    border: 0
}

ul {
    margin: 0
}


.header{
	width:1000px;
	height:250px;
	margin:auto;	
	margin-top: 30px;
	position:relative;
}

.header .login{
	width:435px;
	height:60px;	
	right:0px;
	position:absolute;
}

.header .logo{
	width:190px;
	height:190px;	
	position:absolute;
}

.header .title_logo{
	width:753px;
	height:72px;
	position:absolute;
	right:0px;
	top:90px;	
}

input[type="text"], input[type="password"] {
  font-size: 14px;
  color: #737373;
  height: 25px;
}

input {
  outline: 0;
  border: 1px solid #d5d5d5;
  background-color: #FAFAFA;
  border-radius: 2px;
  text-indent: 5px;
}


input.connect {
  width: 98px;
  height: 26px;
  font-size: 10px;
  color: #524C4C;
  text-transform: uppercase;
  
  border: 1px solid #ccc;
  box-sizing: content-box;
  top: -1px;
  position: relative;
  margin-left: 5px;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0 10px;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #eee),color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
  background: -o-linear-gradient(top, #eee 0, #ccc 100%);
  background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
  background: linear-gradient(to bottom, #eee 0, #ccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
display: inline-block;  
}

button {
  height: 23px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  top: -1px;
  position: relative;
  margin-left: 5px;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0 10px;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #eee),color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
  background: -o-linear-gradient(top, #eee 0, #ccc 100%);
  background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
  background: linear-gradient(to bottom, #eee 0, #ccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.mdpForget {
  float: right;
  font-size: 10px;
  margin-top: 8px;
  color: #ADADAD;
}


.nav{
	width:100%;
	position:absolute;
	bottom:0px;	
	height:30px;
}


.nav&gt;ul {
    width: 100%;
    height: 27px
}

.nav&gt;ul&gt;li {
    float: left;
    display: block;
    margin: 0 18px;
    text-transform: uppercase;
    line-height: 30px
}

.nav&gt;ul&gt;li span {
    font-size: 18px;
    color: #737373;
    cursor: pointer
}

.nav&gt;ul&gt;li:hover span {
    border-bottom:6px solid #89ba17;
}

.nav&gt;ul&gt;li:first-child {
    margin-left: 0
}

.nav&gt;ul&gt;li:last-child {
    margin-right: 0
}

.nav&gt;ul&gt;li.actif span {
    border-bottom:6px solid #89ba17;
}

.nav ul ul {
    display: none;
    background-color: #72737b;
    background: rgba(114,115,123,.86);
    z-index: 999;
    position: relative;
    position: absolute;
    top: inherit;
    padding-bottom: 10px;
    padding-top: 5px;
	margin-top: -2px;
}

.nav ul ul li {
    text-transform: none;
    font-size: 14px;
    line-height: 30px;
    text-indent: 8px;
    padding-right: 20px;
}

.nav ul ul li a {
    color: #e2e2e3;
    font-size: 14px;
}

.nav ul ul li a:hover {
    text-decoration: underline;
}

.nav&gt;ul&gt;li:hover ul {
    display: block;
}

/* -- */

#nav1 ul {
  position: absolute;
  margin-top: -2em;
  left: 13em;
  width: 100%;
  background-color: #72737b;
  background: rgba(114,115,123,.86);
}

#nav1 ul li {
    display: none;
    }

#nav1:hover ul li {
    display: block;
    
    }
/* -- */

.slider_base{
	width:100%;
	height:400px;
	background:#89ba17;
}

.content{
	width:1000px;
	margin:auto;
}	

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none
}

li.bjqs-slide {
    position: absolute;
    display: none
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 27px;
    font-size: 40px;
    background-color: rgba(184,184,184,.5);
    text-align: center;
    bottom: 0;
    color: #fff;
    display: block;
    z-index: 99
}

ul.bjqs-controls.v-centered li a:hover {
    color: #393939
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-top: -22px;
    z-index: 9;
    position: relative
}

ol.bjqs-markers.h-centered {
    text-align: center
}

ol.bjqs-markers li {
    display: inline
}

ol.bjqs-markers li a {
    display: inline-block;
    background-color: rgba(0,0,0,.4);
    border-radius: 20px;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    text-indent: -9999px
}

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0
}

ol.bjqs-markers .active-marker a {
    background-color: rgba(255,255,255,.5)
}


.main_container{
	width:1000px;
	min-height:300px;
	height:auto;
	margin:auto;	
}


.main_container .contenu{
	width:700px;
	min-height:300px;
	height:auto;
	float:left;
	margin-right:60px;
}

.main_container .side_bar{
	width:240px;
	min-height:300px;
	height:auto;
	float:left;
	margin-top:30px;
}


.clear60{
	height:60px;
	clear:both;
}

.leftFloat{
	float:left;
}

.rightFloat{
	float:right;
}

.footer{
	width:100%;
	height:285px;
	background-color: #72737b;
    color: #d7d7d7;
	position:relative;
}


.footer .contenu{
	width:1000px;
	height:200px;
    margin:auto;
	position:relative;
	padding-top:40px;
	box-sizing:border-box;
	margin-bottom:25px;
}


.footer h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px
}

.footer a {
    color: #d7d7d7
}

.footer a:hover {
    text-decoration: underline
}

.footer .container:first-child {
    padding-top: 40px;
    margin-bottom: 25px
}

.footer .logoSmall {
    width: 125px;
    margin-left: 25px
}

.footer .blocContacts {
    width: 270px;
    margin-left: 60px
}

.footer .blocContacts .elementContact {
    margin-bottom: 15px;
    line-height: 16px;
    font-size: 14px
}

.footer .blocContacts .elementContact span {
    display: block;
    float: left;
    width: 23px;
    margin-right: 5px
}

.footer .blocMember {
    width: 180px
}

.footer .blocMember li {
    line-height: 19px
}

.footer .blocNewsletter {
    height: 90px;
    width: 310px
}

.footer .blocNewsletter input[type="text"] {
    height: 25px;
    width: 70%;
    font-size: 14px
}

.footer .blocNewsletter input[type="email"] {
    height: 25px;
    width: 70%;
    font-size: 14px
}

.footer .blocNewsletter button {
    height: 23px;
    background-color: #fff;
    box-sizing: content-box;
    margin-left: 5px
}

.footer .blocSocial ul {
    float: right
}

.footer .blocSocial li {
    display: block;
    float: left;
    margin-left: 5px;
    height: 42px;
    width: 42px;
    background-color: #4f4f4f
}

.footer .mentions {
    background-color: #46474c;
    height: 60px;
    line-height: 60px;
	width:1000px;
	margin:auto;
}

.footer .mentions p {
    font-size: 12px
}

.footer .mentions p:first-child {
    text-indent: 10px
}


[class^="sprite-"] {
    background: url('../img/img/sprite.png') no-repeat transparent;
    display: block
}

[class^="sprite-"][class*="home"] {
    background-position: 0 0;
    height: 17px
}

[class^="sprite-"][class*="mail"] {
    background-position: 0 -19px;
    height: 12px
}

[class^="sprite-"][class*="phone"] {
    background-position: 0 -33px;
    height: 18px
}

[class^="sprite-"][class*="cart"] {
    width: 16px;
    height: 16px;
    background-position: -25px -5px;
	float:left;
	position: relative;
  top: 3px;
}

.btnSidebar {
    height: 64px;
    width: 99%;
    border: 1px solid #cdcdcd;
    background-color: #f7f8f7;
    margin-bottom: 8px
}

.btnSidebar.btnSidebar-white {
    background-color: #f7f8f7
}

.btnSidebar.btnSidebar-white a {
    color: #606060
}

.btnSidebar.btnSidebar-grey {
    background-color: #979797
}

.btnSidebar.btnSidebar-blue {
    background-color: #0d093b
}
   
.btnSidebar.btnSidebar-green {
    background-color: #89ba17
}

.btnSidebar a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    line-height: 64px;
    text-align: center;
    color: #fff
}

.partenaireList{
	width:1000px;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;

}


.Partenaire {
  width: 85px;
  height: 50px;
  float: left;
  margin: 0 36px;
}

.contenuPartenaire {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clear20{
	height:20px;
	clear:both;
}


.base_article {
 padding-top:20px;
 position:relative;
}


.main_container_g{
	width:100%;
	min-height:500px;
	background:#ebecea;
}	


.main_container_g .contenu{
	width:1000px;
	margin:auto;
}	

.titlePageContent {
  padding-top: 20px;
}

.lineBottom {
  height: 6px;
  width: 100%;
  background: url('../img/img/bg_bottom_partenaire.gif') repeat-x;
}


.lePartenaire {
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
  height:auto;
}

.lePartenaire h3 {
  font-size: 22px;
  color: #89ba17;
}

.lePartenaire .container {
	width:100%;
	 height:auto;
  margin-bottom: 25px;
}

.logoPartenaire {
  float: right;
  width: 265px;
  text-align: center;
}

.prezPartenaire {
  float: left;
  width: 735px;
}

.clear{
	clear:both;	
}


.menu_calendrier{
	width:100%;
	height:auto;
	background-color: #a1a1a0;
    margin-bottom: 30px;	
}

.menu_calendrier li:first-child {
  margin-left: 0;
}

.menu_calendrier li {
  display: block;
  float: left;
  margin-right:7px;
  width:313px;
}

.menu_calendrier  li a {
  color: #f1f1f1;
  font-size: 16px;
  line-height: 40px;
}


.calendrier{
	width:1000px;
	margin:auto;
}	


.blocCal {
  width: 322px;
  height: 250px;
  background-color: #fff;
  float: left;
  margin: 0 5px;
  position: relative;
  margin-bottom: 40px;
}

.blocCal:first-child {
  margin-left: 0;
}

.imgCal {
  text-align: center;
  overflow:hidden;
  height:195px;
}

.blocCal .infosCal {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 99;
  overflow: hidden;
}

.blocCal .dateCal {
  width: 55%;
  color: #6ab026;
  font-size: 10px;
}

.blocCal .geoCal {
  font-size: 14px;
  width: 45%;
  height: 40px;
  text-align: center;
}

.blocCal  a {
  width: 326px;
  height: 250px;
  display: block;
  position: absolute;
  top: 0;
}

.blocCal a span {
  display: none;
  top: 137px;
  position: absolute;
  left: 116px;
  font-size: 19px;
  color: #7a7979;
}

.blocCal a:hover {
    background: url('../img/img/ico-cal.png') no-repeat transparent;
    background-position: 124px 44px
}

.blocCal .cartCal {
  margin-top: 12px;
}

.btn_pop_event{
color:#FFFFFF;
float:left;
margin-right:5px;
cursor:pointer;	
}

.blocCal:hover img {
    opacity: .2;
    -ms-filter: "alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.blocCal:hover span {
    display: block
}

.fidelite{
	width:50%;
	height:100px;
	border:1px solid #666666;	
	box-sizing:border-box;
	padding:10px;
}

.form_renouvellement{
	width:100%;
	height:900px;
	position:fixed;	
	top:0px;
	z-index:1000;
}


.form_adhesion{
	width:100%;
	height:900px;
	position:fixed;	
	top:0px;
	z-index:1000;
}

.form_adhesion_b{
	width:100%;
	height:900px;
	background:#FFF;	
	 opacity: .4;
    -ms-filter: "alpha(Opacity=40)";
    filter: alpha(opacity=40);
	position:absolute;
}


.form_adhesion_b_contenu{
	width:100%;
	height:600px;
    position:absolute;
	overflow:auto;
}

.form_adhesion_b_contenu .formulaire{
	width:600px;
	min-height:550px;
	height:auto;
	margin:auto;
	background:#FFF;	
	position:relative;
	top:20px;
	border:1px solid #666666;
	padding:10px;
}	

.form_adhesion_b_contenu .formulaire .ferme_formulaire{
	width:20px;
	height:20px;
	position:absolute;
	border:1px solid #666666;
	padding:2px;
	right:5px;
	top:5px;
	text-align:center;
	cursor:pointer;
}	

.form_adhesion_b_contenu .formulaire .ferme_formulaire2{
	width:20px;
	height:20px;
	position:absolute;
	border:1px solid #666666;
	padding:2px;
	right:5px;
	top:5px;
	text-align:center;
	cursor:pointer;
}	


.form_adhesion_b_contenu .formulaire .logobcbg{
	width:90px;
	height:50px;
	float:left;	
}


.form_adhesion_b_contenu .formulaire .textbcbg{
	width:380px;
	height:40px;
	float:left;	
	text-align:center;
	padding-top:20px;
}

.form_adhesion_b_contenu .formulaire .logoffgolf{
	width:120px;
	height:50px;
	float:left;	
}


.form_adhesion_b_contenu .formulaire .header{
	width:100%;
	height:auto;
	padding:5px;
	box-sizing:border-box;
	background:#CCCCCC;
	border:1px solid #666666;
	color:#000000;	
}


.form_adhesion_b_contenu .formulaire .support_champs{
    width:100%;
	height:auto;	
	border:1px solid #666666;
	padding:5px;
	box-sizing:border-box;
		color:#000000;	
}

.form_adhesion_b_contenu .formulaire .support_champs .champs{
	width:180px;
}





/*greg*/

.pop_event{
	width:100%;
	height:900px;
	position:fixed;	
	top:0px;
	z-index:1000;
}

.pop_event_b{
	width:100%;
	height:900px;
	background:#FFF;	
	 opacity: .4;
    -ms-filter: "alpha(Opacity=40)";
    filter: alpha(opacity=40);
	position:absolute;
}


.pop_event_b_contenu{
	width:100%;
	height:600px;
    position:absolute;
	overflow:auto;
}

.pop_event_b_contenu .formulaire{
	width:600px;
	min-height:550px;
	height:auto;
	margin:auto;
	background:#FFF;	
	position:relative;
	top:20px;
	border:1px solid #666666;
	padding:10px;
}	

.pop_event_b_contenu .formulaire .ferme_formulaire{
	width:20px;
	height:20px;
	position:absolute;
	border:1px solid #666666;
	padding:2px;
	right:5px;
	top:5px;
	text-align:center;
	cursor:pointer;
}	





.pop_match_play{
	width:100%;
	height:900px;
	position:fixed;	
	top:0px;
	z-index:1000;
}

.pop_match_play_b{
	width:100%;
	height:900px;
	background:#FFF;	
	 opacity: .4;
    -ms-filter: "alpha(Opacity=40)";
    filter: alpha(opacity=40);
	position:absolute;
}


.pop_match_play_b_contenu{
	width:100%;
	height:600px;
    position:absolute;
	overflow:auto;
}

.pop_match_play_b_contenu .formulaire{
	width:600px;
	min-height:550px;
	height:auto;
	margin:auto;
	background:#FFF;	
	position:relative;
	top:20px;
	border:1px solid #666666;
	padding:10px;
}	

.pop_match_play_b_contenu .formulaire .ferme_formulaire{
	width:20px;
	height:20px;
	position:absolute;
	border:1px solid #666666;
	padding:2px;
	right:5px;
	top:5px;
	text-align:center;
	cursor:pointer;
}	




.pop_mode_boutique{
	width:100%;
	height:900px;
	position:fixed;	
	top:0px;
	z-index:1000;
}

.pop_mode_boutique_b{
	width:100%;
	height:900px;
	background:#FFF;	
	 opacity: .4;
    -ms-filter: "alpha(Opacity=40)";
    filter: alpha(opacity=40);
	position:absolute;
}


.pop_mode_boutique_b_contenu{
	width:100%;
	height:600px;
    position:absolute;
	overflow:auto;
}

.pop_mode_boutique_b_contenu .formulaire{
	width:600px;
	min-height:550px;
	height:auto;
	margin:auto;
	background:#FFF;	
	position:relative;
	top:20px;
	border:1px solid #666666;
	padding:10px;
}	

.pop_mode_boutique_b_contenu .formulaire .ferme_formulaire{
	width:20px;
	height:20px;
	position:absolute;
	border:1px solid #666666;
	padding:2px;
	right:5px;
	top:5px;
	text-align:center;
	cursor:pointer;
}	





.clear1{
clear:both;
height:1px;
}

.box_produit, .inscription_event{
cursor:pointer;	
}

.open{
width: 100%;
height: 900px;
position: fixed;
z-index: 2000;
display: none;
left: 0;
top: 0px;	
}




.open_fond{
width: 100%;
height: 900px;
background: #fff;
opacity: .8;
position: absolute;
z-index: 1;	
}

.open_base{
position: relative;
margin: auto;	
}


.croix{
position:absolute;
right:6px;
top:6px;
width:29px;
height:34px;
background:url(../img/bouton-fermer-pop-up.png) no-repeat;	
cursor:pointer;
}


.pop_produit, .pop_inscription_event {
  display: none;
  max-width: 400px;
  width: 100%;
  position: relative;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 15;
  top: 200px;
  background: #FFF;
  border: 1px solid #dee0e0;
  transition-duration: 0.5s,.3s;
  transition-property: background-color;
  transition-timing-function: linear,ease-out;
  -moz-transition-duration: 0.5s,.3s;
  -moz-transition-property: background-color;
  -moz-transition-timing-function: linear,ease-out;
  -webkit-transition-duration: 0.5s,.3s;
  -webkit-transition-property: background-color;
  -webkit-transition-timing-function: linear,ease-out;
  -o-transition-duration: 0.5s,.3s;
  -o-transition-property: background-color;
  -o-transition-timing-function: linear,ease-out;
  -ms-transition-duration: 0.5s,.3s;
  -ms-transition-property: background-color;
  -ms-transition-timing-function: linear,ease-out;
  margin-bottom: 20px;
  border-radius: 2px;
  box-sizing: border-box;
}

.detail_produit, .detail_inscription_event{
width:100%;
padding: 24px;
  box-sizing: border-box;
}


.zone_btn_ajout{
width:100%;
height:75px;
float:left;
margin-top:60px;	
}

.btn_ajout{
 height: 23px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0 10px;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #eee),color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
  background: -o-linear-gradient(top, #eee 0, #ccc 100%);
  background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
  background: linear-gradient(to bottom, #eee 0, #ccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  
    width: 124px;
  line-height: 20px;
  margin:auto;
    text-align: center;
}

.btn_ajout2{
 height: 23px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0 10px;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #eee),color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
  background: -o-linear-gradient(top, #eee 0, #ccc 100%);
  background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
  background: linear-gradient(to bottom, #eee 0, #ccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  
    width: 124px;
  line-height: 20px;
  margin:auto;
    text-align: center;
}

.btn_sur_place{
 height: 23px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0 10px;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #eee),color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
  background: -o-linear-gradient(top, #eee 0, #ccc 100%);
  background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
  background: linear-gradient(to bottom, #eee 0, #ccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  
    width: 124px;
  line-height: 20px;
  margin:auto;
    text-align: center;	
}

.nb_panier{
  float: left;
  font-weight: bold;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 12px;	
}


.zone_panier_gauche{
width:455px;
min-height:64px;
float:left;	
margin-right:25px;
margin-left:10px;
margin-top:50px;
border-right:1px solid #dddddd;
}

.titre_zone_panier_gauche{
width:100%;
font-size:14px;
font-weight:bold;
height:35px;
border-bottom:1px solid #dddddd;	
}


.box_pop_panier{
width:280px;
min-height:70px;	
float:left;
border-bottom:1px solid #dddddd;
color:#757676;
font-size:14px;
margin-bottom:10px;
}

.btn_sup_pop_panier{
margin-top:20px;	

 height: 23px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #eee),color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
  background: -o-linear-gradient(top, #eee 0, #ccc 100%);
  background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
  background: linear-gradient(to bottom, #eee 0, #ccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  
    width: 70px;
  line-height: 20px;
  float:left;
    text-align: center;
	margin-right:5px;
	 font-size: 12px;
}

.btn_commander,.btn_commander_1, .btn_commander_fake {
  height: 23px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #eee),color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
  background: -o-linear-gradient(top, #eee 0, #ccc 100%);
  background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
  background: linear-gradient(to bottom, #eee 0, #ccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  width: 100px;
  line-height: 20px;
  float: left;
  text-align: center;
  font-size: 12px;
}

.inscription_event{
	height: 23px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #eee),color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
  background: -o-linear-gradient(top, #eee 0, #ccc 100%);
  background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
  background: linear-gradient(to bottom, #eee 0, #ccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  width: 100px;
  line-height: 20px;
  float: left;
  text-align: center;
  font-size: 12px;
}

.inscription_event2{
	height: 23px;
  border: 1px solid #ccc;
  box-sizing: content-box;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0;
  background: #eee;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eee 0, #ccc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #eee),color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #eee 0, #ccc 100%);
  background: -o-linear-gradient(top, #eee 0, #ccc 100%);
  background: -ms-linear-gradient(top, #eee 0, #ccc 100%);
  background: linear-gradient(to bottom, #eee 0, #ccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  width: 100px;
  line-height: 20px;
  float: left;
  text-align: center;
  font-size: 12px;
}


.titre_pop_panier{
width:210px;
float:left;	
margin-top:2px;
}

.prix_panier{
margin-top:26px;
float:right;
margin-right:20px;	
}

#theEvent {
  overflow: hidden;
  margin-bottom: 50px;
}


.sideBarResa {
  width: 318px;
  margin-right: 26px;
}

.lfloat {
  float: left;
}

.sideBarResa img {
  margin-top: 8px;
  width: 310px;
  height: 200px;
}

.infosEvent {
  width: 645px;
}

.annonceEvent h2 {
  color: #080807;
  font-size: 24px;
  margin-bottom: 15px;
}

.annonceEvent h3 {
  color: #999999;
  font-size: 24px;
  margin-bottom: 8px;
  font-size: 23px;
  text-transform: uppercase;
}

.annonceEvent .introEvent {
  color: #999999;
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 17px;
} 

.resaEventPagination {
  height: 50px;
}

.rfloat {
  float: right;
}



.pagination ul {
  text-align: center;
  overflow: hidden;
  margin: 0;
}

.pagination ul li {
  display: inline;
  color: #ebebeb;
  padding: 0 10px;
}

.pagination ul li a {
  font-size: 20px;
  color: #ebebeb;
}

#pageCalendrier {
  background-color: #b7b7b6;
}


.valide_form_adhesion{
	    margin: auto;
    margin-top: 40px;
	display:none;
}</pre></body></html>