/* CSS Document */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 750px;
	background: #FFFFFF;
	position: absolute;

}

#header {
	margin: 0 0 0 0;
	background: #FFFFFF;
}


#side-a {
	float: left;
	width: 150px;
	
}

#side-b {
	margin: 0;
	float: left;
	width: 550px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	clear: both;
	background: url(photos/footer_ban.jpg) repeat;
	width:100%;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
body {
	clear: both;
	background: #FFD840 no-repeat fixed right top;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 2em;
	font-weight: bold;
	color: #000099;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 1.5em;
	font-weight: bold;
	color: #000099;
}
li {
	list-style-position: inside;
	list-style-type: square;
}
.explication {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;

}
div.bordure-top {
  padding-top: 15px;
  border-left: 1px solid;
  border-right: 1px solid;
  background-image: url(photos/borderh.gif);
  background-position: top;
  background-repeat: repeat-x;
}
div.bordure-bottom {
  padding: 0px 7px 15px 7px;
  background-image: url(photos/borderh.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
div.bordure-top1 {
  padding-top: 25px;
  border-left: 1px solid;
  border-right: 1px solid;
  background-image: url(photos/ban_verte.jpg);
  background-position: top;
  background-repeat: repeat-x;
}
div.bordure-bottom1 {
  padding: 0px 7px 25px 7px;
  background-image: url(photos/ban_verte.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; border-bottom:0px solid #000; 
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 6px 4px;
}
/* Hide from IE-mac \*/
* html .vnav ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

/*** Vertical Navigation Area ***/
.vnav ul li a
{background-image: url(photos/menu_gauche_2.jpg);
	color: #336600;
	
}
.vnav ul li a:hover
{
	color: #336600;
	background-image: url(photos/menu_gauche_1.jpg);
}
div#cadre {/* conteneur global et arrière-plan du titre du cadre */
margin-left: auto;
margin-right: auto;
width: 374px;
padding-top: 20px;
background: url(photos/haut.gif) no-repeat center top;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
margin-left: auto;
margin-right: auto;
background: url(photos/bas.gif) no-repeat center bottom;
padding-bottom: 20px;
}
div#bloccadre p {
margin: 0 20px 0 20px;
}
