/* Feuille de style */
body
{
   background-color: black;
   color: #7FFF00; /* vert brillant */
}
#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:10px;
	margin-right:10px;
}
#cadre
{
color: #800000;
background-color:#E4EFFF;
border:1px solid #9FC6FF;
padding:5px;
/*arrondir les coins en haut à gauche et en bas à droite*/
-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:10px 0;
}

#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: #800000;
   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;
}
.pied_txt
{
	color: red; 
}
/* 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: Black;
}
a /* Lien normal */
{
   text-decoration: none;
   color: blue;
   font-style: italic;
}
/* style standard */
strong, em, blockquote{
  color : #00FF00;
  font-size: 1.1em;
  font-weight: bold;
  font-family: "Arial Black", Arial, Verdana, serif;
}
blockquote p strong, h1 .important{
	color: #FF1493;
	font-size: 1em;
    font-family: "Arial Black", Arial, Verdana, serif;
}
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;
}
h2{
	font-size:1.1em;
	margin:15px 5px 5px 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;
}
h3{
	font-size:1.1em;
	margin:5px 5px 5px 5px;
	color: rgb(243,65,243);
	font-family: "Arial Black", Arial, Verdana, serif;
	font-style: italic; /* Les titres h3 seront en italique ! */
}
p{
	margin:15px 5px 5px 0px;
    font-size: 1em;
    font-family: "Arial Black", Arial, Verdana, serif;
    text-align: justify; /* Ils seront justifiés */
}