@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: 12px/16px Helvetica, Arial, sans-serif;
    color: #B4B4B4;
    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:#920C19;
/*color:#fff;*/
        }

a:hover {
        /*color:#44C0E7;*/
color:#920C19;

        }
dl{
        float:left;
        /*width:250px;*/
        margin-right:20px;
        }
dl img{
        float:left;
        padding-right:10px;}
dd p{
	
	background-color:#FFF;
	width:300px;
	/*float:left;*/
	
	padding: 8px;
}
dd{padding:4px;}


dt{
        font-weight:bold;padding-top:5px;}
        
.fermer{
        position: relative;
        margin-left:10px;
        top:2px;}
dl.droite{
        margin-right:0px !important;}

/*dawa*/

html, body {margin:0px; padding:0px; width:100%; height:100%; overflow:hidden;}





#menu ul li{

        /*padding: 4px;*/
}
#menu {
margin:2px 0px 2px 0px;
        height:29px;



        position:static;
}

#image_listing, #video_listing{overflow:hidden;
padding-bottom:10px;
}
/** html #container .texteopaque{*/
/*    margin-left:20%;}*/



/** html .fondtranslucide{*/
/*    background-color: #000;*/
/*    filter:alpha(opacity=80);*/
/*    -moz-opacity:0.80;*/
/*    opacity: 0.80;*/
/*    }*/

.fondtranslucide {


    height:100%;    /*sans hauteur la transparence ne s'applique pas dans IE*/
    background-image: url(../image/interface/alpha.png) ;
/* Mozilla uniquement */
   background-color: transparent ;
/* Mozilla uniquement */

/*background-color:#333;*/
}

.texteopaque{
    position:relative;
/*left: 0;*/
    }

.texteopaque ul{

    position:relative;
        }
.texteopaque li{

    float:left;
    padding:0px 10px 0px 10px;
    position:relative;

}
.sign{color:#666; font-size:10px;}
h1{padding-bottom:20px;}

.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: 420px;*/
/*width:640px;*/
        width:100%;
        }
.sub{font-size:12px;}
.subtitle{color:#920C19;}
.left{float:left;}
.right{clear:both;float:right;}
#bottom span{display:block;}

ol, li{color:#FFF}
#menu {text-align:center;}
#menu li{padding:5px 2px 5px 10px;margin:0px 2px 0px 0px ;float:left}

