/* STYLES PROPRES AU SITE ECI */

#header {
    padding: .5em .5em .5em .5em;
    text-decoration: none;
}

/* pas de bordure trop grosse */
#page{
    padding:2px;
}

/* Icones des documents */	
/*li.Reg1 {
list-style-image: url("images/adobepdf.png");
}	

li.Reg2 {
list-style-image: url("images/database.png");
}	

*/
a {
    text-decoration:none;
}	

a:hover { 
    text-decoration:none;
}


#footer {
    font-size:70%;
    text-align:center;
}

div#hom{
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
    padding: 5px 5px 5px 15px;
    width: 90%;
}

#page_margins
{
    width:900px;
}

div.photo{
    text-align:center;
    margin-bottom:3em;
}

/* Caractéristiques communes des classes de colonnes 3 */
div#col3_content h1,
div#col3_content h2,
div#col3_content h3,
div#col3_content h4,
div#col3_content h5,
div#col3_content h6
{
    font-family:Arial, Helvetica, sans-serif;
    padding-left: 6px;
    font-weight:normal;
    padding-top:3px;
    padding-bottom:3px;
    margin-top:0px;
}	

div#col1_content h1,
div#col1_content h2,
div#col1_content h3,
div#col1_content h4,
div#col1_content h5,
div#col1_content h6{
    font-family:Arial, Helvetica, sans-serif;
    /*font-size: 1.2em;*/
    padding-left:5px;
}

div#col3_content p,
div#col3_content ul{
    padding-top: 10px;
}

div.central ul{
    padding-top: 8px;
    padding-left: 10px;
}

/* section critique à modifier prudemment */
div.central,
div.horaires,
div.nouvelles{
    padding-top:2px;
    padding-bottom:2px;
}

.central p{
    margin-left:.5em;
}
.nouvelles div{
    margin-left:.8em;
}
.central p{
    margin-left:.5em;
}




/* section critique à modifier prudemment */
div.horaires {
    /*cursor:pointer;*/
    font-family:Arial, Helvetica, sans-serif;
    padding-top:2px;
    padding-bottom:2px;
}

.horaires p{
    margin-left:.5em;
}



/* section critique à modifier prudemment */
div.editorial {
    font-family:Arial, Helvetica, sans-serif;
    padding-top:2px;
    padding-bottom:2px;
    border-right: 4px solid #9E9E9F;
    border-bottom: 4px solid #9E9E9F;
}

.editorial p{
    margin-left:.5em;
}


/* 
* Liens de la colonne 1
*/

div.lateral {
    font-size:.9em;
    border: 1px solid #bbc;
    margin-top: 1em;
    /*padding: .5em 0 0 .5em;*/
    margin-bottom:2em;
}

div.lateral h1 {
    border:none;
    font-size:2em;
    /*line-height:2em;*/
    padding-bottom:.5em;
    text-align:center;
}

div.lateral li {
    list-style-type:none;
    margin-left:-.001em;
}


div.lateral h3 {
    font-size:1.2em;
    /*margin: -.5em 0 .5em -.4em;*/
    text-align:center
}

table.tabtable{
    margin-bottom:10px;

}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!
Corrections
!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;}
#topnav{
    position :relative;
    float:right

}

.centrage{
    text-align: center;
}

.l_UF thead th {
    color: silver;
}
.l_UF tfoot th {
    color: silver;
}

.annee {
    text-align: left;
    background-color: silver;
    color:black;
    font-weight: bold;
}

 .hlist ul li a.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /*background: #68696B url("../images/background_active.png") repeat-x center right;*/
    border-left:1px #444 solid;
    border-right:1px #888 solid;
    color:#F7D;
    /*background-color: blue;*/
    background-image: url("/css/images/background_active2.png");
    background-position: center right;
    background-repeat: repeat-x;
    background-color: #68696B;
}


