body {
     margin: 0; /* pour corriger le bug de centrage IE */
	 background-color:#D8EBEB;
	 margin-top:5;
	 text-align:center;
	 }


A { color:#0000FF;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
text-decoration: none;
}

A:hover { 
color:#FF0000; 
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
text-decoration: none;}


DIV.grand_titre {
	font-size:20pt;
	color:#0000FF;
	width:800px;
	height:50;
	font-weight:bold;
	text-transform:uppercase;
	background:#FFF;

	text-align: center;
	font-style:italic;

	margin-left: auto; 
	margin-right: auto;
	border-top: 1px dotted red; 
	border-bottom: 1px dotted red; 
	border-left: 1px dotted red;
	border-right: 1px dotted red;
}

DIV.liens {
	color:#0000FF;
	width:800px;
	height:10px;
	text-align: center;

	margin: auto;
	margin-top: 2px;
}

DIV.titre {
	font-size:16pt;
	color:#0066FF;
	width:800px;
	font-weight:bold;
	text-transform:uppercase;
	background:#FFF;
	height:60px;
	text-align: center;
	font-style:italic;
	float: center;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
	border-left: 1px dotted red;
	border-right: 1px dotted red;
	margin-top: 10px;
}

DIV.center {
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width:800px;
	font-weight:100;
	background:#FFF;
	text-align: left;
	margin-right: auto;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
	border-left: 1px dotted red;
	border-right: 1px dotted red;
	margin-left: auto;
}

table {
	border-bottom: 1px dotted fuchsia;
	border-left: 1px dotted fuchsia;
	text-align: center;
}

td { padding: 2px 2px 2px 2px; border-top: 1px dotted red; border-right: 1px dotted red }

ul { margin-top: 10px; margin-bottom: 10px; margin-left: 0; padding-left: 1em }

li { margin-bottom: 10px }

#nav2 {
background-color: silver;
border: solid 1px gray;
width: 8em
}

#nav2 ul {
list-style-type: none;
margin: 0;
padding: 0;
border: none
}

#nav2 li {
margin: 0;
padding: 0.25em 0.5em 0.25em 1em;
border-top: 1px solid gray;
width: 100%;
display: block
}

html>body #nav2 li {
width: auto;
}

#nav2 li:first-child {
border: none
}
