
* {
	font-size: 10pt;
	font-family: Arial;
}

body{
	margin: auto;
	text-align : center;
	background-color: #FFFFFF;
	width: 640px;
   color: Black;
	font-size: 10pt;
}

#Interface_Menu  {
	height: 160px;
	background: url(images/banniere_degrade.jpg) repeat-x;
}

#title {
	margin-left: auto;
	margin-right: auto;
	width : 600;
	text-align:center;
	font-size: 18px;
	font-family: Arial ;
	font-weight: bold;
	color: Navy;
	padding-top : 40px;
}

#Contenu  {
	text-align: justify;
}

#Top {
	font-size: 10px;
	background-color: Silver;
	border: thin inset ButtonFace;
	height: 16px;
	padding-left: 10px;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width : 640;
   color: Black;
	font-size: 10pt;
}

H1 {
	line-height: 10px;
	color: Blue;
	text-align: center;
}

H2 {
	line-height: 60px;
	font-size: 11pt;
	color: Red;
}

table {
	width: 640px;
	border-width: 1px;
	display: block;
	text-align: center;
	margin: auto;
}

td {
	text-align: justify;
}


p {
	margin: 3px;
	color: Black;
	font-size: 10pt;
}

p.justify {
	text-align: justify;
	text-indent: 0%;
}

p.centering {
	text-align: center;
	margin:0px;
}

p.margin_and_centering {
	text-align: center;
	margin:10px;
}

ul.simple {
	color: Black;
	font-size: 10pt;
	list-style-type: square;
	margin-left:10px;
}

ul.in {
	color: Black;
	font-size: 10pt;
	list-style-type: none;
}
