 /*----------------------------------*/
 /*Pr?sentation du menu sur la droite*/
/*----------------------------------*/
 
  
#menu {
	
	background-image: url("../images/theme/menu_gauche.jpg");
	background-repeat: repeat-y;
	background-color: transparent;
	/*border-bottom-image: url("images/rayure2.gif");*/
	padding: 0px 10px 0px 4px;
	/*margin-right: 10px;*/
/*background-color: #4E5D7A;*/
	float: right;

    width: 180px;

}

*html #menu {
	
	background-image: url("../images/theme/menu_gauche.jpg");
	background-repeat: repeat-y;
	/*border-bottom-image: url("images/rayure2.gif");*/
	padding: 0px 10px 0px 4px;
	/* margin-right: 10px;*/
/*background-color: #4E5D7A;*/
	float: right;
    width: 194px;

}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #111;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;

}

#menu ul h2 {
	font-size: 145%;
	color: white;
}

#menu ul li {
	font: normal 110% Verdana , 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
	font-size: 100%;
}

#menu ul ul li a {
	color: #D3E2FF;
	text-decoration: none;
}

#menu ul ul li a:hover {
	background: #0081BC;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#menu a {
	color: white;
	text-decoration:none;
}


#menu img
{
	border: 0;
}


.menu_deroule {
	background-image: url('../images/theme/menu_fond_hover.jpg');
}


#content.narrowcolumn h4 {
	font-size: 100%;
}

#tableau_sage {
	color: red;
}

#acces_rapide {
	font-size: 1em;
}

#tarif {
	width: 104px;
	height: 25px;
	margin-top: -5px;
	float: right;
}

#tarifs {
	font-size: 0.75em;
	border: 1px;
}

#tarifs select{
	font-family: Verdana;
	font-size: 100%;
	width: 100%;
}




