html {
	margin: 0;
	padding: 0;
	}

body {
	width: 900px;
	margin: 0; padding: 0;
	}
		
div#bodycontent {
	width: 900px;  
	margin: 0; padding: 0;;
	position: absolute;
	}

/* Header */
div#header {
	height: 60px;
	margin: 0;
	padding: 50px 0 0 0;
	background-color: #000066; color: #e20e0d;
	text-align: center;
	}

div#header h1 {
	padding: 0 0 0 250px; margin:0;
	font-family: Tahoma, sans-serif;
	font-weight: 200;
	}

div#header h1 a {
	text-decoration: none;
	background-color: #000066; color: #e20e0d;
	}

div#header h1 a:hover {
	text-decoration: underline;
	background-color: #000066; color: white;
	}

div#header h1 a:visited {
	text-decoration: none;
	background-color: #000066; color: #e20e0d;
	}

div#header h5 {
	padding: 0 0 0 250px; margin: 0;
	}

div#header img {
	float: left;
	width: 100px;
	padding: 0; margin: -40px 0 0 20px;
	}
		
/* Menu */
div#menu {
	position: absolute;
	margin: 0; padding: 0;
	width: 200px; height: 450px;
	background-color: #000066; color: #e20e0d;
	}

ul#navbar {
	margin: 0; padding: 0px 10px 0px 10px;
	font-weight: 600;
	list-style-type: none;
	}

ul#navbar li ul {
	margin: 0; padding: 5px 0 15px 10px;
	list-style-type: none;
	font-weight: 200;
	}

ul#navbar li ul a {
	padding: 0; margin: 0;
	text-decoration: none;
	font-size: 0.75em; 
	color: #ffffff; background-color: #000066;
	}

ul#navbar li ul a#encours {
	text-decoration: none;
	background-color: #000066; color: #e20e0d;
	}
		
ul#navbar li ul li a:hover {
	text-decoration: underline;
	}

ul#navbar li ul a:visited {
	text-decoration: none;
	color: #ffffff; background-color: #000066;
	}


/* Mainpage (inclu le quart de cercle pour le cadre) */

div#mainpage {
	position: absolute;
	margin: 0px 0px 0px 200px; padding: 0;
	width: 700px; height: 450px;
	}

/* pour page accueil */
img#cadre {
	float: left;
	width: 80px;
	margin: 0; padding: 0;
	border: none;
	}

/* pour toutes les autres pages */
div#textcontainer img#cadre {
	float: left;
	width: 80px;
	margin: 0; padding: 0;
	border: none;
	}


/* Zone consacrée au texte */
div#textcontainer {
	position: absolute;
	overflow: auto;
	margin: 0; padding: 0;
	width: 700px; height: 450px;
	}

div#textcontainer h3 {
	margin: 50px 100px 20px 50px;
	background-color: white; color: #e20e0d;
	font-family: Tahoma, sans-serif;
	}

div#textcontainer h4 {
	margin: 30px 100px 20px 50px;
	background-color: white; color: #000066;
	font-family: Tahoma, sans-serif;
	}
	
div#textcontainer p {
	margin: 0px 40px 20px 50px;
	background-color: white; color: black;
	text-align: justify;
	font-family: Tahoma, sans-serif;
	font-weight: 500;
	}
	
div#textcontainer p#first {
	margin-top: 10px;
	text-indent: 30px;
	}

div#textcontainer p.first {
	margin-top: 10px;
	text-indent: 30px;
	}

div#textcontainer a {
	text-decoration: none;
	background-color: white; color: #e20e0d;	
	}

div#textcontainer a:hover {
	background-color: white; color: black;
	}

div#textcontainer a:visited {
	background-color: white; color: #e20e0d;
	}

div#textcontainer img {
	width: 200px;
	margin: 50px 300px;
	border: none;
	}
	
div#textcontainer img#comite {
	width: 600px;
	margin: 20px 0 40px 50px;
	}

div#textcontainer img#acroread {
	float: right;
	width: 88px;
	margin: 0 50px 0 20px; padding: 0;
	}
	
div#textcontainer ul {
	margin: 20px 70px;
	font-weight: 500; 
	}
	
/* Pages Perm et Ucontact */

div#textcontainer blockquote {
	float: left;
	margin: 50px 0 0 0px;
	padding: 0;	
	}

div#textcontainer blockquote p {
	text-align: center;
	margin: 0px 20px 20px 50px; 
	}
	
div#textcontainer img#perm {
	float: right;
	width: 250px;
	margin: 50px 40px 0 0;
	padding: 0;
	}
	

/* Homepage */
div#imgcont {
	position: absolute;
	width: 700px;
	margin: 90px auto 0px 0px; padding: 0;
	}
	
img#paix {
	width: 180px;
	margin: 30px 180px 50px 220px;
	padding: 0
	}

img#mix {
	width: 350px;
	margin: 0px 150px 0px 150px;
	}

/* Rubrique d'information: ! invisible = display: none, display = visible: block */
div.info {
	display:block;
	position: absolute;
	width: 150px; height: 200px;
	margin: 250px 0px 0px 550px; 
	background: no-repeat; 
	background-image: url(../img/info1.gif);
	}
	
div.info h5 {
	padding: 0px 10px 0px 0;
	margin: 25px 0 0 0; 
	text-align: center;
	color: #e20e0d; background: no-repeat center;
	font-size: 12px;
	background-image: url(../img/fake.gif);
	}

div.info p {
	padding: 10px 20px;
	margin: 0;
	text-align: lefts;
	font-size: 10px;
	}

div.info p a {
	text-decoration: none;
	font-size: 12px;
	color: white; background: inherit;
	}

div.info p a:hover {
	color: #e20e0d; background: inherit;
	}
	
div.info p a:visted {
  color: #e20e0d; background : inherit;
  }

div.infotop {
	display:block;
	position: absolute;
	width: 150px; height: 200px;
	margin: 10px 0px 0px 550px; 
	background: no-repeat; 
	background-image: url(../img/info1.gif);
	}
	
div.infotop h5 {
	padding: 0px 10px 0px 0;
	margin: 25px 0 0 0; 
	text-align: center;
	font-size: 12px; 
	color: #e20e0d; background: no-repeat center;
	background-image: url(../img/fake.gif);
	}

div.infotop p {
	padding: 10px 20px;
	margin: 0;
	text-align: justify;
	font-size: 10px;
	color: white;
	}

div.infotop h5 a {
	text-decoration: none;
	color: white; background: inherit;
	}

div.infotop h5 a:hover {
	color: #e20e0d; background: inherit;
	}
