/* ------- Comportement général  sur toute la Page--------- */

html, body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	}

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #24658F;
	background-image: url(../images/nuages_4.jpg);
	background-position: top left;
	background-attachment: fixed;
	font-size: 1em;
	}

a, ul, li, div, h1, h2, h3, h4, h5, h6, table, tr, td, th, input, form	{
	margin: 0;
	padding: 0;
	}

a,
a img	{
	text-decoration: none;
	border: none;
	color: #00FFFF;
	}

h1	{font-size: 2em;}	
h2	{font-size: 1.5em;}
h3	{font-size: 1.17em;}
p, h4	{font-size: 1em;}
h5	{font-size: 0.83em;}
h5	{font-size: 0.75em;}

p.espace	{margin: 0;}

/* ------- Diviseur d'entête --------- */

div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 80px;
/*	background-image: url(/images/logo_fini_2.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	}

div.header a	{
	padding: 4px 2px 4px 7px;
	border-left: solid 2px #808080;
	}

div.header li	{
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	display: inline;
	}

li.dernier	{
	padding: 4px 0px 4px 0px;
	border-left: solid 2px #808080;
	}

.barre_de_menu_gauche	{
	position: absolute;
	left: 0;
	width: 1600px;
/*	right: 0;*/
	bottom: 0;
	background-color: black;
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	}

.barre_de_menu_gauche ul	{
	padding-left: 0;
	margin: 5px 10px 5px 199px;
	}

.barre_de_menu_droite	{ /* ça c'est à vérifier car pour le momont cet élément n'est pas affiché*/
	position: absolute;
	right: 2px;
	top: 5px;
	padding: 0;
	margin: 0;
	}


					/* ------- Diviseur du menu de gauche --------- */

.menu {
	position: absolute;
	top: 80px;
	left: 0px;
	bottom: 0px;
	width: 199px;
	}
.menu	hr	{
	color: #808080;
	margin: 30px 0;
	}

div.visionneur {            /* ça à mettre dans CSS VELUX */
	position: absolute;
	left: 5px;
	bottom: 5px;
	right: 5px;
	background-color: #58595A;
	border: 1px solid navy;
	}
div.visionneur p	{
	color: white;
	font-size:0.8em;
	margin: 5px 10px 5px 11px;
	padding: 0.25em 0 0.25em 0.25em;
	background-color: #808080;
	}
div.visionneur span	{
	color: yellow;
	}
div.visionneur img	{
	text-align: center;
	margin-left: 11px;
	margin-bottom: 5px;
	width: 166px;
	height: 228px;
	}

.prix_total 	span	{
	color: white;
	}
	
.menugauche {
	list-style-type: none;
	margin: 0;
	}

.menu ul	{
	padding-left: 0px;
	margin-top: 10px;
	}

.menu li	{
	font-family: arial;
	font-size: 0.8em;
	width: 180px;
	margin: 0 10px 0 10px;
	border-bottom: 1px dotted #808080;
	}

.menugauche a {
	padding: 2px 0 2px 2px;
	display: block;
	}

/* ------- Diviseur de la partie de droite--------- */

div.page{
	position: absolute;
	top: 80px;
	left: 200px;
	bottom: 0;
	right: 0;
	overflow: auto;
	}

div.dessin	{
	text-align: center;
	}

div.dessin img	{
	margin: 25px;
	border: 6px double navy;
	}
	
/* ------- Pied de page --------- */

div.footer	{
	margin: 0;
	}

div.footer p	{
	color: silver;
	margin: 0.5em 1em;
	padding: 0;
	font-size: 10px;
	text-align: right;
	}

/* ------- Réaction des Lien Survolés et de Class Acive--------- */

li a:hover ,
p a:hover	{
	background-color: #808080;
	}

li a.active,
li a.active:hover	{
	color: yellow;
	background-color: transparent;
	}