/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CSS pour entete HTML  MENU SOMMAIRE E-TORPEDO-STATIQUE-HORIZONTAL*/
/*-----------------hack_bugIE----------*/

#bug_ie {
	display: block;
	width: 100%;
	top: 120px;	
}
         /*-----------entete-----------*/
#entete {
	display: block;
	height: 110px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
}
#entete img {
	margin: 0px;
}

/*------------------menu_deroulant--------------------*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menusommaire {
	background: #F3F3F3 url(./IMG/squeletteGif/logo.gif) no-repeat left bottom;
	font: 80% verdana, arial, sans-serif;
	width: 740px;
	margin-left: 5px;
	display: block;
	height: 60px;
	position: relative;
}
#menusommaire dl {
	float: left;
	width: 90px;
	margin: 0 1px;
	background-color: transparent;
	display: Aucune;
}
#menusommaire dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #CCCCFF url(img_squelette/signet_head.gif) no-repeat;
	display: Aucune;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menusommaire dt a:hover {
	background-image: url(img_squelette/signet_head_hover.gif);
	background-repeat: no-repeat;
}
#menusommaire dd {
	border: 1px solid #FFFFFF;
	color: #000000;
	
}
#menusommaire li {
	text-align: center;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menusommaire li a, #menusommaire dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
}
#menusommaire li a:hover {
background: #FFFFFF;
}

