body {
	color:black;
	background-color: #00B8F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#conteneur {
	position: absolute;
	width: 850px;
	left: 50%;
	margin-left: -425px;
}

a img {
	border: none;
}

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

a.haut_de_page {
	color: #119AB5;
	width:75px;
	margin-left: 420px;
	display: block;
	background: url(../images/fleche_retour_over.jpg) right no-repeat;
}

a.haut_de_page:hover {
	color: #FBB000;
	background: url(../images/O/fleche_retour.jpg) right no-repeat;
}

a:hover,#contenu_droit a h5:hover {
	color: #119AB5;
}

.clearFloat {
	clear: both;
	margin: 0;
	padding: 0;
}

.Invisible {
	display: none;
}

/*----------------------------- Javascript Affiche Cache ---------------------------*/
.clicTitre  {
	padding:10px;
	margin: 0;
  }

 .clicTitre a {
 	color: #00b8f2;
 }
  
.clicTitre a:hover {
 color: #fbb000;
}



.clicCacher  {
	top: -20px;
	position: relative;
	text-align:right;
	padding:0px;
	margin: 0;
  }
  
.clicCacher a {
 	color: #00b8f2;
	/*font-weight: bold;*/
	background: url(../images/fleche_retour_over.jpg) right no-repeat;
	padding-right:10px; 
 }
 
.clicCacher a:hover {
 color: #fbb000;
/* font-weight: bold;*/
 background: url(../images/O/fleche_retour.jpg) right no-repeat;
 padding-right:10px; 
} 

.contenant  {
	width: 448px;
	margin-left:12px; 
	display : block;
	border: 1px solid #B7DCFF;
	padding:0 0 10px 10px;
	background-color: #B7DCFF;
  }

/*----------------------------- Javascript Affiche Cache ---------------------------*/

/*-------------------------------- Couleurs Polices et Titres ----------------------------*/
.or {
	color:#cc9900;
}

.orangefonce {
	color:#906900;
}

.bleuOM {
	color:#00B8F2;
}

.vert {
	color:#ffb80c;
}

.vertfonce {
	color:#FBB000;
}

.blanc {
	color: white;
}

.gris {
	color: #a6a6a6;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:11px;
}


/*-------------------------------- Couleurs -----------------------------*/
/*------------------------------------ Entete ---------------------------*/
#entete {
	background: url(../images/O/entete.jpg) no-repeat;
	width:850px;
	height: 163px;
}

#entete a {
	display: block;
	width: 375px;
	height: 145px;
	padding: 0;
	margin: 20px 0 0 200px;
	/*border: 1px solid black;*/
}
/*-------------Index---------------*/
#fond_index {
	background: url(../images/fond_index.jpg) no-repeat center center;
	position: absolute;
	width: 850px;
	height: 290px;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top:-140px;
	font-size: 12px;
	/*border: 1px solid red;*/
}

#fond_index a.accueil {
	display: block;
	width: 375px;
	height: 152px;
	padding: 0;
	margin: 20px 0 0 200px;
	/*border: 1px solid black;*/
}

#infos_index {
	float: left;
	width: 800px;
	height: 80px;
	margin: 0px;
	padding: 17px 0 10px 46px;
	/*border: 1px solid black;*/
}

#infos_index ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid blue;*/
}

#infos_index a {
	color: #00b8f2;
}

#infos_index a:hover {
	color: #E3A000;
}
#blockgif {
	float: left;
	padding: 0;
	margin: 0;
	
}

/*-------------Index---------------*/
/*------------------------------------ Entete ---------------------------*/
/*------------------------------------ Menu déroulant ---------------------------*/
#menu {
	width:850px;
	height: 30px;
}

#menuPrincipal {
	margin: 0;
	padding: 0;
}
/*--------------- Config menu ----------------*/
#menuPrincipal li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;	
}

#menuPrincipal ul.flyout {
	position:absolute;
	margin:0;
	padding:5px;
	left:0;
	top:30px;
	list-style:none;
	display:none;
	z-index:5000;
}

#menuPrincipal ul.flyout {
	width:112px;
	padding:0px;
	margin:0px;
	/*border:solid 1px black;*/
}

#menuPrincipal ul.flyout ul {
	margin: 0;
	padding: 0;
}

