/*
Galentin Yoann
13/09/1988
*/

body
{
    width: 995px;
    margin-right: auto; 
	margin-left: auto; 
    margin-top: 10px;
    margin-bottom: 20px;  
	color : black;
    background-color: #ffffff;
}



/* L'en-tête */

#en_tete
{
   width: 995px;
   height: 120px;
   margin-bottom: 22px;
}

a img {
	border: 0;
}

/* Le menu */

#menu
{
	float: left; 
	width: 100px; 
}

.element_menu
{
	color : black;
	background-color: #3CA5FF;
	background-repeat: repeat-x;
      
	margin-bottom: 12px;
}

.element_menu_image
{
	width: 100px;
	height: 47px;
	margin-bottom: 10px;
}

.element_menu a
{
   background-color: #3CA5FF;
   text-decoration: none; 
   color: black; 
   font-weight : bold;
}

.element_menu a:hover 
{
   color: white; 
   background-color: #3CA5FF;
}


/* Quelques effets sur les menus */

.element_menu ul
{
	padding: 2px;
	padding-left: 25px;
	margin: 0px;
	text-align: left;
	margin-bottom: 5px;
	list-style-image: url("images/puce.png");
}

/* Le menu de droite */

#menu_droite
{
	float: right; 
    width: 100px; 
}

.element_menu_droite
{
	color : black;
    background-color: #3CA5FF;
    background-repeat: repeat-x;
   
	margin-bottom: 20px;
}

.element_menu_image
{
	width: 100px;
	height: 47px;
	margin-bottom: 8px;
}

.element_menu_banniere
{
	width: 100px;
	height: 345px;
	background-image: url("images/banniere_droite.png"); 
	margin-bottom: 8px;
}

/* Le corps de la page */

#corps
{
    margin-left: 115px;
    /*margin-right: 115px;*/
    margin-bottom: 20px;
    color: #FFFFFF;
    background-color: #3CA5FF;
	background-image: url("images/motif.png"); 
	background-repeat: no-repeat; 
}

.contenu
{
	padding : 8px;
}


.padding
{
	padding : 8px;
}

.contenu a /* Lien normal */
{
	text-decoration: none;
	color: black;
	background-color: #3CA5FF;
}


.top_left,  .top_right, .bottom_left, .bottom_right { height: 19px; background-repeat: no-repeat; }
.top_left { width: 19px; float: left; background-image: url("/images/Arrondi/arrondi_haut_gauche.png"); }
.top_right { background-image: url("/images/Arrondi/arrondi_haut_droit.png"); background-position: right; }
.bottom_left { width: 19px; float: left; background-image: url("/images/Arrondi/arrondi_bas_gauche.png"); }
.bottom_right { background-image: url("/images/Arrondi/arrondi_bas_droit.png"); background-position: right; }

/* MENU */
.top_left_menu,  .top_right_menu, .bottom_left_menu, .bottom_right_menu { height: 19px; background-repeat: no-repeat; }
.top_left_menu { width: 19px; float: left; background-image: url("/images/Arrondi/arrondi_haut_gauche_menu.png"); }
.top_right_menu { background-image: url("/images/Arrondi/arrondi_haut_droit_menu.png"); background-position: right; }
.bottom_left_menu { width: 19px; float: left; background-image: url("/images/Arrondi/arrondi_bas_gauche_menu.png"); }
.bottom_right_menu { background-image: url("/images/Arrondi/arrondi_bas_droit_menu.png"); background-position: right; }

/* NEWS  */
.top_left_news,  .top_right_news, .bottom_left_news, .bottom_right_news { height: 19px; background-repeat: no-repeat;}
.top_left_news { width: 19px; float: left; background-image: url("/images/Arrondi/arrondi_haut_gauche_news.png"); }
.top_right_news { background-image: url("/images/Arrondi/arrondi_haut_droit_news.png"); background-position: right; }
.bottom_left_news { width: 19px; float: left; background-image: url("/images/Arrondi/arrondi_bas_gauche_news.png"); }
.bottom_right_news { background-image: url("/images/Arrondi/arrondi_bas_droit_news.png"); background-position: right; }

/* COMMENTAIRES */

