@charset "iso-8859-1";
/* CSS Document */

body,html {
	padding:0px;
	margin:0px;
	height:100%;
	background-color:#f3f2f0;
}
body, p, div, td {
	font-family:'Oxygen', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#224;
}
h3 { margin:6px 0; }
form { margin:0; padding:0; }
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
strong {color: #4187C5;}
a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clr{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	color:#f3f2f0;
}
.espace {
	height:10px;
	line-height:10px;
	font-size:2px;
}
.espace60 {
	height:96px;
}
div.wrapper{
	position:relative;
	background-color:#FFF;
	width:1000px;
	margin:0px auto;
	padding:0px;
	min-height:100%;
	border-left:#98895A thin solid;
	border-right:#98895A thin solid;
	text-align:left;
}
.laBarre {
	position:relative;
	width:980px;
	height:36px;
	padding:0px 10px;
	background-color:#006699;
}
.logo {
	float:left;
	font-family: 'Spirax', cursive;
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
}
.entete {
	position:relative;
	background-color:#f3f2f0;
	text-align:left;
	height:30px;
}
.entete .menu {
	position:relative;
	padding:4px;
	text-align:left;
	font-size:14px;
}
.entete .menu a:hover {
	text-decoration:none;
	color:#000000;
}
.entete .menu a.actif {
	text-decoration:none;
	color:#000000;
}

div.credits {
	position:absolute;
	bottom:0;
	width:980px;
	background-color:#005588;
	color:#FFF;
	text-align:left;
	padding:0 10px;
	padding-bottom:3px;
}
div.credits a {
	color:#FFF!important;
}

div.partenaires {
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:left;
	margin-bottom:2px;
	border-top:#eeeebb 1px solid;
}

#message_id { 
	position:absolute;
	display:none; 
	z-index:999; 
	width:155px;
	left:425px;
	background-color:#E0D9C9;
	border:#630 thin solid;
	color:#000000; 
	font-size:14px; 
	font-weight:bold; 
	text-align:center; 
	bottom:50px ;
	padding:30px; 
}

/* --------------------------------menu déroulant---------------------------------*/
.Bar {
	position:relative;
	float:right;
	color:#FFF;
	font-size:14px;
	text-align:right;
	line-height:36px;
	margin-left:10px;
	padding:0 5px;
	z-index:10;
	cursor:pointer;
}
.Bar:hover { background-color:#0077AA; }
.Bar a:link, .Bar a:visited, .Bar a:hover {
	color:#FFF;
	text-decoration:none;
}
.Bar .menu {
	position: absolute;
	right:0px;
	top:34px;
	background-color:#FFFFFF;
	border: buttonhighlight thin outset;
	display:none;
	width: 180px;
	padding:10px 0;
	margin-top:2px;
	margin-bottom:12px;
}
.Bar:hover .menu { display:block; }
.menuItem {
	width: 100%;
	line-height:18px;
	cursor: pointer;
	text-indent:6px;
	background-color: #FFF;
	color: #006699;
	font-family:Tahoma;
	font-size: 13px;
	text-align:left;
}
.menuItem a, .menuItem a:link, .menuItem a:visited, .menuItem a:active { width:100%; color: #006699; text-decoration:none; }
.menuItem a:hover { color: #003366; text-decoration:none; }

.shadow2 {
	box-shadow: 6px 6px 10px #444444;
	-webkit-box-shadow: 6px 6px 10px #444444;
	-moz-box-shadow: 6px 6px 10px #444444;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#444444, offX=6, offY=6, positive=true);
}

/* --------------------------------menu horizontal---------------------------------*/
div.menu_horizontal {
	background:#000;
	background-image:url(/images/bk/menu_hor_bk.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:30px;
	text-align:center;
}

.menu_horizontal ul {
	list-style:none;
	padding:0px;
	text-align:center;
	width:865px;
	margin:0px auto;
}

.menu_horizontal ul li {   /* largeur et hauteur des cellules*/
	float:			left;
	position:		relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	line-height:29px;
	border-left:1px #666 solid;
	padding:0px 14px;
	text-align:center;
}
.menu_horizontal ul li:hover, .menu_horizontal ul li.actif {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	background:url(/images/bk/menu_hor_bkov.jpg) repeat-x center top;
}

.menu_horizontal ul li a, .menu_horizontal ul li a:hover {
	text-decoration:none;
}

/*-------------------------------------------menu vertical--------------------------------------*/
div.banniere {
	background:url(/images/entete/ent_5.jpg) no-repeat right top;
	padding:15px 0px 15px 15px;
	text-align:left;
	height:90px;
	overflow:hidden;
	margin-bottom:6px;
	box-shadow: 0px 3px 10px #CCCCCC;
	-webkit-box-shadow: 0px 3px 10px #CCCCCC;
	-moz-box-shadow: 0px 3px 10px #CCCCCC;
/*	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#CCCCCC, offX=0, offY=3, positive=true); */
}

.menu_vertical_index {
	background:url(/images/bannieres/entete_index.jpg) no-repeat right top;
	padding:0px;
	height:150px;
	overflow:hidden;
}
.menu_vertical_index_txt {  /* texte optionnel*/
	padding:15px 0px 15px 40px;
	width:400px;
	text-align:left;
}

.menu_vertical {
	float:left;
	width:190px;
	min-height:400px;
	padding:15px 5px 15px 10px;
	margin-right:10px;
	text-align:left;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#EAE9E7),
		to(#ffffff)
	);
	background: -webkit-linear-gradient(
		top,
		#EAE9E7,
		#ffffff
	);
	background: -moz-linear-gradient(
		top,
		#EAE9E7,
		#ffffff
	);
	background: -o-linear-gradient(
		top,
		#EAE9E7,
		#ffffff
	);
	background: linear-gradient(
		top,
		#EAE9E7,
		#ffffff
	);
	
	box-shadow: 6px 0px 30px #E7E6E4;
	-webkit-box-shadow: 6px 0px 30px #E7E6E4;
	-moz-box-shadow: 6px 0px 30px #E7E6E4;
}
.centre_bloc {
	position:relative;
	float:left;
	width:720px;
	margin-left:15px;
	padding-top:16px;
}

.menu_vertical ul {
	list-style:	none;
	margin:0;
	padding:0;
	color:#09C;
	text-decoration:none;
}

.menu_vertical ul li {
	list-style:	none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	color:#09C;
	border-bottom:none;
}

.menu_vertical ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	min-height:20px;
	padding-left:0px;
	text-align:left;
	color:#09C;
	text-decoration:none;
}

.menu_vertical ul li:hover, .menu_vertical ul li a:hover, .menu_vertical ul li.actif {
	visibility:inherit; /* fixes IE7 'sticky bug' */
	color:#036;
	text-decoration:none;
	border-bottom:#CCCCCC 1px dashed;
}
.menu_vertical ul li.actif a {
	font-weight:bold;
}

.sf-menu_vert {
	padding-left:0px;
	width:190px;
}
.non_membre, non_membre:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	color:#999 !important;
	background-image:none !important;
}

/*------------------------------------------------------------------fin menu vertical------------------------------------------------*/
#activites {
	background-image:url(/images/bannieres/golf2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:115px;
	padding:10px 30px 0px 0px;
	margin:15px;
	overflow:hidden;
	
}
#activites_texte {
	float:left;
	text-align:left;
	padding-left:30px;
	width:500px;
	color:#000;
}

#centre {
	position:relative;
	background-color:#f3f2f0;
	text-align:left;
	min-height:350px;
	padding:0px 15px 15px 0px;
	}
	
	#centre_gauche{
	float:left;
	text-align:left;
	width:500px;
	padding:10px 10px 10px 20px;
	}
	
	#centre_droit{
	background-image:url(/images/bk/stripe.png); 
	background-repeat:repeat;
	background-color:#a29f8e;
	float:right;
	text-align:left;
	width:325px;
	padding:15px 10px 10px 10px;
	}


