body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: black ;
}

.conteneur
{
	width: 90% ;
	height: 90% ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid red ;
	background: white ;
}

.bouton
{
	float: right ;
	padding-right: 10px ;
}

.header
{
	width: 400px ;
	height: 60px ;
	display: block ;
	position: relative ;
	left: 30px ;
	top: 15px ;
  color: black ;
}

.header a
{
  color: black ;
  text-decoration: none ;
}

.header a:hover
{
  color: red;
  text-decoration: none ;
}

.menu
{
	height: 20px ;
	width: 80%;
	margin: 0 ;
	padding: 0 ;
	/* image bouton -> background: url(little_apple.gif) repeat-x 0 -25px ; */
	list-style-type: none ;
	margin-left: auto ;
	margin-right: auto ;

}

.menu li
{
	float: left ;
	text-align: center ;
	border-right: 2px solid black ;
}

.menu li a
{
	line-height: 15px ;
	font-size: 1.0em ;
	font-weight: bold ;
	color: red ;
	text-decoration: none ;
	padding: 5px;
}

.menu li a:hover
{
	font-size: 1.2em ;
	color: black ;
}

.liens
{
	height: 35px ;
	width: 80%;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	margin-left: auto ;
	margin-right: auto ;
}

.liens li
{
	float: left ;
	text-align: center ;
	border-right: 1px solid black ;
}

.liens li a
{
	width: 100px ;
	line-height: 15px ;
	font-size: 0.9em ;
	color: black ;
	text-decoration: none ;
	padding: 5px;
	display: block ;
}

.liens li a:hover
{
	font-size: 1.0em ;
	color: red ;
}

.contenu
{
	padding: 0 40px 0 100px ;
  /*image de fond --> background: url(little_apple.gif) no-repeat 15px 15px ; */
}

.contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: red ;
	border-bottom: 1px solid red ;
}

.contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid red ;
	border-left: 3px solid red ;
	color: red ;
}

.contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

.contenu a
{
	color: black ;
	text-decoration: none ;
}


.contenu a:hover
{
	color: red ;
}

.footer
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: black ;
	border: none;
	overflow: auto;
}
