/***** menu CSS *****/
@media print {/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opra.*/.menu, .ssmenu {visibility:hidden;}}
.menu, .ssmenu {background-color:#ffffcc; color:#336699; font-size:9px; font-family:"MS Sans Serif", "sans-serif", Verdana, Arial; border:1px solid #ffffcc; padding:1px;/* width et margin sont au cas o le javascript est dsactiv. */width:15em;margin:1em;}/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {text-align:center; font-weight: bold }/* .ssmenu = Les parties "droulantes" qui s'affiche au survol d'un .menu */
.menu span, .ssmenu span {/* Ne pas toucher	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthese vocales de prendre une pause dans l'locution */	display:none;}
.ssmenu ul, .ssmenu li {/* Ne pas trop toucher. Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */ padding:0;margin:0;list-style-type:none;}
.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {/* Les liens qui ne sont pas sous le curseur. */color:#663333;padding:2px 1px;text-decoration:none;/* Ne pas modifier le block */	display:block;/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */ /*height:100%;margin:0px;*/	margin:0px;	width:100%;}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {width:auto;}
.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {/* Les liens sous le curseur.	On change les couleurs du texte et de fond, et on enlve le soulignement.*/background-color:white;color:black;text-decoration:none;}
img {/* Si on met une image dans un lien (par exemple un logo  gauche du lien), pas de bordure car c'est vilain :-p */	border:none;}
.ssmenu img { /* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */margin-right:2px;}
.ssmenu img.hr {/* Encore un peu exprimental, un <hr /> entre deux items pour faire un "sparateur"... */margin-top:1px;	margin-bottom:1px;margin-left:0;margin-right:0;	width:100%;	display:block;}
.texte { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #663333; font-weight: normal}
.news_titre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #663333; font-weight: bold}
.titre_site { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #663333; font-weight: bold }
.titre_page { font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; color: #663333}
.texte_titre0 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #663333; font-weight: bold}
.texte_titre1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #663333; font-weight: bold}
.texte_titre2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #663333;	font-style: italic; font-weight: bold;}
.texte_titre3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: #663333;	font-weight: bold;}
a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #663333}
.dernieres_pages { font-family: Verdana, Arial, Helvetica, sans-serif; color: #663333; font-size: 9px }
.droite_texte {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #663333; list-style-type: square; list-style-position: outside}
.bas_de_page_texte {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; font-weight: bold}
.droite_titre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #663333 ; font-weight: bold; font-variant: normal}
.retour_ht_pge {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #663333}
.droite_lien { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #663333; list-style-type: disc; list-style-position: outside }
.menu_lien { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; list-style-type: disc; list-style-position: outside }
.droite_titre_coup_gueule {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #663333; font-weight: bold}
.photo_legende {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #663333; font-weight: lighter; background-position: center;}
.intro_livre_or {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal}
.reponses_livre_or {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #663333; font-weight: normal}
/*Bref... pour resumer, ce qu'il y a  modifier  la base, c'est :
- couleurs, police, bordure.
- l'effet spcial IE pour les ssmenu si on aime a...
- police et couleurs des liens "non survols" et "survols".*/

