/*
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_accred{
	width: 58%;
	margin:0 auto;
	margin-bottom:2%;
	margin-top:1%;
}

.picto{
  width: 30px;
  height:30px;
  padding: 10px;
  float:left;
  padding-bottom: 46px;
}

#main_content_transparent_home  table {
	width:97%;
}

#main_content_transparent_home  table tr{
	border-bottom:1px solid #ccc;
	height: 92px;
}

#main_content_transparent_home  table td{
	width: 33%;
	vertical-align: top;
	padding-right: 60px;
}

#main_content_transparent_home  table span{
	color:#DB4B4B;
	font-weight:bold;
}

/************** Media queries ********************/
@media screen and (max-width : 940px) {
	#main_content_transparent_home {
	width: 100%;
	}
	
	#content_accred {
    width: 100%;
	}
	
	#main_content_transparent_home table td {
    padding-right: 20px;
	}
}

@media only screen and (min-width : 941px) and (max-width : 1360px) {
	#content_accred{
	width:98%;
	}
}

@media only screen and (min-width : 1361px) and (max-width : 1700px) {
	#content_accred{
	width:70%;
	}

}