/* Feuille de style */
body
{
   background-color: black;
   color: green;
}
#global
{
	position:absolute;
	width:976px;
	top:10px;
	left:50%;
	margin-left:-488px;
	background-color:#000;
}
#tete
{
	float:left;
	width:976px;
	height:104px;
}
#corps
{
	float:left;
	width:976px;
	margin-top:10px;
}
#col1
{
	float:left;
	width:200px;
}
#menu
{
	width:190px;
	margin-left:5px;
	margin-bottom:50px;
	background-color:#ffeecc;
}
#liste_menu
{
	list-style:none;
	padding-top:20px;
	padding-bottom:20px;
}
#liste_menu li
{
	margin-bottom:5px;	
}
#liste_menu a{
	text-decoration:none;
	color:#f8a500;
	font-weight:bold;
}
#liste_menu a:hover{
	text-decoration:underline;
}
#logo
{
	color: silver;
	font-size: 1em;
    font-family: "Arial Black", Arial, Verdana, serif;
}
#C64
{
	color: slateblue;
	font-size: 1.1em;
	font-weight: bold;
    font-family: "Arial Black", Arial, Verdana, serif;
}
#favoris
{
	width:190px;
	margin-left:5px;
	margin-bottom:10px;
	background-color:#e9fbd3
}
#liste_site
{
	list-style:none;
	padding-top:20px;
	padding-bottom:20px;
}
#liste_site a{
	text-decoration:none;
	color:#63af05;
	font-weight:bold;
}
#liste_site a:hover{
	text-decoration:underline;
}
#col2
{
	float:left;	
	width:750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main_pic
{
	width:204px;
	margin-bottom:30px;
	background-color:#e0e0e0;
}
#main_pic img
{
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
}
#pied
{
	clear:both;
	width:976px;
	height:160px;
	line-height:1em;
	text-align:left;
	margin-bottom:10px;
	background-image:url("../images/pied.gif");
}
#livredor{
	text-decoration:none;
	color:#63af05;
	font-size:1em;
	font-weight:bold;
}
/* catégories de texte */
.lien
{
   color: blue;
   font-size: 1em;
   font-family: "Arial Black", Arial, Verdana, serif;
}
.bloc
{
	font-size:1em;
	margin:15px 5px 5px 0px;
	margin:0px;
	color: red;
  	font-family: "Arial Black", Arial, Verdana, serif;
    font-style: italic; /* Les titres h1 et h2 seront en italique */
    font-weight: bold; /* et en gras*/
    text-decoration: underline;
}
/* liens */
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: line-through;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: #FFCC66;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: white;
}
a /* Lien normal */
{
   text-decoration: none;
   color: blue;
   font-style: italic;
}
/* style standard */

h1{
	color: red;
	font-family: "Arial Black", Arial, Verdana, serif;
    font-style: italic; /* Les titres h1 et h2 seront en italique */
    font-weight: bold; /* et en gras*/
    text-decoration: underline;
	font-size:1.2em;
	margin:5px 5px 5px 0px;
}

p{
	margin:15px 5px 5px 0px;
    font-size: 1em;
    font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
    text-align: justify; /* Ils seront justifiés */
}
.cadre{
margin-top: 250px;
margin-left: auto;
margin-right: auto;
text-align:center;
height: 50px;
width: 900px;
border: 1px solid black;
text-align: center;
}

#barre{
height: 50px;
width: 0px;
background-color: red;
}

.txt{
text-align: center;
font-size: 26px;
font-weight: bold;
}