#c_saisie_en_ligne{
	position: absolute;
	top: 55px;
	left: 520px;
	z-index: 10;
	width: 160px;
	height: 80px;

}

#c_saisie_en_ligne a{
	position: relative;
	display: block;
	width: 100% !important;
	height: 100%;
}

body{
	background: white;
	padding:0;
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: black;
	text-align: center;
}

ul{
	padding-left: 60px;
}

ul li{
	padding-left: 0px;
	padding-top: 3px;
}

#contenu .bloc{
   margin:0px 10px 5px 15px;
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: underline;
}

#contenu ul {
                list-style-image: url('images/cil/puce2.gif');
margin: 0px;
padding-bottom: 15px;
}

#contenu ol {
                list-style-image: none;
}

#c_balise_h1 h1{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	color: #5B595A;
	font-size: 10px;
}
/***************************** CSS MENU ********************************/
#c_gauche dl, #c_gauche dt, #c_gauche dd,#c_gauche ul,#c_gauche li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#c_menu{
	padding: 32px 0px 10px 0px;
	background-image: url(images/cil/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #5c5a5b;
	background-position: -4px bottom;
	_background-position: 6px bottom;
}

#menu{
	position: relative;
}

#menu dt{
	background-image: url(images/cil/background_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #5c5a5b;
	cursor: pointer;
	line-height: 15px;
	padding: 0px 10px 2px 10px;
	color: #ffffff;
	text-align: left;
	height: auto;
	width: 161px;
	min-height: 17px;
	_height: 17px; 
}

#menu dd{
	display: none;
	position: absolute;
	z-index: 100;
	left: 173px;
	margin-top: -23px;
	padding: 0px 0px 0px 0px;
	width: 235px;
	color: #fff;
	background-color: #e0e0e0;
}

#menu dd a{
	padding: 0px 0px 0px 10px;
}

.niveau3 a{
	font-size: 10px;
}

#menu ul{
	padding: 2px;
}

#menu li{
	text-align: left;
	font-size: 85%;
	padding-top: 3px;
	height: auto;
	min-height: 17px;
	_height: 17px;
	line-height: 18px;
}

#menu li a{
	color: #000000;
}

#menu dt a{
	padding: 3px 0px 3px 25px;
	color: #ffffff;
	background-image: url(images/cil/puce_fermee.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

#menu dt a, #menu dd a{
	text-decoration: none;
	display: block;
	/* width: 150px; */
}

#menu dt.lien_on a{
	color: #ffffff;
	background-color: #d6001c;
	background-image: url(images/cil/puce_ouverte.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

#menu dt a:hover, #menu dd a:hover{
	color: #ffffff;
	background-color: #d6001c;
}

/***************************** FORMULAIRE DE RECHERCHE ********************************/
#c_search{
	position: absolute;
	right: 10px;
	top: 82px;
	font-size: 11px;
	color: #ffffff;
	width: 235px;
	z-index: 100;
}

#c_search div{
	float: right;
}

#c_search .formrecherche{
	margin-top: -2px;
	font-size: 11px;
	width: 116px;
	height: 13px;
}

#c_search input[type=image]{
	margin-bottom: -2px;
	padding-left: 5px;
}

#c_search input{
	padding-left: 5px;
}

#contenu #plan_du_site a{
	font-weight: normal;
}

#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;
	font-size: 12px;
}

#plan_du_site .plan_du_site_niveau2{
	padding-left: 50px;
	font-size: 11px;
}

#plan_du_site .plan_du_site_niveau3{
	padding-left: 75px;
	font-size: 10px;
}

#contenu .bloc .texte .texteGauche {
	padding-right: 5px;
	width: 350px;
}

#contenu .bloc .texte .texteDroite {
	padding-left: 5px;
	width: 350px;
}