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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
| body
{
width: 830px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-color: RGB(140,157,236);
font-family: arial;
}
#en_tete
{ text-align: center;
width: 760px;
height: 160px;
background-repeat: no-repeat;
background-position: center;
}
#menu
{ float: left;
width: 160px;
border: solid 1px black;
text-align:center;
height:90px;
padding-bottom: 5px;
padding-top: 5px;
}
#corps
{ width: 600px;
height: fixed;
border: solid 1px black;
padding: 10px 15px;
margin-left: 175px;
}
#pied_de_page
{ padding: 5px;
text-align: center;
vertical-align: bottom;
}
a:visited
{
text-decoration: none;
color: black;
}
a:hover
{ font-weight: bold;
}
a
{ text-decoration: none;
color: black;
}
h2
{ text-align: center;
}
h3
{ text-align: center;
}
h5
{ text-align: center;
} |