body {	
	width:1000px;
	padding:0px;
	margin:10px auto;
	background-color:#e4f5e5;
	background-image:url(../image/fond/page.png);
	background-position:0 0;
	background-repeat:repeat-x;
	color:#000000;
	font-family: arial,verdana,sans-serif;
}

#container {
	background-color:#ffffff;
	padding:10px;
}

#addy {
	width:976px;
	height:40px;
	padding:2px;
	margin-bottom:5px;
	background-color:#ffffff;
}

#header {
	width:976px;
	padding:2px;
	margin-bottom:10px;
	background-color:#89a793;
}

#titre {
	width:976px;
	height:190px;
	background-color:transparent;
	border-bottom:2px #89a793 solid;
}

#outil {
	width:976px;
	height:30px;
	background-image:url(../image/fond/outil.png);
	background-repeat:no-repeat;
}

#outil ul {
	margin:0;
	padding:0;
}

#outil ul  li{
	display:inline;
	list-style-type:none;
}

#outil ul  li a{
	height:30px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #89a793;
	line-height:28px;
	font-family:verdana;
	font-size:15px;
	font-weight: bold;
	color:#01501b;
	text-decoration:none;
	float:right;
	display:block;
}

#outil ul  li a:hover {
	color:#C93737;
}

#main {
	overflow: auto;
	width:976px;
	padding:2px;
	background-color:#d56566;
	background-image:url(../image/fond/menu.png);
	background-repeat:repeat-y;
}

#menu {
	float:left;
	width:236px;
}

#menu img{
	display:block; 
	padding:15px 0px;
	margin:auto;
}

#content {
	float:right;
	width:730px;
	padding:5px 5px 0px 5px;
	background-color:#a8beae;
	background-image:url(../image/fond/content.png);
	background-repeat:repeat-y;
}

.box {
	width:auto;
	padding:5px;
	margin-bottom:5px;
	background-color:#ffffff;
	text-align:justify;
}

.box table {
	margin: 0; 
	border: none; 
	border-collapse: separate; 
	border-spacing:2px;
}

.box td{
	padding:1px;
	vertical-align: middle;
}

.currentPage {
	background-image:url(../image/bouton/puce1.png);
	background-position: 20px 3px;
	background-repeat: no-repeat;
	font-family:verdana;
	font-size:20px;
	color:#ffffff;
	padding-left:50px;
	margin:15px 0px;
}

.nextPage a {
	display:block;
	background-image:url(../image/bouton/puce0.png);
	background-position: 20px 3px;
	background-repeat: no-repeat;
	text-decoration:none;
	font-family:verdana;
	font-size:20px;
	color:#666666;
	padding-left:50px;
	margin:15px 0px;
}

.nextPage a:hover{
	display:block;
	background-image:url(../image/bouton/puce2.png);
	background-position: 20px 3px;
	background-repeat: no-repeat;
	color:#7ce977;
}

.formule{
	font-size:1.4em; 
	font-family:Times New Roman, Times, serif;	
	font-weight:bold  ;
	line-height:1.4em;  
	text-align:center;
	color:#535655;
	margin:2px;
	padding:0px;
}

.formule:first-letter{
	font-size:1.6em;
	font-family:Comic Sans MS, Times New Roman;
	color:#C93737;
}