/***********************************************/
/* emx_nav_left.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #003366;
	line-height: 1.166;
	background: #cccccc url(bg_grad.jpg) fixed;
	padding: 0px;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;

}

h3{
 font: bold 120% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6 {
	font: italic 90% Arial,sans-serif;
	color: #003366;
	padding: 0px;
	margin: 0px;
}

h7 {
	font: italic 100% Arial,sans-serif;
	color: #0066CC;
	padding: 0px;
	margin: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0px 0px 0px 200px;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #003366;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:fixed;
	position:absolute;
	top: 160px;
	left: 50%;
	width:860px;
	background-color: #ffffff;
	margin-left:-430px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead {
	position:fixed;
	position: absolute;
	top: 0px;
	left:50%;
	width:860px;
	background-color: #FFFFFF;
	margin-left:-430px;
}	

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 70% Verdana,sans-serif;
}

#pageNavBas{
	float: left;
	padding: 0px;
	background-color: #F5f7f7;
}

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


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 80px 0px;
	color: #005FA9;
	font-weight: bold;
	text-align: center;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

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

#pageName{
	padding: 0px 0px 20px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	text-align: left;
}

#pageName h2{
	font: bold 160% Arial,sans-serif;
	color: #0066CC;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 30px;
	right: 50px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 75%;
  	color: #003366;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

#globalNav2{
color: #006699;
text-align:center;
margin:0 10px;
padding: 5px;
white-space: nowrap;
}
/* '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 */

#globalNav2 img{
 display: block;
}

#globalNav2 a {
	font-size: 75%;
	font-weight: bold;
	padding: 5px; 
	margin: 0 2px;
	background-color: #FFCC00;
}
#globalNav2 a:hover {
	text-decoration:none;
	background: none; 
}

/************ subglobalNav left styles **************/

.subglobalNav{
	position: absolute;
	top: 135px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	margin: 0;
	text-align: left;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 75%;
	color: #ffffff;
	text-decoration: none;
}

.subglobalNav a:hover{
	color: #cccccc;
	text-decoration: underline;
}
/************ subglobalNav right styles **************/

.subglobalNav1{
	position: absolute;
	top: 135px;
	right: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	margin: 0;
	text-align: right;
}

.subglobalNav1 a:link, .subglobalNav1 a:visited {
	font-size: 75%;
	color: #ffffff;
	text-decoration: none;
}

.subglobalNav1 a:hover{
	color: #cccccc;
	text-decoration: underline;
}

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

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


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

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	text-align: justify;
}
html>body .feature {height: auto;}

.feature h3{
	font: normal 175% Arial,sans-serif;
	color: #0066CC;
	padding: 30px 0px 5px 0px;
}

.feature h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px 0px 0px 15px;
 background: url(image/arrow.gif) no-repeat;
}

.feature img{
	float: left;
	padding: 0px 10px 20px 0px;
}


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

.story {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	text-align: justify;
}

.story h3{
	font: normal 175% Arial,sans-serif;
	color: #0066CC;
}

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

.storycapsule{
	font: bold 1.2em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 15px;
}


td.storyLeft{
	padding-right: 20px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: left;
}

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


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

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

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

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}

#advert img{
	display: block;
	padding-bottom: 10px;
}
.advert h3{
	padding: 10px 0px 2px 0px;
}
.advert a{
	display: block;
	text-align: right;
}

#advertbas{
	padding: 10px;
}

#advertbas img{
	display: block;
	padding-bottom: 10px;
}
.advertbas h3{
	padding: 10px 0px 2px 0px;
}
.advertbas a{
	display: block;
	text-align: left;
}

#diapo {
	position: absolute;
	top: 22px;
	color: #919999;
	background-image: url(icone_1.jpg);
	width: 100%;
	height: 80px;
	right: 0%;
	left: 0%;
}
.feature h4 {
	font: bold 175% Arial,sans-serif;
	color: #0066CC;
	padding: 30px 0px 5px 0px;
}
.story img {
	float: auto;
	padding: 0px 10px 10px 0px;
}
.storycapsulebis {
	font: normal 1.2em Arial,sans-serif;
	color: #003366;
	display:block;
	padding-bottom: 15px;
	width: 95%;
	text-align: left;
}
.storybis {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 80%;
}
.featurebis {
	color: #0066CC;
}
#traitsommaire {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 2px 0px 2px 0px;
}
.sommairecapsule {
	font: bold 1.2em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-top: 15px;
}
.storycapsuleter {
	font: normal 1em Arial,sans-serif;
	color: #003366;
	display:block;
	padding-bottom: 15px;
	width: 90%;
	text-align: left;
}
.featureter {
	padding: 0px 0px 0px 20px;
}
#retour {
float:right;
text-align:right;
background: url("image/styles.png") top right no-repeat;
padding-right:15px;
padding-bottom:15px;
}
#info {
float:left;
text-align:left;
background: #CCC;
padding:5px;
margin-top: 25px;
border: 1px solid #888;
}
#haut {
float:right;
text-align:right;
background: url("image/styles_haut.png") top right no-repeat;
padding-right:15px;
padding-bottom:15px;
}

dl.table-display
{
width: 410px;
margin: 2em 0;
padding: 0;
}

.table-display dt
{
width: 110px;
float: left;
margin: 0 0 0 0;
padding: .5em 0;
font-weight: bold;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: left;
width: 270px;
margin: 0 0 0 0;
padding: .5em 0;
}
