 
html{
	overflow-y: scroll;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6B6B6B;
	background-color:#4a4a4a;
	margin: 0px;
	margin-top: 1%;
	margin-bottom: 1%;
}

/**********************************/
/**        Div principales       **/
/**********************************/

#main1{
	margin: 0;
	padding: 0;
	margin-top: 18px;
}

#main2{
	margin: 0;
	padding: 0;
}

#header{
	text-align: right;
	margin: 0;
	margin-top: -4px;
	padding: 0;
}

#left_menu{
	float: left;
	width: 150px;	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #4A4A4A;
	margin-bottom: 15px;
}

#accueil #left_menu{
	width: 185px;
}

#right_menu{
	float: right;
	width: 160px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #4A4A4A;
}

#middle{
	margin:0;
	margin-left: 170px;	text-align: left;
	margin-bottom: 25px;
}

#accueil #middle{
	margin:0;
	margin: 0 0px;
	text-align: center;
	margin-bottom: 15px;
}

#page{
	width: 960px;
	margin:0 auto;
	border: 2px solid #B2B2B2;
	padding: 13px;
	background-color:#FFFFFF;
	height: 95%;
}

.column-in {
	margin:0;
	padding:0.5em 0em;
}

h1{
	font-weight: bold;
	font-size: 14px;
	color: #4A4A4A;
	text-transform: uppercase;
	height: 18px;
	padding-top: 3px;
	padding-left: 7px;
}

h2, #middle h2 a{
	color: #0E4C7D;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
	display: inline;
	line-height: 25px;
}

h3, #middle h3 a{
	font-size: 12px;
	color: #4a4a4a;
	display: inline;
}

#middle h3 a:hover{
	text-decoration: none;
}

dd, dl, dt{
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

.left{
	float: left;
}

.right{
	float: right;
}

/**********************************/
/**        Div principales       **/
/**********************************/

#header .small_menu{
	margin-right: 40px;
	margin-left: 10px;
}

#accueil #header .small_menu{
	margin-right: 59px;
}

#header .small_menu img{
	height: 15px;
}

#header_img{
	/*background-image:url(ressources/habillage/header.jpg);*/
	background-position: 0 6px;
	background-repeat: no-repeat;
	height: 160px;
	width: 100%;
	margin: 0 auto;
	padding-top: 6px;
}

#header a{
	font-size:11px;
	color: #4A4A4A;
	text-decoration: none;
}

#header form, #header input{
	padding: 0px;
	margin: 0px;
	display: inline;
	margin-top: -3px;
	vertical-align: top;
	color: #4A4A4A;
}

#header input[type=text], #right_menu input[type=text]{
	height: 18px;
	border: 1px solid #B2B2B2;
}

/*************************************/
/**          Menu principal         **/
/*************************************/
#menu{
	margin-top: 13px;
	height: 36px;
}

#menu ul#main_menu{
	list-style-type: none;
	margin:0px;
	padding:0px;
	height:21px;
	min-width: 773px;
	width: 100%;
	border: 1px solid #b2b2b2;
}


#menu ul#main_menu ul{
	position:absolute;
	list-style-type:none;
	margin:0px;
	padding:0px;
	z-index:1;
	display: block;
}

#menu ul#main_menu li{
	padding-top: 1px;
	height: 21px;
	float:left;
	display:block;
	color: #4A4A4A;
}

#menu ul#main_menu li ul{
	display:none;
	width: 100%;
	margin: 0 auto;
	height: 21px;
	margin-top: 4px;
	padding-top:2px;
}

#menu ul#main_menu li ul li{
	float:left;
	padding:0;
	padding-top: 1px;
	_display:inline;
	height: 20px;
}

#menu ul#main_menu a{
	padding: 2px 6px;
}

#menu ul#main_menu li a{
	display:block;
	text-decoration:none;
	color: #4A4A4A;
}

#menu ul#main_menu li:hover>ul{
	left: 20px;
	display:none;
	width: 960px;
	background-image:url(ressources/habillage/menu_background_light.gif);
	z-index: 30;
}

#menu ul#main_menu li.selected ul{
	display:none;
	width: 960px;
	left: 20px;
	background-image:url(ressources/habillage/menu_background.gif);
}

#menu ul#main_menu li.selected ul.empty{
	z-index: 10;
	background-image:url(ressources/habillage/menu_background_blank.gif);
}

