body
{
font-family:"Frutiger 45 Light", "Trebuchet MS", sans-serif;
}
#conteneur
{
margin:0 auto;
margin-top:3%;
margin-bottom:10px;
width:802px;
height:750px;
/*border:#000000 solid 1px;*/
/*background:#CCCCCC;*/

}
img{border:#000000 solid 1px;}

#texte
{
width:802px;
height:200px;
/*border:black solid 1px;*/
margin:20px 0;
clear:both;}
h1
{
font-size:1.5em;
font-weight:100;
margin-top:0;}

#gauche
{
float:left;
width:300px;
height:150px;
background:white;
/*border:red solid 1px;*/}

#droite
{
float:right;
width:460px;
height:140px;
background:white;
/*border:red solid 1px;*/
text-align:justify;}
#credits{
border:#000000 dashed 1px;
padding:10px;
font-size:0.8em;}
#suivant{
float:right;}
a{font-size:30px;}
a:link {
	color:red;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: red;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
}
p {
	font-size:85%}


