/* >>>>>>>>>>>>>>>>>>>>>>>>> STYLE BODY GENERAL <<<<<<<<<<<<<<<<<<<<<<<<< */
body {
    margin: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	line-height:13px;
	background-image:url(../images/divers/wlfembs.gif);
	background-color: #F0E7D8;

	/* >>>>>>>>>>>>>>>>>>>>>>>>> BARRE DE SCROLL <<<<<<<<<<<<<<<<<<<<<<<<< */
	scrollbar-face-color: #00h850;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: Black;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #00h850;
	scrollbar-arrow-color: white;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>> LIENS CLASSIQUES <<<<<<<<<<<<<<<<<<<<<<<<< */
A:link, A:visited {
	font: 90% Arial, sans-serif;
   	line-height:16px;
   	text-decoration: none;
	color: #663300;
	/* border-bottom: 1px dotted #993300; */
}
A:hover {
	font: bold 90% Arial, sans-serif;
   	text-decoration: none;
	color: #663300;
	/* border-bottom: 1px solid #663300; */
}

/* ---------------------- LIENS AVEC IMAGES ---------------------- */
A.lienimg:link, A.lienimg:visited {
	border-bottom: none;
}
A.lienimg:hover {
	border-bottom: none;
}
a.photo span {
       display: none;
}

a.photo:hover {
       background: none;  /*correction d'un bug IE */
}

a.photo:hover span {
       text-decoration: none;
       display: inline;
       position: absolute;
       z-index: 600;
       margin:0em 0 0 1em;
       background: #F0E7D8;
       /*text-align: left;*/
       /*color: #6262A4;*/
       padding: 0px;
       /*border:1px solid #6262A4;*/
       /*width: 150px;*/
}
/* ------------------------- LISTE -------------------------- */
ol {
	margin: 0;
	padding: 0 10px 0 35px;
}
ol li {
	margin: 0;
	padding: 0;
	font: 90% Arial, sans-serif;
	text-align: left;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	background: transparent url(../images/divers/puce.gif) no-repeat;
    margin: 5px 0 0 55px;
	padding: 0px 10px 0px 15px;
	font: 90% Arial, sans-serif;
	text-align: left;
	list-style-type: none;
    line-height: 19px;
    text-transform: capitalize;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>> STYLE BODY PAGE INDEX <<<<<<<<<<<<<<<<<<<<<<<<< */
.StyleIndex {
	margin-top:10;
	/*background-image:url(../images/divers/wlfembs.gif);*/
	background-color:#F0E7D8;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>> STYLE LISTE SELECT <<<<<<<<<<<<<<<<<<<<<<<<< */
.Liste {
    margin-bottom:15;
	width: 155px;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>> STYLE BODY PAGE INDEX <<<<<<<<<<<<<<<<<<<<<<<<< */
.CorpTexte {
  margin-top:15;
  margin-bottom:15;
  text-align: justify;
  line-height: normal;
  font: 90% Arial, sans-serif;

}

/* >>>>>>>>>>>>>>>>>>>>>>>>> TITRES <<<<<<<<<<<<<<<<<<<<<<<<< */
h1 {
	font: bold 120% Times New Roman;
	color: #FF0000;
	text-align: center;
}
h2 {
	font: 100% Times New Roman;
	color: #0000FF;
	margin-left:55;

	text-align: left;
	padding-top: 12px;
}
h3 {
	font: 90% Times New Roman;
	color: #8F8F8F;
	text-align: center;
}

.TitreIndex1 {
	font: 110% Times New Roman;
	color: #0000FF;
	text-align: center;
	padding-top: 12px;
}
.TitreIndex2 {
	font: 130% Times New Roman;
	color: #FF3300;
	text-align: center;
	padding-top: 5px;
}
.TitreIndex3 {
	font: bold 110% Times New Roman;
	color: #8F8F8F;
	text-align: center;
}
.TitreTarif {
	font: bold 160% Comic Sans MS;
	color: #CC3300;
	text-align: center;
}
.TitreLigneArticle {
	font: 95% Times New Roman;
	color: #0000FF;
}
.LigneArticle {
	font: 80% Times New Roman;
	/*color: #8F8F8F;*/
}
.LigneTarif {
	font: 80% Times New Roman;
	text-align: right;

}

.LigneMsg {
	font: 85% Times New Roman;
	/*color: #8F8F8F;*/
}
.TitreInfo{
	font: bold 95% Times New Roman;
	color: #FF0000;
	text-align: center;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>> BOITES <<<<<<<<<<<<<<<<<<<<<<<<< */
#boite {
	position: relative;
	padding: 0;
	/*width: 860px;*/
    margin-top: 10px;
    margin-left: 50px;
}
#info {
    overflow: auto;
	position: relative;
   	width: 650px;
   	padding: 0;
    margin-top: 10px;
    text-align: justify;
}

