* {
	margin:0px;padding:0px;	/*annuler toutes les marges, int et ext*/
}
a img, iframe { border: none; }
body {
	background-color:#EEEEEE;/*#9e9ea0*/
	color:#666666;/*#FFFFFF*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.05em;/*1px2px*/
	/* fichier pour internet explorer */
	behavior: url(http://www.netopera.org/js/csshover.htc);
}
a {
	text-decoration:none;	/*annuler le soulignement des liens*/
}
/*
a {
	display:block;
	font-size:.9em;
	font-weight:bold;
}
a:link, 
a:active, 
a:visited {
	background-color:rgb(221, 229, 255);/*#EEEEEE#666666*    /
	color:#FF6666;/*#9999FF#0000FF*    /
}
a:hover {
	background-color:#444444;/*#666666#FFCCCC#FF6666*    /
	color:#FFFFFF;
}
*/


/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/*
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
*/
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}

h1 {
	font-size:1.3em;
	margin-left:9px;
}
h2 {
	font-size:1.1em;	
	margin-left:9px;
}
h3 {
	font-size:1.0em;	
	margin-left:9px;
}
h4 {
	font-size:.9em;	
	margin-left:9px;
}
/*paragraphes*/
p {
	text-align:justify;
	margin-left:9px;
	font-weight:normal;
}
p.centre {
	text-align:center;
}
p.droite {
	text-align:right;
}
p.notice {
	font-size:.6em;
}
blockquote {	/* blocks centrés */
	text-align:center
}

/*mots ou phrases*/
small {	/*petit*/
	font-size:.6em;	
}
em {	/*mise en évidence*/
	font-weight:bold;	
}
.rouge {
	color:#FF0000;
} 



