@CHARSET "UTF-8";
/********************************* CSS RESET START */
/* 
	CSS Reset
	http://meyerweb.com/eric/tools/css/reset/index.html
	v1.0 | 20080212 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************* CSS RESET END */
body{
	background: url('../graphics/layout/motif.gif');
	font-family: helvetica,sans-serif;
	font-size: 0.9em;
}

#container{
	margin: 0 auto;
	width: 990px;
	min-height: 300px;
	margin-top: 32px;
	background: url('../graphics/layout/border-bottom.gif') bottom center no-repeat;
	padding-bottom: 4px;
}
#header{
	background: #fff url('../graphics/layout/border-top.gif') top left no-repeat;
}
#content-header-left{
	width: 740px;
	height: 100px;
}
#content-header-left div#logo{
	background: url('../graphics/layout/mnesys-archive_fr.gif') top left no-repeat;
	height: 80px;
	width: 180px;
	margin-left: 34px;
	margin-top: 16px;
	float: left;
}
#content-header-left div#logo a{
	display: block;
	height: 80px;
	width: 180px;
}
#content-header-left div#logo a span{display: none;}
 
#content-header-left ul li{
	height: 24px;
	width: 100px;
	float: left;
	display: block;
	text-align: center;
	margin-left: 16px;
	margin-top: 62px;
}
#content-header-left ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	height: 24px;
	width: 100px;
	display: block;
	font-size: 0.9em;
	background: url('../graphics/layout/menu-off.gif') no-repeat;
	padding-top: 5px;
}
#content-header-left ul li a:hover{
	background: url('../graphics/layout/menu-over.gif') no-repeat;
}
#content-header-left ul li.actif a, #content-header-left ul li.actif a:hover{
	background: url('../graphics/layout/menu-on.gif') no-repeat;
}
#content-header-right{
	width: 245px;
	height: 36px;
	background: url('../graphics/layout/mnesys-onglet.jpg') no-repeat top right;
	float: right;
	position: relative;
}
#content-header-right p.trigger{
	position: absolute;
}
#content-header-right div.popup {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	height: 108px;
	width: 200px;
	display: block;
	background: url('../graphics/layout/bulle-mnesys-portail_fr.png') no-repeat top right;
	padding-top: 30px;
	padding-left: 0px;
	text-align: center;
}
#content-header-right div.popup {
	position: absolute;
	display: none;
	z-index: 50;
}
 #content-header-right p{
	color: #fff;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: center;
	line-height: 110%;
	font-size:0.9em;
 }
#content-header-right p a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
 /**********************************************************************************************/
 /* CONTENT SETUP */
#content{
	background-color: #fff;
}
#content h1{
	margin-left: 34px;
	padding-top: 20px;
	color: #8E9900;
	font-size: 2em;
	font-weight: normal;
}
#content p.soustitre{
	margin-left: 34px;
	font-size: 0.9em;
	color: #4F4A4A;
}
#content-right{
	float: right;
	width: 220px;
	margin-top: -38px;
 }
 #content-main{
	float: left;
	background: url('../graphics/layout/content.gif') no-repeat top left;
	min-height: 300px;
	width: 750px;
}
#content-main h2, #content-main strong{
	color: #F28D01; /* avant #E11D11; */
}
#content-main h2{
	line-height: 90%;
	margin-top: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
}
#content-main p{
	line-height: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 1em;
	color: #4F4A4A;
}
#content-main .boxMainContent{
	margin-top: 15px;
}
#content-main .boxMainContent h4{
	color:#F28D01;
}
#content-main .boxMainContent strong{
	color: #4F4A4A;
	font-size: 12px;
}
#content-main .boxMainContent ul{
	padding-left: 20px;
}
#content-main .boxMainContent ul li{
	color: #4F4A4A;
	margin-top: 8px;
}
#content-main .boxMainContent li{
	color: #4F4A4A;
	display : list-item;
	list-style-image : url('../graphics/layout/puce-main.jpg');
	background-position: 0 0.32em;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.boxMainContent{
	margin-left: 218px;
	_margin-left: 230px;
}
#content-main img.img_content_left, #content-main .img_left{
	float: left;
	margin: 15px;
	margin-left: 0;
}
#content-main img.img_content_right, #content-main .img_right{
	float: right;
	margin: 15px;
	margin-right: 0;
}
#content-main img.img_content_centre, #content-main .img_centre{
	clear: both;
	margin: 15px;
	margin-top: 30px;
	text-align: center;
}
#content-main .img_centre img, #content-main .img_left img, #content-main .img_right img{
	border: 1px solid #969696;
}
 /**********************************************************************************************/
 /* BOX */
.box{
	width: 200px;
	background: url('../graphics/layout/box-top.gif') no-repeat top center;
	padding: 0;
	padding-top: 10px;
 }
