body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	background: url(bg_rayure_gris.gif);	
  }

h3 {
  font-size : 150%; 
  font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
  text-align: center;
  }

h4 {
  font-size : 120%; 
  font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
  text-align: center;
  border: 1px solid;
	background-color: rgb(248,200,100)
  }
h6 {
  font-size : 100%;
	background-color: rgb(248,222,183); 
  font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
  text-align: left;
	font-weight: normal;
  }
	
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
/* orange="#f87a17" */
a:hover {color: rgb(248,122,23); text-decoration: underline;}

/*ul {list-style: disc url(puce.gif) outside;}*/
ul {list-style: none;}

/* partie mise en forme des fichiers html affichés texte central general */
blockquote {
	text-align: justify;
	font: 12px Verdana, sans-serif;	
	line-height:150%;
  }

#general{
	text-align: justify;
	font-size: 100%;
	padding-left: 10px;
	padding-right: 10px;
	
}
#general ul{
	list-style-image: url(puce.gif);
	text-align: left;
	padding-left: 20px;
	}
#general li{
	margin-left:10px;
	text-align: left;
	padding-left: 4px;	
}

#general ol{
	list-style-type: upper-roman;
	list-style-image: url('none');		
}

.texte {
	font-size: 12px
}
.titre {
	font-weight: bold; 
	background-color: rgb(248,222,183); 
	font-size: 12px;
	padding-left: 4px;
}

/* menu haut */	
#hMenu {
  text-align: center;
	padding-top:3px;
  }
	
/* Pied de page */
#piedpage{
	text-align: left;
	font-size: 70%;
	color: #666666;
}
		
/* container marge auto */
#container {
	text-align: left;
	line-height: 125%;
/*	border: 1px dotted #545454; */
	width: 740px;
	margin: 0 auto;
	font: 14px Times, serif;
	}
	
/* actu */	
#actu {
	background: #E2E2E2;
	line-height: 170%;
	overflow: auto;
	overflow-y: hidden; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px
}

	
/* corrections : texte barré */
del {text-decoration:line-through !important;font-weight:normal;}

/* nota bene : fond orange car gras */
.notabene {background-color: rgb(248,200,100); font-weight: bold;}
