body
{
	font-family: "Palatino Linotype", "Times New Roman", "Trebuchet MS",  Georgia, serif;
	font-size:13px;
	background-repeat:no-repeat;
}

#page_gauche
{
	position:absolute;
	left:145px;
	top:80px;
	width:290px;
	height:450px;
	text-align:justify;
	overflow: hidden;
}

#page_droite
{
	position:absolute;
	left:470px;
	top:80px;
	width:285px;
	height:450px;
	text-align:justify;
	overflow: auto;
	z-index:0;
}

#previsualisation
{
	position:absolute;
	left:145px;
	top:80px;
	width:290px;
	height:380px;
	text-align:justify;
	overflow: hidden;
	z-index:0;
}

#menu
{
	position:absolute;
	left:122px;
	top:13px;
	z-index:1;
}

#selection_image
{
	position:absolute;
	left:155px;
	top:450px;
	overflow:hidden;
	z-index:1;
}

h1
{
	text-align:center;
	text-decoration:underline;
}

h4
{
	text-decoration:underline;
}

h5
{
	display:inline;
	text-decoration:underline;
}

img,a
{
	border: none;
}

ul,li
{
	list-style-type: circle;
	text-indent: 0px;
}


/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	font-weight: Bold;
	text-align: center;
	margin-top: 10px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	font-weight: Bold;
	text-align: center;
	margin-top: 11px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: none;
	background-image: url(images/bouton_menu_out.gif);
	background-color: #ABBB86;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(images/bouton_menu_on.gif);
	background-color: #7B7634;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #ABBB86;
	background-image: url(images/bouton_out.jpg);
	border: 1px solid #7A712F;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #7B7634;
	background-image: url(images/bouton_on.jpg);
	background-repeat: no-repeat;
	border: 1px solid #7A712F;
	padding: 0;
}