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

297 lines
3.4 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: 1.0rem;
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;
}
#page {
overflow: hidden;
}
article{
position: relative;
margin: 75px 0 55px 175px;
height : 100%;
z-index: 1;
}
a {
color: #1492C4;
-moz-transition-duration : .5s;
}
a:hover {
text-decoration: none;
-moz-transition-duration : 0.5s;
}
a img {
border: none;
}
hr {
display: none;
}
#wrapper {
position: relative;
width: 100%;
min-height: 40px;
margin: -6px auto;
}
.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 : 1.0rem;
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;
}
/** CONTENT */
/**padding: 6% 3% 7% 3%;*/
.content {
padding: 3% 3% 9% 3%;
background: #391505;
width :70%;
height : 70%;
margin: 0 auto 30px auto;
border-radius:15px;
}
#special{
min-height : 100%
}
#special p {
text-align : justify;
}
.content h2 a
{
display: block;
padding: 0px 0px 20px 0px;
text-decoration: none;
color: #FFFFFF;
}
.content a{
height : 90px;
position : absolute;
}
.content img{
height : 100%;
}
section{
height : 100%
}
#div{
position : absolute;
width : 19%;
left: 67%;
top: 5%;
}
#div p {
text-align : justify;
}
iframe{
width : 70%;
height:80%;
border:none;
}
#twitter{
top: 10%;
left: 72%;
}
#facebook{
top: 35%;
left: 72%;
}
#forsquare{
top: 60%;
left: 72%;
}
#group{
position:absolute;
height:33%;
left: 59%;
top: 51%;
}
p.coordonnees {
line-height: 180%;
width:22%;
}
p.telephonemail{
left: 44%;
position: absolute;
top: 6%;
}
p.direction{
margin-right: 31%;
text-align: justify;
}
/* Footer */
#footer {
width : 100%;
overflow: hidden;
margin: 20px auto 0px auto;
padding: 20px 0px;
background: #391505;
}
#footer p {
text-align: center;
font-size: 1.0rem;
}
#footer img {
height : 90px;
margin-left : 20px;
}
#footer figure {
width : 100%;
text-align : center;
height : 100%;
margin-top: 0px;
margin-bottom : 5px
}
/*menu lateral*/
#fixe{
font-family:Trebuchet ms,Lucida Sans Unicode,Comic Sans ms,sans-serif;
width : 18%;
height: 100%;
background: #391505;
position : absolute;
float : left;
width : 215px;
height: 920%;
left:50px;
top: 270%;
border-radius:15px;
z-index : 2;
}
#fixe ul {
margin: 0px;
padding: 0px;
list-style: none;
line-height: normal;
z-index: 2;
}
#fixe li {
width : 100%;
height : 75px;
text-align : center;
margin: 0px auto 0px auto;
font-size :0.8rem;
}
#menu #fixe a {
height: 75px;
line-height: 75px;
}