#menuPrincipal ul.flyout li.sm0 {
	width:112px;
	background: url(../images/sousmenufond.gif);
	padding:0;
	margin:1px 0 1px 15px;
	/*border:solid 1px black;*/
}

#menuPrincipal ul.flyout li.sm0:hover {
	background: url(../images/O/sousmenufond_over.gif);
	/*border:solid 1px black;*/
}

#menuPrincipal ul.flyout li.sm {
	width:112px;
	background: url(../images/sousmenufond.gif);
	padding:0;
	margin:1px 0;
	/*border:solid 1px black;*/
}

#menuPrincipal ul.flyout li.sm:hover {
	background: url(../images/O/sousmenufond_over.gif);
	/*border:solid 1px black;*/
}

#menuPrincipal ul.flyout li.sm1 {
	font-weight: bold;
	color: #0F768A;
	background: url(../images/sousmenufond.gif);
	width:114px;
	padding-left:6px;
	padding-top:3px;
	margin:1px 0;
}

#menuPrincipal ul.flyout li.sm1:hover {
	font-weight: bold;
	color: #0F768A;
}

ul.sous_sous_menu li a:hover {
	/*background: url(../images/sousmenufond_over.gif);*/
	padding-left: 8px;
}

#menuPrincipal ul.flyout li a {
	display: block;
	font-weight: bold;
}

#menuPrincipal ul.flyout li a:hover {
	/*padding-left: 5px;*/
}

a.sous_menu {
	color: #A6EBF8;
	margin-left: 10px;
	display: block;
	padding: 4px;
}

a.sous_menu:hover {
	color: #C88C00;
}
/*--------------- Config menu ----------------*/
/*--------------- Images de fond -------------*/
a#club {
	background:	url(../images/O/le_club.jpg);
	width: 139px;
	height: 30px;
	float: left;
	cursor: default;
}

a#club:hover, a#club.flyoutActive {
	background: url(../images/le_club_over.jpg) no-repeat;
}

a#national {
	background: url(../images/O/nationale.jpg) no-repeat;
	width: 115px;
	height: 30px;
	float: left;
	cursor: default;
}

a#national:hover, a#national.flyoutActive {
	background: url(../images/nationale_over.jpg) no-repeat;
}

a#prenat_loisirs {
	background: url(../images/O/prenat_loisirs.jpg) no-repeat;
	width: 115px;
	height: 30px;
	float: left;
	cursor: default;
}

a#prenat_loisirs:hover, a#prenat_loisirs.flyoutActive {
	background: url(../images/prenat_loisirs_over.jpg) no-repeat;
}

a#jeunes {
	background: url(../images/O/jeunes.jpg) no-repeat;
	width: 114px;
	height: 30px;
	float: left;
	cursor: default;
}

a#jeunes:hover, a#jeunes.flyoutActive {
	background: url(../images/jeunes_over.jpg) no-repeat;
}

a#galerie {
	background: url(../images/O/galerie.jpg) no-repeat;
	width: 114px;
	height: 30px;
	float: left;
	cursor: default;
}

a#galerie:hover, a#galerie.flyoutActive {
	background: url(../images/O/galerie_over.jpg) no-repeat;
}

a#partenaires {
	background: url(../images/O/partenaires.jpg) no-repeat;
	width: 114px;
	height: 30px;
	float: left;
	cursor: default;
}

a#partenaires:hover, a#partenaires.flyoutActive {
	background: url(../images/O/partenaires_over.jpg) no-repeat;
}

a#liens {
	background: url(../images/O/liens.jpg) no-repeat;
	width: 139px;
	height: 30px;
	float: left;
	cursor: default;
}

a#liens:hover, a#liens.flyoutActive  {
	background: url(../images/O/liens_over.jpg) no-repeat;
}

/*--------------- Images de fond -------------*/
/*------------------------------------------------------------------------------------------ Menu déroulant ---------------------------*/
/*---------------------------------------------------------------------------------------------- Contenu -------------------------------*/
#contenu {
	background: url(../images/contenu_fond.jpg) repeat-y;
	padding:30px 15px 0 38px;
	/*border: 1px solid black;*/
}

#contenu p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#bas_contenu {
	background: url(../images/contenu_bas.jpg) no-repeat;
	width: 850px;
	height: 29px;
}
/*------------------------------------------- Contenu gauche ----------------------------*/
#contenu_gauche {
	float:left;
	width: 490px;
	/*border: 1px solid red;*/
}

