@charset "iso-8859-15";

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

html {	
	scrollbar-track-color : #FFF0F5; 
	scrollbar-face-color : #F0F8FF; 
	scrollbar-arrow-color : blue; 
	scrollbar-shadow-color : blue; 
	scrollbar-3dlight-color : blue; 
	scrollbar-base-color : blue; 
	scrollbar-darkshadow-color : white; 
	scrollbar-highlight-color :	white;
}

body {
	font-size:0.8em;
	background: url(images/degrade.jpg);
}

#site {
	width:960px; height:733px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#banniere {
	position: absolute;
	top: 0px;
}

#contenu {
	position: absolute;
	top: 80px;
	width: 960px; height: 633px;
	background-color:transparent;
}

#conteneurmenu {
	position:absolute; /*placement du menu */
	top:0px; left:200px;
	z-index:100;
}

#txtgauche1 {
	position: absolute;
	top: 50px; height: 100px;
	width:200px;
	
}

#diapo {
	position:absolute;
	font-size: 0.7em;
	top: 175px; 
	width:200px;
	height:115px;
}

#txtgauche2 {
	position: absolute;
	top: 380px; height: 100px;
	width:200px;
	
}

#infos {
	position: absolute;
	font-size:0.8em;
	top: 530px;
	width:200px;
}	

#texte {
	background-color:transparent;
	position: absolute;
	top:24px;
	left: 200px;
	height: 653px;
	width:760px;
	padding:0; margin:0;
	font-size:0.9em;
}

#compteur {
	position: absolute;
	top : 500px;
	width : 200px;
	font-size:0.9em;
}


.menu, .ssmenu {
/* Il est important de laisser une largeur, au cas où le Javascript soit désactivé.
margin aussi */
	font-weight:bold;
	color:white;
	width:150px;
	padding:1px;
	margin:1em;
	
}
.menu {
	text-align:center;
	background:url(images/boutons/btn.png);
	font-size:0.8em;
}
.ssmenu {
	text-align:center;
	background:url(images/rideau.png);
	font-size:0.7em;
}

.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.
	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 */
	font-family:MS Sans Serif, arial, sans-serif, Verdana;
	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:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
}
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:#BEF;
	color:#034;
	text-decoration:none;
}

