
body 
{

font-family: Georgia,Times New Roman,Helvetica,sans-ser;
background-image: url("/home/embodyme/www/images/backgroundimage.jpg");
font-size: 12px; 
text-align: justify;
background-repeat: no-repeat ;
background-color:#787878;
}

p
{
   font-size: 11px; 
   font-family: Georgia,Times New Roman,Helvetica,sans-ser;
   text-align: justify;
   color:#4b4747;

}

#contenu {
background: #ededed;
display: block;
padding: 30px

}
h1 {
text-align: left;
color: #96becb;
font-size: 15px;
font-family: georgia;
font-weight:bold;
font-style:italic;
padding: 1px;
margin-bottom : 2px;
padding-left: 10px;

}

b
{
   font-weight: bold;
   color: #7e6a60;
}


i
{
font-weight: italic;
}

u
{
text-decoration: underline;
}

a {
font-weight: bold;
color: #478ea4;
text-decoration: underline;
outline: none;

}
a:hover {
font-weight: bold;
color : #3e9b89;
text-decoration: underline;
}
