/*Last modification : 5 février 2009*/

/*table
{
position:absolute;
left:235px;
top:100px;
height:auto;
width:1000px;
z-index: 1;
padding:auto;
overflow:auto;
}*/


body{
	background:url(images/fondbleu2.jpg) 0% 0% fixed;
	background-size:cover;
/*	margin : 0px;*/
	margin-top : Opx;
/*	padding : 0px;
	height : 100%;*/
/*	background-color : #FFFFE8;*/
	font-size : 110%;
	line-height : 1.6;
	color : #000000;
}

a {
/*	color : #7777ee;*/
}
a:hover {
	font-weight:bolder;
}
a:active {
/*	color:#afafff;*/
}
a:visited {
	font-style:italic;
}
a img {
	border : none;
}

#titre {
	position : absolute;
	top : 0px;
	left : 0px;
	height : 130px;
	width : 100%;
/*	background-color : #f1e2b2; /*#fdf1b8;*/ 
	text-align : right;
	color : #000000;
}

#titre h1 {
/*	font-family : "Lucida Handwriting", times;*/
	text-align : center;
	font-size : 300%;
}

#menu {
	background:url(images/fondgris.jpg);
	background-size:cover;
	display: inline-block;
	width: 210px;
/*	border: 3px ridge black;*/
	margin : 5px;
	padding : 10px;
	vertical-align: top;
	position:absolute;
	left:0px;
	top:130px;
	font-size : 80%;
}

#menu dl {
	font-size : 140%;
}

#menu h3 {
	color : #7777ee;
}

#contenu {
	position : absolute;
	top : 130px;
	left : 250px;
	right : 0px;
	min-height : 82%;
	<!--[if lte IE 6]>
		<style type="text/css">
			div#page {
				height: 82%;
			}
		</style>
	<![endif]-->;
}

#texte {
/*	background-color: #F5F5F5; filter:alpha(opacity=60); -moz-opacity:0.6; opacity: 0.6;*/
	padding : 20px;
	padding-top : 10px;
	padding-bottom : 0px;
	text-align : justify;
position:absolute;
left:0px;
top:5px;
height:auto;
width:1000px;
z-index: 1;
/*padding:auto;*/
overflow:auto;
}

#texte p
{
	text-align: justify; 
    	overflow: auto;
	word-wrap: break-word;
	padding: 10px;  /* Marge intérieure de 12px */
	margin: 5px; /* Marge extérieure de 50px */
}

#texte h2 {
/*	color : #7777ee;*/
}

#pied_page {
/*position:absolute;
left:0px;
top:5px;
height:auto;
width:1000px;
z-index: 1;*/
/*padding:auto;*/
	position : absolute;
/*	right : 15px;*/
	bottom : 100px;
	left : 50px;
	height : 70px;
/*	background-color : #afafff;*/
	padding : 10px;
	font-size : 80%;
	color : #ffffff;
}

#pied_page a {
	color : #ffffff;
}
#pied_page a:hover {
	font-weight:bolder;
}
#pied_page a:active {
	color:#d4d4ff;
}

#references a {
	color : #000;
	text-decoration : none;
	font-weight : bolder;
}
#references a:hover {
	font-weight:normal;
}
#references a:active {
	font-style:normal;
}

#logo {
	position : relative;
	left : 550px;
	right : 0px;
	width : 400px;
	bottom : 20px;
}
