@charset "utf-8";
/* CSS Document */

body {
	background-color: #3E3E40;
}

.texte-courant {
	font-family: Verdana;
	font-size: 10px;
	color: #3E3E40;
	text-align: left;
	vertical-align: top;
	text-indent: 0px;
	padding-top: 2px;
}
.image1 {
	background-image: url(../index/images/image1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.titre_news {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3E3E40;
	padding-top: 20px;
	text-decoration: underline;
}


.coordonnees {
	font-family: Verdana;
	font-size: 9px;
	color: #848587;
}
.date_news {
	font-family: Verdana;
	font-size: 10px;
	color: #848587;
	padding-top: 20px;
}

.fond {
	background-image: url(images_fond/fond_ombre.jpg);
	background-repeat: repeat-y;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #F5C21B;
}
a:active {
	text-decoration: none;
	color: #F5C21B;
}
#Phrase_importante {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #848587;
}

