/* Body */
body {
	background-color: #e4e4e4;
	margin: 0;
  	text-align: center;
  	font-family: Book Antiqua;
  	font-size: 14px;
  	color: #3a3a3a;
}

/* Conteneur global */
div#mainPanel {
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: left; 
	width: 804px;
}

/* month box */
.monthbox {
	height: 30px;
	width: 40px;
	padding: 3px;
}

/* conteneur du logo */
div#entete {
	height: 101px;
	width:817px;
	background-image:url("../img/Entete.jpg");	
}

/* Espace entre le menu et le content */
div#spacerH {
	height: 20px;	
}

/* Conteneur global (contentTop + content) */
div#contentMain {
	width: 817px;
	background-image: url("../img/ContentMid.gif");
}

/* Image 'top' du contenu */ 
div#contentTop {
	height: 15px;
	width: 817px;
	background-image: url("../img/ContentTop.gif");
	float: left;
}

/* Corps de page (contient contentBody) */
div#content {
	width: 817px;
	background-image: url("../img/ContentBas.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Contient le texte */
div#contentBody {
	padding: 20px;
}

div#profilePic {
	float: right;
	padding-right: 40px;
}

h1 {
	color: #fff;
	font-size: 24px;
	margin-top: 0px;	
}

a {
	border: 0px;
	text-decoration: none;
	color: black;	
}

a:hover {
	color: white;	
}

a:active {
	color: gray;	
}

.paginator {
	text-align: center;	
}

.paginator a {
	text-decoration: none;
	color: black;
	font-size: 12px;
}

.paginator a:hover {
	color: white;	
}

.profileTable td {
	vertical-align: top;
	padding: 5px;
	padding-left: 0px;
}

.adminTable {
    width: 100%;
    border: 1px solid;
}

.adminTable th {
    background-color: #333333;
    color: white;
}


