/*Feuille de style AG Micro - MAIN CSS
Auteur : Geoffroy ZALO
Date   : 
---------------------------------------------------------------------------------*/

/* DEFINITION GENERALE POUR LA PAGE 
 ---------------------------------- */
* {
	margin:0;
	padding:0;
	}
	
body {
	height:100%;
	/*background-color:#ffffde;*/
	background-color:#ffffff;
	background-position: top center ;
	background-image:url("../img/fond/fond_body.jpg");
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	margin-top:10px;
	}

form fieldset {
	margin:10px;
  	padding: 1em;
  	}

a { 
	text-decoration:none;
	color:#ba0909;
	}

a:hover {
	color:#000000;
	}

h5 {
	text-align:center;
	color:#000000;
	font-size:8px;
	}

/* DEFINITION DES SECTIONS
 ------------------------- */

#page {
	position:relative;
	background-color:#ffffde;
	background-image:url("../img/fond/fond_page.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:605px;
	margin: 10px auto;
	/*padding-bottom:7px;*/

	border-style:solid;
	border-color:#ba0909;
	border-width:3px;
	}

#entete {
	height:100px;
	background-image:url("../img/fond/entete.jpg");
	background-repeat:no-repeat;
	width:800px;
	margin: 0 auto;

	/*border-style:dotted;
	border-color:#ba0909;
	border-width:1px;*/
	}

#corps {
	position: absolute;
	top:170px;
	right:15px;

	height:350px;
	background-image:url("../img/fond/corps.jpg");
	background-repeat:no-repeat;
	width:585px;
	/*margin: 0 auto;*/
	padding:5px;

	
	font-size:14px;
	/*color:#ba0909;*/

	/*border-style:dotted;
	border-color:#ba0909;
	border-width:1px;*/
	}

#corps h1 {
	color:#ba0909;
	font-size:14px;
	font-weight: bold;
	}

#corps p {
	/*width:565px;*/
	text-align:justify;
	/*color:#000000;*/
	font-size:14px;
	}

.gred {
	font-weight: bold;
	text-align:center;
      	color:#ba0909;
	font-size:16px;
	padding-bottom:10px;
	}

#corps ul {
	margin:30px;
	}

#corps img.droit{
	float:right;
	padding-top:2px;
	padding-left:5px;
	padding-bottom:4px;
	}

#pied {
	/*position: relative;*/
	top:560px;
	right:0px;

	height:40px;
	background-image:url("../img/fond/pied.jpg");
	background-repeat:no-repeat;
	width:800px;
	margin: 0px auto;
	text-align:center;

	/*border-style:dotted;
	border-color:#ba0909;
	border-width:1px;*/
	}

#menu_haut {
	position: absolute;
	top:140px;
	right:70px;
	width:550px;
	text-align:right;
	font-size: 14px;
      	font-weight: bold;
      	color:#000000;

	/*border-style:dotted;
	border-color:#49d2b1;
	border-width:1px;*/

	}

#menu_haut li {
	display:inline;
	}

#menu_bas {
	position: absolute;
	/*bottom :10px;*/
	top:550px;
	right:0px;
	width:800px;
	text-align:center;
	font-size: 8px;
      	font-weight: bold;
      	color:#ba0909;

	/*border-style:dotted;
	border-color:#49d2b1;
	border-width:1px;*/

	}

#menu_bas li {
	display:inline;
	color:#000000;
	font-size:8px;
	}

#menu_bas a { 
	text-decoration:none;
	color:#ba0909;
	}

#menu_bas img {
	border:0;
	}

#plan {
	position:absolute;
	bottom:80px;
	/*right:20px;*/
	left:15px;
	}
