/* GAUCHE	################################# */
div#gauche {
	width: 180px;
	margin:0px;
  border:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: bold;
  color:#4E4E4E;
}

div#authentification * {
	margin: 0px;
}

div#gauche a{ font-size:12px; text-decoration:none; text-align:left; color:#eb0000; }
div#gauche a:hover{ color:#4E4E4E; }

div#gauche strong{ color:#eb0000; }
div#gauche strong.italic { font-style:italic; }
div#gauche strong.bold { font-weight:bold; color:#4E4E4E; }

div#gauche form { }

div#gauche marquee{ position:relative; top:-20px; left:150px; }
div#gauche img { border:0px; }

div#gauche  label
{
    text-align: left;
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 150px;
    height: 20px;
}
div#gauche label { margin-left:25px; font-size: 9px; font-weight: bolder; width:85px; height:20px; }
div#gauche label strong{ color:#eb0000; }
div#gauche label a { font-size: 10px; font-weight:normal; }

div#gauche input, select {
	background-color: #F4FAFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

div#gauche p
{
    text-align: justify;
    font-weight: normal;
    margin-bottom: 15px;
}
div#gauche p strong{ color:#eb0000; }

div#gauche p a { font-weight:normal; }

div#gauche div.identification p
{
    margin-left: 30px;
    width: 130px;
}

	/* formulaire pour se connecter -------------------------*/
	div#gauche div#espace_aboonnes {
		margin: 0px;
		background-color: transparent;
		background:url(../images/lien_off.gif) no-repeat;
		color: rgb(94, 94, 94);
		height:40px;
		font-size:14px;
		text-indent:40px;
		line-height:21px;
	}

	div#gauche li { list-style-type:none; }
	
	/* les menus ---------------------------------------------------*/
		#menu, #menu ul { margin:0px; padding:0px; list-style: none; }
		/* ----------------------------------- */
		#menu li { position : relative; }
		#menu li a {
			background: url(../images/lien_off.gif) no-repeat;
			font-size:15px;
			color:#5E5E5E;
			height:30px;
			display:block;
			text-indent:38px;
			line-height:25px;
		}
		#menu li a:hover { background:url(../images/lien_on.gif) no-repeat; }
		/* ----------------------------------- */
		/* listes de niveau 2*/
		#menu li ul { margin-left:-5px; margin-top:8px; margin-bottom:15px;}
		#menu li li a {
			margin-top:-15px;
			background:none;
			color:#eb0000;
			font-size:12px;
			width:0px;
		}
		#menu li li a:hover { background:none; color:#5E5E5E; }
		
				#menuFPro {
			padding-bottom:20px;
		}
		
		#menuFPro ul {
			padding-top:25px!important; padding-top:0;
			margin-bottom:-20px;
		}
		
		#menuParrainage {
			padding-top:20px!important; padding-top:0;
		}

.menuOff{display:none;}
.menuOn{display:block;}

div#gauche div#register { width:135px; background-color:#E8E8E8; font-weight:normal; font-size:11px; margin-left:22px; padding-left:7px; padding-bottom:5px;display:block; }
div#gauche div#register p {text-align:left; font-weight:normal; margin-bottom:15px; }
div#gauche div#register strong { font-weight:normal; color:#eb0000; }


