/* menu::base */
div#menu {
    height: 51px;
    padding-left: 0px;
    width:100%;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-right: 0px;
       
}

div#menu li {
    position: relative;
    margin: 0;
    padding: 0 0px 0 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}
div#menu ul ul li {
    z-index: 9;
}
div#menu li div {
	list-style: none;
	float: left;
	position: absolute;
	z-index: 11;
	top: 30px;
	left: -13px;
	visibility: hidden;
	width: 150px;
	padding: 0;
	background: url(images/subsubmenu-top.png) no-repeat 0px 0;
	_background: url(images/subsubmenu-top.gif) no-repeat 0px 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
div#menu ul ul {
	  z-index: 12;
    padding: 0px 0px 0px 0px;
    background: url(images/submenu-bottom.png) no-repeat 0px bottom;
    _background: url(images/submenu-bottom.gif) no-repeat 0px bottom;        
    margin: 0px 0 0 0;    
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
	position: relative;
	z-index: 10;
	height: 50px;
	display: block;
	float: left;
	line-height: 50px;
	text-decoration: none;
	margin-top: 1px;
	white-space: nowrap;
	width: auto;
	padding-right:0px;
	text-align:center;
	background-image: url(images/actualites.png);
}
div#menu span {
    margin-top: 2px;
    padding-left: 0px;
    color: #000000;
    font: bold 13px Arial,Helvetica;
    background: none;
    line-height: 50px;	
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 0;
    line-height: 50px;
    height: 51px;
    margin-right: 5px;
    _margin-right: 1px;
    background: none;
}
div#menu a:hover {
    background:  url(images/selected.png)  repeat-x right -1px;
	  color: #000000;
  }
div#menu li.current a,
div#menu ul.menu>li:hover>a {
	  color: #000000;	
    background: url(images/selected.png)  repeat-x right -1px;
}

div#menu ul.menu>li:hover>a span {
		color: #000000;
}
div#menu li {  }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li {
    background: none;
    padding: 0;
}
div#menu ul ul a {
	padding: 0px;
	height: auto;
	float: none;
	display: block;
	line-height: 25px;
	z-index: 10;
	padding-left: 5px;
	white-space: normal;
	width: 150px;
	margin: 0 8px;
	text-transform: none;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}
    
div#menu ul ul a span {
    font-weight:normal;
	  padding: 0 5px;
    line-height: 25px;
    font-size: 12px;
    color: #000000;
}
div#menu li.current ul a,
div#menu li.current ul a span {
    background:none;
}
div#menu ul ul a:hover {
 background:none;
 background-color: #000000;
}
div#menu ul ul a:hover span {
	background:none;
	color: #000000;
}
div#menu ul ul a.parent {
  background: url(images/submenu-pointer.png) no-repeat right bottom;
  _background: url(images/submenu-pointer.gif) no-repeat right bottom;  
}
div#menu ul ul a.parent span {
  background:none; 
}
div#menu ul ul a.parent:hover {
  background: url(images/submenu-pointer.png) no-repeat right bottom;
  _background: url(images/submenu-pointer-hover.gif) no-repeat right bottom;
  background-color: #000000;
	color: #000000;  
}
div#menu ul ul a.parent:hover span {
  background:none; 
}
div#menu ul ul span {
	
    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}


/* lava lamp */
div#menu li.back {
    background: url(images/selected.png) repeat-x 0 0;
    width: 5px;
    height: 51px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0px 0 0 0;
}

div#menu li.back .left {
    padding:0;
    width:auto;
    background: url(images/selected.png) repeat-x right 0;
    height: 51px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	width: 100%;
	position: static;
}

#banniere {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px; /* moitié de la largeur de l'image */
	
 } 
#page {
 width:950px;
 position:absolute;
 left: 50%;
 margin-left: -475px;
 } 
#texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	color: #FFF;
	background-color: #000;
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px; /* moitié de la largeur de l'image */
}
p {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: justify;
	font-weight: normal;
}

p_copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	text-align: center;
}

#table {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px; /* moitié de la largeur de l'image */
	margin-top: 275px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
	text-align: center;
	z-index: 9;
}
#tablemenu {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px; /* moitié de la largeur de l'image */
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
	text-align: center;
	z-index: 9;
}
.amenubas {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	}
#table table tr td .amenubas {
	text-align: center;
}
.tdaccueil {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
a {
	text-decoration:none;
	border:0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #F00;
	cursor:  pointer;

}
#menuag {
	height: 788px ; 
overflow: auto;
width: auto;
cursor:  pointer;

}
.tdaccueilpetit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.tdaccueillegende {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #FFF;
}
img {
	top: auto;
	margin: auto;
	text-align: center;
	left: auto;
	right: auto;
	bottom: auto;
	border:0;
}
.texteinfostech {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: justify;
	font-weight: normal;
}
a:link
{
	color:#F00;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
a:visited
{
	color:#F00;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
a:hover
{
	color:#F00;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
a:active
{
	color:#F00;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;#tablemenu {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px; /* moitié de la largeur de l'image */
	margin-top: 275px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
	text-align: center;
	z-index: 9;
}

