/***** 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 {
	background-color:#3399ff;
	color:black;
	font-size:12px;
	border:1px solid #EFB;
	padding:1px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
/* width et margin sont au cas où le javascript est désactivé. */
	width:15em;
	margin:1em;
}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align:center;
}


.menu span, .ssmenu span {
/* Ne pas toucher
	C'est 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 {
/* 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. */
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;
	text-decoration:none;
	color:black;
	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:98%;
}
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:#3300cc;
	color:white;
	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 expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

P {
	font-family : verdana;
	font-size : 12px;
	color: #0066cc;
}

H4 {
	font-family : verdana;
	font-size : 12px;
	color: #0066cc;
}
H5 {
	font-family : verdana;
	font-size : 10px;
	color: #0066cc;
}
H6 {
	font-family : verdana;
	font-size : 18px;
	color: #0066cc;
}

H3 {
	font-size : 15px;
	font-family : Verdana;
	color: #cc0033;
}
H2 {
	font-size : 24px;
	font-family : Arial;
	color: #0066cc;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:#0066cc;
	background-color : #D1DFE8;
	scrollbar-base-color:#3399ff;
	scrollbar-track-color:#99ccff;
	scrollbar-arrow-color:#99ffff;
}
a:hover {text-decoration:underline;color:red;}



a {text-decoration:underline; color:#cc0033;}
A:ACTIVE {text-decoration:underline;color : #cc0033;
}


.CSSBaniere  { font-family: Tahoma; font-size: 18px; font-style: italic; background-image: 
               url('../Documents%20and%20Settings/nz18157/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/1FZFDLWU/imagesNew/Banner%20Titre.png'); 
               background-repeat: repeat-x; text-align: center; color: #000060; 
               vertical-align: middle; line-height: 30px; text-indent: 200px; 
               background-position: center }
.CSSBoiteSite {
	border: 1px double #666666;
}

.CSSTitreBoite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	background-image: none;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	line-height: 22px;
	vertical-align: middle;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 15px;
}
.CSSContenuboite {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #444444;
	text-transform: none;
	font-weight: normal;
	text-align: justify;
	line-height: 15px;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 4px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.CSSTitreBoiteMilieu {
	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color: #0066cc;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	text-transform: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #0066cc;
	text-indent: 10px;
	bottom: 5px;
	line-height: 25px;
	border-bottom-style: solid;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 8px;
}
.CSSContenuboiteMilieu { font-family: Arial, Helvetica, Verdana; font-size: 12px; color: #000000; 
               text-transform: none; font-weight: normal; text-align: justify; 
               line-height: 15px; background-color: #FFFFFF; text-decoration: 
               none; background-image: 
               url('../Documents%20and%20Settings/nz18157/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/1FZFDLWU/images/bgndUne.gif'); 
               background-repeat: repeat; margin: 5px; padding-left: 5px; 
               padding-right: 5px }
.CSSColGauche {
	font-size: 18px;
	color: #444444;
	background-image: none;
	text-align: left;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.CSSTitreBoiteGauche {
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
	color: #225577;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	text-transform: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-indent: 10px;
	bottom: 5px;
	line-height: 25px;
	margin-bottom: 8px;
	margin-top: 3px;
}

.CSSColDroite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444444;
	background-image: none;
	text-align: left;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #666666;
}


.listecourse, .listecourse a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 
               color: #225577; vertical-align: middle; text-align: left; 
               text-indent: 5px; list-style-image: 
               url('../Documents%20and%20Settings/nz18157/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/1FZFDLWU/images/flecherouge.png'); 
               line-height: 20px; text-decoration: none }
.listecourse A:hover {color: #FF6600;}

.Footer      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 
               font-weight: bold; background-image: 
               url('../Documents%20and%20Settings/nz18157/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/1FZFDLWU/images/Footer.png'); 
               color: #FFFFFF; line-height: 20px; text-decoration: none; 
               cursor: auto; vertical-align: top; padding-left: 10px; 
               padding-right: 10px }
.Footer A {
	text-decoration: underline;
	color: #FFFFFF;
}
.Footer A:hover {color: #FF9900; cursor: default;}

.textegrassansretrait,.textegrassansretrait A {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #225577;
	margin: 0px;
	text-transform: none;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	text-decoration: none;
}
.textegrassansretrait A:hover {color: #FF9900;}

.textegrassansretraitcentre {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #225577;
	margin: 0px;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
}
.anneessoulignee {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #990000;
}



.CSSHeaderCalendrier {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #225577;
	margin: 0px;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
}
.CSSContenuCalendrierpasse {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #CCCCCC;
	margin: 5px;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	line-height: 15px;
	background-color: #FFFFFF;
}
.CSSContenuCalendrier {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #444444;
	margin: 5px;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	line-height: 15px;
	background-color: #FFFFFF;
}
.newstitre {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #225577;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	text-transform: none;
	background-color: #FFFFFF;
	text-indent: 0px;
	bottom: 5px;
	line-height: 20px;
	border-bottom-style: none;
	margin-left: 3px;
	margin-right: 3px;
}
.newsGrosTitre {
	font-family: Georgia, Times, "Times New Roman";
	font-size: 21px;
	font-weight: normal;
	color: #225577;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	text-transform: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	text-indent: 10px;
	bottom: 5px;
	line-height: 25px;
	border-bottom-style: solid;
	margin-bottom: 8px;
}
.newscontenu {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #444444;
	margin: 0px;
	text-transform: none;
	font-weight: normal;
	text-align: justify;
	line-height: 15px;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.newsresume {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #990000;
	text-transform: none;
	font-weight: bold;
	text-align: justify;
	line-height: 15px;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.newsdate {font-size: 9px;font-family: 'Tahoma';font-style: normal;font-weight: normal; text-align: justify ; color: #225577; valign: center;}

.lignedubas {
font-size: 10px;
	border-bottom-style: dotted;
	border-bottom-color:#0066cc;
	border-bottom-width: 1px;
}
.lignedubas a {text-decoration: none;color: #FF6600;}


.lignedubasblanc {
font-size: 10px;
	background-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-color:#0066cc;
	border-bottom-width: 1px;
}






