* {
 margin: 0;
 padding: 0;
 color: black;
}

body {
 background: url(images/graphisme/fond.png) repeat;
}

#container {
 width: 843px;
 margin: 0 auto;
}

#entete {
 width: 843px;
 height: 260px;
 background: url(images/graphisme/entete.png) no-repeat;
}

#container2 {
 width: 843px;
 background: url(images/graphisme/contenu.png) repeat-y;
 overflow: hidden;
}

#menuG {
 margin-left: 35px;
 width: 175px;
 float: left;
}

#container3 {
 width: 631px;
 float: right;
}

#contenu {
 width: 379px;
 float: left;
}

#pied {
 clear: both;
 width: inherit;
 height: 49px;
 background: url(images/graphisme/pied.png) no-repeat;
}

#contenu {
 padding: 0 10px;
}

.file_download_list li {
 list-style: circle inside;
}

h1 {
 color: #686536;
 font-size: 130%;
 margin-bottom: 15px;
}

h1 a {
 color: #686536;
 margin-bottom: 15px;
}

h2 {
 color: #686536;
 font-size: 120%;
 margin-bottom: 15px;
}

h2 a {
 color: #686536;
 margin-bottom: 15px;
}

p {
 font-family: verdana;
 font-size: 80%;
 text-align: justify;
 margin: 5px 0;
}

a {
 font-family: verdana;
 text-align: justify;
}

img.separateur {
 margin: 5px auto;
}

ol.comments li {
 list-style: none;
 padding-left: 10px;
 margin-left: 15px;
 border-left: solid 3px #686536;
 margin-bottom: 20px;
}

ul.ul-photostack li {
 display: inline-block;
}
.titreSousMenu {
 cursor: pointer;
}