/* Partie concernant le div menuGauche, qui comprends le menu de navigation de gauche */

/* style du div contenant la navigation de gauche */
#menuGauche {
	padding-left : 0px;
	vertical-align : top;
	background-color : #0072C6;/*#b5ceda;*/
	z-index : 1;
horizontal-align : right;
}

#menuGauche div { width :109px; }

#menuGauche #date {
	background-repeat : no-repeat;
	font-size : 9px;
	font-family : lucida, trebuchet, sans-serif;
	line-height : 17px;
	color : #666666;
	text-align : center;
	vertical-align : middle;
	background-image : url(../Images/000_dkp_dateLeft.gif);
}

/* Styles des titres de menu */
#menuGauche #fncc {
	background-color : #3399cc;
	background-image : url(../Images/000_nav1_100_02.gif);
	background-repeat : no-repeat;
	padding-top : 20px;
	margin-top : 2px;
}

#menuGauche #adhesion {
	background-image : url(../Images/000_navL_900_01_off.gif);
	background-repeat : no-repeat;
	height : 23px;
	width : 109px;
	line-height:23px;
}
#menuGauche a#adhesion:hover { background-image : url(../Images/000_navL_900_01_on.gif); }
#menuGauche a#adhesion.menuCourant { background-image : url(../Images/000_navL_900_01.gif); }

#menuGauche #contact {
 	background-image : url(../Images/000_navL_600_02_off.gif);
	background-repeat : no-repeat;
	height : 23px;
	width : 109px;
	line-height:23px;
	position : relative;
	top : -3px;
}
#menuGauche a#contact:hover { background-image : url(../Images/000_navL_600_02_on.gif); }
#menuGauche a#contact.menuCourant { background-image : url(../Images/000_navL_600_02.gif); }

#menuGauche #liens {
 	background-image : url(../Images/000_navL_700_03_off.gif);
	background-repeat : no-repeat;
	height : 23px;
	width : 109px;
	line-height:23px;
	position : relative;
	top : -6px;
}
#menuGauche a#liens:hover { background-image : url(../Images/000_navL_700_03_on.gif); }
#menuGauche a#liens.menuCourant { background-image : url(../Images/000_navL_700_03.gif); }

#menuGauche #recherche {
 	background-image : url(../Images/000_navL_1000_04_off.gif);
	background-repeat : no-repeat;
	position : relative;
	top : -9px;
}

#menuGauche #recherche.menuCourant { background-image : url(../Images/000_navL_1000_04.gif); }



/* Div servant à bien positionner la page en largeur... */
#menuGauche #gruge {
	width : 161px;
}

/* fin des styles de titre de menu */

/* Les liens sur les pages (les entrées de menu) */
#menuGauche a {
	display : block;
	background-repeat : no-repeat;
	font-family : lucida, trebuchet, sans-serif;
	font-weight : normal;
}
#menuGauche a.menu {
	color : #ffffff; /*rgb(0, 114, 198);*/
	font-size : 9px;
	line-height : 11px;
	text-align : left;
	padding : 0px 0px 5px 10px;
	width : auto;
	background-image : url(../Images/000_nav1_100_01.gif);
	background-position : 0px -2px;
}
#menuGauche a.menu:hover {
	background-image : url(../Images/000_nav0_XXX_on.gif);  /* url(../Images/000_nav0_XXX_on.gif); */
	color : #f0597a;
	background-color : #ffffff;
/*	background-position : 0px -2px;*/
}

#menuGauche a.menu#menuCourant {
	background-image : url(../Images/000_nav0_XXX_on.gif);  /* url(../Images/000_nav0_XXX_on.gif); */
	background-color : #ffffff;
/*	background-position : 0px -2px;*/
	color : #f0597a;
}

#formRecherche {
	background-image : url(../Images/000_navL_1000_dkp.gif);
	background-repeat : no-repeat;
	position : relative;
	top : 20px;
}

#menuGauche #texteRecherche {
	width :80px;
	height : 16px;
	border-width : 0px;
	margin : 2px 0px 2px 5px;
}

#menuGauche .logo {
	border : 0px;
	margin : 0px;
	padding : 0px;
	display : inline;
	vertical-align : top;
}


	#menuGauche2 {
	display : block;
	margin-right:4px;
	background-color :#0072C6;
	width : 109px;
	font-size : 12px;
	line-height : 16px;
	font-family : lucida, trebuchet, sans-serif;
	font-weight : bold;
	text-align:left;

	}


.G2Actu2 a {
	display : block;
	overflow:hidden;
	color : #0072C6;
	-moz-border-radius: 2px 2px 2px 2px;
	background-image : url(../Images/000_nav0_XXX_on.gif);
	background-repeat : no-repeat;
	font-family : lucida, trebuchet, sans-serif;
	font-size:10px;
	line-height : 15px;
	font-weight : normal;
	background-position : 0px 0px;
	margin-top : 4px;
	background-color :#fff;
	padding : 0px 2px 2px 15px;
	margin-left : 0px;
	
}
.G2Actu2 a:hover {
	background-image : url(../Images/000_nav0_100_off.gif);
	background-repeat : no-repeat;
	background-position : 0px 0px;
	background-color :#b5ceda;
	}

	
}

