/*
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_offres{
	width: 58%;
	margin:0 auto;
}

.bloc{
	border:2px solid #eee;
	padding: 25px;
	width: 82%;
	margin-bottom: 10px;
	margin-top: 18px;
	margin-left: 24px;
}

.img_bloc{
  width: 72px;
  float: left;
  background-color: white;
  margin-left: -68px;
  padding: 8px;
}

p{
	margin-left: 20px;
}

hr{
  width: 96%;
  height: 2px;
  background-color: #e7501e;
  border: none;
  margin-left: 0;
}

#position_btn{
	position: relative;
	left: 88%;
}

/************** Media queries ********************/
@media screen and (max-width : 940px) {
	#main_content_transparent_home {
	width: 100%;
	}
	
	#content_offres {
    width: 100%;
    position: static;
	}
	
	#position_btn {
    position: static;
	}
}

@media only screen and (min-width : 941px) and (max-width : 1360px) {
	#content_offres {
	width:98%;
	}
}

@media only screen and (min-width : 1361px) and (max-width : 1700px) {
	#content_offres {
	width:70%;
	}

}