#menu ul#main_menu li ul li.selected{
	font-weight: bold;
}

#menu ul#main_menu li:hover>ul.empty{
	z-index: 10;
	background-image:url(ressources/habillage/menu_background_blank.gif);
}

#menu ul#main_menu li:hover{
	background-color:#6093ca;
}

#menu ul#main_menu li.selected{
	background-color:#6093ca;
}


#menu ul#main_menu li:hover a, #menu ul#main_menu li.selected a{
	color: #FFFFFF;
}

#menu ul#main_menu li:hover li:hover{
	background-color:#0b4b77;
}

#menu ul#main_menu li.selected li:hover{
	background-color:#6093ca;
}

#menu ul#main_menu li ul li a{
	color: #FFFFFF;
}

#menu ul#main_menu li.select_product{
	float:right;
	display:block;
	padding-top:0px;
	height: 21px;
	background-color: #FFFFFF;
}

#menu ul#main_menu form, #menu ul#main_menu input{
	padding: 0px;
	margin: 0px;
}

#menu ul#main_menu select{
	height: 20px;
	border: 1px solid #B2B2B2;
}

#menu ul#main_menu select, #menu ul#main_menu input{
	vertical-align: top;
}

/*************************************/
/**          Menu de gauche         **/
/*************************************/
#left_menu a{
	text-decoration: none;
	color: #4A4A4A;
}

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

#left_menu li.selected a:hover, #accueil #left_menu a:hover{
	text-decoration: none;
}

#left_menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#left_menu li{
	padding: 4px 5px;
	min-height: 17px;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
}

#left_menu li.product{
	min-height: 24px;
	_height: 24px;
	text-align: center;
}

#left_menu li.product:hover{
	background-position: 2px 32px;
	background-repeat: repeat-y;
}

#accueil #left_menu li.product_title{
	text-align: center;
	color: #949494;
	font-weight: bold;
	border-bottom: 0px;
}

#accueil #left_menu li.product_desc{
	text-align: left;
	border-bottom: 0px;
	color: #4A4A4A;
}

#left_menu li.titre, #accueil #left_menu li.titre{
	font-size: 13px;
	font-weight:800;
	padding: 4px 0px;
	min-height: 20px;
	color: #4A4A4A;
	text-align: center;
}

#left_menu li.selected{
	color: #FFFFFF;
	background-color: #0E4973;
}

#left_menu li.selected a{
	color: #FFFFFF;
}

#accueil #left_menu li{
	text-align: left;
	color: #696969;
}

#accueil #left_menu li.customer{
	height: 75px;
	padding-left: 74px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 0px;
}

#accueil #left_menu li.cust{
	border-bottom: 0px;
}

#left_menu li.bottom{
	height: 32px;
	padding: 0;
	border-width: 0px;
	background: url(ressources/habillage/menu_left_bottom_background.jpg) left bottom repeat-x;
}

#left_menu li.top{
	height: 1px;
	min-height: 1px;
	padding: 0;
	border-width:0px;
	border-top: 2px solid #4a4a4a;
	font-size: 0;
	line-height: 0;
}

/*************************************/
/**       Right menu (accueil)      **/
/*************************************/

#right_menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#right_menu li{
	padding: 4px 3px;
	min-height: 17px;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
}

#right_menu li.bottom{
	height: 32px;
	padding: 0;
	border-width: 0px;
	background: url(ressources/habillage/menu_left_bottom_background.jpg) left bottom repeat-x;
}

#right_menu li.top{
	height: 1px;
	min-height: 1px;
	padding: 0;
	border-width:0px;
	border-top: 2px solid #4a4a4a;
	font-size: 0;
	line-height: 0;
}

#right_menu li.last{
	border-bottom: 0px;
}

#right_menu li.titre{
	text-align: center;
	font-size: 13px;
	font-weight:800;
	padding: 4px 0px;
	min-height: 20px;
	color: #F29430;
	background-color: #609AC8;
}

#right_menu ul form, #right_menu ul input{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	color: #4A4A4A;
}

#right_menu .news_title{
	color: #02377D;
	font-weight: bold;
}

#right_menu .news_date{
	color: #FD9534;
	font-style: italic;
}

