/* CSS Document */

*{
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.2em;
	padding: 0px;
	border: 0px;
}

#total {
	border: none;
}

#baniere, #menu_haut, #menu_left, #pied, #option {
	display: none;
}

#contenu {
	padding: 20px;
	margin-left: 0px;
	display: block;
}

#titre {
	color: #000000;
}

#texte {
	padding-left: 20px;
	text-align: justify;
	font-weight: normal;
}

#texte a {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}

#texte a:hover {
	color: #000000;
	text-decoration: underline;
}

#titre h2 {
	color: #000000;
	font-weight: bolder;
	font-size: 1.4em;
	padding: 0px;
}

#titre h3 {
	color: #000000;
	font-weight: bolder;
	font-size: 1.2em;
	font-style: italic;
	padding: 0px;
	margin-top: -15px;
}

.sous-partie {
	color: #000000;
	font-weight: bolder;
	padding-left: 20px;
}
