@charset "utf-8";
/* CSS Document */

body
{ 
text-align: center; 
background-color: #FFFF00;
}

#page
{ 
width: 800px;
margin-left: auto; 
margin-right: auto; 
text-align: left;
}

#logo
{
float:left;
}
	
#titre
{
text-align: center;
height:120px;
}

.titre_L1
{
font-family: Times New Roman, Times, serif;
font-size: 50px;
font-weight: bold;
}
		
#contenu
{
clear:both;
text-align: left;
}

.contenu_L1
{
font-family: Times New Roman, Times, serif;
font-size: 18px;
font-weight: normal;
}

#contenu2
{
clear:both;
}

.contenu2_gauche
{
float: left;
text-align: center;
font-family: Times New Roman, Times, serif;
font-size: 32px;
font-weight: bold;
}

.contenu2_milieu
{
float: left;
margin-left: 10px;
}

.contenu2_droite
{
float: left;
margin-left: 10px;
text-align: center;
font-family: Times New Roman, Times, serif;
font-size: 32px;
font-weight: bold;
}


