body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;

}
a:link{
	color: #0044A4;
}
a:visited{
	color: #E73C00;
}
a:hover{
	color: #E73C00;
}
a:active{
	color: #F9845B;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;

	text-indent: 0px;
	margin-left: 0px;
	color: #232B3A;
}
.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 14px;
	text-indent: 0px;
	margin-left: 0px;
	color: #232B3A;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	text-indent: 0px;
	margin-left: 0px;
	color: #F8C800;
}
.inputtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color : ffffff;
    border-color : 999999;
    border-style : solid;
    border-width : 1px;
    color : 232B3A;
}
.bouton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color : F8C800;
    border-color : 000000;
    border-style : solid;
    border-width : 1px;
    color : 000000;
}.imagecote {
	background-image: url(../data/contenu/peinture_jaune2.gif);
	background-repeat: no-repeat;
	height: 100%;
	background-position: left bottom;
}
.decproduits {
	background-image: url(../data/contenu/dec_produits_bleu.jpg);
	background-repeat: no-repeat;
	background-position: right 72px;
}
.paragraphe {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-top: 0px;
	margin-left: 0px;
	color: #232B3A;
	text-align: justify;
	line-height: 15px;
}.hrsearch {
	border: thin dashed #79A1D2;
}
.dropliste {
	background-color: #FFF28A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.lienbas {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	font-style: normal;
	color: #232B3A;
}
.lienbas:link {
	color: #232B3A;
	text-decoration: underline;
}
.lienbas:hover {
	color: #232B3A;
}
.lienbas:visited {
	color: #232B3A;
	text-decoration: underline;
}
.lienbas:active {
	color: #232B3A;
}


a.info {
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none
}

a.info:hover {
	z-index:25
}

a.info span {
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

a.info:hover span {
    display:block;
    position:absolute;
    top:-34px; left:-13em; width:15em;
    border:1px solid #5487D2;
    background-color:#EEF6FF; color:#000;
    text-align: center;
}