/**
   * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
   * http://cssreset.com
   */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Font perso*/
@font-face {
  font-family: 'Fande';
  src: url('../font/fande.eot');
  src: url('../font/fande.eot') format('embedded-opentype'), url('../font/fande.woff') format('woff'), url('../font/fande.ttf') format('truetype'), url('../font/fande.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Fin font*/
body {
    line-height: 1;
    font-family:Fande, Calibri, Arial;
    letter-spacing: 0.1em;
    background-color: #DCF6C0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* pages spécifiques */
/*
 page d'accueil
*/
#welcome {height: 100%;display: block;background-color: #6da332;}
#welcome .top {padding-top: 5%;height:70%;
               background-image:url("../img/black.png");}
#welcome .bottom {color: white;position: relative; margin-top:2em;margin-left:15%;}
#indexslideshow { color:white;
                  margin: 0 auto;
                  padding:0;
                  width:800px;
                  height:600px;
                  box-shadow: 1px 1px 8px #222;
}
#welcome .title {font-size: 2em;margin-bottom: 20px;padding-left: 30%;margin-top: 20px;width : 100%;color: #6da332;}
#welcome .title span {font-weight: bold; letter-spacing: 0.3em;color: #6da332; text-shadow: 0px 0px 0px #000000, -1px 1px 1px #000000, -0px -0px 0px #000000, 1px -1px 1px #000000;}
#welcome .intro {font-size: 1.5em;font-family: Fande, Calibri, Arial;margin-bottom:1em;}
#welcome .introbas{margin-bottom:2em;}
#welcome .button {position:absolute; top:10px; right:5%; font-size: 2em;height: 60px;line-height: 60px;}
#welcome .footer {position:fixed; bottom:0; left:0; border-top: 2px solid #303030;color:white;width: 100%; height:2em;}
#welcome intro txtleft w70{margin-left:1em;}/* le slideshow */
.ft-title {padding: 10px 0;text-align: left;width: 800px;font-size: 1.5em;padding-left: 15px;}
.copyright{color:white;}
/* Votre Style */
.aww{font-family: Calibri,Arial; font-weight: bold;}
header {
    position:fixed;
    top:0;left:0;
    background-color: #303030;
    font-size: 2em;
    color: white;
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 0;
    z-index:100;
}
div.left{
    float:left;
}
header .desc {font-size: 1.3em;color: #0080FF;}
header .numero {font-size: 1.3em; color:white;border-radius: 3px;padding: 4px;
                background-color: #0080FF;
                -moz-transform:  rotate(5deg);-webkit-transform: rotate(5deg);-o-transform: rotate(5deg);-ms-transform: rotate(5deg);
                transform: rotate(3deg);
                display: inline-block;
}

.footer {position: fixed;bottom: 0;padding: 10px;
         background-color: #303030; color:white; border-top: 2px solid gray;text-align: center;width: 100%;}

#wrap {
    margin-top: 20px;
}
ul {
    padding:0;
    margin:0;
    list-style-type:none;
    margin-right:32%;
}
li {
    float:right; /*pour IE*/
}
ul li a {
    display:block;
    float:right;
    line-height:50px; /*hauteur de l'image de fond*/
    color:gray;
    text-decoration:none;
    text-align:center;
    margin-left: 22%;
}
ul li a:hover {
    color:white;
} 
.active {background-color:#6da332; color:white;}
.wrapper{margin-top:0.15em;}
.search_box{
    position:absolute;
    top:0;
    right:0.15em;
    width:30%;
}
.search_box input{
    margin-top:auto;
    font-size:0.8em;
}
/*FILMO*/
#filmo section.film{margin-top:3em; margin-bottom:3em; background:url('../img/black.png') repeat; color: white;width:100%;}
#filmo .annee{background-color:#6da332;float:left;font-size:1.8em; margin-top:30%; margin-left:5px;}
#filmo #idfilms .edit,#filmo #idfilms .add{font-size:0.8em; margin-top:5%; margin-left:10px; color:gray;}
#filmo #idfilms .edit{float:left;}
#filmo #idfilms .edit i,#filmo #idfilms .add i{font-size:2em;}
#filmo #idfilms .edit:hover,#filmo #idfilms .add:hover{color:white;}
#filmo #idfilm{margin:0;}
#filmo .description{color:gray; margin-top:2em;margin-left:3em; margin-right:0.5em;text-align:justify;font-size:1.2em;}
#filmo .title{font-size:3em;}
#filmo .rate{text-align:center;}

/*ADMIN*/

#admin #boxlog{
    position:absolute;
    top:30%;
    left:29%;
    background-color:gray;
    width:30%;
}
#admin #back{display:block;
    line-height:50px; /*hauteur de l'image de fond*/
    color:gray;
    text-decoration:none;
    text-align:center;}
#admin #back:hover{color:white;}
#admin .logue{margin-left:0.1em;font-size: 1.3em; margin-bottom:0.2em;margin-top: 0.2em; text-align:center;}
#admin .pasbon{color:#C60800; margin-bottom:0.3em; }
#admin button{position:absolute; bottom:1em; right:3em;}
#admin cadenas{position:absolute; bottom:1em; left:1em;}
.editadd{margin-top:5%;margin-left:30%;}
.editadd label{font-size: 1.2em; margin-top:10px;}
.editadd input, form textarea{font-size:1em; font-family: Calibri;}
.editadd span{font-size: 0.8em; color:gray;}
#textbio{
    margin-left:5%;
    margin-top:7%;
    width:85%;
    height:90%;
}
.biblio{
    margin-bottom:0.7em;
    font-size: 1.2em;
    text-align:justify;
}
.biblio:first-letter{
    font-size:1.5em;
    color:green;
    text-shadow:1px 1px 2px gray;
}
#portrait{
    width:40%;
    position:relative;
    float:right;
    margin-left:8px;
    margin-top:8px;
}