/*----------------------------------Polices-------------------*/
.Titre_24{
	color: #660; font-size: 24px; font-family: Georgia, 'Times New Roman', Times, serif;}
.Titre_24_c{
	color: #660; font-size: 24px; font-family: Georgia, 'Times New Roman', Times, serif; margin-bottom:15px;}
.Titre_18{
	color: #660; font-size: 18px; font-family: Georgia, 'Times New Roman', Times, serif;}
.Titre_18_c{
	color: #660; font-size: 18px; font-family: Georgia, 'Times New Roman', Times, serif;}
.Titre_16{
	color: #660; font-size: 16px; font-family: Georgia, 'Times New Roman', Times, serif;}
.Titre_16_c{
	color: #069; font-size: 16px; font-family: Georgia, 'Times New Roman', Times, serif;}
.Titre_16_bold{
	color: #660; font-size: 16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.texte_14{
	color: #FFF; font-size: 14px; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
.texte_14_bold{
	color: #FFF; font-size: 14px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;}
.texte_12{
	color: #000; font-size: 12px; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
.texte_12_bold{
	color: #000; font-size: 12px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;}
.texte_12_bold_bl{
	color: #FFF; font-size: 12px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;}
.texte_10{
	color: #FFF; font-size: 10px; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
.texte_note{
	color: #CCC; font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
.texte_rouge {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	}
.texte_rougeb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}
.texte_sup{}

a.texte_12:hover { text-decoration:underline; }
a.texte_12_bold:hover { text-decoration:underline; }
a.texte_14:hover { text-decoration:underline; }
a.texte_14_bold:hover { text-decoration:underline; }

img.logo_v { padding:2px; border:#CC9 solid 1px; }

/*----------------------------bouton devenir membre -----------------------------------*/
.bouton1 { clear:both; }
.bouton1 .gauche { float:left; width:15px; height:30px; background-image:url(/images/bouton/bt_gen_gauche.png); }
.bouton1 .centre {
	float:left;
	background-image:url(/images/bouton/bk_gen.png);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #FFF; 
	font-size: 16px;
	padding:5px 30px 0px 30px;
	border:none;
	}
.bouton1 .centre:hover {
	background-image:url(/images/bouton/bk_genov.png);
	}
.bouton1 .droite { float:left; width:12px; height:30px; background-image:url(/images/bouton/bt_gen_droit.png); }

/*-------- bouton plus de d\E9tails--------------*/
.plus_details {
	background-image:url(/images/bouton/plus_details.png);
	background-position:left;
	background-repeat:no-repeat;
	height:24px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #FFF; 
	font-size: 14px;
	border:none;
	padding:5px 0px 0px 15px;
	width:125px;
	}
.plus_details a {
	color: #FFF; 
	}
	
.plus_details:hover  {
	background-image:url(/images/bouton/plus_detailsov.png);
	}

/* --- Pagination --- */
.pages { font-size:12px; color:#006699; text-align:right; border-top:#CCCCCC dotted 1px; padding-top:6px; }
.pages a { color:#006699; font-weight:bold; text-decoration:none; }
.form-item { padding-top:4px;}

img.etoiles { width:15px; height:13px; border:none; cursor:pointer; }

