/* CSS Document */
body{
margin:0px;
background-color:#726e70;
}
.content{
margin:auto;
width:1000px;
text-align:left;
position:relative;
border:none;
}
.header{
height:269px;
background-image:url('../images/v2/header_bg.jpg');
background-repeat:no-repeat;
background-position:top right;
text-align:right;
}
.corner{
background-image:url('../images/v2/corner.jpg');
background-repeat:no-repeat;
background-position:top right;
width:70px;
height:188px;
position:absolute;
left:-70px;
top:75px
}



.bouton {
/*position:absolute;*/
float:left;
/*z-index:20px;*/
width:90px;height:90px;
}
.lien {
position:relative;
display:block;
}

.middle{
	width:1000px;
	height:491px;
	background-image:url('../images/v2/middle_bg.jpg');
	background-repeat:no-repeat;
	
}
.text{
	margin-left:40px;
	width:690px;
	z-index:20;
	position:absolute;
	top: 230px;
}
.title{
height:25px;
background-image:url('../images/texttop.png');
background-repeat:no-repeat;
padding-left:20px;
padding-top:15px;
font-size:18px;
font-weight:bold;
color:#FFFFFF;
font-family:arial;
letter-spacing:5px;
}
.bodytext{
background-image:url('../images/textbg.gif');
background-repeat:repeat-y;
padding:20px;
padding-bottom:10px;
font-family:arial;
font-size:14px;
color:#333333;
line-height:20px;
height:auto;
}
.bottom{
height:34px;
background-image:url('../images/textbottom.png');
background-repeat:no-repeat;
width:690px;
}
