@charset "UTF-8";
/* CSS Document */
/*
td{
        color : #305B7B;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
}
*/
/* ------------------------------------------------------------------------ */
span.BleuTransmission{
        color : #305B7B;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
}
span.texteCopy{
        color : #000000;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
}
span.texteCitation{
        color : #849552;
		font-weight:bold;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
}
span.texteCitationVert{
        color : #849552;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
}
span.texteCopyBold{
        color : #000000;
        font-family : Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
        font-size : 12px;
}
span.texteCopyItalic{
        color : #000000;
        font-family : Verdana, Arial, Helvetica, sans-serif;
		font-style:italic;
        font-size : 12px;
}
span.Footer{
        color : #849552;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
}
span.Tableau{
        color : #000000;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
}
/* ------------------------------------------------------------------------ */
a:link{    
        color : #849552;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : none;
}
a:visited{ 
        color:#849552;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : none;
}
a:hover{   
        color : #B2BD93;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : none;
}
/* ------------------------------------------------------------------------ */
a.MenuTransmission:link{    
        color : #305B7B;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
a.MenuTransmission:visited{ 
        color:#305B7B;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
a.MenuTransmission:hover{   
        color : #A4B7C5;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
/* ------------------------------------------------------------------------ */
a.FooterLinks:link{    
        color : #849552;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
a.FooterLinks:visited{ 
        color:#849552;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
a.FooterLinks:hover{   
        color : #B2BD93;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
/* ------------------------------------------------------------------------ */
a.TableauLinks:link{    
        color : #849552;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
a.TableauLinks:visited{ 
        color:#849552;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
a.TableauLinks:hover{   
        color : #B2BD93;
        background-color : transparent;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}
/* ------------------------------------------------------------------------ */

/*	=Misc add-ons
	-------------------------------------------------------------- */
	.clear{clear: both}
	.box{
		border:1px solid #849552;
		margin:8px;
		padding:8px;	
	}
	.box h2{
		font-size:1.8em;
	}
	.box img{
		display:block;
		margin:16px auto;	
	}
	.box ul li{
		float:left;	
	}
	.box ul li a{
		display:block;
	}
	.box ul								{margin-left:48px; list-style: none; float: left; height:57px; font-family: 'HelveticaNeueMediumcondensed'; font-size:14px;}
	.box ul li								{/*float: left;*/ display: inline; /*For ignore double margin in IE6*/ margin: 0 10px;}
	.box ul li a							{text-decoration: none; /*float:left;*/ cursor: pointer;}
	.box ul li a span						{margin: 0 12px 0 -12px; padding: 1px 15px 5px 27px; position: relative; /*To fix IE6 problem (not displaying)*/ float:left;}
	
	
	.box ul li a							{background: url(../images/button_normal.png) no-repeat top right;color: #849552; height:39px;}
	.box ul li a:hover 						{background: url(../images/button_over.png) no-repeat top right;color: #849552; height:57px;}
	.box ul li a span 						{background: url(../images/button_normal.png) no-repeat top left;height:24px; padding-top:10px;}
	.box ul li a:hover span 				{background: url(../images/button_over.png) no-repeat top left;height:31px; padding-top:19px;}
