body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Arial" ;
	background: #b9befd ;
}


div#conteneur
{
	width: 800px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #3543ff ;
	background: #fff ;
}


h1#header
{
	height: 250px;
	padding-top: 0px:
	margin-top: 0px;
	text-align: center;
	background: url(entretien1.jpg) no-repeat right top;
}



div#contenu h2
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.2em ;
	color: #3543ff ;
	border-bottom: 1px solid #3543ff ;
	background: url(logo.gif) no-repeat left bottom ;
}


div#contenu h3
{
	border-bottom: 1px solid #3543ff ;
	border-left: 3px solid #3543ff ;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	color: #3543ff ;
}

div#contenu h4
{
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 30px;
	color: #3543ff ;
}

div#contenu p
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

p
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#contenu p#list
{
	text-indent: 0em ;
    margin-left: 10px;
	margin-right: 10px;
	text-align: justify ;
	line-height: 1.7em ;
}


div#contenu a
{
	color: #3543ff ;
}

div#contenu a:hover
{
	color: #4000ff;
}



p#footer
{
	margin-top: 40px;
	padding-right: 1px ;
	line-height: 15px ;
	text-align: center ;
	color: #3543ff ;
}


div#copyright
{
	margin-top: 5px;
	padding-right: 1px ;
	line-height: 15px ;
	text-align: center ;
	border-top: 2px solid #3543ff;
	background: #3543ff;
}

pre
{
	overflow: auto ;
	background: #b9befd ;
	border: 2px solid #3543ff ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}


dl, dt, dd, ul, li {
margin: 0;
margin-left: 2px;
padding: 0;
list-style-type: none;
}


#menu {
position: absolute;
top: 0;
margin-top: 15px;
z-index:100;
width: 770px;
display: block;
}

#menu dl {
float: none;
width: 9.15em;
}


#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #4040ff;
border: 1px solid #0000ff;
margin: 1px;
margin-top: 5px;
}


#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
background: #A9BFCB;
border: 1px solid gray;
}


#menu li {
text-align: center;
background: #fff;
}


#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu dt a:hover {
color: #40ffff;
}


#menu li a:hover, #menu li a:focus, #menu dt a:focus {
color: #4000ff;
}


pre span
{
	color: #560 ;
}
/* Couleur de texte des éléments compris dans des span
 eux mêmes compris dans un pre */

pre span.comment
{
	color: #b30000 ;
}