/*general*/

ul, li, body, div, p, h1, h2, h3, a, img {
margin: 0;
padding:0;
}

body {
background: #FFFFFF url(images/fond-coin.gif) no-repeat;
font-family: "Times New Roman", Georgia, serif;
}

a {
color: #D5A598;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/*titre*/

h1 {
color: black;
font-weight: normal;
height:100px;
background: url(images/chapo-minilogo.jpg) no-repeat bottom right;
margin: 25px;
padding-top: 60px;
padding-left: 10px;
}

h2 {
font-weight: normal;
font-size: 12px;
}

.titre-lien a {
color: #686868;
}

/*barre de navigation*/
.nav {
float: left;
color: #D5A598;
margin-left: 50px;

}

.nav ul {
background: url(images/cadr-sup.gif) no-repeat;

padding-top: 10px;
margin-bottom: 20px;
border-right: 5px solid #FCEADC;
list-style-type: none;
}

.soutitr {
font-size:  12px;
}

.page {
font-size: 24px;
}

.dernier {
background: url(images/cadr-inf.gif) no-repeat bottom;
padding-bottom: 5px;
}

/*contenu et images*/

.contenu {
margin-left: 400px;
}

.contenu a {
color: #686868;
}


.contenu img {
margin: 20px;
}

/*ajouts*/
.copyright {
color: black;
font-size: 12px;
float:right bottom;
margin-top: 250px;
}

.copyright a {
color: black;
text-decoration: none;
}
.carre {
margin-left: 20px;
width: 100px;
}