﻿/*common*/
@import url("cartridge.css");
html,
body {
	margin:0;
	padding:0;
	background-color: #40493f;
	text-align: center;
}
table 
{
	/*height:100%;*/
	width:100%;
}

tr 
{
	height:auto;
	width:100%;
	vertical-align:top;
}

td 
{
	
}

div,p,ul,li,option,input,textarea,td,caption{
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575d64;
}

input.button 	
{
	BORDER-RIGHT: 0px;	
	PADDING-RIGHT: 4px;	
	BORDER-TOP: 0px;	
	PADDING-LEFT: 3px;	
	PADDING-BOTTOM: 1px;	
	BORDER-LEFT: 0px;	
	CURSOR: pointer;	
	COLOR: #fff;	
	MARGIN-RIGHT: 13px;	
	PADDING-TOP: 0px;	
	BORDER-BOTTOM: 0px;	
	BACKGROUND-COLOR: #616c7b;
	height:18px;
}

img
{
	border: 0;
}

a
{
	text-decoration:none;
}

fieldset
{
	margin-top: 30px;
	padding: 0;
	border: 0;
}
legend
{
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #b4a684;
}
form 
{	
	margin: 0px;
	padding: 0px;
}

/**** Header  ****/
#background{
	background-image: url(/Sites/common/images/common/bk_basic.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	display: block;
	float: left;
}

#container{
	background-image: url(/Sites/common/images/common/bk_mssi.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	display: block;
	float: left;
}

#frame{
	margin-left: auto;
	margin-right: auto;
	width: 785px;
	display: block;
}

#site{
	text-align: left;
	width: 785px;
	padding-bottom: 30px;
	background: url(/Sites/common/images/common/bk_site_s.gif);
	display: block;
	float: left;
}

#header{
	position: relative;
	float: left;
}



#utilityBar{
	background: #ededed;
	color: #616c7b;
	height: 29px;
	width: 577px;
	float: right;
	z-index: 10;
	margin-top: -262px;
	margin-right: 3px;
	border-bottom: 1px solid #c0d1da;
	position: relative;
}
*html #utilityBar{
	margin-right: 2px;
}
#utilityBar ul{
	text-align: left;
	margin: 8px 12px 0 0;
	padding: 0;
	list-style-image: none;
	float: right;
}
#utilityBar ul li{
	display: inline;
	padding: 0 12px 0 12px;
	background: url(/Sites/common/images/common/slash.gif) no-repeat left center;
}
#utilityBar ul li a{
	color: #616c7b;
	text-decoration: none;
}
#utilityBar ul li.first{
	background: none;
}
#utilityBar .searchBar{
	margin: 6px 0 0 0;
	float: right;
}
#utilityBar .searchBar label{
	display: none;
}
#utilityBar .searchBar input{
	margin-right: 5px;
	font-size: 10px;
	border: 1px solid #d5e1e4;
	color: #606464;
}
#utilityBar .searchBar input.button{
	color: #fff;
}

#mainNav{
	margin-top: -49px;     /* pour mini nav (fait embarquer sur le flash) */
	padding-left: 13px;
	padding-right: 5px;
	position: relative;
	z-index: 10;
	float: left;
}

#mainNav span
{
	width:100%;
}

.liner{
	top: 10px;
	left: 23px;
	position: absolute;
	z-index: -1;
}

#navOut{
	width: 189px;
	height: 50px;
	margin: 0;
	padding: 0;
}
#floating {
	width:189px;
	height:100%;
	position:relative;
}
#floating div {
	position:absolute;
	bottom:0;
	left:0;
}
#navOut ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
  vertical-align: bottom;
	position: relative;
	bottom: 0px;
}
#navOut ul li{
	/*background: url(/custom/images/arrowNav.gif) no-repeat 2px 9px;*/
}
#navOut ul li a{
	text-transform: uppercase;
	color: #005daa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

/******** FOOTER ********/
#footer{
	width: 100%;
	height: 108px;
	display: block;
	float: left;
	background: url(/Sites/common/images/common/bk_site.gif) no-repeat right bottom;
}

#footer .firstDiv{
	background-color: #e1e4e5;
	height: 5px;
	margin: 0 8px 0 15px;
	overflow: hidden;
}
#footer .middleDiv{
	background-color: #005daa;
	height: 5px;
	margin: 0 8px 0 15px;
	overflow: hidden;
}
#footer .lastDiv{
	background-color: #008854;
	height: 5px;
	margin: 0 8px 0 15px;
	overflow: hidden;
}

#footer #logos{
	float: left;
	clear: both;
	width: 100%;
	text-align:center;
}

#footer .friend a{
	color: #616c7b;
	text-decoration: none;
	padding: 5px 0 0 25px;
	float: left;
}

#footer #footerNav{
    /*display:block;
	float:left;*/
	padding-right: 16px;
	clear:both;
}

#footerNav ul{
    display:block;
	float:right;
	text-align: left;
	list-style: none;
	margin: 7px 0 0 0;	

}

#footerNav ul li{
	display:inline;
	padding: 0 5px 0 12px;
	background: url(/Sites/common/images/common/slash.gif) no-repeat left center;

}

#footerNav ul li.first{
	background: none;
}

#footerNav ul li.end{
	padding-right: 0;
}

