#agility {
   padding: 0 3em;
}
#agility p {
	font-size: 1.3em;
}
#agility ul {
	line-height: 160%;
}
#agility ul li{
   list-style-type: none;
	font-size: 1.1em;
}

#content_resultat{
	min-height: 530px;
	border-right: 1px solid rgb(235, 235, 235);
	border-left: 1px solid rgb(235, 235, 235);
	margin: 1em 0 3em 0;
	padding: 0 .8em;
	text-align: left;
	background-color: #fefefe;
}


#content_resultat table th{
	font-size: 1.1em;
}
#content_resultat table td{
	padding: 0 .8em 0 .3em;
	font-size: 1em;
	vertical-align: bottom;
}

.grey{
background-color: #e2e2e2;
}
.yellow{
background-color: #ffff99;
}


#content_resultat h1{
	margin: 1em 0 1em 0;
	font-size: 1.5em;
}
#content_resultat h2{
	margin: .8em 0 0 0;
	font-size: 1.1em;
}
#content_resultat h3{
	margin: .8em 0 .5em 0;
	font-size: 1.1em;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	background: #f9fbe9;
}
#content_resultat h4{
	margin: .5em 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #555;
}
#content_resultat p {
	margin: 0 0 .7em 0;
	font-size: 1.1em;
}
#content_resultat ul {
   list-style-type: none;
   margin: 0 0 1em 0;
	line-height: 160%;
}
#content_resultat ul li{
   list-style-type: none;
	font-size: 1.1em;
}

#content_resultat .col {
	float: left;
	margin: 0 1.5em 0 0;
	font-size: 1em;
	line-height: 1.6em;
}


