/* CSS Document */
html {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}

body {
background-color: #000000;
padding: 0;
margin: 0;
}

#tableau-menu {
border-collapse: collapse;
width: 800px;
height: 250px;
background-color: #ffffff;
}

/* rolover images menu du haut */

#bouton-haut-1 {
display: block;
height: 40px;
width: 200px;
background: url("images/menu/auteur-01.jpg") repeat-y 0 0;
text-decoration: none;
text-align: center;
line-height: 40px;
}

#bouton-haut-1:hover {
background-image: url("images/menu/auteur-02.jpg");
}

#bouton-haut-2 {
display: block;
height: 40px;
width: 200px;
background: url("images/menu/oeuvres-01.jpg") repeat-y 0 0;
text-decoration: none;
text-align: center;
line-height: 40px;
}

#bouton-haut-2:hover {
background-image: url("images/menu/oeuvres-02.jpg");
}

#bouton-haut-3 {
display: block;
height: 40px;
width: 200px;
background: url("images/menu/contact-01.jpg") repeat-y 0 0;
text-decoration: none;
text-align: center;
line-height: 40px;
}

#bouton-haut-3:hover {
background-image: url("images/menu/contact-02.jpg");
}

#bouton-haut-4 {
display: block;
height: 40px;
width: 200px;
background: url("images/menu/admin-01.jpg") repeat-y 0 0;
text-decoration: none;
text-align: center;
line-height: 40px;
}

#bouton-haut-4:hover {
background-image: url("images/menu/admin-02.jpg");
}

#tableau-page {
width: 808px;
height: 100%;
background-color: #FFFFFF;
}

#tableau-tele {
width: 808px;
height: 100%;
background-color: #FFFFFF;
}

#tableau-menu-bas {
border-collapse: collapse;
width: 800px;
height: 40px;
background-color: #FFFFFF;
font-weight: bold;
}


h1{
font-family: "Times New Roman", Times, serif;
padding-left: 40px;
font-weight: bold;
}

h2{
font-family: "Times New Roman", Times, serif;
margin-left: 10px;
font-weight: bold;
}

p {
font-family: "Times New Roman", Times, serif;
margin-left: 40px;
margin-right: 40px;
font-weight: 500;
font-size: 1.1em;
text-align: justify;
}

p:first-letter {
font-size: 2em;
}

h1:first-letter {
font-size: 1.7em;
}

h2:first-letter {
font-size: 1.7em;
}

#identite img {
float: left;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-left: 1em;
border: solid 2px black;
}

#colonnes img {
float: right;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-left: 1em;
border: 2px solid black;
}

#temple img {
float: left;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-left: 1em;
border: 2px solid black;
}

#pieces img {
float: left;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-left: 1em;
}

a:link {
color: #000000;
}

a:visited {
color: #000000;
}

.colonne-tableau-menu-bas {
font-size: 1.2em;
font-family: "Times New Roman", Times, serif;
}

.livre {
margin-left: 40px;
}
#acrobat {
margin-left: 60px;
font-style: italic;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

form {
margin-left: 40px;
margin-right: 40px;
}

fieldset {
padding: 0 .5em .5em;
margin: 1em 0 .5em;
border: solid 0.16em black;
}

legend {
padding: 0 .5em;
margin: 0.7em .5em;
font: 900 1em "Times New Roman", Times, serif;
letter-spacing: .1em;
}

textarea {
display: block;
width: 75% !important;
width: 90%;
margin: 0 auto;
border: solid 0.15em #aaa;
background-color: #CCCCCC;
}

label.gauche {
float: left;
width: 30%;
padding-right: .5em;
text-align: right;
font-weight: bold;
color: #666;
}

select, #form-qui input {
width: 16em;
margin-bottom: .5em;
border: solid 0.15em #999999;
background-color: #CCCCCC;
vertical-align: middle;
margin-right: 150px;
}

input {
border: solid 0.15em #999999;
background-color: #CCCCCC;
}

#copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #A0A0A0;
}

#copyright a {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #A0A0A0;
}