#left
{
	text-align: left;
	width: 188px;
	float: left;
}

#right
{
	margin-right: 10px;
}

#center
{
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
	float: right;
	background-color: #f5f5f5;
	border-bottom: 1px solid #666;
	text-align: left;
	width: 377px;
}

html>body div#center
{
	width: 372px;
}

#center div#sitemap
{
	font-weight: bold;
	padding: 10px;
}


#center a
{
	text-decoration:none;
	font-weight: bold;
}

#center a:hover
{
	text-decoration:underline;
}

#center ul
{
	margin-left: 30px;
}

#center ul.level_1
{
	font-size: 100%;
	list-style-type: none;
	margin-left: 0;
}

#center ul.level_1 li
{
	margin-bottom: 10px;
}

#center ul.level_1 a
{
	color:#09c;
	background: transparent url(../gfx/puces/puce1.gif) top left no-repeat;
	padding: 5px 0 5px 25px;
}

#center ul.level_1 a:hover
{
	background: transparent url(../gfx/puces/puce2.gif) top left no-repeat;
}

#center ul.level_2
{
	list-style-type: none;
	list-style-image: url(../gfx/projet_accueil/arrow_r_small.gif);
	margin-left: 40px;
}

#center ul.level_2 li, #center ul.level_3 li
{
	margin: 0;
}

#center ul.level_2 a, #center ul.level_2 a:hover
{
	padding-left: 0;
	background-image: none;
}


#center ul.level_3
{
	list-style-type: none;
	list-style-image: url(../gfx/list_arrow.gif);
	margin-left: 20px;
}


#center ul.level_3 a, #center ul.level_2 a:hover
{
	padding-left: 0;
	background-image: none;
}
