a img {
	border: none;
}
.tableP { background :#3D6183; }
.lien-flash {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
a { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF }
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: red }
.titre { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #6699CC; font-style: italic }
.presTexte {padding-left: 10px; padding-right: 10px;}
.lien-flash-gras {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold}
.lien-petit {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7px; color: #FFFFFF}
.lien-marque {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; font-weight: bold}
.titre { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #6699CC; font-style: italic }
.presRecherche {padding-left: 20px; padding-right: 20px;}

.bgdroite {background: url(../images/bgdroite.gif) left top ;
background-repeat: repeat-y;
padding-left: 10px; padding-right: 10px;}

.bghaut {
	background: url(../images/bghaut.gif) no-repeat left top ;
	padding-left: 10px; padding-right: 10px;
}

.bgbas {
	background: url(../images/bgbas.gif) no-repeat left top ;
	padding-left: 10px; padding-right: 10px;
}
/*Menu déroulant de l'administration */
#menu_deroulant {
    position: absolute;
    display: block;
    z-index:100;
}

#menu_deroulant dl {
    float: left;
    width: 10em;
    margin: 0 1px;
}

#menu_deroulant ul {
    list-style-type: none ;
}


#menu_deroulant dt {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background: #E1E5F2;
    border: 1px solid gray;
    list-style-type: none ;
    margin: 1px;

}

#menu_deroulant dd {
    border: 1px solid gray;
    list-style-type: none ;
    margin: 1px;
}

#menu_deroulant li {
    text-align: center;
    background: #E1E5F2;
    list-style-type: none ;
    margin: 0 1px;
    padding: 1px;
}

#menu_deroulant li a, #menu_deroulant dt a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    border: 0 none;
}

#menu_deroulant li a:hover, #menu_deroulant dt a:hover {
    background: #eee;
}