***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
/* Il est important de laisser une largeur, au cas où le Javascript soit désactivé.
margin aussi */
	font-family:MS Sans Serif, arial, sans-serif, Verdana;
	background-color:#ABCDEF;
	font-size:12px;
	font-weight:bold;
	border:1px solid #EFB;
	color:white;
	width:160px;
	padding:1px;
	margin:1em;
}
.menu {
	text-align:center;
	background:#ABCDEF;
	border-color:#004455;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#000066,endColorStr=#ABCDEF);
}
.ssmenu {
	background:#ABCDEF;
	border-color:#004455;
/* aller pour faire joli sur IE, un petit effet de dégradé !
	Pour voir d'autres effets :
	http://msdn.microsoft.com/workshop/samples/author/dhtml/DXTidemo/DXTidemo.htm
	
	Par exemple :
	transparence à 25% = opacité à 75%:
		FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=75);
	"Glow" :
		FILTER: progid:DXImageTransform.Microsoft.Glow(color=#ffdead,strength=5);
	Ombre en bas à droite, 5 px :
		FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#ff8c00,strength=5);
	*/
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#000066,endColorStr=#ABCDEF);
}

.menu span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* 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.
	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 */
	font-family:MS Sans Serif, arial, sans-serif, Verdana;
	text-decoration:none;
	color:#FEB;
	padding:2px 1px;
/* Ne pas A?Kmodifier 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%;
	voice-family: "\"}\"";
	voice-family:inherit;
}
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 enlève le soulignement.
	*/
	background-color:#575086;
	color:#660099;
	text-decoration:none;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#66CCFF,endColorStr=#DDDFFF);
}

.MENU2 
{font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#6666FF;
text-decoration:underline}

.titre {
	font-family:MS Sans Serif, Verdana;
	font-size:12px;
	font-weight:bold;
	border:1px solid;
	text-align:center;
	color:white;
	border-color:#004455;
	background:#ABCDEF;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#000066,endColorStr=#ABCDEF);
}

A:hover 
{
color:#660099;
font-weight:bold
}

.JAUNE 
{
font-family:Verdana;
font-size:12px;
font-weight:bold;
text-align:justify;
padding-right:5px;
padding-left:10px;
color:#FFFFCC;
vertical-align:baseline;
}

.TEXTEFIN 
{
font-family:Verdana;
font-size:12px;
text-align:justify;
padding-right:5px;
padding-left:5px;
color:#000066;
background-color:white;
}


.TEXTE
{
font-family:Verdana;
font-size:12px;
font-weight:bold;
text-align:justify;
padding-right:5px;
padding-left:5px;
color:#000066;
}

.TEXTE2
{
font-family:Verdana;
font-size:12px;
font-weight:bold;
padding-right:5px;
padding-left:5px;
color:#000066;
}

.IMPRIMFIN
{
font-family:Verdana;
font-size:12px;
color:black;
background-color:white;
}

.IMPRIM
{
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:black;
}

.COMITE
{
font-family:Verdana;
font-size:12px;
text-align:center;
color:#000066
}

#vert 
{color:#006633;
font-weight:bold
}

#fondbleu
{
background-color:#000066;
}

#fondb 
{
background-color:#FFFFFF;
color:violet;
}

#fondjaune
{
background-color:#FFFFCC;
}

#fondblanc
{
background-color:#FFFFFF;
}

#rouge
{color:violet;
font-weight:bold
}

#jaune {color:#FFFFCC}

#grassouligne 
{
font-weight:bold;
text-decoration:underline;
color:#000066
}

#B
{
color:white
}

#bleu
{color:#000066}

#gauche
{text-align:left}


#M5 
{
margin-left:5px;
margin-right:5px
}

#M10
{
margin-left:10px;
margin-right:10px
}

#grand {font-size:14px}
#petit {font-size:10px}

.BAUHAUS 
{
font-family:Bauhaus 93;
font-size:28px;
font-weight:bold;
text-align:center;
color:#000066
}