.box-content{
	background: url('../graphics/layout/box-content.gif') no-repeat bottom center;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 180px;
}
.box-content h6{
	color: #8E9900;
	margin-bottom: 15px;
}
.box-content p{
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 11px;
	color: #656565;
}
.box-content p.lien-box{
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 110%;
	font-size: 11px;
	color: #656565;
}
.box-content ul{
	list-style: url('../graphics/layout/puce-box.jpg') outside;
	margin-left: 15px;
}
.box-content li{
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 11px;
	color: #656565;
}
a.box-eval{
	width: 200px;
	height: 60px;
	display: block;
	background: url('../graphics/layout/eval-mnesys-archives_fr.gif') no-repeat top center;
}
a.box-eval:hover {
	background: url('../graphics/layout/eval-mnesys-archives_fr-over.gif') no-repeat top center;
}
a.box-eval span{
	display: none;
}
.box-content div.img_box_left img{
	float: left;
	/*margin: 15px;*/
	margin-left: 0;
	border: 1px solid #969696;
	
}
.box-content div.img_box_right img{
	float: right;
	/*margin: 15px;*/
	margin-right: 0;
	border: 1px solid #969696;
}
.box-content div.img_box_centre{
	text-align: center;
}
.box-content div.img_box_centre img{
	clear: both;
	margin: 0px;
	text-align: center;
	border: 1px solid #969696;
}
/*** THUMB ***/
.box-content div.img_box_thumb_left img{
	float: left;
	/*margin: 15px;*/
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	border: 1px solid #969696;
	
}
.box-content div.img_box_thumb_right img{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 0;
	border: 1px solid #969696;
}
.box-content div.img_box_centre{
	margin-bottom: 5px;
	text-align: center;
}
.box-content div.img_box_thumb_centre img{
	clear: both;
	margin: 0px;
	text-align: center;
	border: 1px solid #969696;
}
/**********************************************************************************************/
 /* CONTENT IMG LEFT */
.box_img_left{
	float: left;
	width: 250px;
}
 /**********************************************************************************************/
 /* SUB MENU */
 ul#submenu{
	width: 180px;
	text-align: right;
	margin-left: 15px;
	float: left;
}
ul#submenu li{
	margin-top: 10px;
	font-size: 1.1em;
}
ul#submenu li.actif{
	font-size: 1.2em;
}
ul#submenu li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #969696;
}
ul#submenu li.actif a.actif{
	color: #8E9900;
}
ul#submenu li ul li a{
	text-transform: lowercase;
	color: #4F4F4F;
	text-decoration: none;
}
ul#submenu li ul li{
	font-size: 0.7em !important;
}
ul#submenu li ul li.actif a.actif{
	font-weight: bold;
	color: #F28D01; /* avant #E11D11; */
}
/**********************************************************************************************/
 /* NO SUB MENU */
div#nosubmenu{
	margin-left: 215px;
 }
div#nosubmenu_home {
	margin-left:140px;
}
/**********************************************************************************************/
 /* LIENS */
.box-content a, #loupe-content a{
	background: url('../graphics/layout/link-mnesys.gif') no-repeat top left;
	padding-left: 10px;
	color: #F28D01;
	/*font-weight: bold;*/
	text-decoration: none;
}
.boxMainContent p a, .box-content p a, #loupe-content p a{
	background: none !important;
	padding-left: 0 !important;
}

.box-content p.lien-box a{
	background: url('../graphics/layout/link-mnesys.gif') no-repeat top left !important;
	padding-left: 10px !important;
}
/**********************************************************************************************/
 /* FOOTER */
 #footer{
	background: url('../graphics/layout/menu_footer.gif') repeat-x top left;
	width: 990px;
	height: 36px;
	margin: 0 auto;
	margin-top: 8px;
 }
 #footer ul li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
 }
 #footer ul li a{
	margin-top: 5px;
	vertical-align: middle !important;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100px;
	height: 24px;
	text-align: center;
	padding-top: 3px;
}
#footer ul li a:hover{
	background: url('../graphics/layout/menu-naoned-over.gif') no-repeat top center;
}
.logo_footer{
	float: right;
	background: url('../graphics/layout/logo-footer.gif') no-repeat;
	height: 36px;
	width: 106px;
}
.logo_footer span{
	display: none;
}
/**********************************************************************************************/
 /* FORM (CONTACT) */
label{
	float: left;
	width: 130px;
	display: block;
	padding: 0 10px;
	margin: 5px 0;
	text-align: right;

	color:#4F4A4A;
	font-size:0.9em;
	line-height:125%;
}
label em , p.champsObligatoire em{
	color: #f00;
}
input, textarea{
	border: 1px solid #505050;
	margin: 5px;
	width: 250px;
}
input.btn_ok, input.btn_annul{
	width: auto !important;
}
textarea{
	height: 90px;
	width: 250px !important;
}
input:focus{
	background: url(../img/pencil.png) right center no-repeat;
}

form .submit{
	background: #cecece;
	margin-top: 20px;
	margin-left: 360px;
	width: auto;
}
input.btn_ok{
	margin-left: 156px;
}
p.champsObligatoire{
	margin-left: 48px;
}
/**********************************************************************************************/
 /* REFERENCES */
