/*
======VD-WebSite==========
disign-KROMOearth  structure

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

/*   GENERALE STRUCT  */
body
{
   min-width:600px;
   background-attachment:fixed;
   background-position: center center ;
   margin: auto;
}

/*  INFOBULLE   */
.infobulle
{
	position: absolute;	
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
}
	

/* Le menu */

#menu
{
   float: left;
   width: 160px;
}


/* Le corps de la page */

#corps
{
   margin-left: 170px;
   margin-bottom: 50px;
   padding: 5px;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
margin-top: 30px;
}


table /* Le tableau en lui-même */
{
   border-collapse: collapse; /* Colle les bordures entre elles */
}

.centrer
{
   text-align:center;
}
.center
{
   text-align:center;
}

.recherche
{
    width:40%;
}

.table_normal
{
    border:none;
	margin-top:5px;
	margin-bottom:5px;
}
.table_normal td
{
    padding:0px 5px;
}

.label
{
   padding-right: 10px;
}

.erreur
{
    text-align:center;
	color:red;
	padding:20px;
}
.ok
{
    text-align:center;
	color:rgb(0,255,0);
	padding:20px;
}

.inline
{
 display:inline;
}
