/* CSS Document */
#coordonnees {
position:absolute;
top:10px;
left:540px;
width:245px;
height:70px;
background:#FFF;
}

#coordonnees * {
margin:0;
padding:0;
}

#coordonnees  li {
list-style-image:none;
list-style-type:none;
}
#coordonnees  li.numero_vert {
background-image:url(images/numero-vert-245x35.jpg);
height:35px;
}

#coordonnees  li a.mail {
display:block;
background-image:url(images/mail-245x35.jpg);
height:35px;
width:245px;
}

#coordonnees  li a.mail:hover {
background-image:url(images/mail-245x35-hover.jpg);
}

#coordonnees  span {
display:none;
}

/* Ajout cybercité */
.h3_news a {
font-size:12px;
font-weight:bold;
color:#FF9616;
}

.p_news {
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dashed 1px #CCCCCC;
}

.lire_suite {
	display:block;
	text-align:right;
}
