body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/fond.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.page {
	background-color: #FFFFFF;
	padding: 0px;
	width: 600px;
	height: 100%;
	border: 1px solid #000000;
	text-align: justify;
}
.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: left;
}
.menu {
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B22430;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B22430;
	padding: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#lien_menu a {
	padding:1px;
	text-decoration:none;
	color: #FFFFFF;
	}

#lien_menu a:visited {
	color: #FFFFFF;
	}


#lien_menu a:hover {
	color:#000000;
	background-color: #B22430;
	}
#lien a:hover {
	color:#FF0000;
	background-color: #F6D0D4;
	}

.texte {
	text-align: justify;
	padding: 15px;
	margin-bottom: 20px;

}
.bas {
	background-position: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #B22430;
	font-size: 9px;
	text-align: center;
}
.ss_titre {
	font-weight: bold;
	color: #B22430;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.lien_menu {
	padding-left: 10px;
}
.prix {
	background-color: #B22430;
	text-align: center;
}
table {
	border: 1px solid #B22430;
	  	
}

th {
	background-color: #666666;
        font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B22430;
}
.th_tri {
	color: #F7F7EF;
	background-color: #404040;
}


td
     {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-style: normal;
      font-weight: normal;
      color: #000000
      
     }

tr {
cursor: pointer; cursor: hand
}
tr:hover {
	background-color : #F6D0D4;
}

.boite1
     {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-style: normal;
      font-weight: normal;
      margin-top: 10px ;
      background : #F2F2F2 ;
      padding:10px;
      border: 1px solid #B22430;
      text-align:justify;
     }

.boite2
     {
      font-family: Arial, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      margin-top: 10px ;
      background : #FBFBFB ;
      padding:10px;
      border-left: 1px solid #B22430;
      text-align:justify;
     }    


p {
	text-align: justify;
}



.input_qte
{
	visibility: hidden;
	font-size: 11px;
	background : #F6D0D4 ;
	text-align : center;
	border: 0px ;
}

#simple tr:hover
{
background:none;
}

#simple tr
{
cursor: auto;
}


a.bulle
{
	position:relative; 
	z-index:24;
}

a.bulle:hover
{
	z-index:25;
}

a.bulle span
{
	display: none
}

a.bulle:hover span
{ 
	display:block; 
	position:absolute;

	top:10px;
	left:10px;
	width:100px;
	border:1px solid #000000;
	background-color: #FFFFC0 ;
	color:#000000;
	text-align: justify;
	font-weight:none;
	padding:10px;
}

