/**
*
* template
*
*/
body {
	background-color:#004b82;
	background-image : url('./t1_images/pg_bkg_px.jpg');
	background-repeat:repeat-x;
}

TR {
	vertical-align : top;
}

#pg_left_border {
	/*background-image : url('./t1_images/pg_top_left_bkg.jpg');
	background-repeat : repeat-y;*/
}

#pg_right_border {
	/*background-image : url('./t1_images/pg_top_right_bkg.jpg');
	background-repeat : repeat-y;*/
}
#content_container {
	background-image : url('./t1_images/content_left_bkg.jpg');
	background-repeat : no-repeat;
	background-position : 0px 18px;
	padding : 8px 8px 8px 8px;
}

#menu_top_space_after {
	height : 30px;
}

#menu_top_container {
	background-image : url('./t1_images/menu_top_bkg.jpg');
	background-repeat:repeat-x;
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
	color : white;
	text-align : left;
	vertical-align : bottom;
	padding : 0px;
	padding-bottom : 1px;
	padding-left : 8px;
	width : 722px;
}

#menu_lang_top_container {
	background-image : url('./t1_images/menu_top_bkg.jpg');
	background-repeat:repeat-x;
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
	color : white;
	text-align : right;
	vertical-align : bottom;
	width : 150px;
	margin : 0px;
	padding-top : 0px;
	padding-right : 8px;
	padding-bottom : 1px;
	padding-left : 8px;
	display : none;
}

#content_container_2cols{
    background_color : white;
    background-image : url('./t1_images/content_left_bkg.jpg');
    background-repeat : no-repeat;
    background-position : 0px 18px;
    padding : 0px 8px 8px 8px;
}

#menu_breadcrumb{
    color:#004b82;
    height: 30px;
    padding-top : 0px;
    padding-left : 8px
    vertical-align : center;
}

#menu_category_container{
}

#content_left{
    width : 200px;
    padding : 0px 6px 15px 8px; 
}
#menu_product_detail {
}

#main_content_area {
	padding : 0px 15px 15px 8px;
}

#main_content_area_pdf{
	background-color:white;
	padding : 0px 0px 0px 0px;
	background-image : url('./t1_images/content_left_bkg.jpg');
	background-repeat : no-repeat;
	background-position : 0px 18px;
	
}

#menu_product_detail {
	vertical-align : bottom;
	padding : 0px 15px 2px 11px;
}

#menu_bottom_container {
	background-color : white;
	height : 20px;
	text-align : center;
	vertical-align : top;
	padding : 0px 6px 0px 6px;
	margin : 0px;
}

#menu_bottom_box {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	background-color : #D9D9D9;
	color : black;
	height : 15px;
	text-align : center;
	vertical-align : middle;
	padding : 3px 0px 2px 0px;
	margin : 0px;
}

#copyright_container {
	background-color : white;
	height : 20px;
	text-align : center;
	vertical-align : top;
	padding : 0px 6px 0px 6px;
	margin : 0px;

}

#copyright_box {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color : black;
	background-color : #D9D9D9;
	height : 30px;
	text-align : center;
	vertical-align : top;
	padding : 0px;
	margin : 0px;
}

td#optbuttons {
	text-align: right;
	/* EJA : 20100314: Ajout d'une hauteru fixe pour eviter des difference entre page */
	height :60px;
}

div#optbuttons {
	/* border: 1px solid red; */
	overflow: hidden;
	
	float: right;
	display: inline;

	width: 170px;
	height: 32px;
	padding: 0px;
	margin-right: 32px;
	margin-top: 25px;
}

div#optbuttons a:link, div#optbuttons a:visited {
	color: black;
	font-weight: normal;
	text-decoration:none;
	text-transform: none;
}

div#optbuttons img {
	border: 0px;
}

#searchdiv {
	float: left;
}

#printdiv {
	float: right;
}
