#body h5 {
    font-size: 1em;
    margin: 2em 0 1em 0;
}

#body .illustration {
    float: left;
    margin: 40px 0 0 -317px;
}

/*
#body .illustration img {
	width: 200px;
	height: 300px;
}
*/

#body .colgauche {
	position: relative;
	float: left;
	margin: 0px 0 0 -317px;
	width: 200px;
	
	text-align: center;
    font-family: Arial;
    font-size: 0.9em;
    color: gray;
}

#body .colgauche p {
	margin: -20px 0 30px 0;
}

#body .colgauche a {
	color: #a6bc40;
	text-align: none;
}

#body .colgauche a:hover {
	text-decoration: underline;
}

/*
#body .illustration2 {
    float: left;
    margin: 400px 0 0 -317px;
}
*/

/*
#body .illustration2 img {
	width: 200px;
	height: 300px;
}
*/

#body .legende {
    display: block;
    float: left;
    width: 195px;
    margin: 320px 0 0 -314px;
    text-align: center;
    font-family: Arial;
    font-size: 0.9em;
    color: gray;
}

#body .legende2 {
    display: block;
    float: left;
    width: 195px;
    margin: 680px 0 0 -314px;
    text-align: center;
    font-family: Arial;
    font-size: 0.9em;
    color: gray;
}

#body .legende a {
    color: rgb(159, 192, 73)
}

#body .legende2 a {
    color: rgb(159, 192, 73)
}

#body dt {
    float: left;
    margin: 0 0.5em 0 0;
}

#body dt:after {
    content: " :";
}

#body ul {
    margin: 0 0 0 2em;
}

#body p {
    margin: 1em 0;
}

