body {
     margin: 0px;
     text-align: center;
}



#header{
	background-image: url(../images/design/header.jpg);
	position:relative;
     margin-left: auto;
     margin-right: auto;
	width:973px;
	height:216px;
}
#global{
	position:relative;
     margin-left: auto;
     margin-right: auto;
     width: 973px;
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f35e00;
	font-weight: bold;
	 background-image: url(../images/design/corps.jpg);
	background-repeat: repeat-y;
}

#menu{
	position:relative;
	width:943px;
	height:157px;
	padding-left:14px;
}


#menu_gauche{
	float:left;
	position:relative;
	width: 300px;
	height:395px;
	padding-left:20px;
}
#menu_droite{
	float:right;
	position:relative;
	height:375px;
	text-align:left;
	width: 18%;
	padding-right:20px;
}
#page_principale{
	float:left;
	position:relative;
	left:0px;
	width:440px;
}

#footer{
	position:relative;
	background-image: url(../images/design/footer.jpg);
	background-repeat:no-repeat;
	width: 973px;
	height:183px;
	clear:both;
}

#credit {
	position:relative;
     margin-left: auto;
     margin-right: auto;
	text-align: center;
	width:973px;
}

#credit a {
	color: #FF9933;
}

#credit a:hover {
	color: #FF33FF;
}

/*texte*/

.titrePage{
   color: #0000FF;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 24px;
}

.sousTitre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2c40fc;
}

.titrePhotoPresen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: oblique;
	font-weight: bold;
	color: #FF9933;
}

ul {
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 0;
	text-align: center;
}
li { 
	display: inline;
	border-spacing: 2px 0;
}