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

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	padding: 10px 50px 10px 50px;
	position:relative;
	margin:auto;
	width:968px; 
	max-width: 55em;
	border-left: 1px #32ccfe solid;
	border-right: 1px #32ccfe solid;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
    font-weight: normal;
}

a:hover {
font-weight: bold;
}

li.active a {
color: #006699;
background-color: #50c8eb;
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: #334d55;
}

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;
}

#content a:link, #content a:link, #content a:hover {
	font-size: 100%;
    font-weight: normal;
 	color: #0000ff;
 	text-decoration: underline;
}

#content a:visited{
	font-size: 100%;
    font-weight: normal;
 	color: #0066cc;
 	text-decoration: underline;
}

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

#masthead{
	margin: 0;
	width: 100%;
	height: 115px;
	background-repeat: repeat-x;
	background-image: url(../images/logo_red_blue_header_20x110.jpg);
}

#navBar{
	margin: 0 0 0 0;
	padding: 0px;
	width: 220px;
	float: left;
	margin-top: -40px;
}

#content{
	padding: 0 3% 0 0;
	margin-left: 230px;
}

#footnote_in_content{
	font-size: smaller;
}

#body_haut_de_page{
	font-size: smaller;
}


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

#globalNav{
	color: #cccccc;
	background-color:#CCCCCC;
	position: relative;
}

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

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

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

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

#siteInfo{
	clear: both;
	/*   border: 1px solid #cccccc;   */
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top:350px;
	/*  margin-right: 10px;   */
	/*  margin-left: 230px;   */
}

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

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

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

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

/*********** #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;}


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

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

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

#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;
    /*   background-color: #50c8eb;   */
	padding: 2px 0px 2px 10px;
}

