body {
     margin: 0; /* pour éviter les marges */
	 padding: 0;
     text-align: center;
	 background-color: #ffffff;	
     }

#ossature {
	 position: relative;
     margin-left: auto;
     margin-right: auto;
     width: 799px; 
     text-align: left;
	 border: 0px solid #000;
     }
	 
	 
/* sommaire: Différents calques de la page d'accueil */ 

#menu_principal{
	width: 770px;
	height: 12px;
	position: absolute;
	z-index: 1;
	top: 80px;
	margin-left: 1px;
	
	
}


/* sommaire: Différente polices du menu */
	
	ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
div.menubanniere {
	position: absolute;
	width: 790px;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 14px;

	}
div.menubanniere li {
	float: left;
	width: 96px;
	}

div.menubanniere a {
	height: 14px;
	display: block;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ffcc00;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	padding-top: 0px;
	width: 83px;
	padding-right: 5px;
	padding-left: 5px;
	}

div.menubanniere a:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #FFcc00;
	font-weight: bold;
	width: 83px;
	padding-right: 5px;
	padding-left: 5px;
	}

div.menu_menu {
	position: absolute;
	width: 160px;
	top: 20px;
	left: 10px;
	z-index: 1;
	height: 14px;
	margin-top:10px;
}
	
.menu_titre{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #FFCC00;
	border-bottom: 0px solid #FF6600;
	border-top: 0px solid #FF6600;

	padding-left:0px;
	padding-top:0px;
	
}
.menu_titre a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #FFCC00;
	border-bottom: 0px solid #FF6600;
	text-decoration: none;


	
}
.menu_titre a:hover{
	text-decoration: none;
	display: block;
	background-color: #FF3300;

}
.menu_texte{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-left:0px;
	padding:0px;
	text-align: center;
	width: 90%;
}
.menu_texte a{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	list-style-image: url(../ecrire/img_pack/plus.gif);
}
.menu_texte a:hover{
	text-decoration: underline;	

}
.menu_texte1{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-left: 0px solid #FFCC00;
	border-right: 0px solid #FFCC00;
	border-bottom: 0px solid #FFCC00;
	padding-top: -5px;
	padding-bottom: 5px;
	padding-left:0px;
}



