/* CSS Document */
#infopos {
	position: absolute;
	width: 20%;
	height: 100%;
	z-index: 1;
	left: 1px;
	top: 0px;
	/*background-color: red;
	background-image: url(./Images/fondinfo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
*/
}
#info {
	background-color: white;
	color: black;
	font-family: "times new roman", times, "courier new", Arial, Verdana, serif;
	background-image: url(./Images/fondegrarouge.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.ecrinfo {
	font-size: 1.2em;
}
/* rounded buttons */
.round {
	line-height:40px;
	background:url(./Images/button2f.gif) no-repeat right top; 
	padding-right:15px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

.round span { 
	background:url(./Images/button2f.gif) no-repeat left top; 
	height:40px;
	display:block;
	display:inline-block;
	padding-left:15px;
  line-height:30px;
}	
	/*button tag*/	
	span.butt {border:0; border:none; background:transparent; width:1; white-space:nowrap; padding:0 2px; }	
/* end rounded buttons */
#corps {
	position: absolute;
	width: 80%;
	height: 90%;
	z-index: 2;
	left: 21%;
	top: 25px;
	color: black;
	background-color: #fff;
	padding: 0px;
}