#footerNav ul li a{
	color: #616c7b;
	text-decoration: none;
}

#logos ul{
	margin: 0;
	padding: 21px 0 0 8px;
	white-space: nowrap;
}

#logos ul li{
	display: inline;
	margin:-2px;
}

#logos ul li a{
	color: #616c7b;
	text-decoration: none;
}

#bottomSpacer {
	text-align: left;
	text-decoration: none;
	color: #8d9b9e;
	font-size: 10px;
	letter-spacing: -0.5px;
	padding: 3px 0 0 25px;
	display: block;
	float: left;
}


.ContainerHeader
{
	height:310px;
}

#ContainerContent
{
	
}


.LockDownLayer
{
    position:absolute;
    top:0px;
    left:0px;
    opacity:0.08;
    filter:alpha(opacity=8);
    background-color: #000000;
    z-Index:1000;
}

/******* SEND TO A FRIEND PAGE *******/

#friends{
	padding-top: 10px;
	width:100%;
	display:block;
}
#friends p
{
	display:block;
}
#friends label{
	width: 155px;
	display:inline-block;
	color: #025f8a;
	font-size: 12px;
	font-weight: bold;
}
#friends .etoile{
	color: #9c0026;
	font-size: 12px;
	font-weight: normal;
}
#friends input{
	width: 190px;
	border: 1px solid #025f8a;
	display:inline-block;
}
#friends textarea{
	clear: both;
	display: block;
}
.fields .button{
	color: #fff;
	width: 90px;
	border: 0;
}
.required{
	color: #025f8a;
	font-size: 12px;
}

/******* SITE MAP *******/

.sitemapblock {
	float: left;
	width: 440px;
	margin-top: 15px;
}
.sitemapblock h2{
	width: 100%;
	padding-bottom: 2px;
	border-bottom: 1px dotted #cad1d8;
	font-size: 12px;
  text-decoration: none;
}
.sitemapblock h2 a{
  color: #308db5;
  text-decoration: none;
}
.columblock {
	float: left;
	width: 50%;
}
.columblock ul {
	list-style-type: square;
	padding: 0;
	margin-left: 20px;
}
.columblock ul li ul,
.columblock ul li ul li ul {
	list-style-type: none;
	margin-left: 10px;
}
.columblock ul li {
	margin-bottom: 20px;
	color: #7c9b25;
}
.columblock ul li ul li,
.columblock ul li ul li ul li {
	margin-bottom: 0px;
}
.columblock ul li a,
.columblock ul li ul li a,
.columblock ul li ul li ul li a{
	color: #575d64;
	text-decoration: underline;
}

/******** FORM NEWSLETTER PAGE ********/

.required  
{
	color:#990000; 
}		
input.error  
{
	background-color: #FFFFCC; 
}
.errorMessage  
{
	color:#990000; 
}
td.error  
{
	color:#990000; 
	background-color: #FFFFCC; 
	border: solid 1px #990000; 
	padding:3px 5px 3px 5px; 
	vertical-align:middle;
}
	

.form input {
	margin: 2px 0 2px 0;
	height: 13px;
	width: 200px;
	font-size: 11px;
}

.form .fields select{
	margin: 2px 0 2px 0;
	height: 20px;
	width: 215px;
	font-size: 11px;
}

.form .fields div{
	height: 20px;
	padding-bottom:2px;
	display:block;
}
.leftForm{
	padding: 2px 0 2px 0;
	font-size: 12px;
	width: 160px;
	float: left;
}
.form .checkbox .leftForm{
	width: 420px;
	float: left;
}
.form .checkbox .leftForm div{
	height: 18px;
	width: 210px;
	float: left;
}
.form .checkbox .leftForm .day{
    margin-left: 10px;
	height: 18px;
	width: 200px;
	float: left;
}
.rightForm {
	padding-left: 10px;
	width: 200px;
	position:absolute;
	left: 340px;
}
.etoile{
	color: #00aae2;
	font-size: 12px;
	padding-right: 3px;
}
form .checkbox input{
	width: 20px;
}

/**********SearchResults******************/
.resultTitle a{
	color: #234c9d;
}
.searchTitle{
  color:#575d64;
  background-color:#f0f8fd;
  padding:5px;
  margin-bottom:0px;
}

.searchTextTitle
{
background-color: #F0F8FD;
padding: 5px 6px 5px 6px;
margin-bottom: 1px;

}
a.searchTextTitle{
  color:#575d64;
  font-size:11;
  font-weight:bold;
}
.searchTextResult{
  color:#575d64;
  background-color:#eeeeee;
  font-size:10;
  padding:5px;
  margin-top:1px;
  font-weight:normal;
}
.searchTotalPage{
  text-align:center;
  background-color:#f0f8fd;
  font-weight:bold
}
a.searchTotalPage{
  color:#575d64;
  font-size:11;
  font-weight:bold
}

h1.searchHeader 
{
	color:#8c820a;
	font-size:24;
}

.searchHighlight
{
	background-color: #d0d0d0;
}

.searchMessage 
{
	padding:1px;background-color:#002288;color:white;
}

.pager td table
{
	width: 10%;
}

.noborder
{
	border: none 0 white;
}

.error ul li
{
	color:Red;
}


condTable{

	width: 100%;

}
/**********************************************/
.showing { display:block; }
.hiding { display:none; }