/* CSS Document colors*/

.blueandpink{COLOR: #6CADDF; font-size:11px; font-weight: bold; line-height:14px;}
.blueandpink a{COLOR: #E65498; text-decoration:none; }
.blueandpink_underlined {COLOR: #E65498; text-decoration:underline; font-size:11px; font-weight: bold; line-height:14px;}
.blueandpink_underlined a{COLOR: #E65498; text-decoration:underline; font-size:11px; font-weight: bold; line-height:14px;}

.blueandblue{COLOR: #6CADDF; font-size:11px; font-weight: bold; line-height:14px;}
.blueandblue a{COLOR: #005475; text-decoration:none; } 

.blueandblue_title{FONT-SIZE: 11px;  font-weight: bold; COLOR: #0067B1; PADDING-TOP: 10px; MARGIN: 0px; line-height:14px;}

.blueandblue_underlined{COLOR: #005475;text-decoration:underline;font-size:11px; font-weight: bold; line-height:14px;}
.blueandblue_underlined a{COLOR: #005475;text-decoration:underline;font-size:11px; font-weight: bold; line-height:14px;}

.blue1{COLOR: #0067B1; font-size:11px; font-weight: bold; line-height:14px;}
.blue1 a{COLOR: #0067B1; font-size:11px; font-weight: bold; line-height:14px;}
.dark_green{COLOR: #305C33; font-size:11px; font-weight: bold; line-height:14px;}
.green{COLOR: #41AD49; font-size:11px; font-weight: bold; line-height:14px;}
.green a{COLOR: #358F3B; text-decoration:underline; font-weight: bold; }


.green2{COLOR: #B8B307; font-size:11px; font-weight: bold; line-height:14px;}
.orange{COLOR: #F89828; font-size:11px; font-weight: bold; line-height:14px;}
.orange a{COLOR: #F89828;}



#pic_title{COLOR: #ffffff; font-weight: bold;}
#pic_text{COLOR: #ffffff; font-size:11px; font-weight: bold; position:relative; top:3px;}


.menu3_style{
COLOR: #6CADDF; font-weight: bold; text-decoration:none; font-style:italic; font-size:11px; letter-spacing: -0.5px; align:right;}
.menu3_style a:link{COLOR: #6CADDF; text-decoration:none; font-weight: bold;}
.menu3_style a:visited{COLOR: #6CADDF; text-decoration:none; font-weight: bold;}

.menu3sel {COLOR: #E65498; text-decoration:underline; font-weight: bold; font-style:italic; font-size:11px;}
.menu3sel a:link{COLOR: #E65498; text-decoration:underline; font-weight: bold; font-style:italic; font-size:11px;}
.menu3sel a:visited{COLOR: #E65498; text-decoration:underline; font-weight: bold; font-style:italic; font-size:11px;}


.menu3_blue{
COLOR: #91C2E7; font-weight: bold; text-decoration:none; font-style:italic; font-size:11px; letter-spacing: -0.5px; align:right;}
.menu3_blue a{COLOR: #91C2E7; text-decoration:none; font-weight: bold;}


.menu3_bluesel {COLOR: #005776; text-decoration:underline; font-weight: bold;}
.menu3_bluesel a{COLOR: #005776; text-decoration:underline; font-weight: bold;font-style:italic; font-size:11px;}



H2 {
	MARGIN: 0px 10px 10px
}
H2 {
	 PADDING-TOP: 10px; BACKGROUND-COLOR: transparent
}




a.info{
    position:relative; 
    z-index:24; COLOR:#6CADDF; text-decoration:underline;
    }

a.info:hover{z-index:25; COLOR:#6CADDF; text-decoration:underline;}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
    
    z-index:26;
    top:2em; left:-48px; width:120px;
	FONT-SIZE: 10px;
    border:1px solid #6699cc;
    background-color:#eeeeee; color:#6699cc;
    font-weight:none;
    padding:1px;
    text-decoration:none;
	font-weight:normal;
    }

	a.info2{
    position:relative; 
    z-index:24; COLOR:#41AD49; text-decoration:underline;
    }

a.info2:hover{z-index:25; COLOR:#41AD49; text-decoration:underline;}

a.info2 span{display: none}

a.info2:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
    
    z-index:26;
    top:2em; left:-48px; width:120px;
	FONT-SIZE: 10px;
    border:1px solid #41AD49;
    background-color:#F0FCF1; color:#41AD49;
    font-weight:none;
    padding:1px;
    text-decoration:none;
	font-weight:normal;
    }

	a.info3{
    position:relative; 
    z-index:24; COLOR:#0168B3; text-decoration:underline;
    }

a.info3:hover{z-index:25; COLOR:#0168B3; text-decoration:underline;}

a.info3 span{display: none}

a.info3:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
    
    z-index:26;
    top:2em; left:-48px; width:120px;
	FONT-SIZE: 10px;
    border:1px solid #0168B3;
    background-color:#eeeeee; color:#0168B3;
    font-weight:none;
    padding:1px;
    text-decoration:none;
	font-weight:normal;
    }

.underlined a{text-decoration:underline;}
