@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;
height:250px;
background-color: ;
}

#titre
{
clear:both;
text-align: center;
height:220px;
}

.titre_L1
{
font-family: Times New Roman, Times, serif;
font-size: 50px;
font-weight: bold;
}
		
.titre_L2
{
font-family: Times New Roman, Times, serif;
font-size: 34px;
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;
height:404px;
text-align: center;
background: url("noir_couper_compres.jpg") center top no-repeat ;
}

.contenu2_L1
{
margin-left: 200px;
font-family: Times New Roman, Times, serif;
color: white;
font-style: italic;
font-size: 50px;
font-weight: bold;
}

.contenu2_L2
{
margin-left: 200px;
font-family: Times New Roman, Times, serif;
font-style: italic;
font-size: 25px;
font-weight: bold;
}


