*{
	margin: 0px;	
	padding: 0px;
	}

#global{
	position:relative;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(../images/fond.gif);
	width:778px;
	}

#logo{
	top:0px;
	left:0px;
	height:100px;
	width:778px;
	background-color: #fece08;
        border: 1px solid #FFFFEA;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
	/*border: 2px solid #CC0000;*/
	}
	
#navig{
	top: 115px;
	width: 210px;
	z-index: 50;
	left: 0px;
	position: absolute;
	/*border: 2px solid #CC0000;*/
	text-align: center;
}
	
.box{
	border: 1px solid #FFFFEA;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	margin: 0px;
	cursor :pointer;
}

.flux{
	border: 1px solid #FFFFEA;
	text-align: center;
	margin: 0px;
}
		
#contenu{
	top: 110px;
	left: 220px;
	width: 518px;
	background-color: #FFFFEA;
	position: absolute;
        border-bottom : 10px solid #333333;
	padding: 20px;
}

.headbox{
	background-color: #fece08;
	color: White;
}

.bodybox{
	background-color: #333333;
	color: White;
}
