/* BROADSHEET TEMPLATE CSS */

body {
  background: #EFEFEF;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #444444;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

td {
font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #444444;
  }

/* LINKS */

a:link {color:#42779E; text-decoration: none;} 
a:visited {color:#42779E; text-decoration: none;} 
a:hover,a:active {color:#42779E; text-decoration: underline;}

#top  a:link {color:#FF6600; text-decoration: none; font-weight: bold; border-bottom:none;} 
#top a:visited {color:#FF6600; text-decoration: none;font-weight: bold;} 
#top a:hover, #top a:active {color:#FF6600; text-decoration: underline;font-weight: bold;}



#header  a:link {color:#FFFFFF; text-decoration: none; border-bottom:none; padding-left:0px; padding-right: 0px;} 
#header  a:visited {color:#FFFFFF; text-decoration: none; padding-left:0px; padding-right: 0px;} 
#header  a:hover, #header  a:active {color:#FBAF5D; text-decoration: none; padding-left:0px; padding-right: 0px;}



#footer  a:link {color:#FFFFFF; text-decoration: none; border-bottom:none; padding-left:0px; padding-right: 0px;} 
#footer  a:visited {color:#FFFFFF; text-decoration: none; padding-left:0px; padding-right: 0px;} 
#footer  a:hover, #footer  a:active {color:#FBAF5D; text-decoration: none; padding-left:0px; padding-right: 0px;}






#bottom  a:link {color:#FF6600; text-decoration: none; font-weight: bold; border-bottom:none;} 
#bottom a:visited {color:#FF6600; text-decoration: none;font-weight: bold;} 
#bottom a:hover, #bottom a:active {color:#FF6600; text-decoration: underline; font-weight: bold;}

/* LISTS */

#content ul { padding-left: 0px; margin-left: 20px; color: #444444; line-height: 18px; margin-top: 10px;margin-bottom:10px;}
#content li { list-style-type: square;  padding:0px;}

/* TYPOGRAPHY */

p { margin: 0px; padding: 0px; margin-bottom: 10px;   }


h3 { font-size: 11px; line-height: 19px;color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; }
h4 { font-size: 10px; line-height: 17px;color: #003366; margin:0px; padding: 0px; margin-bottom: 1px; }
h1 { font-size: 13px; line-height: 17px;color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; }
h2 { font-size: 12px; color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; letter-spacing: 2px; }
h6 { font-size: 9px; line-height: 15px;color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; }
h7 { font-size: 10px; line-height: 16px;color: #003366; margin:0px; padding: 0px; margin-bottom: 4px; }

#header h1 { font-size: 28px; line-height: 32px; letter-spacing: -1px; color: #FFFFFF; margin:0px; padding: 0px;  padding-top: 25px;margin-bottom: 5px; padding-left:35px;}
#header h2 { font-size: 14px; line-height: 16px; letter-spacing: 1px; color: #DDDDDD; margin:0px; padding: 0px;  padding-top: 0px;margin-bottom: 5px; padding-left:35px;}

/* CONTAINERS */

#wrapper {
  width:940px;
  margin: 0 auto;
  background:  url('../img/content.jpg') top left repeat-y;
  padding: 0px;
}

#top {
  width: 940px;
  height: 40px;
  background:  url('../img/top.jpg') top left no-repeat;
  padding: 0px;
}

#top p {
  text-align:left;
  padding-left: 35px;
  padding-top: 9px;
  padding-bottom:0px;
  line-height: 12px;
  font-size:12px
}




#header {
  width: 940px;
  height: 120px;
  background:  #004A80 url('../img/header.jpg') top left no-repeat;
  text-align:left;
}

#menu {
  width: 905px;  
  height: 30px; 
  margin: 0 auto;
  clear:both;
}

#content {
  padding: 0px; margin: 0px;
  border: 0px dashed #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
  clear:both;
  text-align: left;
  padding-left: 20px;
}

#content #inside {
  width:905px;
  text-align: left;
}

#content #inside #left {
  float: left;
  width: 130px;
}

#content #inside #middle {
  margin-left: 15px;
  float:left;;
  width: 545px;
}

#content #inside #right {
  margin-left: 15px;
  float:left;
  width: 190px;
}

#footer {
  width: 940px;
  height: 80px;
  background: #004A80 url('../img/footer.jpg') bottom left no-repeat;
}

#footer p {
  text-align:center;
  padding-left: 20px;
  padding-top: 17px;
  padding-bottom:0px;
  line-height: 16px;
  font-size:11px;
  color: #DDDDDD;
}

#bottom {
  width:940px;
  margin: 0 auto;
  padding: 0px;
  text-align:center;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom:0px;
  line-height: 16px;
  font-size:12px
}

/* NAVIGATION */

#navcontainer ul
{
  padding-left: 0;
  margin-left: 0;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #666666;
  color: #FFFFFF;
  float: left;
  width: 100%;
  height: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px; font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
  padding:5px 10px;
  background-color: #666666;
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
  background-color: #828181;
  color: #111111;
}

/* IMAGE PLACEMENT */

.float_left {
  float:left;
  border: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;  
  margin-left: 10px;
}

.float_right {
  float:right;
  border: 0px;
  margin-left: 10px;
  margin-bottom: 5px;  
  margin-top: 5px;
  margin-right: 10px;
}