/*#image_fond {
	background: url(../images/image_fond.jpg) bottom left no-repeat;
	width: 444px;
	height: 325px;
}*/

.date {
	font-size: 11px;
	text-align: right;
	padding: 5px 5px 0 0;
	margin: 0;
	color:#FBB000;
	/*border: 1px solid black;*/
	float: right;
}

.date1 {
	font-size: 11px;
	text-align: right;
	padding: 5px 5px 0 0;
	margin: 0;
	color: White;
	/*border: 1px solid black;*/
	float: right;
}


#contenu_gauche h2 {
	padding:5px 10px;
	margin:0;
	/*width: 400px;*/
	/*border: 1px solid black;*/
}

#contenu_gauche h3 {
	padding:5px 10px;
	margin:0;
	/*width: 400px;*/
	/*border: 1px solid black;*/
}

#contenu_gauche h4 {
	padding:5px 10px;
	margin:0;
	/*width: 400px;*/
	/*border: 1px solid black;*/
}

#contenu_gauche h5 {
	text-align: left;
	padding-left: 5px;
	margin: 0;
	color:#FBB000;
	/*border: 1px solid black;*/
	float: left;
}

#contenu_gauche p {
	padding: 10px;
	margin: 0px;
}
/*-------------------------------- Titres -----------------------------*/
#titre_accueil {
	float: left;
	background: url(../images/titres/Titre_accueil.gif);
	width: 65px;
	height: 15px;
}

#titre_club {
	float: left;
	background: url(../images/titres/Titre_club.gif);
	width: 44px;
	height: 15px; 
}

#titre_nationale {
	background: url(../images/titres/Titre_nationale.gif);
	width: 90px;
	height: 15px; 
	float: left;
}

#titre_prenationale {
	background: url(../images/titres/Titre_prenationale.gif);
	width: 115px;
	height: 15px; 
	float: left;	
}

#titre_loisirs {
	background: url(../images/titres/Titre_loisirs.gif);
	width: 59px;
	height: 15px;
	float: left; 
}

#titre_jeunes {
	background: url(../images/titres/Titre_jeunes.gif);
	width: 63px;
	height: 15px;
	float: left;	
}

#titre_galeries {
	background: url(../images/titres/Titre_galeries.gif);
	width: 75px;
	height: 15px; 
	float: left;
}

#titre_liens {
	background: url(../images/titres/Titre_liens.gif);
	width: 49px;
	height: 15px; 
	float: left;
}

#titre_partenaires {
	background: url(../images/titres/Titre_partenaires.gif);
	width: 101px;
	height: 15px; 
	float: left;
}

#titre_construction {
	background: url(../images/construction_mini.gif) no-repeat;
	width: 40px;
	height: 40px; 
	float: left;
}

#titre_interview {
	background: url(../images/titres/Titre_interview.gif) no-repeat;
	width: 85px;
	height: 15px; 
	float: left;
}

/*------------------------------ Titres -----------------------------*/
/*--------------------------------  Bloc ---------------------------*/
#bloc_haut {
	background: url(../images/bloc_haut.jpg) no-repeat;
	margin-top:10px;
	font-size: 12px;
}

#bloc_bas {
	background: url(../images/bloc_bas.jpg) no-repeat;
	width: 489px;
	height: 19px;
}

#bloc {
	margin-top:30px;
	border-top:solid 1px #DCDCDC;
	font-size: 12px;
}


/*---------------------------------  Bloc ---------------------------*/
/*------------------------- Page interieures ------------------------*/
/*--------------------- Dirigeants ------------------------*/

#bloc_haut table {
	margin-top:10px;
	/*border: 1px solid black;*/
}

td.dirig_titre {
	color:#FBB000;
	font-size: 12px;
	padding-left: 10px;
}

td.dirig_nom {
	font-size: 12px;
	padding: 15px 0 15px 10px;
	font-weight: bold;
}

td.dirig_nom a {
	color: #A6A6A6;
}

td.dirig_nom a:hover {
	color: black;
}

#bloc table.org {
	padding: 0 0 15px 70px;
	/*margin: 15px 0 15px 30px;*/
	/*border: 1px solid black;*/
}

#bloc1 tr td {
	margin:0;
	padding: 0;
}

td.dirig_photo {
	padding-left:25px;
}

