@charset "ISO-8859-1";

/* ---------------------------------  Style Global  */

html { 
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(./img/fond.jpg);
	background-attachment: fixed;
	overflow: hidden;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size:62.5%;
}

a {
	text-decoration: none;
	color: #0000FF;
}
a img {
	border-style: none;
}

h1 { font-size: 2.1em; margin: 0.3em;}
h2 { font-size: 1.8em; margin: 0.2em;}
h3 { font-size: 1.6em; margin: 0.2em;}
h4 { font-size: 1.3em; margin: 0.1em;}
h5 { font-size: 1.1em; margin: 0.1em;}
h6 { font-size: 0.9em; margin: 0.1em;}

#divdata {
	height: 100%;
	overflow: auto;
	text-align: center;
	margin-left: 20em;
}

/* ---------------------------------  Style du Menu  */

.divmenu {
	position: absolute;
	top: 0px;
	left:0px;
	padding: 0px;
	margin: 0px;	
	width: 20em;
	height: 100%;
	background-image: url(img/grillage.gif);
	border-right-width: medium;
	border-right-style: groove;
}

.divmenu span {
	position: absolute;
	bottom: 0px;
	left: 2em;
	margin: 0px;
}

ul {
	list-style-type: none;
	margin:0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	background-image: url(img/trans.gif);
	z-index: 10;
}

.menu a { 
	_height: 1%; zoom: 1; 
	display: block;
	text-align: left;
	color: #00F;
	text-decoration: none;
	width: auto;
	font-size: 2.3em;
	font-weight: bold;
	line-height: 1.6;	
	padding-left: 0.87em;
}

.menu a:hover {
	_height: 1%; zoom: 1;
	background: #99CC99;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-bottom-style: ridge;
	line-height: 1.3;
	width: auto;
	border-color: #FFCC33;
}

.es {
	float: left;
	height: 100%;
	width: 20em;
	left: 0px;
	top: 0px;
}
.foot {
	height: 2.5em;
	position: absolute;
	bottom: 0px;
	left: 20em;
	margin: 0px;
	font-size: 1em;
	background-color: #99CC99;
	right: 0px;
	width: 100%;
}
#divTxt {
	text-align: justify;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background: url(./img/trans.gif);
	font-size: 1.5em;
	margin-top: 3%;
	padding: 3% 6%;
	font-weight: bold;
}
.phdroite {
	float: right;
	margin-left: 10px;
	width: 48%;
	padding-bottom: 10px;
}
.phgauche{
	float: left;
	margin-right: 10px;
	width: 48%;
	padding-bottom: 10px;
}
