@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic&subset=latin,latin-ext);

* { margin: 0; padding: 0; }

html {
overflow-y: scroll;
}

body {
margin: 0;
text-align: center;
font-size: 62.5%;
line-height: 1.0;
background: #f1f1f1 url("../fond.jpg") no-repeat center center fixed;
background-size: cover;
}

/* FONTS */

body, #contactform .submit {
font-family: "Open Sans", Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", Tahoma, sans-serif;
}

pre {
font-family: Consolas, Monaco, monospace;
}

p strong, p b, ul strong, ul b {
font-weight: 600;
}

/* FONT SIZES */

#wrap {
font-size: 1.7em;
}

h1 {
font-size: 2.0em;
}

#image h1 {
font-size: 2.0em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.4em;
}

h5, h6 {
font-size: 1.2em;
}

#content p#banner,
#image p#banner {
font-size: 0.8em;
}

#content p, #image p {
font-size: 1.0em;
}

#content p.caption {
font-size: 1.0em;
}

#content p.meta {
font-size: 0.75em;
}

#content ul {
font-size: 1.0em;
}

#search {
font-size: 0.9em;
}

#menu {
font-size: 0.9em;
}

#extra {
font-size: 0.9em;
}

#footer {
font-size: 0.75em;
}

pre {
font-size: 14px;
}

label {
font-size: 1.0em;
}

input[type=text],
input[type=password],
textarea,
.submit {
font-size: 0.9em;
}

/* LAYOUT */

#wrap {
position: relative;
width: 960px;
margin: 0 auto;
background: #fff;
-webkit-box-shadow: 0 0 5em rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 5em rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5em rgba(0, 0, 0, 0.1);
}

#getnav {
display: none;
}

#content {
float: left;
display: inline;
}

/* Narrow content column ---------------------------- */
#content.narrow {
width: 640px;
min-height: 450px;
padding: 0 0 24px 50px;
}
/* -------------------------------------------------- */

/* Wide content column ------------------------------ */
#content.wide {
width: 800px;
min-height: 250px;
padding: 0 80px 30px 80px;
}
/* -------------------------------------------------- */

#search {
position: absolute;
top: 6px;
left: 725px;
width: 235px;
text-align: left;
}

#menu {
/* No styles */
}

/* Menu for narrow content column ------------------- */
.side {
margin: 0 0 0 725px;
padding: 135px 0 20px 0; /* 100+1 for entasis modif */ 
width: 190px;
}
/* -------------------------------------------------- */

/* Menu for wide content column --------------------- */
.bottom {
clear: left;
float: left;
padding: 20px 0 30px 80px;
width: 600px;
}
/* -------------------------------------------------- */

/* modif top menu */

#top-menu{
position:absolute;
padding-left:5%;
top:11px;
color:white;
}

#top-menu a:hover{
color:white;
}

#extra {
/* No styles */
}

/* #extra for narrow content column ----------------- */
.normal {
margin: 0 0 20px 725px;
padding: 0 0 10px 0;
width: 190px;
}
/* -------------------------------------------------- */

/* #extra for wide content column ------------------- */
.option {
float: right;
width: 235px;
}
/* -------------------------------------------------- */

#footer {
clear: both;
height: 60px;
display: block;
padding: 25px 0 30px 0;
}

#image {
width: 860px;
min-height: 440px; /* Match error404 */
padding: 50px 0 20px 50px;
text-align: left;
}

/* HEADINGS */

h2, h3, h4, h5, h6 {
line-height: 1.1;
}

h1 {
text-shadow: 1px 2px 3px #ccc;
line-height: 1.3;
}

h2, h3, h4 {
text-shadow: 1px 1px 2px #ccc;
}

h1 {
margin: 50px 0 20px 0;
padding-bottom: 6px;
font-weight: 600;
letter-spacing: -2px;
color: #5A5A5A;
}

h1 i {
color: #bbb;
font-style: italic;
}

h1 span {
color: #bbb;
}

#image h1 {
margin: 10px 0 0 0;
padding-left: 10px;
text-align: center;
color: #999;
font-family: "Times New Roman", Tahoma, sans-serif;
font-size: 1.8em;
font-weight: normal;
text-shadow: 1px 1px 2px #ccc;
letter-spacing: 12px;
text-transform: uppercase;
}

