body{
background-color : rgb(248,248,248);	  
}

.area1 {
background-color : rgb(248,248,248);	
height : 100px;	
}

.area2 {
background-color : rgb(230,230,230);
}

.area3 {
background-color : rgb(248,248,248);		
overflow : auto;
}

.area4 {
background-color : rgb(248,248,248)			
}

#search_input {
width : 250px;
margin-top : 35px;	
}

#search_button {
margin-top : 35px;	
}

.main_content_class {
background-color : white;	
border : 1px solid rgb(243,243,243);
}

.main_content_class:hover {
background-color : rgb(235,235,235);	
border : 1px solid orange;
border-radius : 5px;
}

.salary {
margin-top : 15px;	
}

.company_span {
color : orange;
size : 25px;	
}

.test {
margin-top : 10px;
}

img {
width : 50px;
height : 50px;
border : 1px solid rgb(243,243,243);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.filtres_div {
text-align : center;
background-color : rgb(51,122,183);
border-radius : 10px;
color : white;
margin-bottom : 40px;
margin-top : 20px;
}

#filtres_apply_button {
margin-top : 20px;
margin-bottom: 20px;	
}

.filter_salary_label {
text-align : center;	
}

.filters_field {
margin-left: 0 px;
width:23%;
position: fixed;
border-radius : 10px;
box-shadow: 0 0 10px rgba(150,150,150,0.6);
}

#to_start_button {
margin-top : 20px;	
}
