* {margin:0; padding:0;}

body {
    margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e2e2e2;
}


/*///////////////////*/
/* Conteneur global */
/*/////////////////*/



#global{
	position:absolute;
	left: 50%; 
	margin-top: 20px;
    margin-left: -491px; /* moitié de la largeur */
	width: 982px;
	border: 5px solid white;
}


/*/////////*/
/* Header */
/*///////*/



#header{
	position:relative;
	height:50px;
	background-color:#f8f8f8;
}

#header img{
	position:absolute;
	top:50%;
	margin-top:-15px;
}

#menu {
	position:absolute;
	right:0px;
	height:43px;
	background-color:#FFFFFF;
}

#menu li{
	display:inline;
	height:43px;
}


#menu p{
	float:left;
	padding:15px;
	height:43px;
	font-size:10px;
	background:url(graf/menu.jpg) no-repeat;
}


/*//////////////////*/
/* Contenu central */
/*////////////////*/



#center{
	position:relative;
	height:498px;
 	background-color: white;
}


#hg{
	position:absolute;
	top:5px;
	height:284px;
	width:488px;
	background-color:#efefe4;
}

#hd{
	position:absolute;
	top:5px;
	left:493px;
	height:254px;
	width:458px;
	padding:15px;
	background-color:#efefe4;
}

#bg50{
	position:absolute;
	top:294px;
	height:204px;
	width:488px;
	background-color:#efefe4;
}


#bd50{
	position:absolute;
	top:294px;
	left:493px;
	height:204px;
	width:488px;
	background-color:#efefe4;
}


#bg33{
	position:absolute;
	top:294px;
	height:204px;
	width:324px;
	background-color:#efefe4;
}

#bc33{
	position:absolute;
	top:294px;
	left:329px;
	height:204px;
	width:324px;
	background-color:#efefe4;
}

#bd33{
	position:absolute;
	top:294px;
	left:658px;
	height:204px;
	width:324px;
	background-color:#efefe4;
}

#d50{
	position:absolute;
	top:5px;
	left:493px;
	padding:15px;
	height:463px;
	width:458px;
	background-color:#efefe4;
}


#gauche_admin{
	position:absolute;
	top:5px;
	height:493px;
	width:288px;
	background-color:#efefe4;
}

#droite_admin{
	position:absolute;
	top:5px;
	left:293px;
	padding:15px;
	height:463px;
	width:658px;
	background-color:#efefe4;
}

#log{
	position:absolute;
	top:5px;
	height:493px;
	width:982px;
	background-color:#efefe4;
}

/*/////////*/
/* Footer */
/*///////*/



#footer{
	position:relative;
	height:25px;
}

#mention{
	position:absolute;	
	width:982px;
	top:520px;
	font-size:10px;
	color:#666;
}


/*///////////////*/
/* Mise en page */
/*/////////////*/


/* les liens*/

A:link {color:#999;text-decoration: none;}
A:visited {color:#999;text-decoration: none;}
A:hover {color:#000;text-decoration: none;}


A.1:link {text-decoration: none;}
A.1:visited {text-decoration: none;}
A.1:hover {text-decoration: none;}


/* Les titres */

h1 {color:#000;
	font-size:18px;
	text-transform:uppercase;
}

h2 {
	color:#000;
	font-size:15px;
	text-transform:uppercase;
}

h3 {
	color:#000;
	font-size:12px;
	text-transform:uppercase;
}

h5 {
	color:#000;
	font-size:15px;
}

