@charset "utf-8";
/* auteur: Archives de Philosophie */
/* Date de création: 27/01/2009 */
#conteneur{position: relative; left: 50%; width: 970; margin-left: -485; background: #efefef}
#entete{position: absolute; top: 10; left: 0; height: 130;}
#principal{position: absolute;}
#global{position: absolute; top: 120; background: white; width: 970;}
#pied{position: absolute; background: white}
#colG,#tdm{position: absolute; width: 170; background: #efefef}
#navH{font-family: 'trebuchet ms',arial,helvetica; font-size:8.5pt; position: absolute; top: 25; left: 0; padding: 0; height: auto;  margin: 2; border: 2px solid white; color: white}
nav {width: 75px; color: white; background: #E80000; text-align: center; margin: 0; border: 0;}
a:link,a:visited,a:hover{text-decoration:none; color: navy}
a:hover{color: black}
#nav, #nav ul {padding: 0;	margin:0; list-style: none;  line-height: 200%; z-index: 80}
#nav a {display: block; background: red; width: 75; color: white; margin: 1}
#nav ul a {display: block; width: 75; color: navy; background: #f5f5f5; text-align: left; padding-left: 2; font-size: 9pt; line-height: 105%}
#nav li { float: left; width: 75; border-right: 2px solid white/* largeur obligatoire, pour opera */ }
#nav li ul { /* listes 2e niveau */ position: relative; background: #f5f5f5; width: 75; color: navy; left: -999em; /*  left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */}
#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */ 	left: auto; }
#content {clear: left; color: #ccc;}
