/*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;
	}
a { 
	text-decoration:none;
	color:#ba0909;
	}

a:hover {
	color:#000000;
	}

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

img {
	border-style:solid;
	border-color:#ba0909;
	border-width:1px;
	}

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

#page {
	position:relative;
	background-color:#ffffde;
	background-image:url("../img/fond/fond_collection.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:130px;
	right:15px;
	overflow:auto;	

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

	text-align:justify;
	font-size:14px;
	color:#ba0909;

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

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

#corps p {
	color:#000000;
	font-size:12px;
	}


#menu_marque {
	position: absolute;
	top:245px;
	right:525px;
	overflow:auto;	

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

	text-align:justify;
	font-size:14px;
	color:#ba0909;

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

#menu_marque  p {
	color:#000000;
	font-size:12px;
	}

#pied {
	position: absolute;
	top:565px;
	right:0px;

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

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


#menu_haut {
	position: absolute;
	top:105px;
	right:69px;
	width:550px;
	text-align:right;
	font-size: 14px;
      	font-weight: bold;
      	color:#ba0909;

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

	}

#menu_haut li {
	display:inline;
	}

#menu_bas {
	position: absolute;
	/*bottom :52px;*/
	top:545px;
	right:69px;
	width:550px;
	text-align:right;
	font-size: 10px;
      	font-weight: bold;
      	color:#ba0909;

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

	}

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