@charset "utf-8";
body {
	background-color: #f8f8f8;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 11px;
	color: #FFFFFF;
}
#container {
	width: 1000px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	position: relative;
}
#contentarea {
	float: right;
	width: 767px;
}
.side {
	background-image: url(images/pmupmu.gif);
	background-repeat: no-repeat;
	float: left;
	width: 233px;
	padding: 522px 0 15px 0;
	text-align: center;
}
.side-contain {
	background-image: url(images/side-top.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.side-contain   h1 {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 8px 0px 8px 0;
	text-align: center;
	margin: 0 8px 15px 0;
}
.adline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c7c7c7;
	margin: 15px 8px 15px 0px;
}
.top {
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-x;
	height: 335px;
}
.top-image {
	background-image: url(images/top-img.gif);
	background-repeat: no-repeat;
	height: 335px;
	width: 244px;
	float: right;
	padding: 0 0 0 350px;
}
.top-image h1 {
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	color: #90cc00;
	text-align: center;
	margin: 70px 23px 0 0;
	line-height: 33px;
	letter-spacing: -1px;
}
.top-txt   {
	font-size: 34px;
}


.nav {
	font-family: Georgia;
	font-size: 21px;
	width: 170px;
	float: left;
	margin: 25px 0 0 0;
}
.nav ul {
	display: list-item;
	margin: 0;
	list-style-type: none;
	padding: 0;


}
.nav li {
	display: inline;
	padding: 10px 10px 5px 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	background-position: left 15px;
	width: 150px;
}
.nav a {
	font-family: Georgia;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 21px;
}
.nav a:hover, #current {
	font-weight: normal;
	color: #FFFF00;
}

.padding {
	padding-left: 8px;
}
.topad {
	background-color: #79a82b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7cab41;
	height: 100px;
	text-align: center;
	padding: 29px 0 0 0;
}
.content {
	padding: 25px 22px 20px 22px;
}
.content h1 {
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	color: #fff62b;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
}




.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding: 0 1px 0 1px;
	margin: 20px 0 20px 0;
}
.footer {
	background-color: #90CC00;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 81px;
	position: relative;
	padding: 10px 0 0 271px;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}




.clearboth {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.resultatdujour {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
}

.rapport_pmu
{
   list-style-type: none; color:white;
}

h2
{
   text-indent: 20px;
   font-family: Arial, Verdana, "Times New Roman", serif;
   color:white;
}

/*em
{
   background-color: yellow;
}*/
.titre_rapport
{
margin-left: 30px;
color:yellow;
font-weight:bold;
}

#solid
{
margin:auto;
padding: 40px;
width: 476px;
height: 1050px;
border: 1px solid yellow;
}

#solid-dh
{
margin:auto;
padding: 40px;
width: 476px;
height: 1200px;
border: 1px solid yellow;
}
/* Style des lignes de séparation */
.table-separateur {
  font-size : 12px;
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333;
  background-color : #4DAD1A;
}

/* Style du titre du tableau */
.table-titre {
   font-size : 12px;
   font-family : Verdana, arial, helvetica, sans-serif;
  color : #eeeeee;
  text-align : center;
  font-weight : bold;
  background-color : #4DAD1A;
}

/* Style des en-têtes du tableau */
.table-entete {
  font-size : 12px;
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333;
  background-color : #8DCC00;
}

/* Style des en-têtes du tableau (centré) */
.table-entete-centre {
  font-size : 12px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color : #333333;
   text-align : center;
  background-color : #a7ada7;
}

/* Style des en-têtes du tableau (droite) */
.table-entete-droit {
  font-size : 12px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color : #333333;
  text-align : right;
  background-color : #a7ada7;
}

/* Style 1 des cellules */
.table-ligne1 {
  font-size : 12px;
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333;
  background-color : #c6c3bd;
}

/* Style 2 des cellules */
.table-ligne2 {
  font-size : 12px;
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333;
  background-color : #cccccc;
}


/* Style 1 des cellules (droite) */
.table-ligne1-droit {
  font-size : 12px;
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333;
  text-align : right;
  background-color : #c6c3bd;
}

/* Style 2 des cellules (droite) */
.table-ligne2-droit {
  font-size : 12px;
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333;
  text-align : right;
  background-color : #cccccc;
}

/* Style 1 des cellules (centré) */
.table-ligne1-centre {
  font-size : 12px;
   font-family : Verdana, arial, helvetica, sans-serif;
  color : #333333;
  text-align : center;
  background-color : #c6c3bd;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*

/* */
/*Prix d'amerique*/
.p1{ background-color: rgb(238, 238, 238); }
.p2 { background-color: rgb(255, 255, 255); }
.bold { font-weight: bold; }
.red { color: rgb(185, 16, 21); }
/*.liencheval:link, .liencheval:hover, .liencheval:visited { color: red; text-decoration: underline; font-weight: bold; }*/

.frame{
   width: 650px;
   height: 200px;
   text-align: justify;
   overflow: scroll;
     }