@charset "utf-8";
/* CSS Document */

.info{
    
    height:auto;
}

#contenu-txt{
	width:380px;
	text-align:justify;
	/*background-color:#eaeaea;*/
	margin-left:21px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;

}


#gaucheInfo{
	
	width:350px;
	float:left;
	background-image:url(../images/info_img.jpg);
	background-repeat:no-repeat;
	height:950px;
	margin-top:50px;
	margin-left:80px;
	margin-bottom:50px;
}
#droiteInfo{
	
	width:350px;
	float:left;
	
	background-repeat:no-repeat;
	height:950px;
	margin-top:50px;
	margin-left:80px;
}

#logoInfo{
	/*display:block;*/
	float:left;
	background:url(../images/logoInfo.jpg) no-repeat center;
	width:1000px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}