﻿body {
	font-family: Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:13px;
    margin-bottom: 35px;
}

.headerTd
{
    display:none;
}
.LeftTdWithAnnex
{   
    width:70%;
}
.LeftTdWithOutAnnex
{    
    width:100%;
}
.RightTdWithAnnex
{
    width:30%;
    /*background-image: url(../img/lines.gif);
    background-repeat:repeat-x ;*/
    vertical-align:top;    
}
.RightTdWithOutAnnex
{
    display:none;       
}
.contentTitre1
{
    font-size:20px;
    font-weight:700;
    line-height:24px;
    color:#333333;
}
.contentTitre2
{
    font-size:17px;
    font-weight:700;
    line-height:22px;
    color:#333333;
}
.contentTitre3
{
    font-size:15px;
    font-weight:700;
    line-height:20px;
    color:#333;
}
.contentTitre4
{
    font-size:13px;
    font-weight:700;
    line-height:18px;
    color:#333;
}
.annexTitre
{
    font-size:13px;
    font-weight:700;
    line-height:18px;
    color:#333333;
}
.refMatTitre
{
    font-size:13px;
    font-weight:400;
    line-height:18px;
    color:#333333;
}
p   
{
    display: block;
    margin: 5px;
    padding: 5px 5px;
}
a   
{
    color:#2973bd;
    display: block;
    font-size:13px;
    font-weight:400;
    line-height:15px;    
    padding-bottom : 1px;	
    padding-left :15px;
    padding-top:2px;
    margin: 5px;
    background-position: left 0.7em;	
    background-image: url('../img/list_dash.gif');	
    background-repeat: no-repeat;
    background-color : transparent;
    background-attachment :scroll;
    text-decoration:none;
}
a.UnDashLink 
{
    padding-bottom : 0px;	
    padding-left :0px;
    padding-top:0px;
    margin: 0px;
    background-image: none;
    display: inline;
    color:#2973bd;
    text-decoration:none;
}
a.ExternalLinks
{
    text-decoration:none;    
}

img.ExternalLinks
{
    border: 0;
}
.footerPanel
{
    font-family: Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:9px;
}
span.DisplayDefinition
{
    border-bottom: 1px;
    border-bottom-style:dashed;
    cursor:pointer;
}

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: 20px; 
    left: -10px; 
    padding: 5px; 
    color: #000; 
    border: 1px solid #bbb; 
    background: #ffc; 
    width:170px;
 }
 a.tooltip:hover em span {
     position: absolute; 
    top: -7px; 
    left: 15px;
     height: 7px; 
    width: 11px; 
    background: transparent url(image-infobulle.gif); 
    margin:0; 
    padding: 0; 
    border: 0;
 }