

/******************************* FIN PAGE GLOBAL ************************/
/********************************* HAUT DE PAGE  ************************/
#header {
 position:relative;
 height:280px;
 text-align: right;
 border: 0px solid #fff;

}
#logo{
float:left;
 width:200px;
 text-align:left;
 height:25px;
 margin-top: -25px;
 margin-left: 15px;
  border: 0px solid red;
}
#bandeau_haut{
 text-align:right;
 height:25px;
 margin-top: -5px;
 padding: 5px 5px 5px 5px;
}
#languages {
 width:200px;
 text-align:center;
 margin-bottom:0;
 margin-top:5px;
  margin-bottom:10px;
}

/***  MENU HAUT  ****************/
#menutop { height: 40px; margin-top: 0px;  background-color:#A3C319;}
#menu_haut { float:right; /*border: 1px solid #369;*/ padding-top:0px; width:1000px;}

.menu_haut {white-space:nowrap /*IE hack*/; float:right; height:28px; border:none; 	font-size: 11px;}
.menu_haut ul {list-style-type:none; }
.menu_haut ul li {float:left; z-index:1 !important /*Non-IE6*/; z-index:1000 /*IE6*/; width:120px; border-right:solid 1px rgb(175,175,175);font-size: 11px;}
.menu_haut ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; font-size: 11px;height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color:#5e5550;font-size: 11px;}
.menu_haut ul li ul {display:none; border:none;font-size: 11px;}

/*Non-IE6 hovering*/
.menu_haut ul li:hover {position:relative;font-size: 11px;}
.menu_haut ul li:hover a {text-decoration:none;font-size: 11px;}
.menu_haut ul li:hover ul {display:block; width:120px; position:absolute; z-index:999; top:3.0em; margin-top:0.1em; left:0;font-size: 11px;}
.menu_haut ul li:hover ul li a {white-space:normal; display:block; width:120px; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-size: 11px;font-weight:normal; color:rgb(50,50,50);}
.menu_haut ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;font-size: 11px;}

/*IE6 hovering*/
.menu_haut table {position:absolute; top:0; left:0; border-collapse:collapse;}
.menu_haut ul li a:hover {position:relative /*IE hack*/; z-index:1000 /*IE hack*/; text-decoration:none;}
.menu_haut ul li a:hover ul {display:block; width:120px; position:absolute; z-index:999; top:3.1em; left:0; margin-top:0.1em;font-size: 11px;}
.menu_haut ul li a:hover ul li a {white-space:normal; display:block; width:120px;; height:1px; line-height:1.3em; font-size: 11px;padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);}
.menu_haut ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;font-size: 11px;}
/***FIN  MENU HAUT  ****************


/************************************* MENU  ******************************/

#menu_global {
 float:left;
 width:210px;
 /*border:solid 1px #000;*/
 color: #FFF;
}

#menu_global a{
	color:#000;
}



#menu {
 float:left;
 width:200px;
 padding: 0px;
margin-left: 0px;
min-height: 350px;
text-align:left;
background: url("/img-photographe/recherche.png")  top center no-repeat;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 




/********************************** FIN MENU  ******************************/
