/* CSS Document */
html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body{
	min-width:973px;
	background:#005300;
	font-family:arial, helvetica, sans-serif;
	color:black;
	text-align:center;
}
div{
	border:0;
	margin:0 auto;
	padding:0;
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:black;
	text-decoration:underline;
}

table#fond{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
}
td#tfond{
	text-align:center;
	vertical-align:middle;
}

div#container{
	position:relative;
	width:973px;
	height:673px;
	background:url(images2/index/fond.jpg) left top no-repeat;
}

/* moteur de recherche banniere */
div#rech{
	position:absolute;
	width:310px;
	left:649px;
	top:290px;
}
#rech form{display:inline;}
#rech label{
	color:black;
	font-size:0.9em;
}

/* Espace du thème */
div#thema{
	position:absolute;
	width:900px;
	height:54px;
	left:40px;
	top:327px;
	background:url(images2/index/theme.gif) left top no-repeat;
}

/* rubriques principales */
div#menu{
	position:absolute;
	width:253px;
	left:628px;
	top:407px;
	z-index:1000;
}
#menu dl{
	padding:5px 15px;
	height:17px;
	margin:12px 0;
}
#menu dt{
	font-size:0.8em;
	text-align:left;
}
#menu dt a{
	margin-left:1.3em;
	color:white;
}

#menu dd {
	position:absolute;
	width:160px;
	right:0;
	visibility:hidden;
	text-align:left;
	border:1px solid black;
	z-index:1200;
}
dd#hsr_communaute{background:#3366CA;}
.licommunaute{background:#7297DC;}
dd#hsr_quotidien{background:#FE6600;}
.liquotidien{background:#FEA467;}
dd#hsr_economie{background:#D20D01;}
.lieconomie{background:#FF8680;}
dd#hsr_activite{background:#659D33;}
.liactivite{background:#9CCF6D;}
dd#hsr_competence{background:#7043A7;}
.licompetence{background:#AD8ED2;}
#menu dd ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu dd li {
	padding:2px;
	border-bottom:1px solid black;
	font-size:8pt;
}
#menu dd a {
	color:white;
	text-decoration:none;
}
#menu dd a:hover {
	color:black;
	text-decoration:underline;
}

/* Espace actualités */
div#actu{
	position:absolute;
	width:444px;
	height:210px;
	left:41px;
	top:401px;
	background:url(images2/index/f_actu.jpg) left top no-repeat;
}
div.TListe{
	padding:1em;
	text-align:left;
}
h4.titre{
	margin:0;
	padding:0;
	color:white;
	font-size:0.8em;
}
h4.titre a{
	color:white;
	text-decoration:none;
}
div.resume{
	color:white;
	font-size:0.8em;
}
div.redac img{
	margin:0 0.3em;
	border:1px solid white;
}
a.liresuite img{
	border:0;
	margin:0.5em 0;
}
/* Séparation des articles */
div.separ hr{display:none;}
div.separ{
	display:block;
	clear:both;
}

/* Bas de page */
div#bas{
	position:absolute;
	height:27px;
	right:16px;
	bottom:17px;
	background:url(images2/index/f_bas.gif) left top no-repeat;
/*	background:black;	*/
}
#bas ul{
	margin:0.3em 0 0 0;
	font-size:0.8em;
}
#bas li{
	display:inline;
	padding:0 1.5em;
}
#bas a{
	color:white;
	text-decoration:none;
}
#bas a:hover{text-decoration:underline;}
#bas img{
	border:0;
	vertical-align:middle;
	margin-right:0.2em;
}
