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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
| body
{
background-image: url("images/fond_redim.png");
background-attachment: scroll/*fixed*/;
background-repeat: no-repeat;
background-position: center top;
background-size: 100% 150%;
}
header ,nav ,body
{
color: #c43227;
font-family: papyrus;
text-shadow: 1px 1px 1px #60160d;
}
#fond_titre
{
margin-bottom: -160px;
margin-top: -2px;
/*border: 1px black"/*brown*//* solid;*/
/*padding-bottom: -100px;*/
}
#titre_principal
{
font-size: 25px;
margin-left: 3%;
margin-bottom: 80px;
padding-top: -100px;
}
#Histoire
{
color: #760001;
margin-left: 8%;
margin-right: 8%;
}
#texte
{
color: #760001;
margin-left: 10%;
margin-right: 8%;
}
#bloc_fond
{
width: 100%;
height: 100%;
background-color: rgba(164,103,64,0.5);
margin: auto;
border: 3px black/*brown*/ solid;
border-radius: 5px;
box-shadow: 3px 3px 10px black;
}
#bloc_page
{
width: 780px;/*1100*/
margin: auto;
}
header h2
{
text-align: center;
margin-bottom: -20px;
}
header h3
{
text-align: center;
margin-top: -18px;
}
nav
{
display: inline-block;
width: 70%;
text-align: center;
margin-left: 15%;
}
nav ul
{
list-style-type: none;
}
nav li
{
display: inline-block;
margin-right: 15px;
}
nav a
{
font-size: 1.3em;
color: #181818;
padding-bottom: -20px;
text-decoration: none;
}
nav a:hover
{
color: #760001;
border-bottom: 3px solid #760001;
}
/*#background2
{
width: 50%;
}
*/
.foo {
float: center;
width: 100%;
height: 100%;
/*margin: 5px 5px 5px 5px;*/
border-width: 1px;
border-style: solid;
border-color: rgba(0,0,0,.2);
}
hr {
text-align: center;
font-size: 60px;
line-height: 4;
}
footer
{
margin-left: 5px;
color: black;
} |
Partager