﻿body
{
	background:#E2F5E2;
	background-image:url('images/fond.jpg');
	background-repeat:repeat-y;
			
}

ul#menu_horizontal li 
{ 
display : inline;
padding : 0 0.5em; /* Pour espacer les boutons entre eux */
}

ul#menu_horizontal 
{
list-style-type : none; /* Car sinon les puces se placent n'importe où */
}

.conteneur
{
margin:auto;
margin-top:20px;
width:800px;

}

.center
{
text-align:center;
}

.left
{

float:left;
width:400px;
text-align:center;
height:400px;

}

.right
{
float:right;
text-align:center;
width:400px;
height:400px;

}

p
{
text-align:center;
font-family:verdana;
font-size:12px;
}

td
{
text-align:center;
font-family:verdana;
font-size:12px;
}

a
{
text-align:center;
font-family:verdana;
font-size:12px;
}

.sylvain
{

float:left;
width:400px;
text-align:center;
height:400px;

}

