/* CSS issu des tutoriels http://css.alsacreations.com */
body
{
behavior: url(csshover.htc);
   width: 800px;
   margin-top: 20px;
   margin-bottom: 20px;
   margin: auto;
   text-align: center; /*Pour centré le site sous IE */
   background-image: url("images/fond_01.jpg");
 background-attachment: fixed;

}
#positadmin
{
   position: absolute;
   left: 158px;
   top: 60px;

}

#positconseil
{
   position: absolute;
   left: 720px;
   top: 160px;

}

#en_tete
{
   width: 800px;
   height: 100px;
   background-image: url("images/bien2.gif");
   margin-bottom: 10px;

}

#corps
{
position: absolute;
z-index: 1;
top : 170px;
left : 100px;
width: 800px;
color: #000;
/*background-color: #95C66D;*/
padding: 5px;
font-family: monotype corsiva;
font-size: 1.3em;

}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position : absolute;
top : 105px;
left : 170px;
padding: .2em 0;
margin: 10;
list-style-type: none;
color: #000;
width: 800px;
font: normal 93% monotype corsiva;
text-align: center;
z-index:100;

}
#menu dl {
float: left;
width: 13em;
margin: 0 3px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #A7CBFF;
border: 0 none;

}
#menu dd {
border: none;
}

#menu li {
text-align: left;
background: #A7CBFF;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
background: #CBE0FF;
}



a {text-decoration: none;
color: black;
color: #222;
}

table {
border-width: 4px;
border-style: solid;
border-color: #A7CBFF;
width: 80%;
border-collapse: collapse

}
td {
border-width: 2px;
border-style: solid;
border-color: #A7CBFF;

}
.news p
        {
            background-color:#CBE0FF;
            margin-top:0px;
        }
        .news
        {
            width:70%;
            margin:auto;
        }
        
        h1, h3
        {
            text-align:center;
        }
        h3
        {
            background-color:#A7CBFF ;
            color:white;
            font-size:0.9em;
            margin-bottom:0px;
        }


{
	text-align: center; 
	font-family: Georgia;
}

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: #B3B3B3;
   background-repeat: repeat-x;

}

/* PopPup*/


.corpspopup
{
   margin: auto;
   width: 500px;
}

.corpspopup table
{
   margin: auto;
}

.corpspopup caption
{
	margin: auto;
	margin-bottom: 15px;
	color: #736451;
	background-color: #f4df14;
	font-size: 15px;
	font-weight: bold;
}

.corpspopup td
{
	color: #5d5e85;
	padding-bottom: 10px;
}


