html, body{
        padding: 0px;
        margin: 0px;
		background-color: #CCCCCC;
		
}

#conteneur{
		margin:auto;
		width:1034px;
		height:612px;
		position:relative;
		margin-top:3%;
}

#image_fond{
		position:absolute;
}

#image_fond img{
		border:none;
}

#textIntro{
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.82em;
		color:#999999;
		font-weight:bold;
		width:37%;
		text-align:left;
		position:absolute;
		left:4%;
		top:48%;
}

#textIntro p{
		margin-bottom:10px;
}