table.popupImg {
	margin-top:30px;
}

table.popupImg td {
	padding: 0 30px 20px 5px;
	
}

/*--------------------- Dirigeants ------------------------*/
/*--------------------- Equipe N2 ------------------------*/
table.joueurs {
	margin:15px 0 10px 5px;
}

td.photoj {
	border: 1px solid #00b8f2;
	width: 82px;
}

td.nomj {
	vertical-align: top;
	font-size: 12px;
	width: 160px;
	padding-left: 10px; 
}

.nomprenom {
	font-weight: bold;
	color: #00b8f2;
}

a.voirfiche {
	padding-left: 12px; 
	display: block;
	width: 100px;
	/*text-decoration: underline;*/
	background: url(../images/O/fleche.jpg) no-repeat;
}

a.voirfiche:hover {
	background: url(../images/fleche_over.jpg) no-repeat;
}



/*--------------------- Equipe N2 ------------------------*/
/*--------------------- Galeries -------------------------*/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails {
width: 70%;
float: left;
text-align: left; 
}	

#imageData #caption {
	font-weight: bold;	
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;	
}		
	
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;	
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

/*-------- Liste ---------*/
ul.galerielist {
	padding: 0;
	margin: 0;
}

li.galerielist {
	padding: 0;
	margin: 0;
	list-style: none;
}
/*---------- Galerie ------------------------------*/
/*------------------------- PARTENAIRES ----------------------*/
table.partenaires tr {
	font-size:11px;
}

table.partenaires td {
	padding: 0 0 10px 0;
	margin: 0;
	width: 245px;
	/*border:1px solid red;*/
	vertical-align: top;
}



p.partenaires {
	/*border-left:1px solid black;*/
	padding: 0;
	margin: 0;
}

table.partenaires td a {
	color: #119AB5;
	text-decoration: underline;
}

table.partenaires td a:hover {
	color: #FBB000;
}

/*------------------------- PARTENAIRES ----------------------*/
/*-------------------- CALENDRIER MATCHS ---------------------*/
/*table.calendrier {
	font-size: 10px;
	background-color: #FFCC53;
}*/

th {
	background-color: #FFBB00; 
	vertical-align: top;
	font-size: 12px;
	color:#906900;
}

tr.listecalendrier {
	background-color: #FFCC53;
}

td {
	vertical-align: top;
	font-size: 10px;
}

tr.listecalendrier td.colonecalendrier { 
	border-bottom: 1pt inset #ffffff; 
}



/*---------------------- CALENDRIER MATCHS --------------------*/
/*-------------------- CLASSEMENT MATCHS ---------------------*/
/*table.calendrier {
	font-size: 10px;
	background-color: #FFCC53;
}*/

th {
	background-color: #FFBB00; 
	vertical-align: top;
	font-size: 12px;
	color:#906900;
}

tr.listeclassement {
	background-color: #FFCC53;
}

td {
	vertical-align: top;
	font-size: 10px;
}

tr.listeclassement td.coloneclassement { 
	border-bottom: 1pt inset #ffffff; 
}
tr.listeclassement td.LigneASON {
	/*font-size: 12px;*/
	color: #00B8F2;
	/*font-weight: bolder;*/
}


/*---------------------- CLASSEMENT MATCHS --------------------*/
/*------------------------- ANNUAIRES ----------------------*/
table.annuaires tr {
	font-size:11px;	
}

table.annuaires td {
	/*margin-top:30px;*/
	border-bottom :solid 1px #DCDCDC;
	font-size:12px;
	padding: 0 0 10px 0;
	margin: 0;
	width: 400px;
	vertical-align: top;
}

p.annuaires {
	/*border-left:1px solid black;*/
	padding: 0;
	margin: 0;
}

table.annuaires td a {
	color: #119AB5;
	text-decoration: underline;
}

table.annuaires td a:hover {
	color: #FBB000;
}

/*------------------------- ANNUAIRES ----------------------*/


/*--------------------- Page interieures ------------------------*/
/*--------------------------------------------------- Contenu gauche ----------------------------*/
/*---------------------------------------------------- Contenu droit ----------------------------*/
#contenu_droit {
	float: right;
	/*border:1px solid black;*/
	padding-right:18px;	
}

#droit_haut {
	background: url(../images/O/droit_haut.jpg) no-repeat;
	width:274px;
	height: 230px;
	padding-top:16px;
	/*border:1px solid black;*/
}

