
/***** 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: url("images/fond_coucher1.jpg") ; /* fond des boutons menu */
	color:white;
	font-size:14px;
	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é !
	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=#fab432,endColorStr=#a85522);
	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: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:#2b8581;
	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;
	text-align:center;
}

.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:98%;
	display:block;
}

#fondmenu {

    position:absolute;
	width:98%; /* on met la largeur de la page, 100% */
	top:0;
	height:6%;
    /* et maintenant on triche pour internet explorer 
    position: expression("absolute");
    top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);*/
	
}

#fondmenu h1 /* Tous les titres h1 du corps */
{
   color: #121e57;
   text-align: center;
   font-family:  "Arial Black", Arial,"Times New Roman", Times, serif;
   font-size: 3em;
   font-style: oblique;
   text-decoration: underline;
}

#fondmenu h2 /* Tous les titres h2 du corps */
{
   font-size: 2em;
   text-align: center;
   color: #049226;
   text-align: center;
   font-family: Arial, "Times New Roman", Times, serif;
}

#conteneurmenu
{
	position: absolute;
	top:30%;
	height:10%;
	width:98%;
}

/* Le corps de la page */
#corps
{  
	/*filter:alpha(opacity=60);  
	-moz-opacity:0.60;
	opacity: 0.60;*/
	position: absolute;
	top:50%;
	width:99%;

 /*background-image:url("images/fond_coucher1.jpg");
   background-position:center top;
   z-index:0; /* ...ça non plus */
   margin-top:0px;
   margin-bottom: 0px; /* éviter que le corps ne colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #B3B3B3;
}

#contenu
{
	
	background: url("images/fond_transparent.gif") top left repeat;
	text-align: justify;
	font-family: arial, Verdana, serif;
	font-size: 20px;
	font-weight: bolder;
	font-style: normal;
	
	color: black;
}

#contenu p
{
	
	text-align: justify;
	text-indent: 20px;
	font-family: arial, Verdana, serif;
	font-size: 20px;
	font-weight: bolder;
	font-style: normal;
	
	color: black;
}

#contenu p1
{
	
	text-align: justify;
	font-family: arial, Verdana, serif;
	font-size: 20px;
	font-weight: bolder;
	font-style: normal;
	
	color: yellow;
	
}

#contenu h1
{
	
	text-align: center;
	vertical-align: top;
	font-family: "Arial Black", Arial,"Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bolder;
	font-style: italic;
	
	color: #121e57;
	/*background: url("images/fond_transparent.gif") top left repeat;*/
}

#contenu h2
{
	
	text-align: center;
	vertical-align: top;
	font-family: Arial,"Times New Roman", Times, serif;
	font-family: 25px;
	font-weight: bolder;
	font-style: italic;
	
	color: #049226;
}

#contenu h3
{
	text-align: center;
	vertical-align: top;
	font-family: Arial,"Times New Roman", Times, serif;
	font-family: 10px;
	font-weight: bolder;
	font-style: itlaic;
	
	color: #3035b9;
}

#contenu h4
{
	border-style: double;
	margin: 5px;
	padding: 5px;
	text-align: justify;
	vertical-align: top;
	font-family: Arial,"Times New Roman", Times, serif;
	font-family: 10px;
	font-weight: bolder;
	font-style: itlaic;
	
	color: #039225;
}

#contenu a
{
	
	text-align: justify;
	font-family: arial, Verdana, serif;
	font-size: 25px;
	font-weight: bolder;
	font-style: italic;
	
	color: #ff9629:
}

#contenu z1
{
	text-align: justify;
	font-family: Arial,"Times New Roman", Times, serif;
	font-family: 100px;
	font-weight: bolder;
	text-decoration: underline;
	
	
	color: #049226;
}

#contenu z2
{

	text-align: justify;
	font-family: Arial,"Times New Roman", Times, serif;
	font-family: 15px;
	
	color: black;
}

#contenu z3
{
	text-align: justify;
	font-family: Arial,"Times New Roman", Times, serif;
	font-family: 10px;
	
	color: black;
}
/* Le pieds de page */
#pieds
{
	text-align: center;
	color: #FFCC66;
	background-color: #626262;
	border: 2px solid black;
}

#contacts
{  
	position: absolute;
	top:35%;
	width:100%;

 /*background-image:url("images/fond_coucher1.jpg");
   background-position:center top;
   z-index:0; /* ...ça non plus */
   margin-top:0px;
   margin-bottom: 5px; /* éviter que le corps ne colle trop au pied de page en-dessous */
   padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: black;
}

#contacts p, p1
{
	text-align: center;
}

#contacts a
{
	text-align: center;
	text-decoration: none;
	color: #241d92;
}	

#contacts a:hover {
	text-align: center;
	color:#341d92;
}

/* 
	filter:alpha(opacity=60);  
	-moz-opacity:0.60;
	opacity: 0.60;
*/
