#menuGauche
{
	width: 110px;
	display: block;
	font-size: 11px;
	color: #333333;
	padding-bottom: 17px;
}

#menuGauche div.title, #menuGauche div.titletwo, #menuGauche div.noSub
{
	margin-top: 4px;
	text-align: center;
    margin-bottom: 4px;
	display: block;
	font-size: 11px;
}

#menuGauche div.title a
{
	color:#2a292d;
	text-decoration: none;
	display: block;
	padding: 3px 0;	
	font-size:12px;
	background-image:url(../images/bouton-gauche-subcat.jpg);
	background-repeat:no-repeat;
	outline:none;
}

#menuGauche div.title a:hover
{
	color:#BCBE00;
	background-image:url(../images/bouton-gauche-subcat-hover.jpg);
	background-repeat:no-repeat;
}

#menuGauche div.noSub a
{
	/*color:#e3e554;*/
	color: #2a292d;
	text-decoration: none;
	display: block;
	padding: 3px 0;
	font-size:12px;
	background-image:url(../images/bouton-gauche-noSub.jpg);
	background-repeat:no-repeat;
}

#menuGauche div.noSub a.current
{
	/*color:#2a292d;*/
	background-image:url(../images/bouton-gauche-noSub-hover.jpg);
	background-repeat:no-repeat;
	color: #BCBE00;
}


#menuGauche div.noSub a:hover
{
	/*color:#2a292d;*/
	background-image:url(../images/bouton-gauche-noSub-hover.jpg);
	background-repeat:no-repeat;
	color: #BCBE00;
}

#menuGauche div.titletwo a
{
	color:#2a292d;
	text-decoration: none;
	display: block;
	padding: 3px 0;
	font-size:12px;
	height:28px;
	background-image:url(../images/bouton-gauche-2liner.jpg);
	background-repeat:no-repeat;
	outline:none;
}

#menuGauche div.titletwo a:hover
{
	color:#BCBE00;
	height:28px;
	background-image:url(../images/bouton-gauche-2liner-hover.jpg);
	background-repeat:no-repeat;
}

#menuGauche .subCat
{
	text-align:left;
	margin:0px 1px 0px 10px;
}

#menuGauche .subCat a
{
	color:#BCBE00;
	text-decoration:none;
	display: block;
	padding:3px;
	background-color:#515056;
	border-bottom:1px solid #BCBE00;
}

#menuGauche .subCat a.current
{
	color:#2f282f;
	text-decoration:none;
	display: block;
	background-color:#BCBE00;
}

#menuGauche .subCat a:hover
{
	color:#2f282f;
	text-decoration:none;
	display: block;
	background-color:#BCBE00;
}

#menuGauche .subCatBottom a
{
	border-bottom:none;
}

#inscriptionGauche_fr,
#inscriptionGauche_en {
  width: 110px;
  height: 37px;
  margin-top: 32px;
  text-align: center;
  padding-top: 37px;
}
#inscriptionGauche_fr {
  background: transparent url(/images/liste-envoi.jpg) no-repeat scroll left top;
}
#inscriptionGauche_en {
  background: transparent url(/images/liste-envoi-en.jpg) no-repeat scroll left top;
}

#inscriptionGauche_fr input.email,
#inscriptionGauche_en input.email {
  width: 94px;
  font-size: 9px;
  border: 1px solid white;
  margin-bottom: 4px;
}

#inscriptionGauche_fr input.submit,
#inscriptionGauche_en input.submit {
  font-size: 9px;
}
