/* CSS Document */
/* CSS Document */

body
{
	width: auto; /* Le fond restera fixe */
	background-color: #fdfcca;
	color: #666666;
	margin: 0;
	padding: 0;
}

#header{
	height: 200px;
	margin: 0 auto;
	width: 990px;
	background-repeat: no-repeat;
}
#sidebar {
	width:200px;
	float:left;
	height: 600px;
}
#contenu{
width:680px;
float:left;
}
#contenuKami{
width:600px;
float:left;
}

#banniere
{
   text-align: center;
   width:900px; /* On définit la largeur de l'image */
   height: 70px; /* On définit la hauteur de l'image */
   background-image: url(../images-main/banniere.swf); /* Image Bannière */
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 5px;
   margin-top: 1px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur */
}
#corps /* Le corps de la page */
{
	text-align: left;
	padding-left: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	padding-right: 5px;
	width: auto;
	height:auto;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 4px;
   
}

