/***************************** CSS MODELE 1 ********************************/
/***************************** DECOUPAGE DE LA PAGE ********************************/
#aji_contener {
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url('./images/aji/cont_fond.gif') repeat-y;
}
#aji_contener_bas {
	position: relative;
	width: 990px;
	background: url('./images/aji/cont_fond_bas.gif') bottom no-repeat;
}
#aji_contener_haut {
	position: relative;
	width: 990px;
	background: url('./images/aji/cont_fond_haut.gif') no-repeat;
}
#aji_contener_fond {
	position: relative;
	width: 990px;
	background: url('./images/aji/fond_page.gif') no-repeat;
}
#aji_balise_h1 {
	position: absolute;
	top: 5px;
	left: 250px;
}
#aji_page {
	position: relative;
	width: 960px;
	float: left;
	padding: 0px 14px 0px 14px;
}
#aji_centre {
	position: relative;
	width: 450px;
	float: left;
	padding-top: 15px;
}
#aji_bas {
	position: relative;
left: 14px;	
width: 960px;
	text-align: right;
background: #ffffff;
}
#aji_gauche_fond {
	float: left;
	background: url('./images/aji/menu_fond.gif') left repeat-y;
}
#aji_gauche_bas {
	float: left;
	background: url('./images/aji/menu_bas.gif') bottom left no-repeat;
}
#aji_gauche_haut {
	float: left;
	width: 230px;
	background: url('./images/aji/menu_haut.gif') top left no-repeat;
	padding: 10px;
}
#aji_droite {
	float: right;
}
/***************************** PARTIE HAUTE ********************************/
#aji_bandeau {
	height: 130px;
	width: 990px;
	background: url('./images/aji/bandeau.jpg') 14px 0px no-repeat;
}
#aji_balise_h1 h1 {
	padding: 0px;
	margin: 0px;
	color: #697978;
	font-size: 11px;
	font-weight: normal;
}
#aji_actu {
	width: 210px;
	padding: 10px 0px 0px 3px;
}
#aji_imp {
	position: absolute;
	top: 1px;
	left: 770px;
	color: #1093d1;
}
#aji_imp img {
	position: relative;
	top: 4px;
	padding-right: 5px;
}
#aji_plan {
	position: absolute;
	top: 1px;
	left: 865px;
	color: #1093d1;
	width: 100px;
}
#aji_plan img {
	position: relative;
	top: 4px;
	padding-right: 5px;
}
#logo {
position: absolute;
top: 35px;
left: 30px;
height: 60px;
width: 180px;
}
/***************************** PARTIE GAUCHE ********************************/
#aji_menu {
	padding: 5px 5px 0px 5px;
}
#aji_menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.menu_niv1 {
	margin: 16px 0px 16px 0px;
	padding-left: 35px;
	background: url('./images/aji/puce_menulvl1.gif') 6px 0px no-repeat;
}
.menu_niv1 a {
	font-size: 14px;
	font-weight: bold;
	color: #f6b037;
}
.menu_niv1_on {
	background-image: url('./images/aji/puce_menulvl1on.gif');
	cursor: pointer;
}
.menu_niv1_on a {
	color: #af0006;
}
.menu_niv2 {
	margin: 7px 0px 7px 0px;
	padding-left: 48px;
	background: url('./images/aji/puce_menulvl2.gif') 21px 1px no-repeat;
}
.menu_niv2 a {
	font-size: 12px;
	font-weight: bold;
	color: #1093d1;
}
.menu_niv2_on {
	cursor: pointer;
}
.menu_niv2_on a {
	text-decoration: underline;
}
.menu_niv3 {
	margin: 3px 0px 3px 0px;
	padding-left: 48px;
	background: url('./images/aji/puce_menulvl3.gif') 28px 3px no-repeat;
}
.menu_niv3 a {
	font-size: 12px;
	font-weight: bold;
	color: #6bb923
}
.menu_niv3_on {
	cursor: pointer;
}
.menu_niv3_on a {
	text-decoration: underline;
}
#actu_titre {
	padding-left:;
	font-size: 16px;
	font-weight: bold;
	color: #1093d1;
	padding: 0px 0px 5px 37px;
	background: url('./images/aji/puce_titre.gif') 8px 0px no-repeat;
}
/***************************** PARTIE CENTRE ********************************/
/***************************** PARTIE DROITE********************************/
/***************************** PARTIE BAS ********************************/
#aji_copyright {
	padding: 30px 7px 3px 7px;
	font-size: 11px;
	color: #697978;
}
#aji_copyright a {
	color: #697978;
	font-weight: bold;
}
#aji_copyright img {
	margin-bottom: -3px;
}

#plan_du_site{ 
     padding-left: 25px; 
  } 
   
  #plan_du_site a{ 
     text-decoration: none; 
  } 
   
  #plan_du_site a:hover{ 
     text-decoration: underline; 
  } 
   
  #plan_du_site div{ 
     padding: 5px 0px 0px 0px; 
  } 
   
  #plan_du_site .plan_du_site_niveau1{ 
     padding-left: 25px; 
  } 
   
  #plan_du_site .plan_du_site_niveau2{ 
     padding-left: 50px; 
  } 
   
  #plan_du_site .plan_du_site_niveau3{ 
     padding-left: 75px; 
  }
