/* CSS Document */

/* CSS Document */

* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
* {
	margin:0px;
	padding:0px;
	color: #5C4B34;

	
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ffffff;

	
	

}

input{
border:1px solid #FFC763;
color:#5C4B34;
width:200px;
}

textarea{
border:1px solid #FFC763;
color:#5C4B34;
width:200px;
}
.texteinput{ color:#5C4B34;}
.page{ margin:0 auto;
width:800px;}
.banier{ width:800px;
height:416px; 
 }
.contenu{ background:url(../images/fondpages.gif)  no-repeat bottom; 
width:800px;
height: auto;}
.titre{
font-size:24px;
margin-bottom:10px; 

color:#FFC763;
font-weight:bold;}

.titre1{
font-size:18px; 

color:#5C4B34;
font-weight:bold;}


.texte{
	margin-left:71px;
	margin-right:50px;
}
.footer{
margin:10px 0px;

}
.footer ul{
	list-style-type:none;
	margin-left: 100px;
}
.footer ul li{
float:left; 
white-space:nowrap;}

