/******************************
Auteur : Elie Perrichon

Version : 0.1
Crée le : 22/09/2008
Modifié le : 23/09/2008
******************************
Feuille de mise en page
*******************************/

/* HTML global
--------------------------- */
html, body {
	margin:0;
	padding:0;
}

h1,h2,h3,ul,li,p,img {
	margin:0;
	padding:0;
}

fieldset, legend {
 margin:0;
 padding:0;
}

/* Page
--------------------------- */
#page{
	width:800px;
	margin:auto;
	padding:0;
}

/* En-tete
--------------------------- */
#entete {
 width:800px;
 height:112px;
}
#entete h1 {
 position:absolute;
 left:-10000px;
}
#entete #signe {
 position:relative;
 right:30px;
}
#entete #signe h2 #signe2{
 position:absolute;
 width:250px;
 right:0px;
 top:22px;
}
#entete #logo {
 position:relative;
 top:20px;
 left:20px;
}
#banniere  {
 width:800px;
 height:190px;
 margin-bottom:17px;
}

/* Menu
--------------------------- */
#menu {
 position:relative;
 width:800px;
 height:41px;
}

/* Contenu
--------------------------- */
#corps {
 margin:0px;
 padding:0px;
}
#contenu {
 float:left;
 width:439px;
 margin-left:54px !important;
 margin-left:28px;/*bug ie 6.0*/
 padding:20px 0 20px 0;
 margin-bottom:40px;
}

/* Barre latérale
--------------------------- */
#barre {
 float:right;
 width:185px;
 margin:20px 42px 0 0 !important;
 margin:20px 20px 0 0;/*bug ie 6.0*/
}
#barre #reals img{
 float:right;
 margin:4px 0 0 4px;
}
#coord{
 position:relative;
 top:245px;
}
/* Pied
--------------------------- */
#pied {
 clear:both;
 width:100%;
 height:36px;
}
#pied #menupied {
 height:28px;
 width:692px;
 margin:6px 54px 0 54px;
}