html, body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(../img/deco/frise.jpg);
	background-repeat: repeat-y;
}

#page {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: auto;
	color: #FAF0E6;
}

/* =ENT [Entete]
----------------------------------------------- */
#header {
	/*le conteneur de l'entete du site*/
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 177px;
}
#deco {
	/*le conteneur de la zone de deco*/
	position: fixed;
	background-color: transparent;
	top:20%;
	left: 3px;
	width: 20%;
	z-index : 10;
}
#imah {
	position: relative;
	top: 50%;
	left: 3px;
	width: 43px;
	height: 44px;
	z-index : 16;
		/*border:1px solid #FF9933;*/
}
#imac {
	position: relative;
	top: 50%; 
	left: 22px;
	width: 43px;
	height: 48px;
	/*border:1px solid #FF9933;*/
	z-index : 16;
}
#imab {
	position: relative;
top: 50%;
	left: 21px;
	width: 46px;
	height: 64px;
		/*border:1px solid #FF9933;*/
	z-index: 16;
}#imabb {
	position: absolute;
	top: 1200px;
	left: 21px;
	width: 46px;
	height: 64px;
		/*border:1px solid #FF9933;*/
	z-index: 16;
}

/* =STR [Structure de la page]
----------------------------------------------- */
#gauche {
	background-color: transparent;
	position: absolute;
	margin-bottom: 200px;
	height: 60%;
	width: 15%;
	top: 190px;
	left: 177px;
	z-index: 5;
}
#actu {
	/*le conteneur de la zone de deco*/
	position: absolute;
	background-color: White;
	top: 20px;
	left: 400px;
	height: 10%;
	width: 70%;
	z-index: 9;
}
#main {
	background-color: transparent;
	position: absolute;
	overflow: visible;
	text-align: justify;
	left: 310px;
	height: auto;
	top: 180px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	width: 52%;
	z-index: 1;
}
	
#droite {
	background-color: transparent;
	position: absolute;
	height: 85%;
	width: 120px;
	top: 140px;
	left: 85%;
	z-index: 2;
	cursor: progress;
}
	

#footer {
	position: relative;
	background-color: transparent;
	text-align: right;
	width: 100%;
	height: 4%;
	z-index: 3;
}
#foo_gauche { /*pied de page gauche*/
   float:right;
	padding:0 0px;
   margin:0 px;
   }
#foo_droite { /*pied de page droite*/
   float: right;
   padding:0 0px;
   margin:0 px;
   height:10px; 
	color: Black;
	}
#imadecomain{
	position: relative;
	padding: 2px;
	margin: 2px;
}
#textemain{
	position: relative;
	text-align: left;
	padding: 2px;
	margin: 2px;
	background-color: #FFFFFF;
}

/* =NAV [Navigation]
----------------------------------------------- */
.menugauche {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	font-size: x-small;
	line-height: 20px;
}
  
/* =TIT [Titres]
----------------------------------------------- */
p {
}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
h1 {margin:0px 0px 0px 0px;color: #333366;font-size:1.3em;}
h2{
	margin : 0px 0px 12px 0px;
	color: #333366;
	font-size: .9em;
}
h3{
	/*margin: 1.1em 0 1em 2em;*/
	color: #303030;
	font-size: .8em;
}
h4 {margin: 0 0 0px 0;color: #333366;text-indent:4em;}
h5 {margin:0 0 0px 0;color: #336699;font-size:inherit;text-indent:6em;}

/* =TEX [Textes]
----------------------------------------------- */
/* =LIS [Listes]
----------------------------------------------- */

.menugauche li {
	margin-bottom: 2px;
	font-size: x-small;
}

/* =TAB [Tableaux]
----------------------------------------------- */

/* =LIE [Liens]
----------------------------------------------- */
.lignedubas{
	color: #303030;
	font-weight: bold;
	font-size: .5em;
}
.lignedubas1{
	color: #303030;
	font-size: .55em;
	line-height: normal;
}
.lignedubas2{
	color: #303030;
	font-size: 0.45ex;
}
.menugauche a {
	margin: 0 2px;
	color: #606060;
	text-decoration: none;
	font-weight: bold;
}
.menugauche a:hover {
   text-decoration: none;
   color: #3366FF;
	font-weight: bold;
   }
.menugauche a:active {
   color: #FF9933;
	font-weight: bold;
   }
.textesimple {
	font-size: x-small;
	color: #333333;
}
.textesimplepeti {
	font-size: 9px;
	color: #333333;
}

.textemisenvaleur {
	font-weight: bold;
	font-size: x-small;
	color: #001233;
}

#footer a {
   color: #303030;
   text-decoration: none
	}
#footer a:hover{
   color: #FF9933;
   text-decoration: none;
   }

/* =AUT [Autres]----------------------------------------------- */

.illustre{
	float: left;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
}

acronym {
	cursor: help;
	margin-bottom: 1px;
}

.item_liste_sans_puce {
	list-style-type: none;
}
.texte_droite {
	text-align: right;
}
