@import url(listage-bd.css);
@import url(listage-planche.css);
@import url(sommaire.css);
@import url(cellule.css);
@import url(cellule.css);
@import url(page-vote.css);

.format_png { behavior: url(././win_png.htc); }


body {
font-family: verdana, arial, sans-serif;
background-color: #000;
color: #fff;
background-image: url(fond.png);
background-position: bottom left;
background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {

}

a img {
border: 0;	
}

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

p, h1, h2, h3, h4, h5, h6 {
margin: 0;	
}

/* bandeau */

#bandeau {
position: absolute;
top: 28px;
left: 37px;	
}

/* navigation */

#navigation {
position: absolute;
top: 66px;
left: 440px;	
}

#navigation li {
float: left;
margin-right: 10px;	
}

#navigation a {
font-size: 12px; 
color: #ccc;
text-decoration: none;	
text-transform: uppercase;
}

#navigation a:hover {
background-color: #333;	
}

#navigation li.last a {
font-size: 9px;
}


#navigation li.last {
padding-top: 3px;	
}

/* navigation-jours */

#navigation-jour {
position: absolute;
top: 92px;
left: 45px;	
}

#navigation-jour .start {
background-image: url(fleche.gif);
background-position: top left;
background-repeat: no-repeat;
width: 12px;
height:12px;
margin-top: 4px;
}

#navigation-jour li {
float: left;
margin-right: 10px;	
_display: inline;
}

#navigation-jour a {
font-size: 12px;
color: #ff0000;
text-decoration: none;	
text-transform: uppercase;
font-weight: bold;
}

#navigation-jour a:hover {
background-color: #333;	
}

/* exception du comportement dans l'article : absolute au lieu de fixed */

#article #footer, #vote #footer, #groupes #footer, #article-galerie #footer, #page-forum #footer {
position: static;	
}

#blocinfo-v {
position: absolute;
top: 239px;
left: 30px;	
width: 150px;
font-size: 11px;
line-height: 130%;
}

/* footer */

#footer {
	position: absolute;
	top: 700px;
	left: 20px;
	font-size: 59%;
	z-index: 1;
	padding-bottom: 10px;
}

#footer a {
	color: #600000;
	text-decoration: none;
}

#footer a:hover {
	color: #f00;
	
}
