/*
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_sourcing{
	width: 58%;
	margin: 0 auto;
	margin-bottom: 2%;
	margin-top: 2%;
}

#content_mutualisation p{
	width: 36%;
}

#img_exter{
	width: 60px;
	float: left;
	margin-right: 10px;
}

.img_metiers{
	width:32px;
	height:32px;
	margin-right:10px;
}

#familles table{
	width:100%;
}

#familles ul li{
	list-style:none;
	color:#484848;
}

#familles h4 a{
	color:#DB4B4B;
}

#familles td{
	vertical-align:top;
}

#content_fond_gris{
	background: rgb(238, 238, 238) none repeat scroll 0% 0%;
	padding-top: 15px;
	padding-bottom: 20px;
}

#content_fond_gris #moteurs_recherche{
	width: 58%;
	margin: 0px auto;
	border-bottom: 1px solid white;
	padding-bottom: 30px;
}

#content_fond_gris #moteurs_recherche p{
    float: left;
    width: 31%;
    margin-right: 8%;
    text-align: right;
}

#content_fond_gris #moteurs_recherche h2{
	margin-top: 7%;
	width: 31%;
	text-align: right;
}

#content_fond_gris #moteurs_recherche img{
	width:550px;
	margin-top:-8%;
}

#content_fond_gris #e_catalogues{
    width: 58%;
    margin: 0px auto;
	height: 330px;
}

#content_fond_gris #e_catalogues img{
	width: 550px;
	float: left;
	margin-right: 8%;
	margin-bottom: 2%;
}

#content_fond_gris #e_catalogues h2{
	margin-top: 2%;
}

#content_fond_gris #e_catalogues p{
	float: left;
}

#position_btn{
	margin-left:-22%;
	margin-top:5%;
}

/************** Media queries ********************/
@media screen and (max-width : 720px) {
	#main_content_transparent_home {
		width: 100%;
	}
	#content_sourcing {
    width: 100%;
	}
	#content_fond_gris {
	height: 1057px;
	}
	#content_fond_gris #moteurs_recherche {
    width: 100%;	
	}
	#content_fond_gris #moteurs_recherche h2 {
    margin-top: 0%;
    width: 87%;
    text-align: left;
	}
	#content_fond_gris #moteurs_recherche img {
    width: 95%;
    margin-top: 0%;
	}
	#content_fond_gris #moteurs_recherche p {
	float: left;
	width: 92%;
	margin-right: 8%;
	text-align: left;
	}
	#content_fond_gris #e_catalogues img {
    width: 50%;
	}
	#content_fond_gris #e_catalogues {
    width: 100%;
	}
	#content_fond_gris #e_catalogues img {
    width: 95%;
	}
	#content_fond_gris #e_catalogues p,#content_fond_gris #e_catalogues h2{
	float:none;
	}
	#position_btn {
    margin-left: 0;
    margin-top: 0;
	}
}

@media only screen and (min-width : 721px) and (max-width : 1360px) {
	#main_content_transparent_home {
		width: 100%;
	}
	
	#content_sourcing {
    width: 100%;
	}
	
	#content_fond_gris #moteurs_recherche {
    width: 100%;	
	}
	
	#content_fond_gris #moteurs_recherche img {
    width: 30%;
    margin-top: -8%;
	}
	
	#content_fond_gris #e_catalogues {
    width: 100%;
	}
	
	#content_fond_gris #e_catalogues img {
    width: 30%;
	}
	
	#position_btn {
	margin-left: -18%;
	}
	
	#content_fond_gris {
	height: 582px;
	}
}

@media only screen and (min-width : 1361px) and (max-width : 1770px) {
	#content_sourcing, #content_fond_gris #moteurs_recherche, #content_fond_gris #e_catalogues {
    width: 70%;
	}

}