.top_left_blanc,  .top_right_blanc, .bottom_left_blanc, .bottom_right_blanc { height: 5px; background-repeat: no-repeat;}
.top_left_blanc { width: 5px; float: left; background-image: url("/images/Arrondi/arrondi_haut_gauche_blanc.png"); }
.top_right_blanc{ background-image: url("/images/Arrondi/arrondi_haut_droit_blanc.png"); background-position: right; }
.bottom_left_blanc { width: 5px; float: left; background-image: url("/images/Arrondi/arrondi_bas_gauche_blanc.png"); }
.bottom_right_blanc{ background-image: url("/images/Arrondi/arrondi_bas_droit_blanc.png"); background-position: right; }

.top_left_commentaire,  .top_right_commentaire, .bottom_left_commentaire, .bottom_right_commentaire { height: 5px; background-repeat: no-repeat;}
.top_left_commentaire { width: 5px; float: left; background-image: url("/images/Arrondi/arrondi_haut_gauche_commentaire.png"); }
.top_right_commentaire{ background-image: url("/images/Arrondi/arrondi_haut_droit_commentaire.png"); background-position: right; }
.bottom_left_commentaire { width: 5px; float: left; background-image: url("/images/Arrondi/arrondi_bas_gauche_commentaire.png"); }
.bottom_right_commentaire { background-image: url("/images/Arrondi/arrondi_bas_droit_commentaire.png"); background-position: right; }

.news
{
	margin-top : 5px;
    color: black;
    background-color: #cde6ff;
    margin-bottom: 15px;
}

.news a
{
   color: black;
   font-weight: bold;
   background-color: #cde6ff;
   text-decoration: none; 
}

.element_corps a
{
   background-color: #3CA5FF;
   text-decoration: none; 
   color: white; 
}

.element_menu_droite a
{
   color: black;
   background-color: #3CA5FF;
   text-decoration: none; 
}

.element_corps a:hover 
{
   color: black; 
   background-color: #3CA5FF;
}
.element_corps ul
{
   padding: 2px;
   padding-left: 25px;
   margin: 0px;
	text-align: left;
   margin-bottom: 5px;
	list-style-image: url("images/puce.png");
}

.imageflottante_gauche
{
   float: left;
}

.image_centre
{
   text-align: center;
}

.imageflottante_droite
{
   float: right;
}

.introduction_test
{
	font-weight: bold;
}

.gras
{
	font-weight: bold;
}

.centre 
{
	text-align: center;
}

.fixe_droite
{
	text-align:right;
}

.fixe_gauche
{
	text-align:left;
}

.gauche
{
	float: left;
	padding : 10px;
}

.droite
{
	float: right;	
	padding : 10px;
}

.dessous_float
{
   clear: left;
}

.marge {
margin-left: 10px;
}

.marge_droite {
margin-right: 10px;
}
.rouge {
color: red;
background-color: #3CA5FF;
}

.vert{
color: green;
background-color: #3CA5FF;
}

.bleu{
color: blue;
background-color: #3CA5FF;
}

.bleu_centre{
color: blue;
background-color: #3CA5FF;
text-align: center;
}

.blanc {
color: white;
background-color: #3CA5FF;
}

.blanc_commentaire {
color: white;
background-color: #CDE6FF;
}

.rien
{
   list-style-type: none;
}

.sous_liste 
{
	list-style-image: url("/images/puce.png");
}

h1
{
	text-align: center;
} 

h2
{
	text-align: center;
}

input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #cde6ff;
   color : black;
}
 
label
{
   color: blue; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
	background-color: #3CA5FF;
}

.pas_de_retrait
{
   list-style-position: inside;
}

/* Tableau  Roms */

#tab_roms, #tab_roms caption
{
    margin: auto;
}

#tab_roms
{
    color:  #000000;
    border: #DDEEFF 2px solid;
    border-collapse: separate;
    border-spacing: 2px;
    empty-cells: hide;
}

#tab_roms caption
{
	font-size: 0.9em;
	font-weight : bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tab_roms th
{
    color: #996600;
    background-color: #FFCC66;
    border: #FFCC66 1px solid;
    font-variant: small-caps;
    font-size: 0.8em;
    letter-spacing: 1px;
}

#tab_roms td
{
    border: #DDEEFF 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#tab_roms td a
{
	color : black;
	background-color:#cde6ff;
}

/* menu Javascript */

#menuJs li
{
	 list-style-type: none;
	 list-style-position: inside;
}

#centreJs
{
	height: 50px;
	width: 250px;
	margin-left : 300px;
}

.item
{
 position: absolute;
}

#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 */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        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 : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#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 : #000; /* 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 : 144px; /* 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: 144px; /* 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 144px ; /* 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 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 */
}