/*
======Virtual Dream==========
disign KROMO Space  default

Copyright© "Virtual Dream Corporation" 2008, tous droits réservés
 */

body
{
   min-width:680px;
   background-attachment:fixed;
   padding: 10px;
   background-color:rgb(0,0,0);
   /*background-image: url("defaut/body.jpg");*/
   margin: auto;
   margin-top: 5px;
   margin-bottom: 20px;    
   font-family: 'Trebuchet MS', Tahoma, Verdana, "Times New Roman", Times, serif;
   color:white;
}

body a
{
color: white;
}

body a:hover
{
color: rgb(150,22,10);
}


#corps
{
   margin: 10px;
   padding: 5px;

   background-image: url("defaut/corps.png");
   background-repeat: repeat;
   
   border: 1px solid white;
}



/*  INFOBULLE   */
.infobulle
{
    text-align:center;
	background-color: black;
	position: absolute;	
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
}




