﻿/*Style du menu http://dazibaoproductions.free.fr - 2007*/

#menuDeroulant { 
	position:absolute;
	margin:0;
	padding:0;
	font:bold 1em Georgia, Times, serif;
	height:100px;
	}


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


#menu {	
	top: 0;
	left: 0;
	height:200px;
	z-index:100;
	width: 100%; /* correction pour Opera */ 
	font: 80% verdana, arial, sans-serif;  
	}
	
#menu dl {
	float: left;
	width:235px;	
	}
	
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 0px solid gray;
	margin: 1px;
	}

#menucol_1 {
	/*background: #30F4FF;	/*couleur fond au repos */ 
	background:url("../_design/D_cart1.png") top left repeat;
	}

#menucol_2 {
	/*background: #30C7FF;	/*couleur fond au repos */
	background:url("../_design/D_cart2.png") top left repeat;
	border: 0px solid gray;
	margin: 1px;
	}

#menucol_3 {
	/*background: #308dff;	/*couleur fond au repos */
	background:url("../_design/D_cart3.png") top left repeat;
	border: 0px solid gray;
	margin: 1px;
	}
	
#menucol_4 {
	/*background: #8080ff;	/*couleur fond au repos */
	background:url("../_design/D_cart4.png") top left repeat;
	border: 0px solid gray;
	margin: 1px;
	}

#menu dd {
display: none;
border: 0px solid gray;
}

#menu li {
text-align: left;
padding-left:0px;
margin-left:0px;
border: 0px solid gray;
background: #fff;   /*bloc sous menu */

}
#menu li a, #menu dt a {
color: #000;
text-decoration:none;
display: block;
height: 100%;
border: 0 none;
} 
#menu a {
padding-left:10px;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #cfc;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

/* //////////// menu pied de page //////////////*/

#menu_pied_page li{
	float:left; 	/* c'est ça qui permet d'aligner les menus horizontalement */ 
	width:160px;
	/*padding:0;	*/
	}
	
#menu_pied_page .sousMenu {	 
	display:none;	 /*masque les sous-menus */
	padding:0;	  /*supprimer la marge par défaut de la liste */
	margin:0; 
	}	
	
#menu_pied_page li:hover >.sousMenu {	/* c'est ça qui permet de faire apparaitre le sous-menu au passage de la souris */
	display:block; 
	}

	 
			
#pied_page {
	text-align:center;
	clear:both;
	/*width:750px;	*/
	margin:0; 
	border-top:solid;
	border-width:4px;
	border-color:#fff;
	font-family:"Trebuchet MS", Georgia;
	font-size:12px;
	padding-top:30px;
	padding-left:5%;
	
	

	}

#pied_page script {	
	text-align: center;
	}
	
#pied_page a {
	text-decoration:none;
	}
	
#pied_page dl, dt, dd, ul, li {
	/*margin: 0;
	padding:0;*/
	}	