@charset "utf-8";

p.mandatory
{
	color: red;
}

form[name=formcontact]
{
	
}

form[name=formcontact] input[type=text],
form[name=formcontact] textarea
{
	border: 1px solid #ddd;
	background: #fff;
	padding: 3px;
	width: 250px;
}

div.legende
{
	padding-top: 5px;
	position: absolute;
	font-size: 10px;
	font-style: italic;
	color: #333;
	text-align: center;
	line-height: 12px;
}

div.site-map ul
{
	margin: 0;
	list-style: none;
}

div.site-map ul li
{
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0;
}

div.site-map ul li a
{
	font-weight: bold;
	background: url(../img/arrow-01.png) no-repeat 0 center;
	padding-left: 15px;
}

div.site-map ul ul
{
	margin-left: 15px;
}

div.site-map ul ul li
{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

div.site-map ul ul li a
{
	font-weight: normal;
	font-size: .9em;
	padding-left: 10px;
	background: url(../img/puce-02.gif) no-repeat 0 center;
}