/* CSS Document */

html{
	background:url('../image/admin/fond_admin.jpg') repeat-y top center #5E5B54;
	padding:auto;
	margin:auto;
	color:#676b67;
}

body{
	width:1000px;
	min-height:768px;
	padding:auto;
	margin:auto;
	font-family:"Verdana", "Arial";
	text-align:center;
}
#header{

width:1000px;
height:2px;
visibility:hidden;
}
.spano{
	background:url('../image/balterio.jpg') no-repeat top center;
}

.atout{
	background:url('../image/atout.jpg') no-repeat top center;
}
.agenda{
	background:url('../image/agenda2.jpg') no-repeat top center;
}

#headerclient{
background:url('../image/bannclient.jpg') no-repeat top center;
width:1000px;
height:210px;
}

table{
	border-width: 0px 0px 0px 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	margin-left:5px;
	text-align:center;
	width:990px;
}

table th {
	border-width:1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
	width:100px;
}

table td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	width:165px;
}

#allpage{
	height:500px;
}

img{
	border:none;
}

.left{text-align:left}

#wrapper{
	background:url('../image/corps.png') repeat-y top center;
	width:800px;
	min-height:700px;
	padding:auto;
	margin:auto;
	text-align:center;
}

#content{
	min-height:500px;
	width:680px;
	margin:auto;
	padding-left:5px;
	margin-left:55px;
	border-left:1px dotted #ddd;
	border-right:1px dotted #ddd;
	
}

#menu{
	float:left;
	width:350px;
	margin:auto;
	margin-left:-15px;
	padding:auto;
	}
	

#footer{
	margin:auto;
	margin-top:-12px;
	padding:auto;
	padding-top:70px;
	color:#676b67;
	background-color:#fff;
	width:1000px;
	min-height:360px;
	font-size:12px;
	text-align:center;
}	
#footer p{
	text-align:center;
	padding:auto;
	margin:auto;
}

.vert{
background-color:#e4daca;
}

.orange{
background-color:#dabf94;
}

.rouge{
background-color:#FFA4A4;
}

.bleu{
background-color:#bfc9e6;
}

.deconnection{
background:url('../image/bye.jpg') no-repeat top center;
}

/*Gestion de" l'affichage des images volantes*/
/*.popperlink { 
POSITION: absolute; 
VISIBILITY: hidden;
max-width:175px;
 }*/

/*------------INFOBULLE---------------------------*/

.infobulle{
	position: absolute;   
	visibility : hidden;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align:center;
	width:150px;
	color:#FFFFCC;
}

 
 .message{
font-size:9px;
}