html /* Texte pour toute la page */ 
{
	font: 15px Verdana, Arial, serif;
	background-color: #f6f6f6;
	margin-left: auto;
	margin-right: auto;
}

#entete
{
	color: white;
	width:800px;
	height: 100px;
	margin: auto;
	margin-top: 30px;
	background-image: url("/images/banner-top.png");
}

#page
{
	width: 798px;
	min-height: 220px;
	border: 1px solid black;
	margin: auto;
	background-color: white;
}

#accordion2 
{
	width:190px; 
	float: right;
	padding-right: 10px;
	padding-top: 4px;
}

.accordion2 
{
	width:95%; 
	font:14px Verdana,Arial; 
	color:#333;
}

.accordion2 dt 
{
	width:100%; 
	padding:4px 6px; 
	font-weight:bold;
	text-align: center; 
	cursor:pointer; 
	color:#fff; 
	border:1px solid black;
	background: url("/images/h3-bg.png");
	height: 25px;
}

.accordion2 dt:hover 
{
	background: url("/images/dt-hover-open.png");
}

.accordion2 .open 
{
	background: url("/images/dt-hover-open.png");
}

.accordion2 dd 
{
	overflow:hidden; 
	background:#fff;
}

.accordion2 span 
{
	display:block; 
	width:100%; 
	border-top:none; 
	padding-top:15px;
	padding-bottom: 15px;
}

h3
{
	color: white;
	text-align: center;
	border: 1px solid black;
	background-image: url("/images/h3-bg.png");
	padding-top: 3px;
	padding-bottom: 3px;
	height: 25px;
}

a
{
	color: black;
}

a:visited
{
	color: black;
}

#corps
{
	text-align: justify;
	padding-right: 210px;
	padding-top: 1px;
	padding-left: 10px;
}

#conteneur
{
	margin-top: 5px;
}

#corps p:first-letter
{
	padding-left: 30px;
}
#pied 
{
	background-image: url("/images/banner-bottom.png");
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 800px;
	height: 105px
}