#droit_milieu {
	background: url(../images/O/droit_milieu.jpg) repeat-y;
	/*border:1px solid black;*/
}

#photo_du_mois {
	background: url(../images/O/photo_du_mois.jpg) no-repeat;
	border-top: 1px solid white;
	margin: 0 20px 0 20px;
	padding: 0;
}

#interview {
	background: url(../images/O/interview.jpg) no-repeat;
	border-top: 1px solid white;
	margin: 30px 20px 0 20px;
	padding: 0;
	color: White;
	/*width: 200px;*/
}

#video_club {
	background: url(../images/O/video_club.jpg) no-repeat;
	border-top: 1px solid white;
	margin: 0 22px 20px 20px;
	padding: 0;
	color: White;
}

#video_club h4 {
	padding:40px 0 0 11px;
	margin:0;
}


#gif_sponsors {
	background: url(../images/O/nos_partenaires.jpg) no-repeat;
	border-top: 1px solid white;
	margin: 0 22px 0 20px;
	padding: 36px 10px 10px 10px;
}

#droit_bas {
	background: url(../images/O/droit_bas.jpg) no-repeat;
	width: 274px;
	height: 189px;
}

#contenu_droit p {
	padding-left:20px;
}

#contenu_droit tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#droit_milieu td {
	padding: 0 0 10px 40px;
	/*border: 1px solid black;*/
}
/*---------------------------------------------------- Contenu droit 2----------------------------*/
#contenu_droit2	{
	float: right;
	width: 190px;
	border:1px solid black;
	padding-right:18px;
}
/*----------------------------------- News deroulant ------------------------------*/
marquee.NewsDroit {
	width: 220px;
	height:200px;
	text-align: left; 
	padding: 0 20px 20px 20px;
	font-size: 12px;
}

marquee.InfoAson {
	width: 785px;
	height:5px;
	text-align: right;
	margin-left: 35px;
	font-size: 12px;
	/*border: 1px red solid;*/
	color: White;
}

.NewsDroit h2 {
	color: white;	
}

.NewsDroit h3 {
	color: white;
	padding: 0 0 5px 0;
	margin: 0;	
}

.NewsDroit h5 {
	color: white;
	padding:0;
	margin: 0;
}

.NewsDroit ul {
	border-top: 1px solid white; 
	/*list-style-type: none;*/
	margin: 10px 0 0 0;
	padding:5px 0 10px 0;
}

.NewsDroit li {
	list-style-type: none;
	margin: 0;
	padding:0 0 5px 10px;
}

.NewsDroit p {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
/*----------------------------------- News deroulant ------------------------------*/
/*------------------------------------------ Contenu droit ----------------------------*/
#bas_contenu {
	background: url(../images/contenu_bas.jpg) no-repeat;
	width: 850px;
	height: 29px;
}

/*------------------------------------------------------------------------------------------ Contenu -------------------------------*/
/*-------------------------------------------------------------------------------------- Pied de page ------------------------------*/


#pied_de_page {
	background: url(../images/pied_de_page.jpg) no-repeat;
	width: 850px;
	height:45px;
	/*margin-top:10px;*/
	/*border: 1px solid red;*/
}

#pied_de_page a {
	color: #00b8f2;
}

#pied_de_page a:hover {
	color: #FBB000;
}

#pied_de_page p {
	padding:0;
	padding:11px 0 0 30px;
	margin: 0;
	/*border: 1px solid red;*/
}

#pied_de_page a {
	font-size: 11px;
	margin: 0 8px;
	font-weight: bold; 
	/*border: 1px solid black;*/
}

#pied_de_page a#design {
	padding-left:60px;
}

#pied_de_page a.chgt_stylesO {
	padding-left: 70px;
	font-size: 13px;
	color: White;	
}

#pied_de_page a.chgt_stylesO:hover {
	color: #FF6428;
}

#pied_de_page a.chgt_stylesV {
	font-size: 13px;
	color: White;	
}

#pied_de_page a.chgt_stylesV:hover {
	color: #006400;
}

#pied_de_page a.chgt_stylesR {
	font-size: 13px;
	color: White;	
}

#pied_de_page a.chgt_stylesR:hover {
	color: #f43c1b;
}
/*----------------------------------------------------------------------------------- Pied de page --------------------------------*/