/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 mars 2014, 10:30:34
    Author     : jeremy.b
*/
#main_content_transparent_home  ul{
	padding:0px;
	margin-right: 57px;
}

#content_ml{
	width: 58%;
	margin:0 auto;
	margin-bottom:2%;
}

/************** Media queries ********************/
@media screen and (max-width : 940px) {
	#main_content_transparent_home {
	width: 100%;
	}
	
	#content_ml {
    width: 96%;
	}
	
}

@media only screen and (min-width : 941px) and (max-width : 1360px) {
	#content_ml{
	width:98%;
	}
}

@media only screen and (min-width : 1361px) and (max-width : 1700px) {
	#content_ml{
	width:70%;
	}

}