/* Propriétés globales */

body {
     font-family: Verdana, Helvetica, sans-serif;
	 background: #ded6ab url(design/back.jpg) repeat-x;
     font-size: 62.5%;
     margin: 0;
     padding: 0;
     height: 100%;
}
p {
     font-size: 1.4em;
     line-height: 1.6em;
	 margin: 10px;
     color: #252525;
}
p.desc {
     position: absolute;
	 top: 55px;
	 left: 160px;
     font-family: Tahoma;
	 color: black;
	 font-size: 1em;
     line-height: 1em;
}
h1 {
	 margin: 0;
	 padding: 0;
	 border: 0;
}
h2 {
	 padding: 10px;
	 color: #57827c;
	 margin-bottom: 0;
	 margin-top: 0;
	 font-size: 3em;
}
h3 {
     margin: 5px 0 0 0;
	 background: #ded6ab;
	 color: #535353;
	 font-size: 1.4em;
	 border-bottom: 1px dashed #535353;
	 border-top: 1px dashed #535353;
	 border-left: 1px dashed #535353;
	 padding: 5px 5px 5px 15px;
}
h4 {
	 font-size: 1.4em;
	 font-variant: small-caps;
	 color: gray;
	 margin: 0;
	 padding: 0;
}
a {
     color: #252525;
	 text-decoration: none;
	 text-decoration: underline;
}
a:hover {
     color: #4d5f58;
	 text-decoration: none;
}
a:visited {
     color: black;
	 font-weight: bold;
}
a span {
	 display: none;
}
a:hover span {
	 display: inline;
	 position: absolute;
	 border: 1px solid gray;
	 background: white;
	 font-weight: bold;
	 text-align: center;
	 color: black;
	 margin-top: -300px;
	 width: 400px;
	 height: 300px;
}
a:hover span img{
	 border: 0;
}
a img {
     border: 0;
	 margin: 0;
	 padding: 0;
}
a img.alea {
     border: 0;
	 padding: 10px 40px;
	 border-bottom: 1px solid #78948a;
}
ul {
	 font-size: 1.2em;
     line-height: 1.6em;
	 padding: 5px;
	 margin-left: 20px;
	 list-style-type: square;
}
ul.top {
	 font-size: 1.6em;
	 font-weight: bold;
	 text-transform: uppercase;
	 margin: 0;
	 text-align: right;
	 background: none;
	 padding: 5px 0 5px 10px;
}
ul.top li {
     display: inline;
	 padding: 10px 0;
	 background: none;
}
ul.top li a {
     display: inline;
	 color: #252525;
	 text-decoration: none;
	 padding: 10px;
}
ul.top li a:hover {
     display: inline;
	 color: #ded6ab;
	 text-decoration: none;
	 padding: 10px;
}
ul.classic {
     padding: 15px 25px;
	 margin: 0 20px;
}
ol {
     padding: 10px;
}
ol.suite {
     padding-top: 0;
}
ol li {
     border: 0;
	 background: none;
	 list-style-type: decimal;
	 font-size: 1.2em;
     line-height: 1.6em;
	 margin: 0 20px;
}
hr {
     clear: both;
	 visibility: hidden;
}
.logo_haut {
     float: left;
	 margin: 20px 10px 0 10px;
}
.left {
     float: left;
	 width: 300px;
	 margin: 0 10px;
	 border: 0;
}
.right {
     float: right;
	 width: 300px;
	 margin: 0 10px;
	 border: 0;
}
form.news {
	 margin: 0;
	 padding: 10px;
	 border: 0;
}
form.news label {
	 cursor: pointer;
}
form.news fieldset {
	 margin: 0;
	 padding: 0;
	 background: none;
	 border: 0;
}
form.news fieldset input {
	 margin: 0;
	 padding: 5px;
	 border: 1px solid black;
}
form.news fieldset textarea {
	 margin: 0;
	 padding: 5px;
	 border: 1px solid black;
}

/* Commentaires */

