1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
body
{
font : 10pt verdana,helvetica, sans-serif;
/*margin:40px;*/
/*background:#D88678;*/
background:#AEAFB2;
}
.spacer
{
clear: both;
}
a
{
text-decoration:none;
}
li
{
list-style-type: none;
}
/******************************************************************************/
/* EN-TETE */
/******************************************************************************/
#enTete
{
background:#FFF7CD;
}
#logo
{
margin:20px;
width:200px;
height:104px;
background-image: url("../images/xxx.jpg");
background-repeat: no-repeat;
}
#slogan
{
font:bold 14pt;
float: right;
margin-top:20px;
margin-right:100px;
color:#A40200;
/*font:14pt;*/
} |