﻿
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(/images/bg/bk_basic.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	display: block;
	float: left;
}

#container{
	background-image: url(/images/bg/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(/images/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(/images/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;
}



/***** Navigation *****/



/******** FOOTER ********/
#footer{
	width: 100%;
	height: 108px;
	display: block;
	float: left;
	background: url(/images/bg/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{
	float: left;
	padding-right: 16px;
	clear: both;
}

#footerNav ul{
	text-align: left;
	list-style: none;
	margin: 7px 0 0 0;
	float: right;
}

#footerNav ul li{
	display: inline;
	padding: 0 5px 0 12px;
	background: url(/images/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
{
	
}

.CartridgeContainer
{
	vertical-align:top;
	padding-bottom:2px;
	width:100%;
	display:block;
}

.CartridgeTitle
{	
	font-family: arial, verdana, sans-serif;
	font-size: 28px;
	color: #b4a684;
	font-weight: normal;
	line-height: 28px;
	height:28px;
	margin: 0;
	padding: 0;
	display:block;
	text-transform: uppercase;
}

span .CartridgeTitle
{	
	font-family: arial, verdana, sans-serif;
	line-height: 28px;
}

.LockDownLayer
{
    position:absolute;
    top:0px;
    left:0px;
    opacity:0.08;
    filter:alpha(opacity=8);
    background-color: #000000;
    z-Index:1000;
}

