body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 0.8em "Arial", arial, sans-serif;
	background: #e5e5e5;
	height: 100%;
}

#conteneur_global {
	position: absolute;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border: 1px solid #0098e1;
	min-height: 500px;
	
	
     left: 50%; 
     margin-top: 5px; /* moitié de la hauteur, dans le cas présent, j'ai fait 
	 différemment, le cadre n'est pas centré verticalement */
     margin-left: -300px; /* moitié de la largeur */
	 margin-bottom: 0;
     }
	
}

* {margin: 0; padding: 0;}

h1 {
	margin: 10px 10px;
	text-align: left;
	color: #0098e1;
	font: italic bold 1.2em Arial, sans-serif;
}

h2 {
	margin: 5px 5px;
	text-align: left;
	color: #0098e1;
	font: bold 2em Arial, sans-serif;
}
/* ---------------intertitre--------------------- */
h3.spip {
        font-family: Arial,sans-serif;
        font-weight: bold;
        font-size: 110%;
        text-align: left;
        margin-top: 2em;
        margin-bottom: 1.5em;
        padding: 0em;
		color: #0098e1;
}

a img {
	border: none;
}
	
.present {
	margin:15px;
	margin-top: 10px;
	margin-right: 5px;
	padding: 0;
	text-align: justify;
	color: #888686;
	font: bold 1em Arial, sans-serif;
}

.titre {
	float: left;
}


a {
	margin-left: 5px;
	color: #8CAAD3;
	font: bold 1em Arial, sans-serif;
		text-decoration: none;

}

a:hover
{
color: #0098e1;

}

/* ------------------------------------ */
/*                                      */
/*            Header                    */
/*                                      */
/* ------------------------------------ */

#header {
	width: 600px;
	height: 200px;
	background-image: url(IMG/entete/entete.jpg);
	border-bottom: 1px solid #fff;
}

#main {
	position: absolute;
	margin-top: 5px;
	margin-left: 430px;
	padding: 0;
	font: bold 0.8em Arial, sans-serif;
	list-style-type: none;
	text-align: right;
}
#main a {
	width: 150px;
	line-height: 15px;
	font: 1.5em Trebuchet MS, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	text-decoration: none;
}

#main a:hover {
	color: #90AED6;
}

#menuAdmin
{
	position: absolute;
	margin-top: 185px;
	margin-left: 10px;
	padding: 0;
	font: bold 0.8em Arial, sans-serif;
	list-style-type: none;
	text-align: center;
	color: #fff;
	
}
#menuAdmin a {
	
	line-height: 15px;
	font: 0.9em Trebuchet MS, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#menuAdmin a:hover {
	color: #90AED6;
}

#cadre {
	width: 550px;
	min-height: 300px;
	margin-bottom: 30px;
	margin-left:35px;
	margin-right:15px;
	padding-top: 10px;
	background: #fff;
}

/* ------------------------------------ */
/*                                      */
/*            Page                      */
/*                                      */
/* ------------------------------------ */

#contenu {
	width: 600px;
	height: auto;
	margin: 0;
	background: #fff;
}



/* ------------------------------------ */
/*                                      */
/*            Profil                    */
/*                                      */
/* ------------------------------------ */

#page {
	width: 675px;
	height: profil;
	margin-left: 10px;
	background: #fff;
	border: 1px dashed #AAA8A9;
}


#footer {
	position: relative;
	margin: 0;
	bottom: 0;
	clear: left;
	color: #525252;
	font: bold 0.9em Arial, sans-serif;
	text-align: center;
	border-top: 1px dotted #818281;
	height: 15px;
	width: 600px;
}

	