BODY {
	font-family : Arial, Helvetica;
	font-size: 10px;
	background-image: url(images/fond-index.jpg);
	background-repeat: repeat-y;
	background-position:50% 0%
	margin: 0px;
}
A {
	text-decoration: none;
}
A:Hover	{ 
	text-decoration: none;
}

A.blanc:visited  { color: #e0ffff }

A.blanc {
	color: White;
}

A.blanc:Hover  { color: black }

A.blanc:active {
	color: Aqua;
	
}
A.actu-red  {
	color: #FF9900;
	text-decoration: none;
}
A.actu-red:Hover, A.actu-red:active {
	color: #FFFFFF;
	text-decoration: underline;

}
A.actu-red:visited {
	color: #FF8C00;
	}
A.actu-blue  {
	color: #0000CD;
	text-decoration: none;
}
A.actu-blue:Hover, A.actu-blue:active {
	color: #FF8C00;
	text-decoration: underline;	

}
A.actu-blue:visited {
	color: #FF8C00;
	}
A.lien01:Hover { color: black; text-decoration: underline }
A.lien01 { color: blue; text-decoration: none }

a.lien-orange:link   {
	color: #356279;
	font-size: 12px;
	text-decoration: underline;
}
a.lien-orange:visited  {
	color: #356279;
	font-size: 12px;
	text-decoration: underline;
}
a.lien-orange:hover  {
	color: #ff8c00;
	text-decoration: underline;
}
.bouton-nge   {
	color: #ff8c00;
	font-size: 10pt;
	font-family: arial;
	background-color: #356279;
	border-style: solid;
	border-width: thin;
	font-weight: bold;
	text-decoration: none;
	border-color: #356279;
	line-height: normal;
	height: 22px;
	width: 150px;
}
.input-texte {
	background : ActiveBorder;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #FFFFFF;
}
.input-texte-newsletter {
	background : ActiveBorder;
	color : #194C66;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #FFE7D7;
}
.alert {
	background: #eeeeee url(/images/css/exclamation.png) center no-repeat;
	background-position: 15px 50%;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #9F090A;
	border-bottom: 2px solid #9F090A;
}
.TITRE-ORANGE {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15pt;
	text-align: justify;
	margin: 5px;
	padding: 5px 10px 5px 25px;
	color: #FF6600;
}
A.foot-index  {
	color: #ffffff;
	text-decoration: none;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 10px;
}