fermedubosluguet.fr/css/index.css
2018-10-21 20:07:38 +02:00

183 lines
2.1 KiB
CSS

/** PAGE */
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
body {
margin: 0px;
padding: 0px;
background:#EEE8AA ;
font-family:Trebuchet ms,Lucida Sans Unicode,Comic Sans ms,sans-serif;
font-size: 1rem;
color: #ffffff;
}
h1, h2, h3 {
margin: 0;
padding: 0;
}
h2
{
font-weight: 400;
font-family:Trebuchet ms,Lucida Sans Unicode,Comic Sans ms,sans-serif;
font-size: 2.50rem;
}
p, ol, ul {
margin-top: 0px;
}
p {
line-height: 180%;
}
a {
color: #1492C4;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
}
#wrapper {
position: relative;
width: 100%;
min-height: 40px;
margin: -6px auto;
overflow: hidden;
}
.container {
width: 1000px;
margin: 0px auto;
}
/** HEADER */
.header img{
width : 100%;
}
#header-wrapper
{
overflow: hidden;
height: 40px;
width: 100%;
margin-bottom: 20px;
background-color: #391505;
}
#header {
overflow: hidden;
width: 651px;
}
/** MENU */
#menu {
float: right;
height:50px;
}
#menu ul {
margin: 0px;
padding: 0px;
list-style: none;
line-height: normal;
}
#menu li {
float: left;
margin-right: 1px;
}
#menu a {
display: block;
height: 40px;
padding: 0px 30px;
line-height: 40px;
text-decoration: none;
font-size : 1rem;
color: #FFFFFF;
}
#menu a:hover , #menu a:focus{
text-decoration: none;
background: rgba(0,0,0,0.70);
transition-duration: 0.7s;
}
#menu .active
{
background: rgba(0,0,0,0.70);
font-weight: bold;
}
#page {
overflow: hidden;
}
article{
position: relative;
margin: 75px 0 55px 175px;
}
/** CONTENT */
.content {
padding: 40px;
background: rgb(57, 21, 5);
width :70%;
margin: 0 auto 30px auto;
border-radius:15px;
}
.content h2 a
{
display: block;
padding: 0px 0px 20px 0px;
text-decoration: none;
color: #FFFFFF;
}
/* Footer */
#footer {
width : 100%;
overflow: hidden;
margin: 20px auto 0px auto;
padding: 20px 0px;
background: #391505;
}
#footer p {
text-align: center;
font-size: 1rem;
}
#footer img {
height : 90px;
margin-left : 20px;
}
#footer figure {
width : 100%;
text-align : center;
height : 100%;
margin-top: 0px;
margin-bottom : 5px
}