/****************************************************************/
/*					References Container    */
/****************************************************************/
#reference-container{
	padding: 20px;
	position:relative;
}
/****************************************************************/
/*					References Description  */
/****************************************************************/
#loupe-container{
	width: 666px;
	height: 210px;
	background: #e6e6e6 url('../graphics/layout/loupe-bottom.gif') bottom left no-repeat;
	padding-bottom: 19px;
	font-size:0.9em;
	line-height:125%;
}

#carousselControl{
	margin-top: 10px;
	height: 24px;
	width: 350px;
	margin-left: 298px;
}
/****************************************************************/
/*						 Bouton suivant */
/****************************************************************/
.jcarousel-skin-tango .jcarousel-next-horizontal{
	float: left;
	height: 24px;
	width: 24px;
	margin-left: 10px;
	background: url('../graphics/layout/right-on.gif') top left no-repeat;
	cursor: pointer;
	display: block;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background: url('../graphics/layout/right-on.gif') top left no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background: url('../graphics/layout/right-on.gif') top left no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: url('../graphics/layout/right-off.gif') top left no-repeat;
}
/****************************************************************/
/*					       Bouton précédent */
/****************************************************************/
.jcarousel-skin-tango .jcarousel-prev-horizontal{
	float: left;
	height: 24px;
	width: 24px;
	margin-left: 10px;
	background: url('../graphics/layout/left-on.gif') top left no-repeat;
	cursor: pointer;
	display: block;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background: url('../graphics/layout/left-on.gif') top left no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background: url('../graphics/layout/left-on.gif') top left no-repeat;
}


.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: url('../graphics/layout/left-off.gif') top left no-repeat;
}

#carousselControl span{display: none;}
#references-caroussel ul li.selected{
	background: url('../graphics/layout/background.gif') top left no-repeat;
}
/******************************************************************/
/*						     plugin style */
/******************************************************************/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 8px;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/******************************************************************/
/*						      plugin skin */
/******************************************************************/
.jcarousel-skin-tango.jcarousel-container-horizontal {
	width: 666px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  666px;
	height: 80px;
}


.jcarousel-skin-tango .jcarousel-item {
	width: 70px;
	height: 70px;
	padding: 5px;
	margin-right: 16px;
	cursor: pointer;
	text-align: center;
}
.jcarousel-skin-tango .jcarousel-item div{
	display: none;
}
/******************************************************************/
/*						    content style */
/******************************************************************/
div#loupe-content{
	padding: 21px;
	font-size:0.9em;
	line-height:125%;
	width: 623px;
	height: 191px;
	background: url('../graphics/layout/loupe-top.gif') top left no-repeat;
	overflow: hidden;
}
#loupe-content img{
	float: right;
	border: 1px solid black;
}
.loupeDescription{
	width: 375px;
}
.loupeDescription p{
	font-size: 11px !important;
	margin-bottom: 8px;
}
div#loupe-content h4{
	color:#8E9900;
	font-size: 1em;
	font-weight: bold;
}
div#loupe-content a{
	font-size:0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #F28D01; /* avant #E11D11; */
}
/**********************************************************************************************/
/* INTRO */
.intro{
	padding-left:140px;
	padding-top: 8px;
	min-height: 72px;
	width: 400px;
	height: 72px;
}
.bloc_intro{
	margin-top: 30px;
}
#content-main .intro h2{
	padding-bottom: 0px;
	color: #8E9900;
	font-size: 120%;
}
#content-main  .intro p {
	padding-top: 0px;
	margin-top: 5px;
}
#intro_controlez{
	background: url('../graphics/layout/icone_controler.png') center left no-repeat;
}
#intro_collectez{
	background: url('../graphics/layout/icone_collecter.png') center left no-repeat;
}
#intro_classez{
	background: url('../graphics/layout/icone_classer.png') center left no-repeat;
}
#intro_communiquez{
	background: url('../graphics/layout/icone_communiquer.png') center left no-repeat;
}
#intro_conservez{
	background: url('../graphics/layout/icone_conserver.png') center left no-repeat;
}
/**********************************************************************************************/
/* VARIOUS */
.clear{
	clear: both;
	height: 1px;
}

div.info, div.success, div.warning, div.error, div.validation, div.message {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.success, div.message {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../graphics/layout/info/success.png');
}
div.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../graphics/layout/info/warning.png');
}
div.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../graphics/layout/info/error.png');
}
/**********************************************************************************************/
/* FANCY BOX */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../graphics/layout/fancyBox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../graphics/layout/fancyBox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../graphics/layout/fancyBox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../graphics/layout/fancyBox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../graphics/layout/fancyBox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../graphics/layout/fancyBox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../graphics/layout/fancyBox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../graphics/layout/fancyBox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../graphics/layout/fancyBox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../graphics/layout/fancyBox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../graphics/layout/fancyBox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../graphics/layout/fancyBox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../graphics/layout/fancyBox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../graphics/layout/fancyBox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../graphics/layout/fancyBox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../graphics/layout/fancyBox/fancy_title_right.png) repeat-x;
}

