html, body {
margin: 0; 
padding: 0; 
} 
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size:0.80em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
/**  layers  **/
#logo {
	visibility: visible;
	padding-bottom: 40px;
	padding-top: 20px;
}
#navigation {
	visibility: visible;
	border-top: 1px solid #990000;
	width: 400px;
	word-spacing: 4em;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	
}
#contenu {
	visibility: visible;
	width: 400px;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #990000;
	margin-right: auto;
	margin-left: auto;
}
#intGauche{
	visibility: visible;
	float:left;
	width: 180px;
	position: relative;

}
#intDroit{
	visibility: visible;
	float:right;
	width: 180px;
	position: relative;
}
#signature {
	visibility: visible;
	font-size:0.70em;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: sans-serif;
}
/** style **/
.lien {
	color: #990000;
	text-decoration: none;
}

.citation{
	font-size: 0.90em;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}
.courrielTyp{
    font-size: 0.85em;
	color: #990000;
	text-decoration: none;
	text-align:left
}
.auteur{
    font-size: 0.85em;
	color: #000000;
	text-decoration: none;
}
.auteur a{
	color: #990000;
	text-decoration: none;
}
.italique {
	font-style: italic;
}
.gras {
	font-weight: bold;

}
.listeUL {
	list-style-type: disc;
	color: #5E0000;
}

#logo img{
	border: none;

}

#navigation a {
	font-weight: bold;
	color: #5E0000;
	text-decoration: none;
}
#navigation a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	border-bottom: 1px solid #990000;
	padding-bottom: 2px;

}
#navigation a.pageRegard {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	border-bottom: 1px solid #990000;
	padding-bottom: 2px;

}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #550000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}