/*************************************/
/**              Contenu            **/
/*************************************/
#middle a{
	text-decoration: none;
	color: #4A4A4A;
}

#middle a:hover{
	text-decoration: underline;
	color: #6b6b6b;
}

#middle .warning, #right_menu .warning{
	font-weight: bold;
	color: #4A4A4A;
}

#middle li{
	list-style-image: url(ressources/habillage/puce.png);
	margin-left: 30px;
}

#middle .legal li{
	margin-top: 15px;
}

/*************************************/
/**           Menu produits         **/
/*************************************/
#product_menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 17px;
	margin-bottom: 15px;
	background-color: #fec78d;
}

#product_menu a{
	color: #4a4a4a;
	text-decoration: none;
}

#product_menu li{
	display: block;
	float: left;
	margin-left: 0px;
	padding: 0px 17px;
	border-right: 1px solid #4a4a4a;
	color: #919699;
	font-size: 10px;
	margin-top: 2px;
	list-style-image: none;
}

#product_menu li.selected{
	background-image: url(ressources/habillage/puce_menu_product.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

#product_menu li.last{
	border: 0;
	padding-right: 0px;
}

/*************************************/
/**   		 Footer menu            **/
/*************************************/
#footer{
	clear: both;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #b2b2b2;
	padding-top: 15px;
}

#footer a{
	color: #4A4A4A;
	text-decoration: none;
}

/*************************************/
/**       		 Divers             **/
/*************************************/
#middle .news_titre, #content .glossary_titre{
	font-weight: bold;
	font-size:12px;
}

#middle .news_date{
	color: #4A4A4A;
}

#middle .product_name{
	text-align: left;
	text-transform: uppercase;
	font-family: arial;
	font-size: 40px;
	color: #4A4A4A;
}

#left_menu a, #right_menu a{
	color: #4A4A4A;
	text-decoration: none;
}

#left_menu a, #right_menu a:hover{
	color: #4A4A4A;
}

tr.line0, td.line0, .line0{
	background-color:#e7e7e7;
	padding: 5px;
}

tr.line1, td.line1, .line1{
	background-color:#f5f5f5;
	padding: 5px;
}

tr.titre, td.titre{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #4A4A4A;
	height: 20px;
}

#middle td.titre a{
	color: #FFFFFF;
}

#middle .title_category, #middle .title_category a{
	color: #102F65;	text-transform: uppercase;
	font-weight: bold;
}

#middle .subtitle_category, #middle .subtitle_category a{
	color: #102F65;	font-style: italic;
}

#middle .customer_content a{
	color: #102F65;
}

#middle fieldset{
	border: 1px solid #4A4A4A;
	margin: 0 auto;
	padding: 5px 10px;
	width: 75%;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
}

#middle legend{
	text-transform: uppercase;
	color: #FE8C12;
	font-weight: bold;
	list-style-image: none;
}


/* Site map */
ul.sitemap, ul.sitemap ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#middle ul.sitemap li{
	list-style-image: none;
	margin: 0;
}

ul.sitemap ul{
	margin-bottom: 15px;
}

ul.sitemap ul li, ul.sitemap li a{
	margin-left: 25px;
	line-height: 15px;
}

#middle ul.sitemap a{
	color: #4A4A4A;
}

#middle ul.sitemap li ul .title{
	border-bottom: solid 1px #102F65;
	display: block;
	text-transform: uppercase;
	line-height: 20px;
	margin: 5px 0px;
	color: #102F65;
	margin-left: 0px;
}

ul.sitemap li ul .title a, ul.sitemap li ul li{
	margin: 0; 
}

#middle ul.sitemap li ul .title a{
	color: #102F65;
}

dl.faq dt{
	margin: 5px 0;
	margin-left: 30px;
	display:list-item;
	list-style-image: url(ressources/habillage/puce.png);
}

dl.faq dd{
	padding-top: 10px;
	margin-bottom: 15px;
}

label.error {
	background:url("ressources/habillage/unchecked.png") no-repeat 0px 0px;
	padding-left: 16px;
	margin-left: 5px;
	font-style: italic;
}

label.success {
	background:url("ressources/habillage/checked.png") no-repeat 0px 0px;
	padding-left: 16px;
	margin-left: 5px;
	font-style: italic;
}

.legende{
	color: #102F65;
	font-style: italic;
	text-align: center;
	font-size: 10px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

