html {
	font : 90%/1.7em Segoe Print,"Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : white;

	margin : 0; padding : 0;
	background : white;
	background-image: url("images/bg.jpg");
	background-attachment: fixed; 
	
	}

body
{
   width: 1000px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 20px;

}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color:#3beeff; /* Les liens seront en rouge au lieu de bleu */
   
}

a:hover 
{
   color : #f063a4;
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
   }

img
{
   border : 0;
   
}

	
	
#corps
{
   
   color: #ffffff;
   margin: 0;
   padding: 0;
   font-family: Century Gothic, Comic Sans MS,Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   background-color: #000000; /* Une couleur de fond pour le corps */
   
}

#corps p/*Tous les paragraphes du corps*/
/*  à noter: word-spacing : l'espace entre les mots (en pixels) et letter-spacing : l'espace entre les lettres (en pixels).*/

{
   text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
   text-align: center; /* Ils seront centrés */
   font-size: large; /* Allez, soyons fous, grossissons le texte :o;) */
   margin-right: 140px;

} 

#corps a img
{
text-align: center;
   margin: auto;
   border: none; /* Pas de bordure */	
}


#corps img
{
   text-align: center;
   margin: auto;
   border: none; /* Pas de bordure */	
   /*display: block; */	
}

#corps a 
{
   font-family: Century Gothic, Comic Sans MS,Impact, Arial, "Arial Black", "Times New Roman", Times, serif;
	/*Polices utilisées pour la majorité des navigateurs 
	Arial * Arial Black * Comic Sans MS * Courier New * Georgia * Impact * Times New Roman * Trebuchet MS * Verdana 
	finir par Time pour Mac et par serif qui est un police standard*/

   color: #7bfff0;	
   text-decoration: none; /* Les liens ne seront plus soulignés */
   /*D'autres valeurs pour text-decoration:
    * underline : souligné.
    * line-through : barré.
    * overline : ligne au-dessus.
    * blink : clignotant. Attention, cette propriété ne marche pas sous Internet Explorer. Elle fonctionne en revanche bien sur tous les autres navigateurs, dont Mozilla Firefox.
    * none : normal (par défaut). */
}

ul /* Ma liste aura des puces en forme de ... */
{
   list-style-image:url("http://kisstyx.com/graph/pulsar.gif") ;
   text-align: left;
}

#corps a:hover
{
   font-family: Century Gothic, Comic Sans MS,Impact, Arial, "Arial Black", "Times New Roman", Times, serif;
   color: #ffffff;
   
}

div#disclaimer{ text-align:left; }
 div#disclaimer-fond{ position:absolute; z-index:1000; width:100%; height:2650px; background:transparent; background-image: url("http://kisstyx.com/graph/fonds/capiton-noir.jpg");  filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9; text-align:center; line-height:normal; clear:both; }
 div#disclaimer-conteneur{ position:absolute; z-index:1001; width:100%; text-align:center; clear:both; }
  div#disclaimer-cadre{ width:550px; margin-left:auto; margin-right:auto; text-align:center; margin-top:200px; padding:15px; font-size:12px; border:#ddd 1px solid; background:#f5f5f5; color:#555; }
   div#disclaimer-cadre b{ font-size:14px; color:black; }
   div#disclaimer-cadre a{ text-decoration:none; font-size:22px; font-weight:bold; color:#356aa0; }
   div#disclaimer-cadre a:hover{ color:blue; }

#header {

	background-color:transparent; /* Une couleur de fond  */
	}
	




#sidebar {
	float : right;
	width : 200px;
	border-right : 1px solid #111;
	background-color: #000000; /* Une couleur de fond  */

	}

#sidebar a{
	text-decoration: none; /* Les liens ne seront plus soulignés */
   color: white;
   
	}

	
	#menu {
	background : #000000;
	}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 1000px;
	height : 20px;
	list-style-type : none;
	}

#menu li {
	float : left;
	}
	
	
	
#menu li a {
	display : block;
	padding : 4px 10px;
	color :  #fff;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 0.85em;
	letter-spacing : 1px;
	}
#menu li a:hover {
	background : #111;
	color : #fff;
	}
