/* Général */
body {
	color: #F0E39E;
	background: #2C2F22;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #4C513B;
}

/* Navigation */
#navigation {
	background: #181A12;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background: #cbd888;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 50px; /* Voir -> Note 1 ci-dessous */
}

/* En-tête */
#entete {
	padding: 20px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	width: 16%;
	float: left; /* -> 2 */
}
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; /* -> 3 */
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	margin-left: 20%; /* -> 4 */
	margin-bottom: 20px;
	padding: 10px 10px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Mention de paternité */
#copyright {
	margin-left: 20%;
}

/* Paginations */
.act {
border: 1px solid #BECE0E;
font-weight:bold;
cursor: default;
height:22px;
padding:5px;
margin:3px;
}
.inact {
border: 1px solid #F0F0F0;
padding: 0px 3px 0px 3px;
color: #BA9581;
background-color:#DBE4AC;
padding:5px;
text-decoration:none;
margin:3px;
}
.inact:hover {
border: 1px solid #FCA908;
}

/* Titres tubes */
.imgrov{
position: relative;
width:950px;
height:137px;
overflow: hidden;
margin:0;
padding:0;
}
.infob{
color:#f1f1f1;
left: 0px;
position:absolute; 
top: 0px;
left:1px;
background: #090809;
padding: 0px 0 0 0px; 
display: block;
width: 362px;
/*min-height: 30px;*/
overflow: hidden;
filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}
.infob #pad {
padding:5px;
font-family:arial;
font-size:11px;
color:#CCCCCC
}

/* badge */
#corner-badge a{ width: 100px; height: 100px; background: url(./img/badge2.png) top left no-repeat; text-indent: -99999em; position: absolute; top: 0px; right: 0px;}
