body{
				background : #E6E6FA;
				padding : 0;
				overflow : hidden;
				margin : 0;
			}
			
			img
			{
				border : 0;
			}
			
			a{color : black;}
			
			#logoitm
			{
				bottom :50px;
				right : 50px;
				width : 130px;
				position :absolute;
			}
			
			#sideX
			{
				width : 50%;
				background : url('img/mmx.jpg') no-repeat  25% 0%;
				height : 100%;
				position:absolute;
				left:0px;
				border : 1px solid black;
			}
			#sideE
			{
				width : 50%;
				height : 100%;
				background : url('img/essentiel.jpg') no-repeat 0% 0%;
				position:absolute;
				right : 0;
				border : 1px solid black;
			}
			#logoE
			{
				height : 150px;						
				margin : 15% auto 0 0;
			}
			
			#logoX
			{
				height : 150px;
				margin : 15% auto 0 0;
			}
		
			#content-description
			{
				width : 580px;
				position : absolute;
				bottom : -550px;				
				height : 220px;
				font-size : .8em;
				left : 50%;
				text-align : justify;
				margin-left : -360px;								
				padding : 60px ;
				font-family : "Arial Narrow";
				background-image : url('img/cadre-pres-mm.png');
				z-index : 1000;
				color : #FFF;
			}