/***** menu CSS *****/
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
/*@media print {.menu, .ssmenu {visibility:hidden;}}*/

.menu, .ssmenu {
	background-color:#AA8922;
	color:white;
	font-size:12px;
	font-weight:bold;
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;
	border:1px solid #EFB;
	padding:1px;
/* 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;
}
/* .ssmenu = Les parties "déroulantes" qui s'affiche au survol d'un .menu */
.ssmenu {
/* 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=#AA8922,endColorStr=#543210);
	white-space : no-break;
}

.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. */
	color:white;
	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 enlève le soulignement.
	*/
	background-color:#EFB;
	color:black;
	text-decoration:none;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:ffffcc;
}

td {
	font-family: Arial, Helvetica, sans-serif;

}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.noprint {
}
.tableau {
	border: 1px solid #CCCCCC;
	margin: 0px;
	width: auto;
	text-align: justify;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;


}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	text-align: justify;

}
.boite-image {
	background-color: #FFFF99;
	border: 1px dotted #CC0000;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.boite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	width: 100%;
	border-top: 1px none #666666;
	border-right: 1px dashed #666666;
	border-bottom: 1px none #666666;
	border-left: 1px dashed #666666;
	margin: 0px;
	padding: 5px;
}
.boitepetite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	width: auto;
	margin: 0px;
	padding: 5px;
	border: 1px outset #666666;

}
#piedpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	border: none;
	background-color: #FFCC33;
	float: none;
	width: 760px;

}
#entete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ff0033;
	width: 700px;
	height: 22px;
	margin-top: 7px;
	float: left;
	}
#entete2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 750px;
	height: 15px;
	margin-top: 0px;
	float: left;
	}
#entete3 {
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 750px;
	height: 15px;
	margin-top: 0px;
	float: left;
	}
#hitparade {
	display:none;
	float: left;
	}
#header {
width: 760px;
height: 150px;
background-image: url(../images/bandeau.jpg);
}
.textpetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}
.gdtitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	text-align: center;

}
.titreboite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	font-variant: normal;
}
.noaffiche {display: none;}

