@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_droite
{
float: right;
}

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

.contenu_L2
{
font-family: Times New Roman, Times, serif;
font-size: 18px;
font-weight: normal;
margin-left: 20px;
}

.contenu_L3
{
font-family: Times New Roman, Times, serif;
font-size: 18px;
font-weight: normal;
text-align: justify;
}

#contenu2
{
clear:both;
height:199px;
text-align: center;
background: url("orange_800.jpg") center top no-repeat ;
}

.contenu2_L1
{
font-family: Times New Roman, Times, serif;
font-style: italic;
text-decoration: underline;
font-size: 45px;
font-weight: bold;
}

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

#contenu3
{
clear:both;
text-align: left;
}

.contenu3_L1
{
font-family: Times New Roman, Times, serif;
font-size: 18px;
font-weight: normal;
text-align: justify;
}

#contenu4
{
clear:both;
text-align: center;
}


