/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Verdana ;
	 
	
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
}
@media print {
  #page *{
    display:none;
  }
  }
  #page .p,
  #page H2,
  #page P{
    display:block;
  }
}
.Style39 {font-size: 10px;font-weight:bold;}
.Style40 {font-size: 10px;font-weight:bold;}
a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#li_actif{
background-color: #FFFF00;
			font-weight: bold;
	}
	
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	
}

h1{

 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 83% 0 0;
	padding: 0px;
	 
	
 
}

#content{
    float:right;
	width: 89%;
	margin: 0;
	 
	
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	font: bold 100% Arial,sans-serif;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
padding-top:5px;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}



/************** .feature styles ***************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	font: bold 100% Arial,sans-serif;
	
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-color:#FFFFFF;
	
}

.story p{
	padding: 0px 0px 12px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}





/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 0px;
}


#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	
	
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks ul li ul {
 position: absolute;
 display:none;
  }
 #sectionLinks ul li:hover ul {
 display:list-item;
 }
#sectionLinks li:hover ul li {
 float:right;
 display: block;
 font-weight : bold;
 
 }
 #sectionLinks li ul {
 position: inherit;
 display: block;
 font-weight : bold;
 
 }
   #sec ul ul {display: none; position: absolute; left: 144px; top: -1px; margin:0px; padding: 0px; border: 1px solid grey;}
  #sec li {list-style-type: none; position: relative; width: 140px; background-color: #E0E0E0; padding: 2px; margin: 0px}
  #sec li:hover {background-color: #FFFF70;}
  #sec li:hover ul.niveau2, li li:hover ul.niveau3 {display: block}
   #sec li.plus {background-position:right; background-image: url(../../images/illustrations/fdroite.gif); background-repeat: no-repeat; border-bottom: 1px solid grey;}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

 
/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #tableaux styles **************/

.Style11 {font-size: 11px;  font-weight: bold;color: #cccccc;  }

.Style5 {font-size: 11px; font-weight: bold;  color: #3333333; }
.Stylet { font-family:Arial, Helvetica, sans-serif;font-size: 13px;  color: #333333; }
.Style25 {color: #7F201C;
font-weight:bold;

}
.tableborder{
font-family: Verdana,Arial,sans-serif;
 font-size: 12 ;
 
 color:#333333;
 
background-color: #ffffff;   
border-top:solid; 
border-top-width:1px; 
border-top-color: #cccccc;
border-left:solid;
 border-left-width:1px;
border-left-color:#cccccc;

border-right:solid; 
border-right-width:1px;
border-right-color: #cccccc;
border-bottom:solid; 
border-bottom-width:1px;
border-bottom-color: #cccccc;
}

.trsoulignergris{
border-bottom:solid; 
border-bottom-width:1px;
border-bottom-color: #cccccc;
height:30px;
padding-top:10px;
background-color:#333333;
}

.trsoulignergris1{
border-bottom:solid; 
border-bottom-width:1px;
border-bottom-color: #cccccc;
height:30px;
padding-top:10px;
}



.trsoulignertd {
border-bottom:solid; 
border-bottom-width:1px;
border-bottom-color: #cccccc;
text-decoration:none;


 }
 
 
 
.trsouligner1{
border-bottom:solid; 
border-bottom-width:1px;   
border-bottom-color: #eeeeee;
 color:#FFFFFF; 
 height:40px;
background-color:#333333;
padding-left:5px;
}
tr.trsouligner1:hover {
background:#dbdcde;
}



.trsoulignernoir{
border-bottom:solid; 
border-bottom-width:1px;   
border-bottom-color: #666666;
 height:50px;
 padding-top:25px;
 color:#0072c6; 
 padding-left:3px;
}

.buttonblue{
background-color:#0072c6;
 color:#FFFFFF;  
  border: none ;
   font-size:10px;
    height:20px;
    font-weight:bold
}
.buttonvert{
background-color: #336600;
 color:#FFFFFF;  
  border: none ;
   font-size:10px;
    height:20px;
    font-weight:bold
}
 .zonetext{
	color: #333333;
	border: solid;
	border-width: 1px;
	height: 25px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
   }
.Style26 {color: #FFFFFF; background-color:#333333; font-size:14px;}   
.menuoutil {
  position: fixed;
  top:0px;  
  
  
  background-color:#ffffff ;
  width: 100%;
  
 
}
.Style33 {color: #333333;}


 
 
 

#tablecontainer {  border :1px solid gray;border-collapse:collapse; background-color:#ffffff;  }
#tablecontainer TR { border :1px solid gray; }
#tablecontainer TR:hover {border :1px solid gray; background-color:#f6f6f6  }
#tablecontainer .title { border :1px solid gray; height:40px;     font-weight:bold;   background-color:#f6f6f6;


  
  
  }
 
 #tablecontainer .title :hover{    

 

}
#tablecontainer TD {
 	
	border:1px solid gray; /* Définir les bordures des cellules */ 
    font-family:verdana;
    font-size:1em;
    text-align:center;
    padding:0px;
	
	}
#tablecontainer TD:hover {  }

SPAN { FONT:bold 12 Arial; CURSOR:pointer }



SPAN { FONT:bold 12 Arial; CURSOR:pointer }
