body {
	
    margin: auto;
    margin-top: 0px;
   	margin-bottom: 10px;    
	padding: 0;
	background-color: #000000;
	background-image: url(../images/bg.png);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	
}
a {
	text-decoration: none;
	color: #D56E22;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

/* Header */

#header {
	width:852px;
	height:220px;
	margin: 0 auto;
	background: url(../images/header.png)no-repeat;
	background-image: url(../images/header.png)no-repeat;
}
#barre{
	width:852px;
	height:50px;
	background-image: url(../images/barre.png);
	margin: -3px auto;
}
/* Page */

#page {
	width: 852px;
	margin: 0 auto;
	background-image: url(../images/fond.png);
	background-repeat: repeat-y;
}


/* Content */

#content {
	margin-top:10px;
	margin-left: -2px;
	float: left;
	width: 510px;
	color: #000000;
}
#intro{
	background:url(../images/intro.png);
	background-image: url(../images/intro.png);
	height:133px;
}


/* Sidebars */
#hautgauche {
	margin-left: -11px;
}
#imgGAP {
	margin-left: -9px;
	margin-top: -10px;
}
#imgES21 {
	margin-left: -5px;
	margin-top: -17px;
}

#imgstreaming {
	margin-left: -8px;
	margin-top: -13px;
}
#imgserv {
	margin-top: -5px;
}
#imgpub {
	margin-top: -11px;
}
#sidebar {
	float: left;
	width: 150px;
	padding-left:11px;
	padding-right:10px;
}
#sidebar2 {
	float: right;
	width: 150px;
	padding-right:11px;
}
#box{
	margin-top: -2px;
	margin-bottom: -2px;
	padding-bottom: 12px;
	width:150px;
	background-image: url(../images/fondmenu.png);
	background-repeat: repeat-y;
}
#login{
	padding-left:5px;
	width:153px;
	background-image: url(../images/fondmenu.png);
	background-repeat: repeat-y;
}
#stats{
	padding-left:0px;
	width:153px;
	background-image: url(../images/fondmenu.png);
	background-repeat: repeat-y;
}

/* Footer */
#footer{
	text-align:center;
	margin: 0 auto -30px;
	height:16px;
	width:852px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
