/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #646464;
}
a:hover {
	text-decoration: none;
	color: #ff6908;
}
a:active {
	text-decoration: none;
	color: #646464;
}

/* STYLES */

.page_html{
	padding-top: 19px;
}

.page_contact{
	background-image: url(img/page_contact.gif);
	background-repeat: no-repeat;
	padding-top: 95px;
}
.small_news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a1a1a1;
	background-image: url(img/back_small__news.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 7px;
	padding-left: 7px;
}
.signature{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a1a1a1;
	background-image: url(img/pictos/ligne.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}

.carto{
	background-image: url(img/carto.gif);
	background-repeat: no-repeat;
}
.titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff6908;
}
.popup {
	cursor: pointer; cursor: hand;
}