/* feuille de style CSS  */

A:link {color: #10427D;text-decoration:none;}
A:visited {color: #10427D;text-decoration:none;}
A:hover {color: #10427D;text-decoration:blink;}

body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #981b1e;
	background-image: #ffffff;
	background-repeat: repeat;
	font-size: 12px;
}

/* def pararagraphe titres puces*/
p{font-size:14px;font-family: Arial, Helvetica, sans-serif}
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;margin: 0px;padding: 0px;}
h1{ font-size: 20px; font-weight: bold; }
h2{ font-size: 15px;font-weight: normal}
h3{ font-size:15px; font-weight: normal}
h4{ font-size: 13px; font-weight: normal;}
h5{ font-size: 10px ;  }
h6{ font-size: 10px; color: #41026a; } 
ul{ list-style-type: square;}
ul ul{ list-style-type: disc;}
ul ul ul{ list-style-type: none;}
td  {color: #000066; font-variant: normal; font-size: 14px; font-family: Arial, Helvetica, sans-serif}
b { font-weight: bold }
.titre {color: #660000; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold}
.Style1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.Style2 {color: #41026a}
.Style5 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Style6 {font-size: 18px}
/***** 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 */
	background-color:#10427D;
	font-size:12px;
	font-weight:bold;
	border:1px solid #F26522;
	color:fff;
	width:124px;
	padding:1px;
	margin:1em;
}
.menu {
	text-align:center;
	background:#FFFF00;
	border-color:#F26522;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#47A8B4,endColorStr=#10427D);
}
.ssmenu {
	background:#10427D;
	border-color:#F26522;
/* 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=#47A8B4,endColorStr=#10427D);
}

.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. */
	font-family:MS Sans Serif, sans-serif, Verdana, Arial;
	text-decoration:none;
	color:#ffffff;
	padding:2px 1px;
/* 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%;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body .menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
	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:#10427D;
	color:#fff;
	text-decoration:none;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#95BCE9,endColorStr=#165AAB);
}

/*
Bref... pour résumer, ce qu'il y a à modifier à la base, c'est :
- couleurs, police, bordure et largeur des menu et ssmenu.
- l'effet spécial IE pour les ssmenu
- police et couleurs des liens "non survolés" et "survolés".
*/
/*fin menu css*/
/*#conteneurmenu{margin: center;padding:50px 0px;border-bottom: 1px solid #d7dbef ;width: 768px ;}*/
#menugauche{margin: 20px 79% 0 0;padding: 0px;background-color: #FFFCCC;border-top: 1px solid #FF9900; border-right: 1px solid #FF9900;border-bottom: 1px solid #FF9900;font-size: 13px;font-weight: bold}
#divdroit{margin:0;padding: 10px 0px ;width: 768px; margin: 10;height:15px;}

