/* CSS Document */
body
{
margin: 0px;  /*pour situer les marges */
margin-left:auto;
margin-right:auto;
text-align: center; /* pour corriger le bug de centrage IE */
background-repeat:repeat-x;
background-image:url(ressources/bg-fond.jpg);
background-color: #1b241e;
}
#tout
{
margin: 0px;  /*pour siter les marges */
margin-right:auto; 
margin-left:auto;
text-align:center; 
text-align:center;
/*background-color:#003399;
border: black 3px solid;*/
color:#FFFFFF;
width: 800px;
}
#header
{
margin: 0px;  /*pour siter les marges */
margin-right:auto; 
margin-left:auto;
text-align:center;
}
#cadre
{
vertical-align:middle;
/*margin: 0px 50px 0px 50px;*/
float:left;
width: 800px;
height: 100%;
/*border: green 3px solid;*/
background-image:url(ressources/bg-cadre.png);
}


/* partie menu */
ul#menu
{
margin: 0px;  /*pour siter les marges */
margin-right:auto; 
margin-left:auto;
text-align:center;
padding: 10px 0px 10px 0px;
background-image:url(ressources/bg-cadre.png);

}
ul#menu li
{
display:inline;
list-style-type : none;


/*margin: 0px;
padding: 0px;*/
}
ul#menu li a
{
background-color: #1b241e;
border-top: #887a12 solid 1px;
border-bottom: #887a12 solid 5px;
border-left: #887a12 solid 2px;
border-right: #887a12 solid 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 12px 25px 10px 25px;
font-size: 1em;
color:#897415;
text-decoration : none;
}

ul#menu li a:hover
{
background-color: #1b241e;
color: #FFF;
border-top: #FFF solid 1px;
border-bottom: #FFF solid 5px;
border-left: #FFF solid 2px;
border-right: #FFF solid 2px;
}


/* */
#contenu
{
float:left;
text-align:center;
width:570px;
/*border: #990022 1px solid;*/
}

#contenu2
{
color:#998734;
margin-left: 30px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align:left;
background-color: white;
padding: 20px 30px 50px 10px;
z-index: 10;
/*border: red solid 2px;*/
}

#contenu2 h2.jaune
{
color: #897415;
font-weight:bold;
font-size: 1em;
/*font-size: 1em;
line-height: 0.2em;*/
}
#contenu2 h2.marron
{
color:#54470d;
font-weight:bold;
font-size: 1.2em;
/*font-size: 1.2em;
line-height: 0.2em;*/
}
#contenu2 p
{
color:#54470d;
font-weight:bold;
/*font-size: 1.5em;*/
text-align:center;

}
#contenu2 p.deux
{
color:#897415;
font-weight:bold;
/*font-size: 1.5em;*/
text-align:center;

}
#cadrebas
{
background-image:url(ressources/bg-cadreblanc.png);
width: 540px;
height: 29px;
margin-left: 30px;
margin-top: -20px;



}

#visuelgauche
{
/*background-color:#FF0000;*/
float:left;
/*border: #FF0000 solid 2px;*/
color:#FFFF00;
width: 200px;
padding: 20px 0px 0px 0px;
}


a
{
color:#FFF;
font-weight:bold;
}
tableindex, td
{
padding: 10px;
/*background-color:#FF0000;*/
}
#tablemilieu
{
text-align: center; /* pour corriger le bug de centrage IE */
background-color:#FFFFFF;
border-collapse:collapse;
border: #897415 solid 1px;
/*border: #897415 solid 1px;*/
}
#tablemilieu td
{
padding: 10px;
text-align:left;

}

#tablemilieu td:hover
{
padding: 10px;
text-align:left;
background-color:#CCCCCC;
}
.textmarron a
{
color:#54470d;
font-weight:bold;
font-size: 1em;
text-decoration:none;
}
.textjaune
{

color: #897415;
font-weight:bold;
font-size: 1em;
}
.textjaune2
{

color: #897415;
font-weight:normal;
font-size: 1em;
}
.textmarron 
{
color:#54470d;
font-weight:bold;
font-size: 1em;
text-decoration:none;
}
/* formulaire */
input
{
color:#54470d;
font-weight:bold;
font-size: 1em;
}
textarea
{
color:#54470d;
font-weight:bold;
font-size: 1em;
}

input:hover, textarea:hover
{
color:#54470d;
font-weight:bold;
font-size: 1em;
background-color:#CCCCCC;
}
.gras
{
color:#54470d;
font-weight:bold;
font-size: 1.5em;
text-decoration:none;
}

.gras2
{
color: #897415;
font-weight:bold;
font-size: 1.5em;
text-decoration:none;
}



/* pied de page */

#pied_page
{
clear:both;
margin:0px;  /*pour situer les marges */
margin-left:auto;
margin-right:auto;
text-align: center; /* pour corriger le bug de centrage IE */
/*border:thin #FF0000 solid;*/
background-image: url(ressources/cadre-bas.png);
background-repeat:no-repeat;
width:800px;
height:98px;
background-position:fixed;
}
#pied_page h3
{
text-align: center; /* pour corriger le bug de centrage IE */
margin: 0px;
padding: 40px 0px 0px 0px;
color: #897415;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}
#pied_page a
{
color:#897415;
font-weight:bold;
text-decoration:none;
}
#pied_page a:hover
{
color: #fff;
font-weight:bold;
text-decoration:none;
}

ul#menupied li 
{
display:inline;
list-style-type : none;
margin: -20px 0px 0px 0px;
padding: 0px 40px 0px 40px;
} 

ul#menupied a
{
color:#897415;
text-decoration:none;
}

ul#menupied a:hover
{
color:#fff;

}