body {
 	behavior:url("hoverIE/csshover.htc");
 	font: 11px verdana, sans-serif;
 	margin: 0;
	padding: 0;
}

#page {
	 position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     width: 970px;
     text-align: left;
}

/*Boites du menu, du coté, du pied de page et du main*/
div#menu,div#cote,div#main {
	border-color:000000;
	border-width:1px;
	border-style:solid;
}

/*Marge ŕ gauche*/
div#bandeau,div#menu,div#cote,div#date,div#piedPage {
	left: 5px;
}

div#bandeau {
	width:970px;
	height:70px;
	position:absolute;
	top:30px;
	background-image: url(../templates/images/bd.jpg);
}

img#image {
	border-width:1px; border-style:solid; border-color:#000000;
	position:absolute;
	top:43px;
	left:860px;
	z-index:100;
}

div#menu {
	width:968px;
	height:30px;
	position:absolute;
	top:100px;
	background-image: url(../templates/images/menu.png);
	z-index:2;
}

div#cote {
	width:150px;
	height:450px;
	position:absolute;
	top:150px;
}

div#main {	
	border-top-width:0px;
	width:808px;
	position:absolute;
	left: 165px;
	top:150px;
	z-index:1;
}
div#piedPage {
	width:100%;
	height: 20px;
	text-align:center;
 	font: 7pt verdana, sans-serif;
	line-height: 20px;	
	color: #999999;
	margin-top: 20px;
}

div#titreRubrique {
	/*background-color: #0000ff ;*/
	background-image: url(../templates/images/menu.png);
	text-align:center;
 	font: 16px verdana, sans-serif;
	font-weight: bold;
	line-height: 22pt;	
	border-top-color:#000000;	border-top-width:1px;	border-top-style:solid;
	border-bottom-color:#000000;	border-bottom-width:1px;	border-bottom-style:solid; 
	width:808px;
	height:30px;
}

div#titreArticle {
 	font: 12pt verdana, sans-serif;
	text-align:left;
	font-weight: bold;
	color: #0033CC;
	margin-bottom:10px;
}

div#article {
 	font: 8pt verdana, sans-serif;
	color: #000000;
	text-align: left;
	margin-bottom:10px;
}

div#piedArticle {
	text-align:right;
 	font: 7pt verdana, sans-serif;
	color: #000000;
}

div#lien {
 	font: 10pt verdana, sans-serif;
	color: #000000;
	text-align: left;
	margin-bottom:10px;
}

div#DescriptLien {
	margin-left:5px;
 	font: 8pt verdana, sans-serif;
}

div#date {
	font-family: arial, helvetica, sans-serif ;
	font-size: 8pt ;
	color: black ;
	background-color: #FFFFFF ;
	position:absolute;
	top:15px;
}


/* the menu */
	
#menunav {
	width: 600px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;	
	list-style-type: none;
 	position: absolute;
 	top: 105px;
 	left: 175px;
  	z-index:100;
}

#menunav li {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
	border: 0;	
	text-align: center;
	line-height: 15px;
	font-size:0.9em;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity: 0.8;
}

ul,li,a#menu {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

/*
li.rubrique { 
	background:white;
}
*/
	
li.rubrique>ul { left:140px; } /* others */

a#menu {
	padding:2px;
	/* margin:2px; */
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
	border: 1px solid #FFFFFF;
	width:100%; /* IE */
}
	
li>a#menu { width:auto; } /* others */

li a#menu.first-rub {
	background-color: gray;	
}

li a#menu.second-rub {
	font-size:1em;
	/* background: transparent url("imgs/fond_hover.png") no-repeat; */
	background-color: gray;
}

/* regular hovers */

a#menu:hover {
	border: 1px solid gray;
}
	
li.rubrique a#menu:hover {
	background-color: #CCCCCC;
	border: 1px solid gray;
}
	
/* hovers with specificity */

li a#menu.first-rub:hover {
	color: #000000;
	background: #CCCCCC;	
}
	
li.rubrique:hover { z-index:10; }		
		
ul ul, li:hover ul ul {
	display:none;
}

li:hover ul, li:hover li:hover ul {
	display:block;
}

li a#menu.second-rub:hover {color:#000000;}
