/*  CORPS PRINCIPAL
*/

* {
border: 0;
margin: 0 auto;
padding: 0;
font-family: arial;
font-size: 13px;
font-weight: normal;
color: #000;
text-align: justify;
text-shadow: #000;
text-decoration: none;
list-style-type: none;
}
body {
background-image: url('images/fond.gif');
}
#site {
width: 873px;
position: relative;
text-align: center;
}

/*  MENU
*/

#mlist {
width: 75%;
}
#mlist ul {
margin: 5px 0;
}
#mlist li, #mlist li a {
color: #fff;
font-weight: bold;
}
#mlist li img {
position: absolute;
left: 13px;
margin-top: 3px;
}
#mlist ul li {
margin-left: 10px;
}
#mlist ul li, #mlist ul li a {
color: #ccc;
font-size: 12px;
}
#mlist a:hover {
color: #ffff00;
}
#mlist span {
color: #ffff00;
font-weight: bold;
}
#mlist ul li a span {
font-size: 12px;
}

/*  DIVERS
*/

.demi, .tier, .conseil, .admin, .txt, .img, .centre, .bouton {
text-align: center;
}
.demi, .tier, .txt, .img {
float: left;
}

/* POUR LA PAGE ACCUEIL
*/

.demi {
width: 48%;
margin: 20px 0 10px 0;
}
.tier {
width: 33%;
}

/* POUR LA PAGE CONSEIL
*/

.conseil {
width: 100%;
}
.dic {
width: 46%;
}
.nom {
width: 26%;
}

/* POUR LA PAGE ADMINISATRATION
*/

.admin {
width: 73%;
}

/* POUR LA PAGE HISTOIRE
*/

.txt {
width: 60%;
}
.img {
width: 37%;
padding: 13px 0;
}

/* POUR PLEINS DE PAGES
*/

.centre {
margin: 20px 0;
}
.gris {
background-color: #eee;
}

/* BLOC DE SEPARATION
*/

.spacer {
clear: both;
}

/*  FORMULAIRE DE CONTACT
*/

#cont .bouton, #cont .box, #cont .textarea {
color: #000;
margin: 5px 0;
border: 1px solid #666;
}
#cont .bouton {
width: 130px;
cursor: pointer;
}
#cont .box {
width: 160px;
}

/*  TEXTES, LISTES, ETC.
*/

#cont h1 {
color: #fff;
font-size: 17px;
font-weight: bold;
text-indent: 1px;
margin: 10px;
background-color: #336699;
}
#cont h2 {
margin: 10px;
}
#cont h2, #cont h2 a, #cont dt, #cont p span, #cont p span a {
font-weight: bold;
}
#cont ul, #cont dl, #cont p {
margin: 0 10px 10px 10px;
}
#cont dt, #cont dd {
margin: 10px 0;
}
#cont li span {
color: #ff0000;
}
#cont a {
color: #0000ff;
}
#cont a:hover {
text-decoration: underline;
}

/*  PLAN DU SITE
*/

#cont .plan {
margin: 25px 20px;
border-left: 1px solid #666;
zoom: 1;
}

#cont .plan ul {		
margin: -11px 0;
}

#cont .plan a {
width: 263px;
height: 20px;
display: block; 
margin: 0 0 0 -10px;
padding: 1px;
font-weight: bold;
line-height: 20px; 
text-indent: 10px;
}

#cont .plan ul li ul li {
background: url("img/bg/pl.gif") left center no-repeat;
}

#cont .plan ul li a {
color: #666;
border: 1px solid #666;
background: #fff;
}

#cont .plan ul li ul li a {
width: 237px;
height: 20px;
color: #666;
line-height: 20px; 
text-indent: 10px;
font-weight: normal;
border: 1px solid #666;
background: #fff;
}

#cont .plan ul li a:hover, #cont .plan ul li ul li a:hover {
background: #ccc;
text-decoration: none;
}

#cont .plan ul li {
position: relative;
left: -11px;
margin: 10px 0 5px 10px; 
}

#cont .plan ul li ul {	
padding: 12px 0 18px 0;
}

#cont .plan ul li ul li {
position: relative;
left: 0px;
margin: 10px 0 5px 1px;
padding: 0 0 0 25px;
}