/* CSS Document */

/* DÉCLARATIONS GÉNÉRALES */

body {
	font-family: Arial, Geneva, sans-serif;
	margin: 0px;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	list-style-position: inside;
}

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

h1 {
	font-size: 240%;
	line-height: 120%;
	margin: 0px;
}
h2 {
	font-size: 180%;
	line-height: 120%;
	margin: 0px;
}
h3 {
	font-size: 120%;
	line-height: 120%;
	margin: 0px;
}

.logo {
	display: none;
}

.offline {
	display: none;
}





/* STYLE DU CONTENU */

.bordcontenu {
}

.contenu {
	line-height: 140%;
	text-align: justify;
}

.contenu img {
	margin: 6px 12px;
/*	border-color: #000000;
	border-style: solid;
	border-width: 1px;*/
}

.cacheurl {
}

.minimenu {
	display: none;
}





/* STYLE DES ÉLÉMENTS DE NAVIGATION */

.navigation {
	display: none;
}





/* STYLE DE LA PUBLICITÉ */

.publicite {
	display: none;
}

