@charset "utf-8";


body { background-color:#f1f7e9; }

/********* Textes *****/


a { color: #000000; text-decoration:underline; }
li a { text-decoration:none; }

/*************************************** Menu_Irfaq ********************************************/



#Menu_Irfaq ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#Menu_Irfaq li {
	float: left;
	background-image: url(../images/commun/menu_separateur.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#Menu_Irfaq li.premier ,
#Menu_Irfaq li.dernier {
	background-image: none;
}

#Menu_Irfaq a {
	text-decoration:none;
	padding-right: 9px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color:#333333;
}

#Menu_Irfaq li.premier a {
	padding-left: 15px;
}
#Menu_Irfaq li.drapeaux a {
	padding-left: 10px;
	padding-right: 2px;

}
#Menu_Irfaq li.dernier a {
	padding-left: 2px;
}

#Menu_Irfaq a:hover {
	background-image: url(../images/commun/menu_fond_over.png);
	background-repeat:no-repeat;
	background-position: 1px 0px;
	color:#000000;
}
	
#Menu_Irfaq li.premier a:hover {
	background-image: url(../images/commun/menu_fond_accueil.png);
	background-position: 0px 0px;
}
#Menu_Irfaq li.drapeaux a:hover {
	background-image: none;
}



#SousMenu_Divisions,
#SousMenu_Services {
	top: 30px;
	min-width:118px;
}

.SousMenu {
	position: absolute;
	background-color: #F7F7F7;
	border: 1px solid #B1B2B4;
	border-top:none;
	display:none;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.45);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.45);
	z-index:300;
}
#SousNavigation ul,
#SousNavigation li,
.SousMenu ul,
.SousMenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.SousMenu a {
	color:#333333;
	display: block;
	padding-left: 11px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}

.SousMenu a:hover {
	color: #5b8b00;
	background-color: #F0F7D5;
}

#SousNavigation li {
	display: block;
	width: 50%;
	float: left;
	padding-top:30px;
}

#SousNavigation a {
	background-image: url(../images/commun/puce_verte_gauche.png);
	background-repeat: no-repeat;
	padding: 15px;
	background-position: left center;
	font-weight: bold;
}
#SousNavigation #SN_Suivant {
	text-align: right;
}
#SousNavigation #SN_Suivant a {
	background-image: url(../images/commun/puce_verte_droite.png);
	background-position: right center;
}

/***********************************************************************************/

.Coin_Bas_Gauche {
	display: block;
	width:100%;
	background-image: url(../images/commun/coin_bas_gauche.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 14px;
	padding-bottom: 2px;
	height: 56px;
	color: #354811;
	font-size: 11px;
}
.Coin_Bas_Gauche a {
	color: #202C0A!important;
}

.Bloc_A_Jaune,
.Bloc_A_Vert {
	background-image: url(../images/commun/bloc_a_vert.png);
	background-repeat: no-repeat;
	height: 235px;
	width: 216px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.Bloc_A_Jaune {
	background-image: url(../images/commun/bloc_a_jaune.png);
}

.Liste_Puce_Verte {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.Liste_Puce_Verte li {
	background-image: url(../images/commun/puce_verte.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	margin-bottom: 7px;
}
.Espace2 li {
	padding-bottom: 10px;
}

#interlocuteur {
	background-repeat: no-repeat;
	width: 115px;
	padding-left: 127px;
	padding-right: 5px;
	height: 110px;
	display: block;
	padding-top: 45px;
}


.Bt_Section a img {
	-moz-opacity: 0.85;
	opacity: 0.85;
	filter:alpha(opacity=85);
}
.Bt_Section a:hover img {
	-moz-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);
}

.BlocLien100 {
	display: block;
	height: 100%;
	text-indent: -10000px;
}

