@import url(layout.css);

/*
 pour faire un lien image dans la CSS il faut passer par
le dossier image qui est externe au dossier des CSS.
Comme ceci = url(../image/mon_image.jpg)
*/
      
h1, h2, h3, h4, h5,
h6, span, table,
dl, dt, dd, ul, div,
ol, li,/* p, */a, img{
        margin:0px;
	padding:0px;
        list-style-type:none;
        border:none;
        text-decoration:none;
	
        }

body, html{
    text-align: center; 
}
 body{
    /*background: #2B2D2A url(../image/interface/bg_body.png) left top no-repeat;*/
    font: 11px/13px Helvetica, Arial, sans-serif;
    color: #FFF;
    background-color:#000;
}

:focus, :active{
    /*border: none;*/
    /*border: hidden;*/
    outline: none
        }
h1{padding-bottom:8px;}
h2{padding-bottom:8px;}
h3{padding-bottom:8px;}
h4{padding-bottom:8px;}
h5{padding-bottom:8px;}
a {
	color:#E0119D;;
        }

a:hover {
        color:#44C0E7;
        /*cursor: help;*/

        }
.img:hover p{
/*background: transparent url("../image/10.jpg") top left ;*/
/*float:left;*/

	/*position:absolute;*/
	/*top:0px;*/
	/*left:0px;*/
}
#menu img{
float:left;}
.fondtranslucide {
    height:100%;    /*sans hauteur la transparence ne s'applique pas dans IE*/
    background-image: url(../image/transparent.png) ;  /* Mozilla uniquement */
   background-color: transparent ;          /* Mozilla uniquement */


}

.texteopaque{
    position:relative;
    }

.texteopaque ul{
    /*float:right;*/
    position:relative;
        }
.texteopaque li{

    /*float:left;*/
    padding-right:10px;
    position:relative;

}

table{width:100%;border-collapse: collapse;}
table img{float:left; padding-right:8px;}

tbody tr td{
color:#fff;
vertical-align: top;
padding: 4px;
	}
tbody tr td p{
padding:2px 4px ;
}

tbody tr.even td{
		background: #333;

	}
	tbody tr.selected td{
		/*background: #3d80df;*/
		color: #ffffff;
		/*font-weight: bold;*/
		/*border-left: 1px solid #346DBE;*/
		/*border-bottom: 1px solid #7DAAEA;*/
	}
	tbody tr.ruled td{
		color: #000;
		background-color: #C6E3FF; 
		/*font-weight: bold;
		border-color: #3292FC;*/
	}
.contraint{ /*CONTRAINTE DE LA TAILLE D'AFFICHAGE DES TABLEAU DE LISTE DES AFFICHAGE UE ET DIPLOME*/
        /*overflow-y: auto;*/
        overflow-x: hidden;
        overflow:auto; /*INDISPENSABLE POUR L'AFFICHAGE DE SCROLLBAR SOUS SAFARI*/
        height: 100%;
        width:100%;
        }