#header {
float:left;
width:1024px;
height:159px;
}
/*header2*/
#header .header-left{
float:left;
height:132px;
width:1024px;
}
#header .header-left .right{
float:left;
height:132px;
width:700px;
}
/*Logo*/

#logo  {

	float:left;
	margin-left: 0px !important;
	width:315px;


	
}
/*pub*/
#pub{
float:right;

margin:11px 30px 0 0px;
width:545px;
height:67px;
}
/*login connection*/
#login{
color:#606779;
padding-top:10px;
width:200px;
float:right;
}
/* top menu*/
#top-menu{
width:637px;
float:right;

margin-top:16px;
}
#top-menu ul{
	margin: 0;
	padding: 3px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#top-menu li{
   display: block;
	float: left;
	padding: 0px;
}
#top-menu a{
    display: block;
	margin-right: 1px;

}
#top-menu .link1 a {
background:url(medias/img1.gif) no-repeat;
width:91px;
height:34px;
}
#top-menu .link1-active a {
background:url(medias/img1-act.gif) no-repeat;
width:91px;
height:34px;
}
#top-menu .link2 a{
background:url(medias/img2.gif) no-repeat;
width:160px;
height:35px;
}
#top-menu .link2-active a{
background:url(medias/img2-act.gif) no-repeat;
width:160px;
height:34px;
}
#top-menu  .link3 a{
background:url(medias/img3.gif) no-repeat;
width:90px;
height:34px;
}
#top-menu  .link3-active a{
background:url(medias/img3-act.gif) no-repeat;
width:90px;
height:34px;
}
#top-menu .link4 a{
background:url(medias/img4.gif) no-repeat;
width:110px;
height:34px;
}
#top-menu .link4-active a{
background:url(medias/img4-act.gif) no-repeat;
width:110px;
height:34px;
}
#top-menu .link5 a{
background:url(medias/img5.gif) no-repeat;
width:90px;
height:34px;
}
#top-menu .link5-active a{
background:url(medias/img5-act.gif) no-repeat;
width:90px;
height:34px;
}
#top-menu .link6-active a{
background:url(medias/img6-act.gif) no-repeat;
width:90px;
height:34px;
}

#top-menu .link6 a{
background:url(medias/img6.gif) no-repeat;
width:90px;
height:34px;
}


#menu {
	float:left;
	width:1024px;
	height:30px;
	margin-left:20px !important;
	margin-left:10px;
	text-align:left;
	background:url(medias/pix-menu.gif) repeat-x;
	
 
}
.menu, .menu ul {
    margin-left:30px;
	margin-top:3px;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	padding: 13px 0px 0px 30px;
	width:154px;	
	background-image: url(medias/empty.gif);
	margin: -7px 0 0 -30px; 

}
.menu ul ul {
	padding: 40px 30px 0 10px;
	margin: -30px 0 0 -10px;

}
.menu, .menu ul li {
	color: #FF0000;
	
}


.menu a {
	text-decoration: none;
	padding:0 2px;
	display: block;
	position: relative;
	
}

.menu a:hover, .menu li:hover>a {
	color: #FF0000;
}

.menu li li {	/* create borders around each item */
    
	border-top:0px solid #ccc !important;
	 border-left:1px solid #CCC !important;
	  border-right:1px solid #CCC !important;
	  border-bottom:1px solid #ccc !important;
	   background:#FFF;

}
.adxmhoverA {		/* li:hover>a selector */
color:#666666;
}
.menu ul>li + li a {	
	padding-left:5px;
	color:#3E3F40;
}
.menu ul>li + li a:hover {	
	color:#ff0000;
	text-decoration:underline;
}
.menu ul>li + li a.  active {	
	padding-left:5px;
	border:0;
	color:#666666;
}

.menu li li a:hover>ul {	
	top: 5px;
	left: 90%;
	color:#666666;
	
}
 .menu li + li + li li:first-child>a {
	color:#3E3F40;
	text-decoration:none;
	}
 .menu li + li + li li:first-child>a:hover {
color:#ff0000;
	text-decoration:underline;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
	color:#666666;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 20px;

	left: 90%;
}
.menu .adxmhoverUL .adxmhoverLI {	/* inset 2nd+ submenus, to show off overlapping */
	top: 20px;
	left: 90%;
   
}
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */

.fil{

color:#737475;
width:2px;
}
/*header3*/

#header3{
width:1042px;
float:left;
margin-top:0px;
height:42px;



}
#header3 .left{
margin-left:160px !important;
margin-left:80px;
width:	210px;
margin-top:4px;
float:left;

}
#header3 .pann{
color:#CC0000;
float:left;
padding-top:9px;
padding-left:5px;
font-weight:bold;
font-size:12px;
}
#header3 .pann-1{
color:#CC0000;
float:left;
padding-top:2px;
padding-left:10px;
font-weight:bold;
font-size:12px;
}

#search {
width:464px;
padding-top:0;
height:21px;
margin-right:5px !important;
margin-right:3px;
float:right;
margin-top:9px;
}


#inputtext{
background:url(medias/input.gif) no-repeat;
float:left;
height:19px;
border:0px;
width:250px;
padding:0px 0 0 5px;
color:#999;
font-size:10px;
margin:0px 0 0 8px;
}


/*bouton rechercher*/
#submit-search{
background:url(medias/submit.gif) no-repeat ;
border:0px;
float:left;
text-align:center;
vertical-align:middle;
width:90px;
height:20px;
padding-bottom:5px !important;
/padding-bottom:0px;
*padding-bottom:0px;
cursor:pointer;
color:#fff;
font-size:12px;
font-weight:bold;


}
.tester{
color:#3E3F40;
padding-left:5px;
}