a.rigolo {
	 letter-spacing: 1px;
	 text-transform: uppercase;
	 margin: 10px;
}
div.com_normal {
	 margin: 5px 10px;
	 padding: 0 10px;
}
div.com_reponse {
	 margin: 5px 10px 5px 50px;
	 padding: 0 10px;
}
p.det_com {
	 font-size: 1.2em;
	 text-align: right;
	 margin: 0 20px;
	 padding: 0;
}
p.com_rep {
	 font-size: 1.2em;
	 text-align: right;
	 margin: 0 20px;
	 padding: 0;
}
p.cont_com {
	 margin: 0;
	 padding: 5px;
	 background: #bbb;
	 border: 1px dashed #252525;
}
p.cont_com_rep {
	 margin: 0;
	 padding: 5px;
	 background: #ddd;
	 border: 1px dashed #252525;
}
p.rep_com a {
	 font-size: 1em;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 color: red;
}
form fieldset {
	 border: none;
}

/* Mise en forme */

div#nav {
	 position: relative;
	 min-height: 100%;
     width: 950px;
	 background: none;
	 padding: 0;
	 margin: 5px auto;
}
div#global {
	 position: relative;
	 min-height: 100%;
     width: 950px;
	 background: white;
	 padding: 0;
	 margin: 0 auto;
}
div#center {
	 padding-bottom: 50px;
	 overflow: auto;
	 background: white;
	 margin: 0;
	 padding: 0;
}
* html #center{
	 height: 100%;
}
div#menu {
	 float: left;
	 width: 180px;
	 margin: 10px 0 0 0;
}
div#content {
	 float: right;
	 width: 750px;
}
* html #content{
	 display: inline;
}
* html #menu{
	 display: inline;
}
div#menu ul {
     list-style-type: none;
	 color: #252525;
	 margin: 0;
	 padding: 0;
}
div#menu li {
     text-decoration: none;
	 border-bottom: 1px dashed #535353;
	 padding: 7px;
}
div#menu li a{
     color: #252525;
	 padding: 7px;
	 font-weight: bold;
     text-decoration: none;
     font-size: 1em;
}
div#menu li a:hover{
     color: #57827c;
	 padding: 7px;
     text-decoration: none;
     font-size: 1em;
}
div#menu li ul {
     list-style-type: none;
	 color: #252525;
	 border-top: 1px solid #535353;
	 margin: 5px 0;
	 font-size: 0.8em;
	 font-weight: bold;
	 background: #dedede;
	 padding: 0;
}
div#menu li a ul {
     list-style-type: none;
	 color: #252525;
	 border-top: 1px solid #535353;
	 margin: 5px 0;
	 font-size: 0.8em;
	 background: gray;
	 padding: 0;
}
div#menu li ul li {
     text-decoration: none;
	 border-bottom: 0;
	 padding: 4px;
	 margin: 0;
}
#banpub {
	 padding: 10px;
	 margin-top: 5px;
	 border-bottom: 0;
}
div#footer {
	 position: relative;
	 min-height: 100%;
     width: 950px;
	 background: none;
	 padding: 0;
	 margin: 0 auto;
	 border-top: 1px dashed #535353;
}
#footer p {
	 font-size: 1.4em;
	 color: #535353;
	 padding: 10px;
	 margin: 0 0 10px 0;
}
div.don {
	 margin-left: 30px;
}
.rightplus{
     position: absolute;
	 right: 10px;
	 top: 70px;
	 left: 670px;
}
.cache {
	 display: none;
}
.right1 {
     position: absolute;
	 right: 10px;
	 top: 300px;
	 left: 450px;
	 float: right;
	 font-family: Tahoma, Helvetica, sans-serif;
	 font-size: 173%;
}
.right2 {
     position: absolute;
	 right: 10px;
	 top: 300px;
	 left: 650px;
	 float: right;
}
.right3 {
     position: absolute;
	 right: 10px;
	 top: 250px;
	 left: 770px;
	 float: right;
}
.depdt{
	 margin: 0 100px;
}
.col1bis{
	 font-family: Verdana;
 	 font-size: 18px;
     position: absolute;
	 right: 10px;
	 top: 300px;
	 left: 720px;
	 float: right;
}

