/* 

Coded by kalimergo

*/

body {
background-color: #661C18;
background-image: url('../img/01.jpg');
background-repeat: repeat-x;
font-family: Georgia;
font-size: 13px;
color: #000000;
text-align: center; 
margin: 30px 0px 0px 0px; 
}

a:link { 
text-decoration: none; 
font-weight: normal; 
color: #671C19; 
}

a:visited { 
text-decoration: none; 
font-weight: normal; 
color: #000000; 
}

a:active { 
text-decoration: none; 
font-weight: bold; 
color: #000000; 
}

a:hover { 
text-decoration: none; 
font-weight: bold; 
color: #000000; 
}

#left a:link { 
text-decoration: none; 
font-weight: normal; 
color: #000000; 
}

#left a:visited { 
text-decoration: none; 
font-weight: normal; 
color: #304677; 
}

#left a:active { 
text-decoration: none; 
font-weight: normal; 
color: #BEE3E4; 
}

#left a:hover { 
text-decoration: none; 
font-weight: bold; 
color: #9F41BB; 
}

h1 {
font-family: Georgia; 
font-style: italic; 
color: #FFFFFF; 
text-transform: uppercase; 
font-size: 13px; 
margin: 2px 0px 5px 0px; 
}

h1:first-letter {
font-family: Georgia; 
font-style: italic; 
color: #FFFFFF; 
text-transform: uppercase; 
font-size: 15px; 
margin: 2px 0px 5px 0px; 
}

h2 {
font-family: Georgia; 
font-weight: bold; 
color: #671C19; 
text-transform: uppercase; 
font-size: 13px; 
margin: 0px 0px 0px 5px; 
}

h2:first-letter {
font-family: Georgia; 
font-weight: bold; 
color: #671C19; 
text-transform: uppercase; 
font-size: 16px; 
margin: 0px 0px 0px 0px; 
}

h3{
font-family: Georgia; 
font-weight: italique; 
color: #000000; 
text-transform: uppercase; 
font-size: 9px; 
margin: 0px 0px 0px 5px; 
}

copyright{
font-family: Georgia; 
font-weight: italique; 
color: #000000; 
font-size: 9px; 
margin: 0px 0px 0px 5px; 
}

h4, span {
font-weight: 10px;
font-family: Georgia;
font-style: italic;
top: 0.5px; /* on décale le SPAN */
}
h4 {
position: relative; /* on positionne le conteneur H1 pour placer ensuite le SPAN */
color: #671C19;
margin: 0px 0px 0px 0px; 
}
h4 span {
position: absolute; /* on superpose le SPAN sur le titre */
top: -1px; /* on décale le SPAN */
left: -1px;
color: white;
}

hr {
border: none; 
background-color: #E7B67B; 
color: #E7B67B; 
height: 1px; 
width: 140px;
margin: 2px 0px 4px 0px;  
}

p.side {
font-family: Georgia;
font-size: 13px;
color: #449FA7;
margin: 0px 0px 0px 13px;
text-align: left; 
}

p {
font-family: Georgia;
font-size: 14px;
color: #000000;
text-align: justify;
margin: 4px 0px 0px 0px;
}

#container { 
background-color: #FFFFFF; 
background-image: url('../img/03.jpg');
background-repeat: repeat-y;
margin: auto;
position:relative;
padding: 0px; 
width: 697px;
text-align: left;
} 

#top {
background-image: url('../img/logo.jpg');
background-repeat: no-repeat; 
background-color: #FFFFFF; 
width: 697px; 
height: 182px;
}

#left {
position: relative;
margin: 0px 0px 0px 0px;
width: 140px;
border-color: #000000;

background-color: #FFFFFF; 
float: left;
background-repeat: no-repeat; 
}

#main {
position: relative;
width: 477px;
background-image: url('../img/06.jpg');
background-repeat: no-repeat; 
background-color: #FFFFFF; 
margin: 0px 0px 2px 193px;  
min-height: 0px; 
}


#image {
position: relative;
width: 477px;
background-image: url('../img/06.jpg');
background-repeat: no-repeat; 
background-color: #FFFFFF; 
margin: 0px 0px 2px 193px;  
min-height: 0px; 
}

#imageG {
position: relative;
background-repeat: no-repeat; 
margin: 0px 0px 0px 0px;  
min-height: 0px; 
}


.clear {
width: 450px;
height: 14px; 
background-color: #FFFFFF; 
}

#footer {
background-image: url('../img/04.jpg');
background-repeat: no-repeat; 
background-color: #FFFFFF; 
width: 697px; 
height: 57px; 
}

#forumBack {
position: relative;
margin: 0px 0px 0px 0px;
width: 120px;
border-color: #000000;
float: center;
font-family: Georgia;
font-size: 12px;
color: #661C18;
}

#copyright {
position: relative;
margin: 0px 0px 0px 0px;
width: 120px;
border-color: #000000;
float: right;
font-family: Georgia;
font-size: 9px;
}



}