<!--
body {
margin: 0;
padding: 0;
<body bgcolor="#de0894">
/*background: white; */
font: 80% verdana, arial, sans-serif;
/* image de fond */
/* attribut*/
background-image: url(images/feuille.gif);
background-attachment: fixed;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 100;
left: 30;
z-index:100;
width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #66FF00;
border: 1px solid green;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid green;
}
#menu li {
text-align: center;
background: LightYellow;
}
#menu li a, #menu dt a {
color: #FF0000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: Yellow;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid green;
}
a:link {color : blue;text-decoration: none;}  /*état par défaut*/
a:visited {color : DeepPink ;text-decoration: none;} /*lien déja visiste*/
a:hover {color :green ; text-decoration: underline; } /*lien survolé*/
a:active {color : orange ;text-decoration: none;} /*lien selectionne*/
H1, H2, H3, H4, H5, H6,
{
font-weight : bold;
color: #FF6600;
  font-family : Tahoma;
}
.MsoTitle
	{text-align:center;
	font-size:24.0pt;
	font-family:Arial;
	color:windowtext;
	font-weight:bold;}
.MsoBodyTextIndent
	{text-indent:53.85pt;
	line-height:150%;
	font-size:12.0pt;
	font-family:"Times New Roman";
	color:windowtext;}
.MsoBlockText
	{text-align:center;
	line-height:200%;
	font-size:16.0pt;
	font-family:Arial;
	color:windowtext;
	font-weight:bold;}
.Section1
	{page:Section1;}
.Section2
	{page:Section1;}
/* regler la position du menu dans la fenetre dans menucool.html */


/* NEUTRALISE
TD,P,B,DIV {
	font-family:Verdana,Arial; 
	font-size:12px
}                              */

.clCMEvent {
	position:absolute; 
	z-index:300; width:100%;
	height:100%; 
	clip:rect(0,100%,100%,0); 
	left:0; top:0; 
	visibility:hidden;
}

.clCMAbs {
	position:absolute; 
	width:10; height:10; left:0; top:0;
	visibility:hidden;
}

/* une Case */
.clT,.clTover {
	position:absolute;
	overflow:hidden;
	width:150;
	height:10;
	cursor:pointer;
	cursor:hand;
	padding:0px;
	font-size:12px;
	background-color: #FF33FF;

}
.clT 	 { color:#FF33FF; }


.clTover { 
	color:#ffffff; 
	layer-background-color:#444444; 
	background-color:#66FF00;
}

/* Texte */
.clT2,.clTover2 {
	position:absolute;
	overflow:hidden;
	width:130;
	height:10;
	cursor:pointer;
	cursor:hand;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	layer-background-color:#111111;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF33FF;
	border: #FF33FF;
}
/* couleur texte de menu sans survol souris */
.clT2 {
	color:#FF33FF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Texte au survol souris et après survol des rubriques etss-rubriques racines */
.clTover2 {
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #00CC00;
	font-family: Arial, Helvetica, sans-serif;
}

.clB,.clBar {
	layer-background-color:#444444; 
	background-color:#444444;
	position:absolute; 
	visibility:hidden; 
}
.clB { z-index:500; }
.clBar { width:14; height:10; }
-->