h2, h3 {
margin: 20px 0 0 0;
padding-bottom: 4px;
font-weight: 400;
letter-spacing: -1px;
color: #333;
}

h4, h5, h6 {
margin: 15px 0 0 0;
font-weight: 400;
letter-spacing: -1px;
color: #333;
}

h4#comment {
margin-bottom: 6px;
}

/* LOOKS */

#wrap {
text-align: left;
background: #fff url("../img/bg-wrap.gif") repeat-x;
background-position: 0 0;
}

/* Wide content column ------------------------------ */
#content.wide {
border-bottom: 1px solid #ddd;
}
/* -------------------------------------------------- */

#content p, #image p {
margin: 6px 0 0 0;
line-height: 1.4;
margin-bottom:15px;
}

#content p#banner,
#image p#banner {
position: absolute;
top: 14px;
margin: 0;
color: #999;
font-weight: normal;
line-height: 1.0;
}

/* For narrow content column ------------------------ */
#content p#banner .poswide,
#image p#banner {
left: 50px;
}
/* -------------------------------------------------- */

/* For wide content column -------------------------- */
#content p#banner .posnarrow {
left: 80px;
}
/* -------------------------------------------------- */

#content p.caption {
clear: both;
margin-bottom: 12px;
padding: 6px 6px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 0 8px 5px #f8f8f8;
-moz-box-shadow: inset 0 0 8px 5px #f8f8f8;
box-shadow: inset 0 0 8px 5px #f8f8f8;
text-align: center;
color: #999;
line-height: 1.4;
}

#content p.meta {
clear: both;
margin: 20px 0 0 0;
color: #999;
}

#content ul {
clear: left;
margin-left: 25px;
padding: 5px 0 0 0;
list-style-type: square;
list-style-position: outside;
line-height: 1.2;
}

#content ol {
clear: left;
margin-left: 25px;
padding: 5px 0 0 0;
line-height: 1.4;
}

#content li {
padding: 1px 0 0 0;
}

#content ul.listing {
margin: 80px 0; /* modif */
list-style-type: none;
border-top: 1px dotted #ddd;
}

#content ul.listing li {
padding: 2px 20px 5px 20px;
border-bottom: 1px dotted #ddd;
}

#content ul.listing li span {
color: #999;
}

div.box {
display: block;
clear: left;
margin: 15px 0 15px 0;
padding: 8px 18px 16px 18px;
background: #fff;
border: 1px solid #ddd;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: inset 0 0 30px 5px #f4f4f4;
-moz-box-shadow: inset 0 0 30px 5px #f4f4f4;
box-shadow: inset 0 0 30px 5px #f4f4f4;
}

div.bg {
overflow: auto;
margin: 15px 0 15px 0;
padding: 8px 18px 16px 18px;
color: #666;
background: #ebeff8;
border: none;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#comments {
clear: both;
display: block;
margin-top: 20px;
line-height: 1.0;
color: #666;
border-top: 1px solid #ddd;
}

#comments p {
margin-top: 6px;
}

#search {
line-height: 1.0;
background: #444;
border: none;
}

#menu {
line-height: 1.2;
}

#menu ul {
list-style-type: none;
text-transform: capitalize;
}

/* For narrow content menu -------------------------- */
#menu.side li {
border-bottom: 1px solid #ddd;
}

/* modif fixed right menu */
#menu.side ul{
position:fixed;
width:190px;
}
/* -------------------------------------------------- */

/* For wide content menu ---------------------------- */
#menu.bottom li {
display: inline;
line-height: 2.7;
}
/* -------------------------------------------------- */

#extra {
line-height: 1.2;
}

#footer {
text-align: center;
color: #999;
background: #f7f7f7; /*modif*/
background-position: center 45px;
/* x-value y-value blur spread color */
}

/* FORMS */

#content form,
#image form {
margin-bottom: 10px;
}

#pw {
margin-top: 50px;
}

label {
line-height: 1.5;
}

input,
textarea {
font-family: "Open Sans", Tahoma, sans-serif;
}

#content input[type=text],
input[type=password],
textarea {
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#content input[type=text],
input[type=password] {
margin: 4px 6px 4px 0;
padding: 5px 4px;
width: 240px;
}

#search input[type=text] {
padding: 3px 0 3px 9px;
width: 220px;
height: 19px;
color: #80ae1d;
background: none;
border: none;
}

