/* CSS Document */

 /*+---------------------------------------------------------------+
   |    					  BODY      						   |
   +---------------------------------------------------------------+*/
	body
{
	background-color: #711017;
	width: 1000px;
	margin: auto;
}	
 /*+---------------------------------------------------------------+
   |    					  DIAPORAMA    						   |
   +---------------------------------------------------------------+*/
#diapo
{
	float : right;
	width : 240px;
}
 /*+---------------------------------------------------------------+
   |    					   PUBS     						   |
   +---------------------------------------------------------------+*/
#pubs
{
	float : right;	
	width : 240px;
	margin-top : 5px;
}
 /*+---------------------------------------------------------------+
   |    					  BANNIERE    						   |
   +---------------------------------------------------------------+*/
#banniere
{
	margin-left: auto;
	margin-right: auto;
	float : left;
	width: 725px;
}
/*+---------------------------------------------------------------+
  |    					      CADRE 		            		  |
  +---------------------------------------------------------------+*/
#up /* haut de cadre */
  {
  	float:left;
	background-image:url("admin/haut.png");
	background-repeat:no-repeat; 
	height:15px;
	margin-top:5px;
	width:725px;
 }
 #bottom /* bas de cadre */
  {
	float:left;
	background-image:url("admin/bas.png");
	background-repeat:no-repeat; 
	height:15px;
	width:725px;
 }
 #corps		/* corps du cadre */
{
	float:left;
	width:715px;	
	background-color: white;
	padding-left: 5px;
	border-left:solid 2px black;
	border-right:solid 2px black;
	Z-index: 1;
}
 #titre
 {
	color:#cc9900;
	font-weight : bold; /* on met le texte en gras */
    font-family : Arial;
	text-align: center;
	font-size:1.5em;
	margin-bottom: 35px;
}
 #soustitre
{
	color:#003366;
	font-weight : bold;
	font-style: italic;
	font-family: arial, Verdana, serif;
	padding-left: 45px;
	font-size:1.2em;
}
 #texte
{
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}
 #cadre
{
	border:2px #990000 groove;
	padding-right: 10px;
} 
 #heure
 {
	margin-top: 10px;
	text-decoration: underline;
   	color:#003366;
	font-weight : bold;
	font-style: italic;
	font-family: arial, Verdana, serif;
	padding-left: 30px;
	font-size:1.5em;
}
 #tarif
{
	border:2px #990000 groove;
	padding-right: 10px;
	font-size:1.5em;
}
 /*+---------------------------------------------------------------+
   |    	   		       GESTION NEWS    		        		   |
   +---------------------------------------------------------------+*/
#titrenews
{
	border:solid 2px pink;
	padding-left: 15px;
	padding-right: 15px;
}

 /*+---------------------------------------------------------------+
   |    	   		        PROVISOIRE    		        		   |
   +---------------------------------------------------------------+*/
.news
{
	margin: auto;
	margin-bottom:15px;
	width:700px;
	text-align:left;
	border: solid 1px #000000;
}

#corps .news .titreNews .club
{
	background-image:url("../admin/club.jpg");
	background-repeat:no-repeat;
	height:72px;
}

#corps .news .titreNews .wushu
{
	background-image:url("../admin/wushu.jpg");
	background-repeat:no-repeat;
	height:72px;
}

#corps .news .titreNews .sanda
{
	background-image:url("../admin/sanda.jpg");
	background-repeat:no-repeat;
	height:72px;
}



#corps .news .titreNews
{
	background-color:#660000;
	border-bottom:solid 5px #FFCC33;
	text-indent:105px;
	
}

#corps .news h2     /* titre des news sur la page d'accueil*/
{
	/*height:30px;*/
	text-align:left;
	color:#FFFFFF;
	font-size:1em;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	/*border:solid 1px #FFCC33;*/
	/*text-indent:15px;*/
}

#corps .news h3    /* titre des rubriques sur les differentes pages */
{
	height:30px;
	color:#FFFFFF;
	font-size:0.9em;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:8px;
	background-color:#660000;
	text-indent:15px;
	border-bottom:solid 5px #FFCC33;
}

#corps .news .titreNews p 
{
	/*height:30px;*/
	color:#AAAAAA;
	font-size:0.7em;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	/*border:solid 1px #FFCC33;*/
	/*text-indent:15px;*/
}


#corps .news h3 .heure
{
	left:20px;
	color:#66CCFF;
}

#corps .news .corps_news
{
	text-indent:10px;
	background-image:url("../Images/corps_news.png");
	background-repeat:repeat-y;
	padding:10px;
}

#corps .news .corps_news p
{
	font-size:0.75em;
	margin-left:5px;
	margin-right:0px;
}

#corps .news .pied_news
{
	text-align:right;
}

 /*+---------------------------------------------------------------+
   |    	   		      MENU DEROULANT    		    		   |
   +---------------------------------------------------------------+*/   
#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : times new roman; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 16px; /* hauteur du texte : 12 pixels */
		text-align: center;
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #711017;/* couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 143px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        /*border-right : 1px solid #fff;  on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 140px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 140px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover 
{
		background: #93484d;
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}
 /*+-----------------------------------------------------------------------------------------------+
  |                                      lightbox         								   	       |
  +------------------------------------------------------------------------------------------------+*/

#lightbox{	position: absolute;  left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: 1px solid black; }

#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }