




img, div, li { behavior: url(iepngfix.htc) }
font, div, span {line-height:18px; }
form {border:0; margin:0;}

h1 {padding:0;margin:0;}
h2 {padding:0;margin:0;}

/* GENERAL */
.pointer {cursor:pointer;}
.move {cursor:move;}

.aBLANC_14{
	font-size:14px;
	font-family:arial;
	color:#FFF;
	text-decoration:none;
}
.aBLANC_14:hover{
	font-size:14px;
	font-family:arial;
	color:#FFF;
	text-decoration:underline;
}
a:{
/*text-decoration:underline;*/
}
a:hover{
color:#803589;
}


/* FORMULAIRE CHAMPS INPUT TEXT */
.input_champ {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	color:#6d6e70;
}
.input_champ:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
	color:#000;
} 

/*  GESTION DU MENU */
/* ----------------------------------------------------------------------------------------------------------------------------------
   ----------------------------------------------------------------------------------------------------------------------------------
   ----------------------------------------------------------------------------------------------------------------------------------
----------------------------*/


	#menu{
		
		/*height:41px;*/
		/*background:url(../../images/menu_013_bg.png) no-repeat;*/
		padding-top:5px;
		padding-left:10px;
		margin:0px;
	}
		#menu ul{
			list-style:none;
			padding:0 5px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0 5px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#c1cf49;
					font-family:arial;
					/*text-transform:uppercase;*/
					font-size:16px;
					font-weight:bold;
					line-height:31px;
					padding:0 0 0 5px;
					text-decoration:none;
					cursor:pointer;
				}
				#menu li a span{
					display:block;
					float:left;
					color:#c1cf49;
					line-height:31px;
					padding:0 5px 0 0px;
				}
					#menu li a:hover{
						display:block;
						float:left;					
						/*background:url(../../images/menu_013_h_l.png) no-repeat left center;*/
						height:31px;
						color:#f6c902;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						/*background:url(../../images/menu_013_h_r.png) no-repeat right center;*/
						color:#f6c902;
						height:31px;
					}
				#menu li a.current{
					display:block;
					float:left;
					color:#f6c902;
					/*text-transform:uppercase;*/
					font-size:16px;
					font-weight:bold;
					/*background:url(../../images/menu_013_h_l.png) no-repeat left center;*/
					line-height:28px;
					padding:0 0 0 2px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					/*background:url(../../images/menu_013_h_r.png) no-repeat right center;*/
					color:#f6c902;
					line-height:31px;
					padding:0 5px 0 5px;
				}

/* ----------------------------------------------------------------------------------------------------------------------------------
   ----------------------------------------------------------------------------------------------------------------------------------
   ----------------------------------------------------------------------------------------------------------------------------------
----------------------------*/
.sep_8{
padding:13px;
}