textarea {
margin-top: 5px;
padding: 4px;
overflow: hidden;
}

/* Textarea for narrow content column --------------- */
.narrowtext {
width: 630px;
}
/* -------------------------------------------------- */

/* Textarea for wide content column ----------------- */
.widetext {
width: 790px;
}
/* -------------------------------------------------- */

.submit {
margin: 8px 0 0 0;
padding: 7px 17px 7px 16px;
color: #ff0099;
background-color: #ffffff;
border: 1px solid #bbbbbb;
-webkit-transition: -webkit-box-shadow 0.3s linear;
-webkit-box-shadow: inset 0 0 8px 5px #ebebeb;
-moz-box-shadow: inset 0 0 8px 5px #ebebeb;
box-shadow: inset 0 0 8px 5px #ebebeb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.submit:hover {
color: #000;
-webkit-box-shadow: 0px 0px 15px #ccc;
-moz-box-shadow: 0px 0px 15px #ccc;
box-shadow: 0px 0px 15px #ccc;
cursor: pointer;
}

#search-submit {
display: none;
}

#content .response p {
margin-top: 20px;
color: #80ae1d;
}

/* IMAGES */

img, iframe {
vertical-align: bottom;
}

#content p img, iframe {
clear: both;
margin: 16px auto 16px auto;
display: block;
max-width: 100%;
}

#content img.left {
float: left;
display: inline;
margin: 6px 20px 6px 0;
}

#content img.border, iframe.border {
background: #fff;
padding: 19px;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 10px 5px #f0f0f0;
-moz-box-shadow: 0 0 10px 5px #f0f0f0;
box-shadow: 0 0 10px 5px #f0f0f0;
}

a img {
border: none;
}

#image img {
display: block;
margin: 10px auto 10px auto;
background: #fff;
padding: 29px;
border: 1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 10px 5px #f0f0f0;
-moz-box-shadow: 0 0 10px 5px #f0f0f0;
box-shadow: 0 0 10px 5px #f0f0f0;
}

/* LINKS */

a {
color: #2828A8; /* modif */
text-decoration: none;
}

#top-menu a{ /* modif */
color: #2ECCFA;
}

h1 a{
color:#5A5A5A;
}

#banner a {
color: #fff;
}

#banner a:hover {
color: #999;
}

#menu strong {
color: #000;
font-weight: 400;
}

/* Menu for narrow content column ------------------- */
.side a, .side strong {
display: block;
padding: 6px 8px;
}

#menu.side a {
color: #999;
}
/* -------------------------------------------------- */

/* Menu for wide content column --------------------- */
.bottom a, .bottom strong {
display: inline-block;
height: 20px; width: auto;
margin: 6px 3px 0 0;
padding: 6px 12px 6px 12px;
border: none;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
vertical-align: top;
line-height: 1.2em;
}

#menu.bottom a {
color: #ff0099;
border: 1px solid #ddd;
}

.bottom a:hover, .bottom strong {
border: 1px solid #aaa;
}
/* -------------------------------------------------- */

#footer p a {
color: #999;
}

a:hover,
#menu a:hover,
#footer p a:hover {
color: #000;
text-decoration: none;
}

/* MISC */

span {
color: #80ae1d;
}

hr {
clear: both;
display: block;
margin: 15px auto 10px auto;
padding-bottom: 1px;
height: 0;
width: 100%;
background: #fff;
border: none;
border-top: 3px solid #ddd; /* modif */
margin-bottom:-30px;
}

del {
color: #666;
}

/* CODE */

pre {
margin: 10px 0 12px 0;
padding: 6px 0;
line-height: 1.4;
color: #609;
width: auto;
word-break: break-all;
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

pre b {
font-weight: normal;
color: #80ae1d;
}

pre em {
font-style: normal;
color: #066;
}

/* TABLE */

#content table {
margin: 10px auto 0 auto;
border-spacing: 0;
border: none;
border-collapse: collapse;
text-align: center;
}

#content table td {
padding: 5px;
border: none;
}

#content table img {
float: none;
margin: 0 auto;
padding: 15px;
border: 1px solid #ddd;
text-align: center;
}

#content table a {
border: none;
}

li.cursor a:hover {
cursor: pointer;
}

.zap {
display: none;
}