/* CSS Document */
.link1 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CB2507;
	text-decoration: none;
}

.link1:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF3300;
}
.linka {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}

.linka:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009933;
}
.link2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#008200;
	text-decoration: none;
}
.link21 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000000;
	text-decoration: none;
	}
	
.link2:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF3300;
	text-decoration: none;
}

.link3 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #218400;
	text-decoration: none;
}
.link3:hover {
	font-family: Arial, Verdana, Helvetica ;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FF3300 ;
	text-decoration: underline;
}
.linkG {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003300;
	text-decoration: none;
}
.linkG:hover {
	font-family: Arial, Verdana, Helvetica ;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#FF3300 ;
	text-decoration: none;
}
/** Menu du site**/
UL, li{
	margin-top:0;
}

UL#menuh 
{
	height:auto;
	margin: 0 ;
	padding-left: 0;
	padding-right:0;
	width:auto;
	list-style-type: none ;
}

UL#menuh li.lien
{
	float: left ;
	text-align: center ;
	background-color:#E2FEE3;
	height:auto;
	width:auto;
	text-align:center;
	padding:5px;
	margin:5px;
	
}
UL#menuh li.lien1
{
	float: left ;
	text-align: center ;
	background-color:#E2FEE3;
	height:auto;
	width:auto;
	text-align:center;
	padding:5px;
	margin:5px;
}
/** menu vertical**/
UL.menuV
{
	width:auto;
	margin-left: 8px ;
	padding: 0;
	margin-right: 5px ;
	list-style-type: none ;
	margin-top:10px;
}


UL.menuV li
{	width:170px;
	padding: 5px;
	text-align: left ;
	border-bottom:1px dotted #048B15;
	}