/* Général */
body
{
  margin: auto;
  background: #86CEF9 url('http://www.siteduzero.com/Templates/images/designs/6/fond.png') repeat-x;
  color : navy;
  margin-top: 20px;
  margin-bottom: 20px; 
}

#corps
{
	max-width:80%;
   background: #E1FBDD url('http://www.siteduzero.com/Templates/images/designs/6/corpsbg.gif') repeat-x;
   margin-left: 20px;    
   margin-bottom: 20px;
   padding: 5px;
   padding-left: 5px;  
   overflow: auto;  
   POSITION: relative;
   TOP: 50px;
}

label {
display:block;
width:100px;
float:left;
}

fieldset
{
 background-color: #FFFFCC;
 border : 1px dotted black;
}

table
{
   border-collapse: collapse; 
   min-width : 400 px;
}

tr
{
	border: 1px solid black;
}

th, td.cat
{
	background-color: #dcdfe4;
	font-weight: bold; 
}

.nothing
{
	color:red;
	font-weight : bold;
}

a img
{
	border : none;
}

.big
{
 width : 50%;
}

.message
{
	width : 400 px;
}

.infos
{
	width : 70 px;
}

#connected
{
	float: left;
}

#corps a,#corps a:visited, a:visited
{
 color: rgb(0,149,141);
}

.titre
{
	font-size: small;
}







