/**
 * module.css 25/06/2004
 * @package Xmodule
 *
 * Feuille de style du xmodule.contact
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 25/06/2004
*/

#plan-du-site{
	float:left;
	width: 500px;
}

#plan-du-site ul{
	margin: 0;
	padding: 0;

}
#plan-du-site li{
	list-style : url(images/puce_mini.png);
	margin-left: 40px;
	line-height: 14px;
}


#plan-du-site h1{
	font-size: 12px;
	margin:0;
	padding:0;
	color: #363636;
	height: 14px;
	margin-bottom: 2px;
}
#plan-du-site li.niveau_1{
	list-style: none;
}

#plan-du-site li.niveau_1 h1.niveau_1{
	color: #363636;
	font-size: 12px;
	font-weight: normal;
}
#plan-du-site h1.niveau_2{
	color: #363636;
	font-size: 12px;
	font-weight: normal;
}

/* -------------------
   Les liens
------------------- */
#plan-du-site a, 
#plan-du-site a:link,
#plan-du-site a:visited,
#plan-du-site a:active{
	text-decoration: none;
	color: #363636;
	line-height: 14px;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;

}
#plan-du-site a:hover{
	text-decoration: underline;
}


/* -------------------
   Les carres de couleurs
------------------- */

#plan-du-site h1#vie_locale,
#plan-du-site h1#economie,
#plan-du-site h1#tourisme,
#plan-du-site h1#vie_culturelle,
#plan-du-site h1#direct{
	border-bottom: 1px solid #cccccc;
	text-indent : 20px;
	height: 16px;
	vertical-align: top;
}
#plan-du-site h1#vie_locale {
	background: #ffffff url(../../images/vielocale/puce_titre.png)top left no-repeat;
}

#plan-du-site h1#economie {
	background: #ffffff url(../../images/economie/puce_titre.png)top left no-repeat;
}
#plan-du-site h1#tourisme{
	background: #ffffff url(../../images/tourisme/puce_titre.png)top left no-repeat;
}
#plan-du-site h1#vie_culturelle{
	background: #ffffff url(../../images/culture/puce_titre.png)top left no-repeat;
}
#plan-du-site h1#direct{
	background: #ffffff url(../../images/direct/puce_titre.png)top left no-repeat;
}

