*{
    font-family: "Times New Roman";
    margin: 0;
    padding: 0;
}

body{
    background: #1c2165;
    font-size: 18px;
    color: #999477;
}

.center{
    text-align: center;
}

h2{
    text-align: center;
    margin: 10px 0;
}

a img{
    border: none;
}

/*----- Header ------*/

div#header{
    background: url(../design/header_u.png);
    height: 226px;
    background-repeat: repeat-x;
}

div#header div#content_header{
    background: url(../design/header.png);
    height: 226px;
    width: 960px;
    float: left;
}

div#header div#content_header h1 a{
    color: white;
    text-decoration: none;
    display: block;
    font-size: 20px;
    width: 810px;
    height: 76px;
    padding-top: 125px;
    padding-left: 500px;
    font-family: fantasy;
    font-weight: normal;
}

div#header div#content_header h1 a span{
    font-size: 44px;
    font-weight: normal;
    font-family: sans-serif;
}

/*-- footer -- */

div#footer{
    clear: both;
    background: url(../design/fond_pied.png);
    height: 21px;
}

div#footer div#footer_content{
    background: url(../design/coin_pied.png);
    background-repeat: no-repeat;
    height: 21px;
}

div#copyright p{
    width: 204px;
    margin-left: 965px;
    text-align: center;
    margin-top: -100px;
    font-size: 70%;
    color: #5ed4fc;
}

/* -- contenue --*/
div#conteneur{
    width: 1172px;
    background: url(../design/fond.png);
    overflow: hidden;
}

div#content{
    width: 960px;
    float: left;
    position: relative;
}

div#content p{
    max-width: 938px;
    margin-left: 22px;
}

/*-- livre d'or--*/

table.livre{
    display: block;
    background-color: #3b4acb;
    position: relative;
    width: 500px;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    border-bottom: 1px dotted;
}

table.livre .pseudo{
    text-align: left;
}

table.livre .date{
    text-align: right;
    font-size: small;
    color: white;
    font-style: italic;
}

table.livre .sujet{
    text-align: center;
}

table.livre .message_1{
    width: 150px;
}

table.livre .message_2{
    margin-left: -140px;
    display: block;
    width: 450px;
    text-align: center;
    background-color: #f2f1f1;
}

table.livre .message_2 p{
    font-style: oblique;
    color: black;
}

table.livre .note{
    text-align: center;
}

table.livre .titre{
    font-size: 17px;
    font-weight: bold;
}

table.livre .suppression img{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

form#livre{
  width: 500px;
  margin: auto;
  position: relative;
}

form#livre fieldset{
  border: dotted 1px gray;
}

form#livre legend{
  margin-left: 100px;
}

input#pseudo_form{
  margin-left: 92px;
  margin-top: 10px;
}

input#sujet_form{
  margin-left: 109px;
  margin-top: 10px;
}

select#note_form{
  margin-left: 160px;
  margin-top: 10px; 
}

label[for="message"]{
  position: absolute;
  top: 165px;
}

textarea#message{
  margin-left: 110px;
  margin-top: 10px;
  width: 300px;
  height: 80px;
}

form#livre #btSubmit{
  margin-left: 170px;
}

form#livre img.center{
    margin: 20px 0 5px 225px;
}

form#livre input#captcha{
    margin: 10px 10px;
    margin-bottom: 20px;
}

form#livre label[for="btSubmit"]{
    font-size: 14px;
}

/* contacts */

p#espace_contact{
    height: 200px;
}

div#contacts{
    width: 500px;
    background-color: #3b4acb;
    padding: 20px 0;
    margin: auto;
    color: white;
}

div#contacts p{
    padding: 0;
}

/* accueil */

ul#accueil_oeuvre{
    list-style: none;
    width: 938px;
    margin-left:60px;
    margin-top: 60px;
}

ul#accueil_oeuvre li{
    float: left;
    width: 312px;
    margin-left: 0px;
}

ul#accueil_oeuvre li img.portrait{
    margin-left: 30px;
}

div#content p#bio{
    width: 850px;
    margin: auto;
    margin-top: 40px;
    text-align: justify;
    clear: both;
}

div#content p#bio2{
    width: 850px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: justify;
    clear: both;
}

p#copyright{
    color: white;
}