

a {
    text-decoration : none;
    color : #cc0000;
}

a:hover {
    text-decoration : underline;
}


h1 {
    display : block;
    width : 100%;
    clear : both;
    color : #cc0000;
    font-size : 1em;
    margin : .4em 0 1em 0;
    font-weight : bold;
}

ul {
    display : block;
    clear : both;
    width : 100%;
    overflow : hidden;
    list-style-type : none;
}


div {
    display : block;
    width : 100%;
    overflow : hidden;
}


a.rss {
    float : left;
    background : url(../images/icone_rss.gif) top left no-repeat;
    padding : 0 0 0 20px;
    color : #f99e3d;
    text-decoration : none;
    font-size : .85em;
}


/*
    Bloc de deuxième partie de page
    (voir essai de la semaine par exemple)
*/
.complement {
    float : left;
    clear : both;
    overflow : visible;
    width : 97%;
    background : #f4f3f3;
    padding : 14px 0 14px 14px;
    margin : 1em 0;
}



/* ------------------ Fil d'ariane -------------------- */


#fil-ariane {
    clear : both;
    background : url(../images/fil_ariane_points.gif) bottom left repeat-x;
    padding : .5em 0;
    margin : 0 0 1em 0;
}

#fil-ariane h1 {
    display : inline;
    color : #cc0000;
    font-weight : bold;
	font-size:0.98em;
	font-weight : bold;
}

#fil-ariane ul {
    background : url(../images/puce_6.gif) center left no-repeat;
    padding : 0 0 0 12px;
}

#fil-ariane li {
    display : inline;
    font-size : .9em;
    color : #333;
}

#fil-ariane li.courant {
    color : #cc0000;
    font-weight : bold;
}

#fil-ariane a {
    color : #333;
    text-decoration : none;
    font-weight : normal;
}

#fil-ariane a:hover {
    text-decoration : underline;
}

.copyright {
	display: none;
}

