.ADM {
 width: 100%;
 background-image: none !important;
 background-color: white !important;
}

.ADM img { /* limite la taille d'affichage des images */
 max-height: 150px;
 max-width: 150px;
}

/* MENU DEROULANT */

.TAO-FONDMENU { 
 background-image: url(../../default/images/FondTaoOngletBar.jpg);
 background-repeat: repeat-x;
 background-position: bottom;
 width: 100%; 
 margin: 0px;
 z-index: 50;
 margin-bottom: 20px;
 height: 50px;
}

.TAO-FONDMENU .DHMENU {
 padding-left: 20px;
 padding-top: 30px;
}

.TAO-FONDMENU dl,
.TAO-FONDMENU dt,
.TAO-FONDMENU dd,
.TAO-FONDMENU ul,
.TAO-FONDMENU li {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

.TAO-FONDMENU .DHMENU dl {
 float: left;
 margin-right: 20px;
}

.TAO-FONDMENU dt.MENU-TITRE a,
.TAO-FONDMENU dt.MENU-TITRE {
 color: black;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}

.TAO-FONDMENU dt.MENU-TITRE a:hover,
.TAO-FONDMENU dt.MENU-TITRE:hover {
 color: #717171;
}

.TAO-FONDMENU ul.LIENS a {
 font-weight: normal;
 display: block;
 text-align: left;
 color: white;
}

.TAO-FONDMENU .DHMENU dd {
 border: 1px solid black;
 display: none;
 margin-top: 5px;
 width: 150px;
 position: absolute;
 background-image: url(../../default/images/FondDhmenuDD.jpg);
 background-repeat: repeat-x;
 z-index: 200;
}

.TAO-FONDMENU .DHMENU li {
 text-align: left;
 border-bottom: solid 1px white;
 font-size: 10px;
 list-style-type: none;
}

.TAO-FONDMENU .DHMENU li a {
 text-decoration: none;
 color: black;
 width: 150px;
 max-width: 135px;
 padding-left: 15px;
 background-image: url("../../default/images/LienOff.gif");
 background-position: 2px 5px;
 background-repeat: no-repeat;
}

.TAO-FONDMENU .DHMENU li a:hover {
 background-color: #F7F7F7;
 color: #FF6600;
 font-weight: bold;
 background-image: url("../../default/images/LienOver.gif");
}

/* TAO ONGLETS */

.TAO-ONGLETS .BAR  { 
 height: 52px;
 margin-bottom: 15px;
 background-image: url(../../default/images/FondTaoOngletBar.jpg);
 background-repeat: repeat-x;
}

.TAO-ONGLETS ul li { 
 display: inline;
}

.TAO-ONGLETS div.ONGLET ul li { 
 display: list-item;
}

.TAO-ONGLETS ul { 
 padding-top: 9px;
}

body>div.TAO-ONGLETS ul,
body>fieldset div.TAO-ONGLETS ul,
body>div div.TAO-ONGLETS ul  { 
 padding-top: 14px;
}

.TAO-ONGLETS .MENU-ITEM-ON,
.TAO-ONGLETS .MENU-ITEM {
 border: solid 1px black; 
 border-bottom: solid 1px #DCE8F4;
 padding: 4px;
 margin: 0 2px;
 background-image: url(../../default/images/FondOngletsOn.jpg);
 background-repeat: repeat-x;
 -moz-border-radius: 8px 8px 0 0;
 background-color: White;
 height: 1px;
}

body>.TAO-ONGLETS .MENU-ITEM-ON,
body>.TAO-ONGLETS .MENU-ITEM {
 padding: 2px;
}

.TAO-ONGLETS .MENU-ITEM {
 background-image: url(../../default/images/FondOnglets.jpg);
 border: solid 1px black;
}

.TAO-ONGLETS a {
 font-weight: bold;
 margin: 0 10px 0 10px;
 color: black;
 cursor: pointer;
}

.TAO-ONGLETS a:hover {
 color: #FF6600;
}

.ONGLET {
 display: none;
 float: left;
 width: 100%;
}

.ADM fieldset.TAO-ACTION {
 float: left;
 width: 100%;
 padding-bottom: 0px;
}

.ADM .TAO-ONGLETS dd { 
 float: left;
}

/* Tableaux d'ADM */

.ADM table {
 background-color: white;
 border: solid 1px black;
 -moz-border-radius: 8px;
 background-image: url(../../default/images/FondTable.jpg);
 background-repeat: repeat-x;
 background-position: 0px -80px;
 padding: 10px;
 width: 96%;
 margin-left: 2%;
 margin-right: 2%;
}

.ADM td {
 border: solid 1px #E7E7E7;
 border-collapse: collapse;
}

/* Les formulaires */

.ADM .CONTENT dd {
 margin: 0px;
}

.ADM .CONTENT dt {
 width: 190px;
 margin: 0 10px 0 0;
 text-align: right;
 float: left;
 font-weight: bold;
}

.ADM dd.ACTION {
 background-image: url(../../default/images/FondTaoOngletBar.jpg);
 background-repeat: repeat-x;
 background-position: bottom;
 height: 20px;
 text-align: center;
 font-weight: bold;
 margin: 10px 0 0 0;
}

.ADM dd.ACTION input {
 padding: 0px;
 background-color: transparent;
 border: none;
 font-weight: bold;
}
