.social
{
	background-color: #786E64;
}
.environnemental
{
	background-color: #FFCD00;
}
.culturel
{
	background-color: #FFCD00;
}
.economique
{
	background-color: #C83764;
}
.actual-type
{
	background-color: #FFCD00;
	font-size: 20px;
	padding:10px 35px;
	display:block;
	text-align: center;
	width: 20%;
	margin: 25px 0;
	box-shadow: 5px 5px 8px #aaa;
}
.button-type 
{
	font-weight: bold;
	float: left;
	margin:15px 35px;
	margin-left:0;
	margin-bottom:35px;
	font-size: 20px;
}
h3 span
{
	font-size: 12px;
}
.table-statistics
{
	border:1px solid #CCC;
	float:left;
	height: 150px;
	width:49%;
	margin-right: 5px;
	margin-bottom: 5px;
}
.rate-statistics
{
	border:1px solid #CCC;
	float:left;
	height: 150px;
	width:708px;
	margin-right: 5px;
	margin-bottom: 5px;	
}
.rate-statistics .graph
{
	width:120px;
}
.rate-statistics .graph-value
{
	top: 15px;
	color:#FFF;
	font-size:24px;
	font-weight: 600;
}
h3
{
	margin-top: 15px; 
	margin-bottom: 15px;
	display:block;
}
.rate-statistics h4,
.table-statistics h4
{
	margin-top: 10px; 
	margin-left: 10px;
}
.each-table
{
	border-bottom: 1px solid #CCC;
	height:100px;
	position:relative;
}
.domain-name
{
	display:block;
	position:relative;
	text-align:center;
	font-size:10px;
	position:absolute;
	bottom:-20px;
	width:70px;
}
.graph
{
	 width:45px;
	 float:left;
	 position:absolute;
	 bottom:0px;
}
.amount .graph-value
{
	width: 65px;
	font-size:12px;
	left:-7px;
}
.amount_average .graph-value
{
	width: 57px;
	font-size:12px;
}

.graph-value
{
	display:block;
	position:relative;
	top:-25px;
	text-align:center;
	font-size:12px;
}
#onglets
{

    font : bold 11px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 49px;
    border-bottom : 1px solid #e8e7e5;
    margin-left : 0;
    margin-bottom: 15px;
}
#onglets li
{
    float : left;
    height : 48px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #786e64;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
}
#onglets li.button-type.first
{
	margin-left : 15px !important;
}
#onglets li.selected
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
    #background-color: #ffcd00;
    position:relative;
    top:-4px;
    height : 52px;

}
#onglets li.selected a
{
	color: #786e64;
	padding-bottom: 12px;
    background-color: #ffcd00;
}
#onglets a
{
    display : block;
    color : #FFF;
    text-decoration : none;
    padding : 10px;
    font-size: 24px;
   	padding-left: 20px;
    padding-right: 20px;


}
#onglets a:hover
{
    background : #fff;
    color: #786e64;
}
th
{
	font-weight:normal;
}