@charset "utf-8";
/* CSS Document */

/*****************************
 Modifs Fabrice : bandeau et couleurs 
 *****************************/

/* bandeaux-images statiques */
body.avec-bandeau-statique #bandeau a {
	background: url(img/banniere.jpg) no-repeat top left;
}

#top, #top h1 {
    background: url(img/motiftop.jpg);
}

#nom-labo {
    height: 100px;
}

#nom-labo h1 a {
    padding: 1% 0 0 1.5%;
}

#menu, #texte h2.actus a.toutes-actus {
    background-color: #e95d0f !important;
}

#menu ul.level1 {
    background: #e95d0f;
}

#menu ul.level1 {
    min-height: 30px;
    padding-bottom: 0;
}

#menu ul.level1 ul {
    background-color: #e95d0f;
}

#pageune #texte #texte_gauche div.actus h2.toutes-actus, #pageune #texte #texte_gauche div.actus h2.toutes-actus a {
    background-color: #504139;
}

#pageune #texte div.actus h2.toutes-actus {
    border: 1px solid #504139;
}

#pied-de-page, #pageune #texte #texte_gauche h2, #pageune #texte #texte_gauche h2 a, #pageune #texte #texte_droite h2, #seminaire h2, div.nivo-caption {
    background-color: #E95D0F;
}

#pageune #texte h2 {
    border-bottom: 2px solid #E95D0F;
}

#texte div.alaune, #texte div.actus {
	border-top: 2px solid #E95D0F;
}

#texte div.alaune {
    background-color: #f7f5f0;
    margin-bottom: 2%;
    padding-bottom: 1%;
}

#texte div.resume {
    border-top: 1px solid #f9c59e;
}

#colgauche .partenaire, #colgauche div#recherche, #annuaire, #intranet, #deconnexion {
    background-color: #FFFFFF;
    border-bottom: 1px solid #504139;
    border-top: 5px solid #504139;
}

#colgauche #partenaires a {
    background-color: #FFFFFF;
    border: 0;
    margin: 3px;
}

#pageune, #pageseconde {
    background: none repeat scroll 0 0 #FFFFFF;
}

a {
    color: #504139;
}

a.spip_out {
    color: #E95D0F;
}

#texte div.resume p.suite a {
    color: #504139;
}

nav#nav-droite ul, nav.nav-art ul {
    background-color: #FFFFFF;
    border-top: 5px solid #E95D0F;
}

nav#nav-droite ul li, nav.nav-art ul li {
    border-top: 1px solid #F9C59E;
}

div#texte_droite nav.nav-rub li {
    border-top: 1px solid #EF8440;
}

div#texte_droite nav.nav-art h2, div#texte_droite nav.nav-rub h2 {
    color: #EF8440 !important;
    background-color: #fff;
}

ul#nav-rub-soeurs-haut-list.nav-rub-list.nav-list,
ul#nav-rub-filles-bas-list.nav-rub-list.nav-list
{	background-color: #fff;
}


p#chemin {
    color: #ef8440;
}

p#chemin a {
    color: #ef8440;
}

#colgauche {
    color: #504139;
}

#annuaire a, #intranet a {
    color: #504139;
}

/*****************************
 Modifs SIV : Forme 
 *****************************/

#texte div.resume div.content
{	margin-top: 1%;
	padding-left :1%;
/* Depuis charte.css, Modif SIV, pour prendre toute la colonne
	padding-right:140px;*/
	padding-right: 1%;
}

/* Ajout SIV, pour un filet avant les flux du sommaire */
div.a-noter div.content .titre_flux
{	padding-top: 6px;
	border-top: 2px solid #E95D0F;
}

/* Modif SIV : met les logos d'articles à gauche */
span.vignette img
{	float:left;
	margin-right:5px;
}

/* Modif SIV : baisse le logo en haut de page*/
#nom-labo
{	padding-top: 20px;
}

/* Modif SIV : reduit la taille de la police dans l'annuaire*/
table.demicol td a
{	font-size:90%;
	line-height:130%;
	vertical-align:20%;
}

/* Ajout SIV : colonne de droite de la page des newsletters */
.abonnement h3
{ border-top: 5px solid #E95D0F;
	padding-top: 5px;
}
.content .form_abonemment
{ border-top: 1px solid #E95D0F;
	margin-top: 10px;
	padding-top: 5px;
}

/* Ajout SIV : clear */

.clear
{	clear: both;
}