@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background-color: #E6BA0B;
}

#contenu{
	position:relative;
	width:950px;
	min-height:100%;
	background-color: #FFF;
}

.head {
	background-color: #E6BA0B;
	width: 100%;
	height: 100px;
}
.menu {
	background-image: url(images/head_fondMenu.png);
	background-repeat:repeat-x;
}
.titre {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #A08207;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E6BA0B;
}
.titrePage {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #4E3F03;
	text-decoration: none;
	background-image: url(images/head_fondMenu.png);
}
.prdt_associes{
border:thin #999999 solid;
padding: 5px 5px 5px 5px;
}
.produit{
border:thin #999999 solid;
width:170px;
}
.prdt_entete{
padding: 5px 5px 5px 5px;
background-color: #E6BA0B;
font-family:"Trebuchet MS", Georgia, "Times New Roman";
border-bottom:thin #999999 solid;
font-size:16px;
font-weight:bold;
color:#FFFFFF;}

.prdtOver{
padding: 5px 5px 5px 5px;
background-color:#CCC;}

.prdtDown{
padding: 5px 5px 5px 5px;
background-color:#999;}

.prdtOut{
padding: 5px 5px 5px 5px;
background-color:#FFF;}

a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: -60px;
    left: -5px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width:150px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url(images/infobulletop00.gif);
    margin:0;
    padding: 0;
    border: 0;
}
.footer_text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}
a:link.aauditnet,a:visited.aauditnet,a:active.aauditnet {
text-decoration:none;
font-weight:bold;
color:#666666;
}
a:hover.aauditnet{
text-decoration:none;
font-weight:bold;
color: #006699;
}
a:link.sidunis,a:visited.sidunis,a:active.sidunis{
text-decoration:none;
font-weight:bold;
color:#666666;
}
a:hover.sidunis{
text-decoration:none;
font-weight:bold;
color: #669900;
}
.soustitre {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #725C05;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #E6BA0B;
}
.contact_text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
border-right:thin #999999 dashed;
}
.contact_msg {
font-family:"Trebuchet MS", Georgia, "Times New Roman";
font-size:14px;
font-weight:bold;
color: #CC0000;
}