body{
	background: url(images/bg.jpg) #a18e42;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
}
a:link, a:visited {
	color: #00a9e0;
}
a:hover, a:active {
	text-decoration: none;
	color:#00a9e0;
}
img {
	margin: 10px;
	-moz-border-radius: 8px;
}
h1,h2,h3,h4,p {
	clear: both;
}
h1 {
	display:block;
	padding: 0;
	margin-bottom: 12px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 18px;
	color: #339999;
	border-bottom: 1px dotted #339999;
}
h2 {
	display:block;
	padding: 0;
	margin-bottom: 12px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
li {
	list-style: none;
	background: url(images/puce_yellow.gif) no-repeat 0px 6px;
	padding-left: 12px;
}
p.center {
	text-align: center;
}
/********************************************************/
#global {
	width:970px;
	background: white;
	padding-left: 20px;
	margin: auto;
	overflow:hidden;
	background:url(images/bg_global.png) repeat-y top center;
}
#header{
	display:block;
	width: 950px;
	height: 160px;
	overflow:hidden;
	background: url(images/header.png) no-repeat;
}
#header .content {
	text-align: center;
	margin-top: 90px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#main {
	display: block;
	width: 930px;
	margin: 10px;
}
#main .content {
	margin: 30px 10px 30px 10px;
	overflow: hidden;
	min-height: 500px;
}
#col_left {
	float: left;
	display: block;
	width: 200px;
	padding-right: 20px;border-right: 1px #FFCC00 solid;
}
#col_right {
	display: block;
	float: left;
	padding-left: 20px;
	width: 680px;
	
}
.chapter {
	display: block;
	margin-bottom: 20px;
}
.table {
	width: 100%;
	text-align:center;
}
table,td {
	text-align: center;
	border: none;
	margin: 0;
}
td {
	border: 1px #000000 solid;
	margin: 0;
}
td.empty {
	border: none;
}
/********************************************************/
.message {
	width: 400px;
	margin: 15px auto;
}
.message .titre {
	font-weight: bold;
	width: 392px;
	color: #FFFFFF;
	background-color:#339999;
	padding: 0 4px;
	margin-bottom: 8px;
}
.message .titre span {
	font-style: italic;
	font-weight: normal;
}
.message .texte {
	margin: 0 10px;
	min-height: 0;
}
#book {
	/*height: 330px;
	overflow-y: scroll;
	overflow-x: hidden;*/
	margin-bottom: 30px;
}
/********************************************************/
#footer {
	background:url(images/footer.png) no-repeat bottom center;
	width: 970px;
	height: 150px;
	display: block;
	clear: both;
	margin: auto;
	overflow: hidden;
	padding-left: 20px;
}
#footer .content {
	display: block;
	margin-top: 60px;
	width: 930px;
	text-align: center;
	overflow: hidden;
}
/********************************************************/ 
.block {
	min-width: 230px;
	float: left;
	margin: 0 8px 8px 0;
}
.block .top, .block .bottom {
	height: 16px;
}
.block .top {
	background: url(images/block.png) no-repeat right top;
	margin-left: 16px;
}
.block .top_right {
	background: url(images/block.png) no-repeat left top;
	position: relative;
	width: 16px;
	height: 16px;
	left: -16px;
}


.block .bottom {
	background: url(images/block.png) no-repeat right bottom;
	margin-left: 16px;
}
.block .bottom_right {
	background: url(images/block.png) no-repeat left bottom;
	position: relative;
	width: 16px;
	height: 16px;
	left: -16px;
}
.block .left, .block .right {
	background-color: #FFB81F;
}
.block .left {
	padding-left: 16px;
}
.block .right {
	padding-right: 16px;
}
.block .contenu {
	/*background-color: #FFFFFF;*/
	color: black;
	font-weight: bold;
	padding: 6px;
	text-align:justify;
}
