/*styles pour l'impression */
html, body {
	margin: 0;
	padding: 0;
  }
  /*centrages des boites*/
  .box {

 }
#container {
}
#fond1 {
	display: none;
}
#footer {
	z-index:1;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#titre {
	
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #000000;
	line-height: 32px;
	margin: 0px;
	text-align: left;
}
#contenu {
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	color: #000000;
	margin-left: 30px;
}
/*styles et position des menus principaux*/
#menu {
	display: none;
}

/*positions des sousmenus*/
#sm1 {
	display: none;
}
#sm2 {
	display: none;
}
#sm3 {
	display: none;
}
#sm4 {
	display: none;
}
#sm5 {
	display: none;
}
#sm6 {
	display: none;
}
#transparent {
	display: none;
}

