/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body {
	padding: 1em; /* Remettre à zéro si nécessaire. */
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 0.8em; /* À adapter pour la police choisie. (3) */
	line-height: 1.4; /* À adapter au design. (4) */
	color: black;
	background-color: #CCCCCC;
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a {
	text-decoration: none;
} 
a:link { 
  color: #11C; 
} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: #00F; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}
/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */ 
 
/* Met en évidence les abréviations (ayant un attribut title) */ 
abbr[title] { 
  border-bottom: 1px dotted; 
  cursor: help; 
} 
 
/* Met en évidence les citations */ 
blockquote { 
  margin: .75em 0 .75em 20px; 
  padding: 0 0 0 10px; 
  border-left: solid 2px #ddd; 
} 
q, cite { 
  font-style: italic; 
} 
q cite, q q { 
  font-style: normal 
} 
 
/* Supprime les guillemets automatiques (citations courtes) */ 
q { 
  quotes: none; 
} 
q:before, q:after { 
  content: ""; /* Nécessaire pour Safari/Chrome */ 
} 
 
/* Rapproche les paragraphes dans les listes et citations */ 
blockquote p, li p { 
  margin: .5em 0; 
} 
 
/* Styles de base pour les listes de définition */ 
dl { 
  margin: .75em 0; 
} 
dt { 
  margin: .75em 0 0 0; 
  font-weight: bold; 
} 
dd { 
  margin: .25em 0 .25em 32px; 
} 
 
/* Mise en forme simple pour les tableaux */ 
table { 
  margin: 0; 
  border: 1px solid gray; /* Pas de bordure = "none". */ 
  border-collapse: collapse; /* Valeur par défaut: "separate". */ 
  border-spacing: 0; 
} 
table td, table th { 
  padding: 4px; /* Pas de retrait autour du texte = "0". */ 
  border: 1px solid #ccc; /* Pas de bordure = "none". */ 
  vertical-align: top; /* Valeur par défaut: "middle" */ 
} 
 
/* Conteneurs sémantiques de HTML 5 */ 
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section { 
  display: block; 
}


	@import url("resets.css");


/* =Base Structure
============================================================================== */
	
	
	#content {
		width: 1000px;
		margin-top: 20px;
		}
	

/* =Navigation

			
	/* =Shadow Nav
	-------------------------------------------------------------------------- */
#corps
		{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	background-image:url(../images/fond_corps.png);
	background-attachment: fixed;
	background-position: 0px 130px;
		}
#header 
		{
	 margin-left: auto; 
 	 margin-right: auto; 
 
	background-image: url(../images/images/header_05_01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
	width: 1000px;			
		}
#contenu {
	
	margin: 5px;	
			}		
		#nav-shadow {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0px;
	width: 100%;
	min-height: 130px;
	text-align: center;
	list-style: none;
	
			}
			
		#nav-shadow li {
			margin-right: 0px;
			width: 85px;
			height: 116px;
			position: relative;
			float: left;
			}
			
		#nav-shadow a, #nav-shadow a:visited, #nav-shadow a, #nav-shadow a:hover {
			margin: 0 auto;
			width: 85px;
			height: 101px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(../images/images/header_05_05.png) no-repeat;
			display: block;
			position: relative;
			z-index: 2;
			}
			
		/* Button Colors */
		
		#nav-shadow li.button-color-1 a {
			background-position: -0px -0px;
			}
			
		#nav-shadow li.button-color-2 a {
			background-position: -85px -0px;
			}
			
		#nav-shadow li.button-color-3 a {
			background-position: -170px -0px;
			}
			
		#nav-shadow li.button-color-4 a {
			background-position: -255px -0px;
			}
		#nav-shadow li.button-color-5 a {
			background-position: -340px -0px;
			}
		#nav-shadow li.button-color-6 a {
			background-position: -425px -0px;
			}
		#nav-shadow li.button-color-7 a {
			background-position: -510px -0px;
			}		
		/* Button Shadow */
		
		#nav-shadow li img.shadow {
			margin: 0 auto;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			}
			
/* Menu de navigation droite*/
#navigation {
	width: 280px;
	float: right; /* On fait flotter le menu à droite plutôt qu'à gauche */

}
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	color: #0099FF;
	font-weight: bold;
}
#navigation a:hover {
	color: #33CCFF;
	font-weight: bold;
}
/* Contenu */
#navigation {
	float: right; /* On fait flotter le menu à droite plutôt qu'à gauche */
}


#contient {
	margin-right: 290px; /* ... et on utilise la même marge, à droite */
	margin-left: 10px;
	text-align: justify;	
}
#contient > :first-child {
	margin-top: 10px;
	
}
#contient p, #contenu li {
	line-height: 1.5;
}

#tabMenu {margin:0;padding:0 0 0 15px;list-style:none;}
#tabMenu li {float:left;height:32px;width:39px;cursor:pointer;cursor:hand}

li.comments {background:url(../images/tabComment.gif) no-repeat 0 -32px;}
li.posts {background:url(../images/tabStar.gif) no-repeat 0 -32px;}
li.category {background:url(../images/tabFolder.gif) no-repeat 0 -32px;}
li.famous {background:url(../images/tabHeart.gif) no-repeat 0 -32px;}
li.random {background:url(../images/tabRandom.gif) no-repeat 0 -32px;}

li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -32px;}
li.selected {background-position:0 0;}

.box {width:260px}
.boxTop {background:url(../images/boxTop.gif) no-repeat;height:11px;clear:both}
*html .boxTop {margin-bottom:-2px;}
.boxBody {background-color:#282828;}
.boxBottom {background:url(../images/boxBottom.gif) no-repeat;height:11px;}

.boxBody div {display:none;}
.boxBody div.show {display:block;}
.boxBody #category a {display:block;}

.boxBody div ul {margin:0 10px 0 25px;padding:0;width:240px;list-style-image:url(../images/arrow.gif)}
*html .boxBody div ul {margin-left:10px;padding-left:15px;}
.boxBody div li {border-bottom:1px dotted #8e8e8e; padding:4px 0;cursor:hand;cursor:pointer;}
.boxBody div ul li.last {border-bottom:none}
.boxBody div li span {font-size:8px;font-style:italic; color:#888;}
