body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#haut
{
	height: 158px;
	width: 800px;
	top: 0px;
	left: 0px;
	background-image: url(../images/bandeau1.jpg);
	background-repeat: no-repeat;
}

#titre
{
	top: 125px;
	left: 260px;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.3em;
}
#fond
{
	height: 500px;
	width: 800px;
	top: 193px;
	left: 0px;
	background-color:#cbd7ec;

}

#contenu
{
	height: 410px;
	width: 525px;
	top: 180px;
	left: 230px;
	position: absolute;
	overflow: auto;
	margin: 10px;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-position: center center;
	text-align: justify;
	vertical-align: middle;
}

#fenetre
{
	/* transparence 
	-moz-opacity:0.95;
	opacity: 0.95;
	filter:alpha(opacity=95);*/

	margin: 10px;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	height:420px;
	width:530px;
	position: absolute;
	visibility: hidden;
	left: 230px;
	top: 170px;
	font-weight: normal;
	background-color: #4f72b2;
}

#fenetre1
{
	/* transparence 
	-moz-opacity:0.95;
	opacity: 0.95;
	filter:alpha(opacity=95);*/
	margin: 10px;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	height:420px;
	width:530px;
	position: absolute;
	visibility: hidden;
	left: 230px;
	top: 170px;
	background-color: #4f72b2;
	font-weight: normal;
}

#fenetre2
{
	/* transparence 
	-moz-opacity:0.95;
	opacity: 0.95;
	filter:alpha(opacity=95);*/
	margin: 10px;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	height:420px;
	width:530px;
	position: absolute;
	visibility: hidden;
	left: 230px;
	top: 170px;
	background-color: #4f72b2;
	font-weight: normal;
}

#zoom1
{

	color: #000000;
	height:368px;
	width:555px;
	position: absolute;
	visibility: hidden;
	left: 235px;
	top: 190px;
	background-color: #FFFFFF;
}

#zoom2
{

	color: #000000;
	height:368px;
	width:555px;
	position: absolute;
	visibility: hidden;
	left: 235px;
	top: 190px;
	background-color: #FFFFFF;
}


#gauche
{
	height: 460px;
	width: 225px;
	top: 193px;
	left: 0px;
	background-image: url(../images/degrade.jpg);
	background-repeat: repeat-y;
	vertical-align: middle;
		overflow: auto;
}

#flash
{
	height: 50px;
	width: 200px;
	top: 175px;
	left: 5px;
	vertical-align: middle;
	position: relative;
}

#vertical
{
	height: 460px;
	width: 5px;
	top: auto;
	background-image: url(../images/vertical.jpg);
	background-repeat: repeat-y;
	float: right;
	position: relative;	


}

#bas
{
	width: 800px;
	background-image: url(../images/bas.jpg);
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 5px;
}

#signaletique
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	margin-top: -5px;
}


#global {
     position:absolute;
	 left: 50%; 
	 margin-left: -400px;

     }

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

li {
	background-position: left center;
	text-align: left;
	vertical-align: middle;
}


#menu {
	position: absolute;
	top: 156px;
	left: 0;
	z-index:100;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(../images/Menu21-8.jpg);
}


.tableau {
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;

} 

.tableau-titre {
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	font-weight: bold;
	text-align: center;
}

.tableau-ligne {
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	margin: 0px;
	padding: 0px;
}

.col-prix {
	font-weight: bold;
	text-align: center;
}



#menu dl {
	float: left;
	width: 95px;
	margin: 0 1px;
	font-size: 9px;

	

}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bolder;
	/* background: #4f72b2; */
	border: 0px solid gray;
	position: relative;
	height: 25px;
	font-size: 9px;
	vertical-align: middle;
	margin-top: 7px;
	margin-bottom: -7px;
}
#menu dd {
border: 1px solid gray;

}
#menu li {
	text-align: left;
	vertical-align: top;
	/* background-color: #78b0db; */
	background-color: #4f72b2;


}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 18px;
	border: 0 none;

}
#menu li a:hover, #menu dt a:hover, #menu dl a:hover {
	color: #FFFFFF;
			/*		list-style-position: inside;
	list-style-image: url(../images/puce.gif);*/
}


a {text-decoration: none;
color: black;
}


#pj

{
	text-align: justify;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	first-letter.color : red;

}

#pjb

{
	text-align: justify;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	first-letter.color : red;
	font-weight: bold;
}


#pImage

{
	text-align: justify;
	background-position: top;
	margin: 60px;

}

#pj2

{
	text-align: justify;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	first-letter.color : red;
	line-height: 16px;
}


#pj3

{
	text-align: justify;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	first-letter.color : red;
	line-height: 16px;
	border: medium solid #FF0000;
}

#pj:first-letter {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  margin-right: 1px;
  float: left;
  font-size: 24px;
}

#pj2:first-letter {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  margin-right: 1px;
  float: left;
  font-size: 24px;
}

#pd

{
	text-align: right;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}


#tc

{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	vertical-align: middle;
	position: absolute;
	top: 90px;
	left: 15px;
	line-height: 30px;
}

#pt

{
	text-align: center;
	font-size:16px;
	background-position: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}

#pt2

{
	text-align: center;
	font-size:28px;
	background-position: top;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 45px;
}

#compteur
{
	height: 25px;
	width: 200px;
	top: 25px;
	left: 5px;
	vertical-align: middle;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: blink;
	background-color: #E42725;
}

#illustration
{
	height: 200px;
	width: 200px;
	top: 80px;
	left: 45px;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
}


#illustration3
{
	height: 400px;
	width: 200px;
	top: 80px;
	left: 10px;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
}

#Ititre
{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#Aide
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	top: 355px;
	left:10px;
	width:200px;
	position: absolute;
}

#Aide1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	top: 380px;
	left:10px;
	width:200px;
	position: absolute;
}

#Aide0
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	top: 200px;
	left:10px;
	width:200px;
	position: absolute;
}


#TAide
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;

}


#illustration1
{
	height: 100px;
	width: 200px;
	top: 50px;
	left: 35px;
	vertical-align: middle;
	position: relative;

}

#illustration2
{
	height: 50px;
	width: 200px;
	top: 165px;
	left: 35px;
	vertical-align: middle;
	position: relative;

}

