body {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px; /*0.8em;*/
margin: 0;
border-bottom: 1px;
padding: 0;
/*width: 855px;*/
width:100%;
background-color: #FFFFFF;
}

/*#conteneur {
margin : 0px;
position: absolute;
left: 50% ;
margin-left: -477px ;
width: 955px;
text-align: left;
}*/

#conteneur {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
width: 955px;
text-align: left;
}
/* chemin de navigation */

#chemin {
clear: both;
padding-top: 0px;
margin-left: 10px;
width: 100%;
font-weight: bold;
	font-size: 11px;
    color : #F4A7DD;
}

#chemin a {
	font-weight: bold;
	
    color : #F4A7DD;
}
#chemin a:hover{
	font-weight: bold;
    color : #F4A7DD;
}


#centre {
margin: 0px 200px 0px 200px;
padding: 5px 5px 0px 5px;
width: 542px ;
min-height: 700px;
text-align: justify;
}
#centre p{
color:#000000;
margin-left:20px;
text-align: justify;
}

#gauche {
	position: absolute;
	left:0;
	width: 200px;
	/*height: 700px;*/
	padding: 0px;
margin-top:-14px;
}
#droite {
	position: absolute;
	right:0;
	width: 200px;
	/*height: 700px;*/
	padding: 0px;
margin-top:-7px;
	
}


#banniere {
	width: 728px;
	height:100px;
	padding-top:10px;
	margin-bottom:10px;
	
	text-align:center; /* pour que ce soit centré dans IE*/
	}
	
/*test centrage bannière fabrice le 11/08/05 sur Tout Savoir*/
#banniere-fab {
	width: 955px;
	height:100px;
	padding-top:10px;
	margin-bottom:10px;
	text-align:center;

	}

#ban-G {
	width: 113px;
	float:left;
	height: 90px;
	margin-left:0px;
	}

#ban-C {
	width: 728px;
	float:left;
	height: 90px;
	margin-right:0px;
	}	
#ban-D {
	width: 114px;
	float:left;
	border: 1px;
	height: 90px;
	margin-right:0px;
	}

/* pied de page */	
#pied {
	
	clear:both;
	width: 955px;
	height: 20px;
	font-size: 10px;
	margin-top:50px;
	}

#pied ul {
	height:15px;
	
	margin-left: 340px;
	width: 410px;
	}
#pied li {
	float: left;
	padding: 0px;
	}
#pied a {
	padding: 0px 5px 0px 5px;
	color: #000000;
	}


/*pour aligner la bullet.gif dans les sous-menus de la barre horizontale*/
img.bullet {
	padding: 4px 5px 0px 5px;
	}


/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 20px;/*1.4em;*/
	margin-top: 15px; /*1em;*/
}

.texte {
}

/* post scriptum (non utilisé pour le moment sur baby) */
.ps {
	padding-top: 11px; /*0.6em;*/
	margin-top: 11px; /*0.6em;*/
	border-top: 1px dashed #404040;
}

/* bloc qui contient les notes */
.notes {
	margin-top: 11px;/*0.6em;*/
	margin-bottom: 11px;/*0.6em;*/
	border-top: 10px solid #7747B1;
	padding: 20px; /*1.5em;*/
}

/* Les boutons d'aide survolent la page  */
/* le code des liens se trouve dans le fichier piedPage.html */
	.aide-float {
	top: 0px;
	right: 5px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}


/* Couleurs et design des boutons d'aide */

a.aide-boutons {
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
	color: #0c479d;
}

a:hover.aide-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36f;
}

a:active.aide-boutons {
	background-color: #ccc;
	border-bottom: 2px solid #f00;
}

/* liens du haut */

.aide-float a:visited{
color:#000000;
font-size:10px;

}
.aide-float a:link{
color:#000000;
font-size:10px;

}
.aide-float a:active{
color:#000000;
font-size:10px;

}
.aide-float a:hover{
color:#000000;
font-size:10px;

}