/*Barre de menu*/
#gauche  {
 float:left;
 margin-right:inherit;
 width:155px;
 height:399px !important;
 height:399px;
 background-image:url(img/ketos_02.gif);

 }

#gauche b {
	color: #CC0000;
}
#gauche h2 {
	color: #CC0000;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin : 0;
	font-size : 0.9em;
}
#gauche A.h2 {
	color: #CC0000;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	margin : 0;
	font-size : 0.9em;
}
#gauche A.lien {
	color:000000;
}
#gauche A.button {
	color:000000;
	text-decoration:none;
}
#gauche ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#gauche li {
	display: block;
	margin: 0px;
	padding: 0px;
}

#gauche input, #comment-form input, #comment-form textarea {
	border: 1px solid #CCCCCC;
	background-color: #6792BC;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	-moz-border-radius: 4px;
	margin-bottom:2px;
}
#gauche form{
	margin:0px;
	padding:0px;
	
}


#gauche li a{
	display: block ;
	width: 152px ;
	height:80px;
	line-height: 33px;

	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: url(img/bouton1.gif) no-repeat 0 0 ; 
}


#gauche li a:hover{
	display: block ;
	width: 152px ;
	height:80px;
	line-height: 33px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	background: url(img/bouton2.gif) no-repeat 0 0 ;
}