* {
	padding:0px; 
	margin:0px;
}
body {
 	height: 100%;
	text-align:justify;
}
#menu {
	display:none;
	position:absolute;
	margin-top:50px;
	width:16%;
	height:90%;
	border:1px;
	border-style:solid;
	border-color:#eeeeee;
	line-height:20px
}
#top {
	display:none;
}
p {
	margin-bottom:15px;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:13px;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:11px;
}
h5 {
	font-size:10px;
}
h6 {
	font-size:9px;
}
table#perso td {
	padding:10px;
}
ul.plan {
	margin-bottom:20px;
}
ul.plan li {
	list-style-type:circle;
	margin-left:20px;
}
#txtbandeau {
	display:none;
}
#smenu {
	display:none;
}
.contenu {
	/*position:absolute;*/
	width:575px;
	overflow:visible;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txtbleuf {
	color:#000099;
}
.txtorange {
	color:#FF9900;
}
.txtvert {
	color:#339966;
}
.txtrouge {
	color:#CC3333;
}
.txtmauve {
	color:#CC66CC;
}
.txtbleuc {
	color:#3399CC;
}