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

a
{
	color: #f3fefa;
	text-decoration: underline;
}

div#conteneur
{
	width: 460px;
	margin: 0 auto;
	text-align: left;
	background: #00695f;
}

h1#header
{
	background: url(../images/frazalakon.png) no-repeat;
	height: 66px;
	width: 451px;
}

pre
{
	overflow: auto;
}

hr
{
	color: #c9e6db;
	background-color: #c9e6db;
	height: 1px;
}

div#frazalakon
{
	width: 460px;
	font-size: 1.3em;
}

div#corps
{
	font: 1em "Trebuchet MS", helvetica, sans-serif;
	color: #e7fdf5;
}

div#box_top
{
	height: 24px;
	width: 460px;
	background: url(../images/box_top.png);
}

div#box_middle
{
	height: *;
	width: 460px;
	background: url(../images/box_middle.png) repeat-y;
	padding: 0 20px 0px 20px;
	color: #FFFFFF;
}

div#box_bottom
{
	height: 42px;
	width: 460px;
	background: url(../images/box_bottom.png);
}

div#details
{
	width: 460px;
	color: #c9e6db;
	font-size: 1.1em;
	margin-bottom: 25px;
}

.date
{
	font-size: 0.9em;
}

div#commentaire
{
	background: url(../images/comment.png) no-repeat;
	color: #c9e6db;
	padding-left: 20px;
	vertical-align: top;
}

div#commentaire a
{
	color: #f3fefa;
	text-decoration: underline;
}

p#footer
{
	margin: 20px 0 0 0;
	padding-right: 10px;
	line-height: 30px;
	text-align: right;
	color: #c1e6d9;
	background: #00534b;
}

ul.menu
{
	height: 35px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	margin-left: -32px;
}

ul.menu li
{
	float: left;
	text-align: center;
}

ul.menu li a
{
	width: 110px;
	line-height: 18px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #f3fefa;
	display: block;
	text-decoration: none;
	border-right: 2px solid #17847a;
}



/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/*  key:  B=Blank : O=Orange : G = Green * /
/*..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(../images/star-matrix.gif) no-repeat 0 0;
}

/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}

ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}

ul.rating li.one a {left:0}

ul.rating li.two a {left:16px;}

ul.rating li.three a {left:32px;}

ul.rating li.four a {left:48px;}

ul.rating li.five a {left:64px;}

ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(../images/star-matrix.gif) no-repeat 0 0;
}

ul.rating li.one a:hover {background-position:0 -96px;}

ul.rating li.two a:hover {background-position:0 -112px;}

ul.rating li.three a:hover {background-position:0 -128px}

ul.rating li.four a:hover {background-position:0 -144px}

ul.rating li.five a:hover {background-position:0 -160px}


/* MOOTOOLS STYLE */
.ind {
	width: 200px;
	padding: 10px;
	background-color: #87AEE1;
	font-weight: bold;
	border-bottom: 1px solid white;
}

.slide {
	margin: 20px 0 0 40px; 
	padding: 10px;
	width: 100%;
	background-color: #056259;
	color: #ffc038;
}

#slide_wrap {
	padding: 30px;
	background-color: #D47000;
}

<!--[if IE]>
 <style type="text/css">
 html pre
{
	width: 636px;
}
</style>
<![endif]-->


