/*CSS spécifique à page accueil*/

/*--Cadre*/
#cadre {
background-color:rgb(241, 244, 210);
}
/*Contenu du cadre*/
h2.nom{
position:absolute;
top:115px;
left:60px;
color:rgb(150, 155, 100);
}
#deco ul {
width: 100%;
overflow: hidden;
margin: 5px 5px;
padding: 0;
list-style: none;
}
#deco ul li{
float:left;
margin-right:5px;
}
#deco li.deco_gauche {
width : 15px;
height : 230px;
background-color:rgb(150, 155, 100);
}
#deco li.logo{
width : 245px;
height:230px;
background-image:url(img/signal.png);
background-repeat:no-repeat;
background-position: right;
}
#deco li.crayon {
width: 250px;
height: 230px;
background :url(img/crayon.png);
background-repeat:no-repeat;
background-position:right;
}
h3.titre {
position:absolute;
top:320px;
left:60px;
color:rgb(150, 155, 100);
}
/* Zone adresse*/
p.adresse {
margin-left:5px;
}
