body {
	background-color:#364048; /*Couleur de fond de la page Web*/
	color:#000000; /*Couleur du texte*/
	font-family:Tahoma; /*Polices d’écriture*/
	font-size:11px; /*Taille d’écriture*/
	padding:0; /*Pour que la page n’ai aucune marge*/
	margin:0; /*Pour que la page n’ai aucune marge*/
	background-image:url(); /*Motif si il y’en a un*/
	background-repeat:no-repeat;
   }
   
div#contenu {
	width:1178px; /*Largeur du design*/
	margin:0 0 0 -589px; /*Marges du design ( la 4eme marge représente la moitié de la largeur du div*/
	position:absolute;
	top:px; /*25px entre le coin supérieur de l’écran et le design*/
	left:589px;/*50% de marge ( cela centrera le design )*/




   background-image:; /*Motif si il y’en a un*/
	background-repeat:no-repeat; /*Duplication du motif sur les axes x et y*/




   border:; /* Bordure encadrant le design */
	
   }
   div.banniere_gauche {
   background-image:url(images/Webdesign2_01.png);
   width:589px;
   height:285px;
   margin-top:0px;
   margin-left:0px !important;
   margin-left:0px;
   text-align:center;
   font:Tahoma;
   font-size:70px;
   line-height:187px;
   vertical-align:middle;
   
} 

   div.banniere_droite {
   background-image:url(images/Webdesign2_03.png);
   width:589px;
   height:285px;
   margin-top:-285px;
   margin-left:589px !important;
   margin-left:589px;
   text-align:center;
   font:Tahoma;
   font-size:70px;
   line-height:187px;
   vertical-align:middle;
   
} 
   div.menu_espace_gauche {
   background-image:url(images/Webdesign2_03-04.png);
   width:381px;
   height:115px;
   margin-top:0px;
   margin-left:0px !important;
   margin-left:0px;
   font:Tahoma;
   font-size:20px;
   text-align:center;
   color:#CCCCCC;
   line-height:43px;
   vertical-align:middle;
} 

   div.menu {
   background-image:url(images/Webdesign2_04.png);
   width:715px;
   height:115px;
   margin-top:-115px;
   margin-left:381px!important;
   margin-left:0px;   
} 

div.menu_espace_droite {
   background-image:url(images/Webdesign2_05.png);
   width:82px;
   height:115px;
   margin-top:-115px;
   margin-left:1096px !important;
   margin-left:1096px;
} 

div.corps_gauche {
	background-image:url(images/Webdesign2_06.png);
	background-repeat:;
	width:439px;
	_width:439px;
	max-width:900px;
	height:679px;
	margin-top:0px;
	margin-left:0px;
} 

   div.corps {
	background-image:url(images/Webdesign2_04-08.png);
	width:657px;
	_width:657px;
	max-width:657px;
	height:679px;
	margin-top:-679px;
	margin-left:439px;
} 

   div.corps_droite {
	background-image:url(images/Webdesign2_05-09.png);
	width:82px;
	_width:82px;
	max-width:82px;
	height:679px;
	margin-top:-679px;
	margin-left:1096px;
} 

div.extension {
	background-image:url(images/Webdesign2_09.png);
	background-repeat:repeat-y;
	width:1178px;
	_width:1178px;
	max-width:1178px;
	height:1px;
	margin-top:0px;
	margin-left:0px;
} 

   div.footer_gauche {
	background-image:url(images/Webdesign2_10.png);
	width:439px;
	height:201px;
	margin-top:0px;
	margin-left:0px !important;
	margin-left:0px;
	
} 

div.footer {
	background-image:url(images/Webdesign2_11.png);
	width:739px;
	min-width:739px;
	max-width:739px;
	height:201px;
	min-height:201px;
	max-height:201px;
	margin-top:-201px;
	margin-left:439px !important;
	margin-left:439px;
} 
   
/* Reglages personnels : */
ul , li { margin:0; padding:0; list-style-type:none; } /* Pas de marges automatique dans les listes, ni de puces */

a { color:#2375BF; text-decoration:none; }/*Paramètres des liens*/
a:hover { color:#64A2EC; }/*Paramètres des liens quand le pointeur est sur ceux-ci*/

h1 { text-align:center; margin:0; }/*Le texte des balises h1 est centré ( car il est souvent utilisé pour les titres), et cette balise n’a plus de marge automatique */
p { margin:0; padding:0; }/*Pas de marges automatiques sur les <p> */

div.clear { clear:both; }/*Nous verrons ceci un peu plus tard. */
img { display:block ; border:0; }/*Aucune bordure sur les <img>*/ 
