/* CSS by Perrine - http://nickjonasfrance.org */

body {
margin: 0;
background-image: url(background-1(2).png);
background-repeat: repeat-y;
background-color: #e9e6e2;
font-family: verdana;
font-size: 9px;
color: #757574;
line-height: 11px;
text-align: justify;
}

a:link, a:active, a:visited {
text-decoration :none;  
color : #2e2437; 
font-family : verdana; 
font-size : 9px; 
} 

a:hover { 
text-decoration :none; 
font-family : verdana; 
font-size : 9px; 
color : #49365a; 
cursor : w-pointer; 
}  

#colonne_gauche {
background-color: #d6d1c9;
-moz-border-radius:5px;
font-family: verdana;
font-size: 9px;
position: absolute;
left: 0px;
top: 200px;
width: 250px;
padding:10px;
border: 1px solid #d6d1c9;
}

#contenu {
background-color:#d6d1c9;
-moz-border-radius:5px;
font-family: verdana;
font-size: 9px;
position: absolute;
left: 300px;
top: 100px;
width: 435px;
padding:20px;
border: 1px solid #d6d1c9;
}

blockquote {
background-color: #ebf4e9;
-moz-border-radius:10px;
width:84%;
padding:10px;
margin-top:15px;
text-align:justify;
font-size : 11px; 
font-family : arial; 
margin-bottom:15px;
color : #897a6d; 
}

/* Textes */

em, i, italique  {
font-style: italic;
color:#442f34;
font-family: verdana;
font-size: 9px;
}

u, souligne  {
text-decoration: underline;
color:#252020;
font-family: verdana;
font-size: 9px;
}

b, strong { 
color : #252020; 
letter-spacing : 0px; 
font-family: verdana;
font-size: 9px;
}

ul {
list-style-type: none;
}

li {
list-style-type: none;
}

/* Titres */

h1 {
font-family: Trebuchet MS;
font-size: 12px;
color: #889b83;
-moz-border-radius:10px;
font-weight : normal;
letter-spacing: 1,6px;
text-transform: uppercase;
text-align: center;
background-color: #d4ded1;
margin: 0px;
padding: 10px 15px;
border-bottom: 1px solid #d4ded1;
}

h2 {
font-family: Trebuchet MS;
font-size: 12px;
color: #889b83;
-moz-border-radius:10px;
font-weight : normal;
letter-spacing: 1,6px;
text-transform: uppercase;
text-align: center;
background-color: #d4ded1;
margin: 0px;
padding: 10px 15px;
border-bottom: 1px solid #d4ded1;
}

/* Footer */

.footer {
font-size: 12px;
font-family: times news roman;
color: #94cae0;
text-align: center;
letter-spacing: 1px;
padding: 10px; 
background: #ffffff;
border-top: 0px solid #ffffff;
text-transform: uppercase;
}
