/* ceci est le fichier css design*/


body
{
background-color: silver;
font-size: sma
}

#site /*l'encadré général */
{
color: #9dbdc3;
background-image: url("images/fond.png");
background-attachment: fixed;
background-repeat: repeat;
font-family: "trebuchet ms", georgia, serif;
width: 802px;
min-height: 810px;
overflow: visible;
margin: auto;
margin-bottom: 20px;
padding-bottom: 10px;
border: 2px solid black
}

/* l'entête et le menu */
#entete
{
margin-left: 244px;
margin-right: 34px;
margin-top: 7px;
margin-bottom: 5px;
width: 524px;
height: 148px;
}

.logo /*Obsidare */
{
margin-left: 39px;
width: 484px;
height: 94px;
}
.menu /*le menu du haut*/
{
background-image: url("images/menu_fantasy.png");
margin-right: 3px;
width: 521px;
height:54px;
font-family: georgia, "time new roman", serif;
font-size: x-large;
}

.forum
{
float: left;
padding-top: 12px;
margin-left: 100px;
}

.blog
{
float: right;
padding-top:12px;
margin-right:120px;
}

#dragon /*la colonne de gauche, avec le dragon */
{
background-image:url("images/dragon.png");
float: left; 
width: 199px;
height: 766px;
margin-left:10px;
margin-top: 7px;
margin-bottom: 10px;
}

.liste
{
margin-top:360px;
margin-left:0px;
font-family: "times new roman", georgia, sans-serif;
}


#fenetre /*la fenêtre où se trouve le texte et les galleries */
{
width: 495px;
min-height: 600px;
padding: 10px;
margin-left: 244px ;
border: 3px solid black;
background-color: #42605d;
overflow:visible;
}

#contenu /*le contenu du scroll */
{
width: 480px;
Height: 60%;
overflow: auto;
font-family: "trebuchet ms", georgia, sans-serif;
text-align: justify;
font-size: medium;
border: none;
padding: 5px;
margin: 10px;
}


/*mise en forme des éléments divers */

.index
{
width: 485px;
font-size: small;
}

td
{
padding: 7px;
}

.caps
{
font-variant: small-caps;
font-size: small;
}

.large_caps
{
font-variant: small-caps;
}

.right_caps

{
font-variant: small-caps;
font-size: small;
text-align: right;
}

.float_right
{
float:right;
margin:10px;
}

.float_left
{float:left;
margin:10px;
}

.descriptions
{
margin-top: 2px;
font-size: small;
}
h1, h2
{
   text-align: center;
   font-family: papyrus, georgia, "times new roman", sans-serif;
   font-weight: normal;
   
}
h1, h2:hover
{
color: #9dbdc3;
font-weight: bold;
}

h3
{
   margin-left: 35px;
   font-variant: small-caps;
   font-family: georgia, "times new roman", sans-serif;
   color:#b9d4d0;
}

h4
{
text-align: center;
font-variant: small-caps;
}


p
{
text-align: justify;
font-size: small;
}



a img
{
border:none;
}

ul
{
font-size: large;
font-family: "times new roman", georgia, sans-serif;
list-style-type: circle;
color: black;

}

.sans_puces
{
list-style-type: none
}

blockquote
{
font-family: "times new roman", georgia, sans-serif;
font-size: medium;
color:#b9d4d0;
}

q
{
font-family: "times new roman", georgia, sans-serif;
font-size: medium;
color:#b9d4d0;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
color: #13444e;
}