*
{
	font-family: Verdana;
}

a
{
	color: #1C69AF;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #C79735;
	text-decoration: none;
}

a.url_neuf
{
	font-weight: bold;
	color: #000000;
}

a.url_neuf:hover
{
	font-weight: bold;
	color: #C79735;
}

a.url_infos
{
	color: #BF331A;
	font-weight: bold;
}

a.url_infos:hover
{
	color: #BF331A;
	font-weight: bold;
}

a.picto
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.picto:hover
{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

a.lien_menu
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

a.lien_menu:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}

/* debut script menu */
dl.menu, dl.menu dt, dl.menu dd, dl.menu dd ul
{
	margin: 0px;
	padding: 0px;
	width: 275px;
}

dl.menu dd ul li
{
	padding: 5px;
	padding-left: 1px;
}

dl.menu
{
	/* float: left; */
	cursor: pointer;
}

dl.menu dt
{
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

dl.menu dd ul
{
	margin: 0px auto;
	list-style-type: none;
	background-color: #DDDDDD;
	font-size: 11px;
}

dl.menu dd ul li:hover
{
	background-color: #EEEEEE;
}

dl.menu dd ul li a
{
	text-decoration: none;
	color: #000000;
}

dl.menu dd ul li a:hover
{
	color: #1C69AF;
	text-decoration: none;
}
/* fin script menu */