/* CSS Document 
#conteneur,#pied  { width:100%; 	width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto");
	max-width: 1000px; margin:10px auto 10px auto;  }

#page { background-image:url(images/axome_fond.gif); background-repeat: repeat-y; background-position: -1px top; }

div#page{float:left;width:100%; }
div#centre{margin: 0 190px;   }
div#gauche{float:left;width:179px; z-index:1; padding-left:10px;   }
div#droite{float:left;width:180px;margin-left:-190px; }
div#pied {clear:left;width:100%}

*/

#conteneur,#pied  { width:1000px; margin:10px auto 10px auto;  }
#page { width:1000px; background-image:url(images/axome_fond.gif); background-repeat: repeat-y; background-position: -1px top; }
#centre{  width:595px; float:left; overflow:hidden; padding: 0 15px 0 10px;  }
#gauche{float:left;width:179px; padding-left:10px;  float:left;  }
#droite{float:left;width:180px; float:left;  }
#pied {clear:both;}
#contenu_centre {  background-color:#fff; overflow:hidden; width:595px; }

.petit #conteneur,.petit #pied  { width:780px; margin:10px auto 10px auto;  }
.petit #page { width:780px; background-image:url(images/axome_fond.gif); background-repeat: repeat-y; background-position: -1px top; }
.petit div#centre{  width:400px; float:left; padding: 0 5px 0 5px;  }
.petit div#gauche{float:left;width:179px; padding-left:10px;  float:left;   }
.petit div#droite{float:left;width:180px; float:left;  }
.petit div#pied {clear:both;}
.petit #contenu_centre {  background-color:#fff; overflow:hidden; width:400px; }
