body {
  background: #000000;
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
  font-family: Verdana, Arial, sans-serif;
  }

a:link {text-decoration: none;  color: #1f1f5f;}
a:visited {text-decoration: none;  color: #1f1f5f;}
a:hover {text-decoration: none; color:#CC0000;}  
  
h1      { font-size: 17px; font-weight: bold; color: #000099; }
h2      { font-size: 15px; font-weight: bold; }
hr 		{ color: #1f1f5f; height: 1px;}

.titre  { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 17px; font-weight: bold; color: #00000; }

.label { font-size: 13px; color: #000000; font-weight: bold;}

.normal { font-family: Verdana, Arial , sans-serif; font-size: 11px; color: #000000;}

.petit { font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #000000;}

.formulaire1 {
color:#000000;
border: solid 1px #1f1f5f;
background-color:#fff;
font-size:11px;
font-weight: none;
}

.bouton {
	border: 1px solid #1f1f5f;
	padding: 2px;
	background: #ff99ff;
	font-size: 11px;
}	

.tetiere {
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color:#333366;
	background:#FFCC00;
	border-top: 1px solid #1f1f5f;
	border-left: 1px solid #1f1f5f;
	padding: 2px;
	width:180px;
}

.ntetiere {
        font-family: Tahoma, Verdana, Arial;
        font-size: 11px;
        color: #000000;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        color:#333366;
        background:#FFCC00;
        border-top: 1px solid #1f1f5f;
        border-left: 1px solid #1f1f5f;
        padding: 2px;
}

.etoile {
font-family: Arial; 
font-size: 13px; 
color: #CC0000; 
font-weight: bold;
}


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */
border-bottom: 1px solid black;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #1f1f5f;
font-family: Verdana, Arial , sans-serif;
font-size: 11px;
text-decoration: none;
background: #CCCCCC;
padding: 1px 5px;
border: 1px solid #FFFFFF;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #1f1f5f;
}

.suckerdiv ul li a:hover{
background-color: black;
color: white;
}

.suckerdiv .subfolderstyle{
background: #CCCCCC url(https://www.sushiboutique.fr/images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

