/***** menu CSS *****/
body         {
        background-color:#CCCCCC;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	scrollbar-base-color:#5555FF;
	scrollbar-track-color:#BBBBFF;
	scrollbar-arrow-color:#99CCFF;
       }
a:link       {
       color:#0000FF;
       }
a:hover      {
       color:#0000FF;
       }       
a:visited    {
       color:#0000FF;
       }
.infos       {
        width:280px;
        height:450px;
       }
.annonce       {
        width:237px;
        height:200px;
       }
.annonce_acc   {
        width:237px;
        height:350px;
       }       
.siteliens   {
        width:100%;
        height:345px;
       }
.menuselect  {
        background-color:#5555FF;
       }
@media print {
	.menu, .ssmenu {
		visibility:hidden;
       }
}
.menu, .ssmenu {
	background-color:#003399;  /* couleur du menu principal */
	color:white;
	font-size:12px;
	font-weight:bold;
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;
	border:1px solid #5555FF;     /* contour des menus */
	padding:1px;
	width:15em;
	margin:1em;
}
.menu {
	text-align:center;
}
.ssmenu {
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003399,endColorStr=#000066);
	white-space : no-break;
}
.menu span, .ssmenu span {
	display:none;
}
.ssmenu ul, .ssmenu li {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
	color:white;
	padding:2px 1px;
	text-decoration:none;
	display:block;
	margin:0px;
	width:100%;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}
.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
	background-color:#5555FF;
	color:black;
	text-decoration:none;
}
img {
	border:none;
}
.ssmenu img {
	margin-right:2px;
}
.ssmenu img.hr {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}
