body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image:url(images/new_fond1024x768.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;
}


A:link{color:#FFFF00;text-decoration:none;font-weight: bold;font-size:10px;}
A:visited{color:#FFFF00;text-decoration:none;font-weight:normal;font-size:10px;}
A:active{color:#FFFF00;text-decoration:none;font-weight:normal;font-size:10px;}
A:hover{color:#FFFF00;text-decoration:none;font-weight:normal;font-size:10px;border-bottom:1px dashed #FFFF00;}



#Top {
	position:absolute;
	left:0px;
	top:0px;
	width:1022px;
	height:230px;
	z-index:1;
}
#Menu {
	position:absolute;
	left:0px;
	top:231px;
	width:1022px;
	height:15px;
	z-index:2;
}
#Main {
	position:absolute;
	left:0px;
	top:250px;
	width:1022px;
	height:489px;
	z-index:3;
}
#Layer1 {
	position:absolute;
	left:0px;
	top:743px;
	width:1022px;
	height:23px;
	z-index:4;
}
.Style1 {color: #FF0000}


/* ça commence ici */
.title_main { color:#998500;font-size:11px;text-transform: uppercase; /* Marron-ocre */
              font-family:Arial,Verdana;
              font-weight: bold;
              padding-right: 1px;
			  padding-left: 1px;
              padding-top: 2px;
              padding-bottom: 2px; 
              }

.content_main { font-size:10px;
                font-family: Arial,Verdana;
                text-align: left;
                padding-left: 1px;
                padding-right: 1px;
                padding-top: 3px;
                padding-bottom: 3px;
				}








/***** 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:#FFFCE6; /* Blanc */
	color:#6D6D6C; /* Gris foncé */
	font-size:12px;
	font-weight:bold;
	font-family: Arial,Verdana;
	border:1px solid #998500; /* Marron-ocre */
	padding:0px;
	
/* 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;
	background: url("images/pro2ea.jpg") #998500; /* Marron-ocre */
	color:#998500; /* Marron-ocre */
}

.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;
	border-bottom: 1px solid #998500; /* Marron-ocre */
	border-right: 1px solid #998500; /* Marron-ocre */
	
}
.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color:#998500; /* Marron-ocre */
	padding:2px;
	text-decoration:none;
	font-family:Arial,Verdana;
	font-size: 10px; font-weight: bold;/**/
/* Ne pas modifier le block */
	display:block;
/*	Ne pas toucher ces 2 lignes */
	margin:0px;
	width:100%;
}
.ssmenu a, .ssmenu a:visited {
	padding-left:5px;
	
}
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: url("images/pro1ea.jpg");
	color:black;
	text-decoration:none;
	font-family: Arial,Verdana;
	margin:0px;
	width:100%;
}

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:8px;
}
.ssmenu img.hr {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	height:1px;
	display:block;
}






