/* ************************************************************************* *
 *  revue.css pour Lodel 0.8 (Personalisation de la Revue)                   *
 * ************************************************************************* */


/*---------------------------------------------------------------------------*
 |        BODY                                                               |
 *---------------------------------------------------------------------------*/

a { color: #444; text-decoration: none; }
a:hover { color: #ff6633; text-decoration: underline; }

/*---------------------------------------------------------------------------*
 |        HEADER                                                             |
 *---------------------------------------------------------------------------*/ 

#header {	
	border-top: solid #ff6633 0.2em;
}

/*---------------------------------------------------------------------------*
 |        Fils d'arian                                                       |
 *---------------------------------------------------------------------------*/

/* petit trait sous le fils d'ariane */
#ariane hr {
	color:#ff6633;
}


/*---------------------------------------------------------------------------*
 |        Contener (Articles, Sommaires, Presentations)                      |
 *---------------------------------------------------------------------------*/

/* ---------------- Sommaires ---------------------- */

#main_content div.sommaire h2 {
	background: #ff6633;
} 


/* ---------------- Block de Navigation Articles ------------------------- */
#main_content #BlockNavigation hr {
	color: #ff6633;
	background-color: #ff6633;
}

/* Liste de selection Alhabetique */
#main_content div.index ul.index_alpha {
	background: #ff6633;
} 

/*---------------------------------------------------------------------------*
 |        Contener (Articles, Sommaires, Presentations)                      |
 *---------------------------------------------------------------------------*/

#main_content h1 {
	color: #fff;
	background: #ff6633;
} 

#main_content h1 a {
	color: #fff;
} 

/* ---------------- Texte intégral ---------------- */
												
#main_content div.TextIntegral a:hover {
	background: inherit;
	color: #ff6633;
	text-decoration: none;		
}

/* Separateur */ 
#main_content div.TextIntegral hr {
	visibility: visible;
	color: #ff6633;
	background-color: #ff6633;
}

/* titre dans les sommaires */
#main_content div.sommaire h2 {
	color: #fff;
	background: #ff6633;
} 

#main_content div.sommaire h3 {
	border-bottom-color: #ff6633;
}

#main_content div.sommaire h3 span {
	color: #000;
	border-bottom-color: #ff6633;
} 

/* Liste d'index Alphabetique*/
#main_content div.index ul.index_alpha {
	color: #fff;
	background: #ff6633;
} 


#main_content div.index ul.index_alpha a.index_alpha_unset,
#main_content div.index ul.index_alpha a.index_alpha_unset:hover {
	color: #b2c6be;
} 

/* Presentation d'un auteur */
#main_content div.index_presentation h2 {
	border-bottom-color: #ff6633;
}

#main_content div.index_presentation h2 span {
	color: #000;
	border-bottom-color: #ff6633;
}

#main_content div.index_presentation a {
	color: #000;
}

#main_content div.index_presentation a:hover {
	color: #ff6633;
}

/* Note de bas de page */
#main_content div.footnotebody a.footnotedefinition,
#main_content a.FootnoteSymbol {
	color: #ff6633;
}


/*---------------------------------------------------------------------------*
 |        FOOTER                                                             |
 *---------------------------------------------------------------------------*/

#footer p a {
	color: #666666;
}

#footer p a:hover {
	color: #ff6633;
}