@charset "utf-8";
/* CSS Document */

html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}

body {
	background-color:#EAF4FF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#006;
	margin-left:auto; margin-right:auto;
	text-align:justify;
	letter-spacing:normal;
	line-height:120%;
	margin: auto; /* Pour centrer notre page */
	padding: 10px 20px;
    margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
    		
}

li {list-style-type:disc; margin: .75em 0 .75em 5px;
	padding: 0; }

a {text-decoration: none; } 

a:link { color: #006; } 

a:visited { color: #006; } 

a:hover, a:focus, a:active { color: #006; text-decoration:underline; } 

h1, h2, h3 {font-weight:bold; font-style:normal; margin: 1em 0 .5em 0;}

h1 {font-size:13px;}
h2 {font-size:12px;}
h3 {font-size:11px;}

img {border:0;}

p { line-height:120% }

html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}

#global {width:800px ;min-height: 100%; overflow: hidden; margin-left: auto;
	margin-right: auto;}

#principal {
	
    border:1px solid #3d92e9;  }

#header {
	
	height:139px;
	position:relative;
	top:0px;
	background-image: url(Design/header.jpg);
	background-repeat:repeat-x;
	z-index:1;
}

.logo {width:100px; height:100px; float:right; top:0px; left:0px; z-index:2;}

.logonoyau {width:250px; height:100px; float:left; top:0px; left:0px; z-index:2;}

.slogan {width:480px; height:10px; font-style:italic; color:#FFF; position:absolute; top:60px; left:100px; z-index:2;}

.menu {
	position:absolute;
	top:115px;
	left:118px;
	height:19px;
	width:400px;
	display:inline;
	list-style-type:none;
	z-index:3;
}

#contenu { background-color:#FFF; position:relative; top:0px; left:0px; width:100%; z-index:3; min-height:500px; }

.texte { width:750px; margin-left:auto; margin-right:auto; } 

#footer {height:53px; top:0px; left:0px; background-image:url(Design/footer.jpg); background-repeat:repeat-x; position:relative;}

.credit { position:relative; top:0px; width:350px; margin-left:auto; margin-right:auto; }

