/*
-----------------------------------
------ SCRIPT DE PROTECTION -------
          DBProtect V1.2
-----------------------------------
*/
/body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
body a:hover{
	text-decoration: underline;
}
/*#zone_de_texte {
position:absolute;
margin-left:10%;
margin-right:10%;
top:100px;
width:600px;
height:380px;
color:blue;
background-color:#ff66cc;
}*/
.erreur {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.reussite {
	font-size: 10px;
	font-weight: bold;
	color: #669900;
}
.donnee {
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
}
.titre {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.tableaux {
	font-size: 10px;
	border: 1px dotted #000000;
	background-color: #eeeeee;
}
#zonelogin {
float:center;

}
/* pave espace membres */
/*
#pave1M {
  position:absolute; 
  top:100px; 
  left:210px; 
  padding : 0px 2px 0px 2px;
  background-image:url('../images/olive.gif');
  width:100px;
  height:50px;
  z-index:0;
}
#pave2M {
  position:absolute; 
  top:155px; 
  left:210px; 
  padding : 0px 2px 0px 2px;
  background-image:url('../images/fushia.gif');
  width:100px;
  height:50px;
  z-index:0;
}
#pave3M {
  position:absolute; 
  top:210px; 
  left:210px; 
  padding : 0px 2px 0px 2px;
  background-image:url('../images/bleu.gif');
  width:100px;
  height:50px;
  z-index:0;
}
#pave4M {
  position:absolute; 
  top:100px; 
  left:320px; 
  padding : 0px 2px 0px 2px;
  background-image:url('../images/orange.gif');
  width:100px;
  height:50px;
  z-index:0;
}
#pave5M {
  position:absolute; 
  top:255px; 
  left:320px; 
  padding : 0px 2px 0px 2px;
  background-image:url('../images/olive.gif');
  width:100px;
  height:50px;
  z-index:0;
}
#pave6M {
  position:absolute; 
  top:200px; 
  
  right:15%;
  padding : 0px 2px 10px 2px;
  background-image:url('../images/bleu.gif');
  width:100px;
  height:50px;
  z-index:0;
}
#lienpaveM {
position : absolute;
left : 0;
color : white;
padding : 20px 2px 20px 2px;
font-weight : bold;
font-family : arial;
text-decoration : none;
width : 100px;
}
#lienpaveM:hover {

text-decoration : none;
color : blue;
width:100px;
background-color : yellow;
}

