/* CSS Document */

html {

	background-image:url(../images/fd.jpg);
	background-repeat:repeat-x;
	background-color:#A6A6A6;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;

}

.cadre {

	border:solid 2px #403F3F;
	background-color:#FFFFFF;
	
}

.header {

	background-image:url(../images/haut.jpg);
	height:205px;
	
}

.rouge {

	color:#FF0000;
	
}

a:link, a:visited {

	color:#808080;
	text-decoration:none

}

a:hover {

	color:red;

}

.menugauche {

	border:solid 1px red;
	background-color:#FFFFFF;
	
}

.headermenu {

	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
	height:89px;
	
}

#dhtmlgoodies_menu {	
	
	margin:0px;
	padding:0px;
	width:99%;	
	
}

#dhtmlgoodies_menu li {
	
	margin-top:2px;	
	list-style-type:none;				
	clear:both;
	display:block;	
	overflow:auto;
	font-size:14px;
	
}
	
#dhtmlgoodies_menu li a {
	
	color:#000;	
	text-decoration:none;	
	letter-spacing:1px;	
	font-weight:bold;	
	float:left;
	background-color:#F1F1F1;
	padding-left:3px;
	line-height:25px;	
	
}

#dhtmlgoodies_menu li div {

	float:left;

}

.footer {
	
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height:50px;
	background-color:#000000;
	border:solid #fff 1px;
	color:#FFFFFF;
	

}

.footer td {
	
	font-size:12px;
	padding:2px;
	
}

.footer a{
	
	color:red;
	text-decoration:none;

}

.footer a:hover{
	
	color:#ccc;
	text-decoration:none;

}

.naviguation {

	background-image:url(../images/naviguation.jpg);
	background-repeat:repeat-x;
	height:30px;
	border:solid #ccc 1px;
	color:#000;
	padding:3px;

}

.naviguation a{

	color:red;

}

.naviguation a:hover{

	color:black;

}

.menu {
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  }
.menu li {
  float:left;
  min-width:100px;
  }
.menu a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:100px; 
  float:left; 
  }
* html .menu a {
  width:100px;
  }
.menu a span {
  display:block; 
  color:#000; 
  background:#c4c4c4; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-align:center; 
  padding:4px 16px; 
  cursor:pointer;
  }
* html .menu a span {

  width:100px; 
  cursor:hand; 
 /* wsidth:66px;*/
  
  }
.menu a b {

  display:block; 
  border-bottom:2px solid #FF0000;
  
  }
.menu a em {

  display:none;
  
  }
.menu a:hover {

  background:#fff;
  
  }
.menu a:hover span {

  color:#fff; 
  background:#FF0000;
  
  }
.menu a:hover em { 

  display:block; 
  overflow:hidden; 
  border:6px solid #FF0000; 
  border-color:#FF0000 #fff; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  
  }
