body { margin-top: 5px; text-align: center; font-family: Verdana; font-size:12px; }
	 
.global { width:950px; height:790px; margin-left:auto; margin-right:auto; text-align: left; border-bottom:1px solid #b6065d; background-image:url(images/fond.gif); background-position:right bottom; background-repeat:repeat-y;}
.global2 { width:950px; height:795px; margin-left:auto; margin-right:auto; text-align: left; border-bottom:0px solid #b6065d;}
.menu { margin-top:0; padding-top:0; width:950px; height:20px; border-bottom:1px solid #b6065d; margin-left:auto; margin-right:auto; text-align: left; }
.text {margin:10px; text-align:justify;}
.rose {color:#b6065d;}
.gros {font-size:14px;color:#b6065d;}
.bleu {color:#000099;}
.jaune {color:#FF9900;}
h2 {text-align:right; padding-right:10px; color:#b6065d; font-weight:bold;  margin-top:20px; width:98%; border-bottom:1px solid #b6065d; }
hr {width:80%; text-align:center; color:#b6065d; margin-top:10px; margin-bottom:10px;}

.liste{
	margin-left:80px;
	padding:0px;
	list-style-image: url(images/puce.jpg);
	list-style-type: none;
}

.liste li{
	font-family:verdana; font-size:12px; font-weight:lighter; text-align:justify;
	margin-top:0.5em;
}
.liste a{
	color:#000000;
	text-decoration:none;
}
.liste a:hover{
	color:#b6065d;
}

div#frame 
  {
  height:500px;
  width:725px;
  margin-left:5px;
  padding-right:10px;
  text-align:justify;
  }
  
  div#frame2 
  {
  height:575px;
  width:725px;
  margin-left:5px;
  padding-right:10px;
  text-align:justify;
  }
.over4
  {
  overflow:auto;
  scrollbar-face-color: #FFF;
  scrollbar-shadow-color: #FFF;
  scrollbar-darkshadow-color: #FFF;
  scrollbar-3dlight-color: #b6065d;
  scrollbar-shadow-color: #b6065d;
  scrollbar-arrow-color: #b6065d;
  scrollbar-track-color: hidden;
  }

a {
color:#b6065d;
text-decoration:underline;
}

a:hover {
color:#b6065d;
text-decoration:none;
}

/* MENU BAS index */

#menu3 dl, #menu3 dt, #menu3 dd, #menu3 ul, #menu3 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu3 {
	position:absolute; /* placement du menu, à modifier selon vos besoins */
	width: 950px; /* correction pour Opera */
	z-index:200;
	font-family:Verdana;
	font-size:12px;
}
#menu3 dl {
	float: left;
	height:20px;
}
#menu3 dt, #menu3 dl dt a {
	cursor: pointer;
	text-align: center;
	line-height:25px;
	font-weight: bold;
	background: #FFF;
	color:#b6065d;
	border: 1px solid #b6065d;
	border-width:0px 1px 1px 1px;
	height:30px;
}
#menu3 dd {
	display:none;

}
#menu3 li {
	text-align: center;
	
}
#menu3 dl dd ul li a {
	color:#aa5d25;
}
#menu3 li a, #menu3 dl dt a {
	text-decoration: none;
	display: block;
	border: 0 none;
}
#menu3 li a:hover, #menu3 dt:hover, #menu3 dt a:hover {
	color:#FFFFFF;
	background: #b6065d;
}
