/* * Copyright (c) 2018 AXA Shared Services Spain S.A. * * Licensed under the AXA Shared Services Spain S.A. License (the "License"); you * may not use this file except in compliance with the License. * A copy of the License can be found in the LICENSE.TXT file distributed * together with this file. * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .infoBulle { PADDING-BOTTOM: 1px; CURSOR: pointer; COLOR: #900; BORDER-BOTTOM: #900 1px dotted; font-size: 13px; } #tt { DISPLAY: block; POSITION: absolute } #ttcont H3 { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 1.5em; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px } #ttcont { PADDING-RIGHT: 12px; DISPLAY: block; PADDING-LEFT: 7px; FONT-SIZE: small; BACKGROUND: url(../images/infoBulle_bg.gif) repeat-y 0px 0px; PADDING-BOTTOM: 3px; MARGIN-LEFT: 5px; PADDING-TOP: 2px; FONT-FAMILY: Tahoma, Geneva, sans-serif } #tttop { DISPLAY: block; BACKGROUND: url(../images/infoBulle_top.gif) no-repeat left top; MARGIN-LEFT: 5px; OVERFLOW: hidden; HEIGHT: 5px } #ttbot { DISPLAY: block; BACKGROUND: url(../images/infoBulle_bottom.gif) no-repeat left top; MARGIN-LEFT: 5px; OVERFLOW: hidden; HEIGHT: 5px }