/* CSS Document */
body
{
margin:10px 0 ;
padding: 0 ;
text-align: center ;
font: 0.8em "Verdana", helvetica, sans-serif ;
background-image: url("Diamond_Hearts.jpg")
}

div#conteneur
{
width: 775px ;
margin: 0 auto ;
text-align: left ;
border: 2px solid #2D51DF ;
background: #FFFFFF ;
}

#contenu
{
	width: 740px ;
    margin: 0 auto ;
	border: 2px solid #FFFFFF;
    background: #FFCCFF;
	padding: 8px;
}

#contenu p
{
	text-align: justify ;
	line-height: 1.7em ;
}

#en_tete
{
width: 772px;
height:122px;
margin:auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url(../images/banniere.jpg);
}

#menu
{
height: 45px;
margin-left: 2px;
margin-right: 2px;
padding: 0;
background: url(../images/bouton_2.jpg) repeat-x 0 -25px;
list-style-type:none;
}

#menu li
{
float:left;
text-align:center;
}

#menu li a
{
width: auto;
padding-right: 13px;
padding-left:13px;
line-height: 25px;
font-size: 1.1em;
font-weight: bold;
letter-spacing: 0px;
color: #FFFFFF; 
display:block;
text-decoration:none;
border-right: 2.1px solid #FFFFFF; 
}

#menu li a:hover
{
	background: url(../images/bouton_hoover_2.jpg) repeat-x 0 0 ;
}


#menu_noel
{
border: 4px solid #2D51DF;
padding: 5px;
margin: 25px;
background-color: #FFFFFF;
}
#menu_noel p
{
text-align: center;
font-weight: bold;

}

.couleur_verte
{
background-color: #99FFCC;
font-size: 1em;
font-weight: bold;
}
.souligne
{
text-decoration: underline;
}

.noel_h
{
text-align: center;
}

.saint_valentin
{
width: 110px;
height: 183px;
}

#pied_de_page
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: center ;
	color: #000000 ;
	font-weight: bold;
	text-decoration: overline underline;
}






