body{
	margin:0;
	padding:0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

	color:#454544;	
}


/* Listes */
ul{margin: 0; padding: 0;}
li{}
ul ul{padding: .4em 0 0 1.6em;}
ul li{
	background:url('imgs/flecheOrange.gif') no-repeat 3px 4px;
	padding-left:18px;
	font-size: 13px;
	line-height: 1.2em;
	list-style: none;
	margin:1px 0;
	text-align:justify;
}

ul ul li{background: url('imgs/flecheOrange.gif') 0 .3em no-repeat; font-size: .9em; line-height: 1.3em;}
ul ul ul li{background: url('imgs/flecheOrange.gif') 0 .15em no-repeat; font-size: .8em; line-height: 1.2em;}
ul ul ul ul li{font-size: 1em; line-height: 1.1em;}

/* En-têtes */
h1,h2,h3,h4,h5,h6{font-family:"trebuchet MS", Verdana Arial, Helvetica, sans-serif; margin: 0 0 .2em 0; text-transform: none; line-height:1.1em; letter-spacing:-1px;}
h1{ color:#000; font-size:1.4em; margin:0 0 .9em 0;}
h2{color: #cc0000; font-size: 1.2em; letter-spacing:0;margin:0 0 .2em 0;padding-left:24px;
background:url('imgs/picto_avocat.gif') no-repeat 9px 7px;}
h3{color: #666; font-size: 1.2em;}

/* Autres */

.Module{border-left: 1px solid #CCC; border-top: 1px solid #CCC; padding: 4px 10px 4px 4px;}
a {
	font:11px arial;
	color: blue;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: .1em;
	word-spacing: normal;
	}	
a:hover { 
	font:11px arial;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: .1em;
	word-spacing: normal;
	}


		
