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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
html,body {
background-image: url(sainté_site.jpg);
}
h1 {
font-family: arial, verdana, 'times new roman';
font-height: lighter;
color: #CC9933;
}
h3 {
font-family: arial, verdana, 'times new roman';
font-height: lighter;
color: #CC9933;
}
h3.p1 {
font-family: arial, verdana, 'times new roman';
font-height: lighter;
color: #CC9933;
border-bottom: 2px solid gray;
}
div#menu {
width: 800px;
height: 20px;
margin-left: auto;
margin-right: auto;
}
div#titre {
width: 700px;
height: 150px;
margin-left: auto;
margin-right: auto;
padding-left: 100px;
}
div#paragraphe {
width: 800px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
border-left: 2px solid #CC9933;
border-right: 2px solid #CC9933;
}
div#paragraphe p {
display: block;
font-family: arial, verdana, 'times new roman';
color: #3366cc;
text-align: left;
margin: 0 15px;
border-bottom:
}
div#paragraphe h3{
font-family:arial, verdana, 'times new roman';
font-height: lighter;
color: #CCCCCC;
text-align: left;
margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
}
div#bandeau {
width: 800px;
height:50px;
margin-left: auto;
margin-right: auto;
background-color: #CCCCCC;
}
ul#menu {
margin-top: 0;
padding: 0;
font-family: arial, verdana, 'times new roman';
list-style-type: none;
}
#menu a {
display: block;
width: 120px;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
color: blue;
background: none;
text-decoration: none;
text-align: center;
margin: 0 5px;
}
#menu a:hover{
background-color: white;
}
#menu li {
float: left;
} |
Partager