
div#gauche {
						float:left;
						width:20%;
						height:450px;
						
						}
div#body {
						margin-left:30%;
						width:550px;
						height:450px;
						text-align: justify;

						}
div#droite {
						float:right;
						width:20%;
						height:450px;

						}	
body {
  font-family:Verdana;
  font-size:15px;
						}	
p	{
  font-family:Verdana;
  font-size:15px;
						}						
h3
{
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;
  text-align: justify;
}

span.subtitle
{
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;
  color:#000;
}
span.subtitle#rouge
{
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;
  color:#ff0000;
}
span.subtitle#vert
{
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;
  color:#35d24f;
}