*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #e8e2e2;
	font-family:Verdana,Arial,sans-serif;
	font-size: 12px;	
}

#wrapper
{
	margin: 5px;
	padding: 5px;
	min-width:800px;
	min-height: 400px;
	background-color:#ffffff;
	border: 1px solid #a78989;
}

/*********************/
/** Header          **/
/*********************/
#header
{
	height:54px;
	background: url("/img/prodlite2/header/bg.gif") repeat-x;
}

#head_wrapper
{
	padding: 0 5px;
	min-width:800px;
}

#head_logo
{
	float:left;
	width: 500px;
}

#head_title
{
	color: #B30000;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding-top: 10px;
}

#head_info
{
	float: right;
	width: 300px;
}

#head_partner
{
	float:right;
	width: 200px;
	height: 56px;
	background: url("/img/partner/partner.gif") center no-repeat;
}

#head_flags
{
	text-align:right;
	margin-top: 2px;
}
#head_status
{
	line-height: 20px;
	font-size: 10px;
	font-family: Verdana;
	color: #444444;
	text-align:right;
}
#head_login
{
	font-size: 12px;
	font-family: Verdana;
	color: #444444;
	text-align:right;
}

#head_login strong
{
	font-weight: bold;
	color: #000000;
}


/*********************/
/** Footer          **/
/*********************/
#footer
{
	height:40px;
	background: #920000 url( '/img/prodlite2/footer/bg.gif' );
	border-top: 1px solid #ff7777;
}

#foot_text
{
	text-align: center;
	font-size: 10px;
	color: #cccccc;
	line-height:20px;
}

/*********************/
/** Styles généraux **/
/*********************/
h1, h2, h3, h4, h5, h6
{
	color: #555555;
	border-bottom: 1px solid #555555;
	font-family: Tahoma;
	margin: 0 0 5px 0;
}

.highlight
{
	background-color: #FFFF00;
}
	
a img 
{
	border: none;
}

a, a:visited
{
	text-decoration: none;
	color: #0088ee;
}