.image_right {
  float:right;
  border: 0px;
  margin-left: 8px;
  margin-bottom: 5px;  
  margin-top: 5px;
  margin-right: 8px;
}

.image_left {
  float:left;
  border: 0px;
  margin-right: 6px;
  margin-bottom: 4px;  
  margin-top: 4px;
  margin-left: 6px;
}


/* OTHER */

.box_468x60 {
  border:1px solid #DDDDDD;
  background-color: #f9f9f9;
  width: 468px;
  height: 60px;
  margin-bottom: 10px;
}

.box_180x60 {
  border:1px solid #E6E6E6;
  background-color: #f9f9f9;
  width: 180px;
  height: 60px;
  margin-bottom: 10px;
}

.spacer {
  clear:both;
}

.cadre {
	background:#f8f8f8;
	padding:3px;
	border:1px solid #d0d0d0;}


.cadrefondblanc {
	background:#FFFFFF;
	padding:0px;
	padding-left:4px;
	border:1px solid #666666;
	}

.subcontent-unit-border {width:178px; margin:0 0 2.0em 0; padding:0 0 5px 0; border:solid 1px rgb(190,190,190); background:rgb(235,235,235);}
.subcontent-unit-border-green {width:178px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(160,214,81); background-color:rgb(217,239,185);}
.subcontent-unit-border-blue  {width:178px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(137,170,214); background-color:rgb(213,225,240);}
.subcontent-unit-border-orange {width:178px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px rgb(232,177,13); background-color:rgb(248,224,150);}

.subcontent-unit-noborder {width:180px; margin:0 0 2.5em 0; padding:0 0 10px 0; background:rgb(235,235,235);}
.subcontent-unit-noborder-green {width:180px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(217,239,185);}
.subcontent-unit-noborder-blue  {width:180px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(213,225,240);}
.subcontent-unit-noborder-orange {width:180px; margin:0 0 2.5em 0; padding:0 0 0px 0; background-color:rgb(248,224,150);}

.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:169px;}
.round-noborder-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
.round-noborder-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:170px;}


.main-subcontent h1 {clear:both; margin:0 0 10px 0; padding:4px 10px 3px 10px; background-color:rgb(190,190,190); font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:140%;}
.main-subcontent h1.green {clear:both; margin:0 0 5px 0; padding:4px 10px 3px 10px; background-color:rgb(160,214,81); font-family:"trebuchet ms",verdana,arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:140%;}
.main-subcontent h1.blue {clear:both; margin:0 0 5px 0; padding:4px 10px 3px 10px; background-color:rgb(137,170,214); font-family:"trebuchet ms",verdana,arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:140%;}
.main-subcontent h2.orange {clear:both; margin:0 0 5px 0; padding:4px 10px 3px 10px; background-color:rgb(232,177,13); font-family:"trebuchet ms",verdana,arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:140%;}
 /* Note: h2 non-existent, to make HTML-code interchangeable between 'main-navigation' and 'main-subcontent' */
.main-subcontent h3 {clear:both; margin:1.0em 10px 0.5em 10px; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.main-subcontent p {clear:both; margin:0 10px 1.0em 10px; color:rgb(80,80,80); line-height:1.3em; font-size:110%;}
.main-subcontent p.center {text-align:center;}
.main-subcontent p.right {text-align:right;}






.subcontent-unit-border:after, .subcontent-unit-noborder:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}


#sidebargrise { width:130px; line-height:1.5; margin-top:20px; color:#333; }
#sidebargrise div { background:url(../img/sidebartop.gif) no-repeat; padding:14px 0 0 0; margin-bottom:4px;}
#sidebargrise div * { padding-left:9px; padding-right:9px; }
#sidebargrise div * * { padding-left:0px; padding-right:0px; }
#sidebargrise div img.right { margin-left:6px; }
#sidebargrise div img.left { margin-right:6px; }
#sidebargrise div .last { background:url(../img/sidebarbottom.gif) 0 100% no-repeat; margin:0; padding-bottom:26px; padding-left:18px; padding-right:18px;  }
#sidebargrise div div { background-image:none; }



#sidebargrise190 { width:190px; line-height:1.5; margin-top:20px; color:#333; }
#sidebargrise190 div { background:url(../img/sidebartop190.gif) no-repeat; padding:4px 0 0 0; margin-bottom:4px;}
#sidebargrise190 div * { padding-left:9px; padding-right:9px; }
#sidebargrise190 div * * { padding-left:0px; padding-right:0px; }
#sidebargrise190 div img.right { margin-left:6px; }
#sidebargrise190 div img.left { margin-right:6px; }
#sidebargrise190 div .last { background:url(../img/sidebarbottom190.gif) 0 100% no-repeat; margin:0; padding-bottom:26px; padding-left:18px; padding-right:18px;  }
#sidebargrise190 div div { background-image:none; }


/* tabs haut */


/* relative font-size version */

#miniflex {
	width: 50%;
	float: right;
	font-size: small; /* could be specified at a higher level */
	margin: 0 30px;
	padding: 0 10px 0 10px;
	}

#miniflex li {
	float: riht;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: right;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #444;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
	}


