/* CSS Document */
* {
	margin: 0;
    padding: 0;
	border: 0;
}
img.png {
	behavior: url(img/png.htc);
}
Body {
	background-color: #077709;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS";
	line-height: 1em;
}

#conteneur {
	position: relative;
    min-height: 100%;
	width: 100%;
}

* html #conteneur {
	height: 100%;
}

#contenu {
	width: 100%;
	margin: 0 auto;
	/*padding-bottom: 150px;*/
	background: url(img/degrade.jpg) center repeat-y;
}
#contenu_principal {
	width: 100%;
	margin: 0 auto;
	/*padding-bottom: 150px;*/
	background: url(img/fond-herbes.jpg) center bottom fixed no-repeat;
}
#Banniere {
	width: 998px;
	height: 152px;
	margin: 0 auto;
	/*background: url(images/banniere.jpg) no-repeat;*/
}
#CadreHaut {
	width: 998px;
	/*height: 152px;*/
	margin: 0 auto;
	/*background: url(images/banniere.jpg) no-repeat;*/
}


.PetitLien {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
}
.TexteBlanc {
	color: #FFFFFF;
}
.LienMenu {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.LienMenu:hOver {
	text-decoration: underline;
}
.SEPARATEUR {
	line-height: 0.5em;
}
.SEPARATEUR1EM {
	line-height: 1em;
}
.LienPiedPage {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.LienPiedPage:hOver {
	text-decoration: underline;
}
.TxtPiedPage {
	color:#00126F;
}
.DbgL {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.EnSavoirPlus {
	color: #ECBF0B;
	font-size: 14px;
	font-style: italic;
}
.MyInput {
	border: solid 1px #ECBF0B;
}
.MyInput2 {
	border: solid 1px #ECBF0B;
	background-color: #8EB57A;
	color: #000000;
}
.TITREtableau {
	color: #ECBF0B;
	font-weight: bold;
	font-size: 16px;
}
.GrosJaune {
	color:  #ECBF0B;
	font-weight: bold;
	font-size: 16px;
}
.CadreDetailListeCata {
	width: 300px;
	height: 300px;
	z-index: 997;
	position: absolute;	
}

#CadreVisuGeneral {
	position: relative;
	float: right;
	width: 341px;
	height: 21px; /*231px*/
	z-index: 1;
}
#BTVisualisation {
	width: 341px;
	height:21px;
}
#CadreVisualisation {
	position: relative;
	width: 341px;
	height: 0px;
	/*z-index: 0;*/
	background: url(img/cadre_visu.png) no-repeat;
}