a:hover
{
	color: #0099ff;
	text-decoration: underline;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.breaker
{
	clear: both;
}

/*********************/
/** Menu            **/
/*********************/
#nav
{
	font-family: Arial;
	height: 26px;
	position: relative;
	z-index: 100;
	float: none;
	background: #E44C0F url(/img/prodlite2/menu/bg.gif) repeat-x;
}

ul#menu
{
	position: absolute;
	left: 5px;
	right: 0px;
	border: 0 none;
	list-style: none;
}

ul#menu li
{
	top: 1px;
	border: 0 none;
	float: left;
	/*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	background: none;
	border-right: 1px solid #fedcdc;
	margin: 0;
	padding: 0;
}

ul#menu li.right
{
	float: right;
	border-left: 1px solid #fedcdc;
	border-right: none;
}

ul#menu ul
{
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 180px;
	list-style: none;
	display: none;
	position: absolute;
}

ul#menu ul li
{
	position: relative;
	width: 180px;
	float: left;
	/*For IE 7 lack of compliance*/
	display: block !important;
	display: inline;
	/*For IE*/
	border-right: 0;
	/*border-left: 0;*/
}


ul#menu ul ul,
ul#menu ul ul ul
{
	top: 0;
	border: none;
	display: none;
	position: absolute;
	left: 160px;
	margin-left: 19px;
}



ul#menu ul:after
{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}


/* Top level items in their normal state
*****************************************/
ul#menu a
{
	padding: 0 10px;
	margin: 0;
	float: none !important;
	/*For Opera*/
	float: left;
	/*For IE*/
	display: block;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	/*For IE*/
	line-height: 23px;
}

/* Top level items in their hover state
*****************************************/

ul#menu a#active_menu-nav,
ul#menu li:hover a,
ul#menu li.iehover a
{
	color: #fff;
	background: url(/img/prodlite2/menu/over.gif) repeat-x;
	text-decoration: none;
}



/* Normal state on all child items
*****************************************/
ul#menu li:hover li a,
ul#menu li.iehover li a,
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a,
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a
{
	float: none;
	padding: 5px 10px;
	color: #fff;
	border-top: none;
	line-height: 1.2em;
	border-bottom: 1px solid #ff8484;
	border-left: 1px solid #ff8484;
	border-right: 1px solid #ff8484;
	background: #990000;

}

/* Hover state on all levels with no child
*****************************************/
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a,
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a,
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover li.iehover a
{
	color: #fff;
	background: #c10000;
	text-decoration: none;
}


/* Normal state on all levels with child
*****************************************/
ul#menu li:hover li a.hassubchild,
ul#menu li.iehover li a.hassubchild,
ul#menu li:hover li:hover li a.hassubchild,
ul#menu li.iehover li.iehover li a.hassubchild,
ul#menu li:hover li:hover li:hover li a.hassubchild,
ul#menu li.iehover li.iehover li.iehover li a.hassubchild
{
	background-image: url(/img/prodlite2/menu/hassubchild.gif);
	background-repeat: no-repeat;
	background-position: center right;
}


/* Positioning the child flyouts
*****************************************/

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul
{
	display: none;
}
ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul
{
	display: block;
}


/********************/
/* Formulaires      */
/********************/
form
{
	border: 1px solid #a78989;
	background-color: #e8e2e2;
	/*float: left;*/
	padding: 5px;
	margin: 0 auto;
	-moz-border-radius: 	10px;
	-webkit-border-radius:	10px;
}

form.std_form
{
	width: 980px;
	margin: 0 auto;
}

form.discret
{
	border: none;
	background-color: transparent;
}

form h1
{
	font-size: 18px;
	margin-bottom: 10px;
}

/** Inputs **/
form .input
{
	clear: both;
	min-width: 500px;
}

form .input input, form .input textarea, form .input select
{
	border: 1px solid #a78989;
	color: #2b2b2b;
	font-family: "Trebuchet MS", Trebuchet, Arial;
	font-size: 12px;
	padding: 2px;
	margin: 2px 0;
	width: 600px;
}

form .input select 
{
	width: 606px;
}

/** Labels **/
form label
{
	font-size: 12px;
	font-weight:bold;
	cursor: pointer;
	float: left;
	overflow: hidden;
	width: 200px;
	text-align: right;
	padding-right: 16px;
	margin: 5px 0;
}

form .required label
{
	background: url( /img/prodlite2/form/star.gif ) right top no-repeat;
}

form label a
{
	font-weight: normal;
}

/** Submit **/
form .submit input
{
	padding: 0px 4px;
}

form .submit 
{
	margin: 0 0 0 216px;
	padding: 15px 0 0 0;
	clear: both;
}

/** Cas des checkbox **/
.checkbox input
{
	margin: 8px 0 8px 216px !important;
	width: auto !important;
}

.checkbox label
{
	float: none;
	margin: 0 0 0 5px;
	vertical-align: top;
	line-height:28px;
}

/** Cas des radio/checkbox **/
/**, .input.select **/
.input.radio 
{
	float: left !important;
	clear:none !important;
	width: 600px;
	margin: 2px 0;
	padding: 3px 0;
}

.checkboxes
{
	float: left !important;
	clear:none !important;
	width: 600px;
	margin: 2px 0;
	padding: 3px 0;
}

.radio label, .checkboxes .checkbox label
{
	float: none;
	margin: 0 0 0 5px;
	vertical-align: top;
	line-height:15px;
	font-weight: normal;
	background: transparent none !important;
}

.radio input, .checkboxes .checkbox input
{
	width: auto !important;
	margin: 2px 0 !important;
}

.radio .option, .checkboxes .checkbox
{
	float: left;
	width: 200px;
}

/** Thumbnails **/
form #thumbnails
{
	float: left;
	overflow: auto;
	height: 172px;
	width: 754px;
	line-height: 25px;
}

form #thumbnails img
{
	width: 100px;
	margin: 0 1px 0 0;
	padding: 0px;
	border: 2px solid transparent;
	cursor: pointer;
}

form #thumbnails img.selected
{
	border: 2px solid #00bb00;
}

/** Counter **/
form .counter
{
	margin: 0 0 5px 216px;
	font-size: 10px;
}

/** Spread profiles **/
.profiles 
{
	float:left;
	width:750px;
}

.profiles .type 
{
	background-color:#FFFFFF;
	border:1px solid #A78989;
	float:left;
	margin:0 10px 10px 0;
	padding:4px;
	width:220px;
}

.profiles .type .header 
{
	height:60px;
	text-align:center;
}

.profile
{
	clear: both;
}
.profile input
{
	float: left;
	width: auto !important;
}

.profile label
{
	float: none !important;
	font-weight: normal !important;
	line-height: 15px;
	margin: 0 0 0 5px;
}

.profile .reset
{
	font-size: 10px;
}

.profile .reset img
{
	vertical-align: bottom;
}


/** Explications **/
form .explanations
{
	margin: 0 0 5px 216px;
	font-size: 10px;
}

/** Erreurs **/
form .error-message
{
	margin: 0 0 10px 216px;
	color: #ff0000;
	font-weight: bold;
}

form .form-error, .radio.required.error
{
	border: 1px solid #ff0000 !important;
}

.radio .error-message
{
	margin: 0;
}

/** Formulaire de recherche **/
form.search, form.advanced_search
{
	width: 750px;
}

.search label, .advanced_search label
{
	width: 120px;
}
.search #SearchText, .advanced_search #SearchText 
{
	width: 400px;
	padding-left: 22px;
	padding-top: 2px;
	/*font-weight: bold;*/
	height: 22px;
	font-size: 16px;
	background: #ffffff url( /img/prodlite2/form/magn_glass.gif ) no-repeat center left;
	border: 1px solid #aaaaaa;
}

.search .input.radio, .advanced_search .input.radio
{
	width:400px;
}

.search .radio .option, .advanced_search .radio .option
{
	width: 80px;
}

.search .search_type, .advanced_search .search_type
{
	text-align: right;
}

.advanced_search .submit
{
	margin: 0 0 0 136px;
}

.advanced_search .input select
{
	width: 600px;
}

.advanced_search #SearchStartDate, .advanced_search #SearchEndDate
{
	width: 100px;
}

/******************************/
/* Formulaire de visionnage   */
/******************************/
.view
{
	clear: both;
}

.view .name
{
	float: left;
	width: 150px;
	text-align: right;
	font-weight:bold;
	line-height: 16px;
	padding: 2px 10px 2px 2px;
}

.view .value
{
	float: left;
	width: 200px;
	line-height: 16px;
	padding: 2px;	
}

/******************************/
/* Tableaux                   */
/******************************/
table 
{
	border-collapse:collapse;
	line-height:normal;
	margin:5px 0;
	width:100%;
}

table tr 
{
	border-bottom:1px solid #cccccc;
	background-color: #f5f5f5;
}

table tr.light 
{
	background-color:#ffffff;
}

table tr th
{
	background:#555555;
	border-bottom: 2px solid #cccccc;
	height:25px;
	padding:0 4px;
	text-align:left;
	color: #ffffff;
}

table tr th a, table tr th a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

table tr th a:hover
{
	color: #ffffff;
	text-decoration: none;
}

table td 
{
	border-right: 1px solid #cccccc;
	padding:4px;
	vertical-align:top;
}

/****************************************/
/* Affichage des videos dans un tableau */
/****************************************/
.clip
{
}
	
.thumb
{
	float: left;
	margin: 0 4px 0 0;
	background-color: #f5f5f5;
}

.light .thumb
{
	background-color: #ffffff;
}

.thumb img
{
	width: 150px;
}

.info
{
}

.info .title
{
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
}

.info .header
{
}

.info .header .categories
{
	height: 14px;
	line-height: 14px;
	color: #777777;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.info .header .chapters
{
	height: 14px;
	line-height: 14px;
	color: #777777;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.info .header .keywords
{
	height: 16px;
	line-height: 14px;
	color: #777777;
	font-size: 10px;
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
}

.info .description
{
	height: 56px;
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
}

.info .footer
{
	height: 18px;
	line-height: 14px;
	color: #777777;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.info .footer img
{
	height: 18px;
	vertical-align: bottom;
}


/*****************************************/
/* Affichage des spreads dans un tableau */
/*****************************************/
.spread
{
	clear: both;
}
.spread .logo
{
	float: left;
	width: 115px;
	text-align: right;
	margin-right: 5px;
}

.spread .name
{
	line-height: 20px;
	font-weight: bold
}

/**********************************/
/* Paginator                      */
/**********************************/
/** Paginator **/
.pager .ref_page
{
	float: left;	
}

.pager .ref_element
{
	float: right;
	text-align : right;	
}

.navig_page
{
	clear: both;
	text-align : center;
	padding: 3px;
	margin: 3px;
	text-align:center;
}

.navig_page a 
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
}

.navig_page a:hover, div.navig_page a:active
{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}

.navig_page span.current 
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFF;
}

.navig_page span.disabled 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #929292;
	color: #929292;
}


/**********************************/
/* Flash message                  */
/**********************************/

#flashMessage
{
	margin: 10px auto;
	border: 1px solid #cccccc;
	width: 500px;
	min-height: 50px;
	padding: 5px
}
	
.errorMessage
{
	color: #ff0000;
	border: 1px solid #ff0000 !important;
}

.infoMessage
{
	color: #229900;
	border: 1px solid #229900 !important;
}

/************************************/
/* Boite de text                    */
/************************************/
.textbox
{
	margin: 0 auto;
	border: 1px solid #A78989;
	width: 750px;
	min-height: 50px;
	padding: 5px;
	background-color: #E8E2E2;
	text-align: justify;
}

/**********************************/
/* Listes à puces                 */
/**********************************/
ul 
{
	list-style-type:none;
}

ul li
{
	background:transparent url( /img/prodlite2/puces/li.gif ) no-repeat scroll 4px 2px;
	font-family:Arial;
	line-height:14px;
	margin:3px 0;
	padding:0 0 0 20px;
}


/*************************/
/* Liens de type boutons */
/*************************/
a.button, input.button
{
	line-height: 26px;
	border: 1px solid #000000;
	background: url( /img/prodlite2/button/bg2.gif) repeat-x 0 0;
	padding: 4px 5px;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
}

input.button
{
	line-height: 23px;
	height: 23px;
	margin: 1px 0;
	vertical-align:bottom;
	padding: 0px 5px;
	cursor: pointer;
}

a.button:hover, input.button:hover
{
	background: url( /img/prodlite2/button/bg2.gif) repeat-x 0 -23px ;
	text-decoration: none;
}