body{
    background:#808080;
    color:#FFFFFF;
	font-family:Century Gothic;
	

}
a{
 color:white;
 text-decoration:none;
}
a img{
border:0;
}
#global{
	text-align:center;
}
#total2{
	height:630px; 
	width:1000px; 
	background:#969696;
	position:relative; 
	top:0;
	left:0;
	border:1px solid black; 
	border-bottom:2px solid black; 
	border-right:2px solid black; 
	margin-top:auto; 
	margin-bottom:auto; 
	margin-left:auto; 
	margin-right:auto; 
	padding:0;
	text-align:left;
	
}

#total{

	height:630px; 
	width:1000px; 
	background:#969696;
	position:absolute; 
	left: 50%; 
	top: 50%;
	margin-top: -315px; /* moitié de la hauteur */
	margin-left: -500px; /* moitié de la largeur */
	border:1px solid black; 
	border-bottom:2px solid black; 
	border-right:2px solid black; 
 
	padding:0;
	text-align:left;
	
}

#site{
	height:590px; 
	width:826px; 
	position:relative; 
	top:12; 
	bottom:10; 
	left:25; 
	/*border:1px solid red; */
	margin:0; 
	padding:0;
	border-bottom:2px solid white;
	
}
#menu{
	text-align:right; 
	position:absolute;
	top:0;
	right:0;	
	/*border:1px solid green;*/ 
	width:210px; 
	margin:0; 
	padding:0; 
	line-height:19px;
}
#menu a:hover{
	font-weight:bold;
	font-size:18;
}	

#tab{
	width:707;
	height:450;
	position:absolute; 
	bottom:0; 
	left:0;
	/*border:1px solid blue;*/
}
#text{
	width:100%;
	position:absolute; 
	bottom:0; 
	left:0;
	height:160;
	/*border:1px solid blue;*/
	overflow:auto;
}
#text div {
	position:absolute;
	bottom:0;
	left:0;
}

#content{
	position:absolute; 
	bottom:10; 
	left:0; 
	text-align:left; 
	margin:0; 
	padding:0; 
	width:730px; 
	height:470;
	/*border:1px solid black;*/
	
}

#content2{
	position:absolute; 
	bottom:10; 
	left:0; 
	text-align:left; 
	margin:0; 
	padding:0; 
	width:700px; 
	height:580;
	/*border:1px solid black;*/
	
}
#navig{
    position:relative;
    top:0px;
    left:-30px;
    width:750px;
    height:35px;
    /*border:1px solid white;*/
}
.tbl-principal{
    
    width:80%;
    background:#969696;
    border-left:1px solid black;
    border-right:2px solid black;
	/*border-bottom:1px solid black;*/
    text-align:center;
	margin: 0 auto;
}


