/* =======================================================================
 * This stylesheet gathers the main formatting styles.
 *
 * The stylesheet "page_template_structure.css" is to be used for styles that
 * define the layout of a page and are related to positionning more than
 * formatting/styling.
 *
 * ========================================================================
 */



/* ========================================================================
==============     REDEFINITION OF BASE HTML ELEMENTS     =================
=========================================================================== */

/* Define the default font: */
BODY, TD, FONT, A, SPAN, P, LI, UL, BR, HR, DIV, TD, TH, H1, H2, H3, H4
{
     font-family: myriad, arial, geneva, helvetica, verdana, sans-serif;
     font-size:12px;
     color:#999999;
}

html, body
{
	position:absolute;
	margin: 0;
	padding:0;
	width:1000px;
}

small
{
	font-size:8px;
}

u
{
	color: #ef8900;
	text-decoration: none;
	
}
div.article > h2.article-header + strong{
	
	display:none;
}

strong
{
	font-weight: bold;
	color: #ef8900;
	font-size: 120%;
}

/* ========================================================================
==============     Bannière     =================
=========================================================================== */

#banner
{
	width:100%;
	
}

#banner-content
{
	background:url('../images/local/skin/bandeauimg1024.png');
	background-repeat:no-repeat;
	width:950px;
	height:125px;
	margin:0;
	padding:0;
	float:left;
}

#logo_venetis
{
	position:absolute;
	left:740px;
	top:0px;
	border:0;
}

/* ----------------- */
/* Main links styles */

a:link, a:visited {
	color: #929495;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #929495;
	font-weight: bold;
	text-decoration: underline;
}


/* ------- */
/*  titles */
h1 {
	color: #666666;
	font-weight: bold;
	font-size: 150%;
}

h2 {
	color: #666666;
	font-weight: bold;
	font-size: 130%;
}

h3 {
	color: #666666;
	font-weight: bold;
	font-size: 120%;
}

h4 {
	color: #ef8900;
	font-weight: bold;
	font-size: 110%;
}

/* ------------ */
/* default cells*/
td, th {
	color: #666666;
}

td.highlight {
	background-color: #FBCA6D;
}

h2.page-title
{
	color: #cc3300;
    padding:5px 0 15px 35px;
    font-size:17px;
    font-weight:bold;
    text-align:left;
    background-image: url(../images/local/skin/fleche-titre.png);
    background-repeat: no-repeat; 
	border-bottom : 1px dashed #999999;	
	
	
/*	background-image: url(../images/local/skin/arrows.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:15px;*/
}

/* =====================================================================
 * --------------     form elements      -------------------
 * ===================================================================== */
form {
	margin: 0;
	padding: 0;
}

form.default-form
{
    margin: 0;
}


form.default-form fieldset
{
    border: 1px dashed #ffffff;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    width: 600px;
    
}

form.default-form .formCoupleQI
{
    width: 600px;
	margin: 0 0 7px 0;
	padding: 7px 0 7px 0;
	clear: both;
}

form.default-form .formQuestion
{
	float: left;
	width: 200px;
}

form.default-form .formInput
{
	float: left;
	width: 200px;
}

form.default-form .formButton
{
	padding: 20px 0 20px 0;
	clear: both;	
}

form.default-form label.text-label, form.default-form label.combo-label,form.default-form label.textarea-label
{
    text-align: left;
    width: 200px;
    margin-right: 5px;
}

form.default-form label.checkbox-label, form.default-form label.radio-label
{

    text-align: left;
    margin-left: 5px;
}
form.default-form input.checkbox-field, form.default-form input.radio-field
{
    margin-left: 20px;
}

/* main search screen */
form#main-search fieldset
{
    border: none;
    border-bottom: 1px dashed #666666;
    text-align: left;
    margin-left: 15px;
    margin-right: 30px;
    padding: 10px;
}
form#main-search-previous
{
    float:left;
    width:40%;
    text-align:right;
    margin-bottom:15px;
}
form#main-search-next
{
    float:right;
    width:40%;
    text-align:left;
    margin-bottom:15px;
}


/* ------------------------------------- */
/* Styles to display the list of results */
/* ------------------------------------- */
ul.main-search-results {
  list-style-type: none;
}
ul.main-search-results li {
  margin-bottom: 30px;
}


/* =====================================================================
 * --------------      ARTICLES & FICHES STYLES      -------------------
 * ===================================================================== */

/* Basic styles for articles,
 * also used as basic styles for "fiches"
 */
div.article {
	border: none;
	margin-bottom: 10px;
}


/* article header  */
h2.article-header {
	width: 465px;
	color: #cc3300;
    padding:5px 0 15px 35px;
    font-size:17px;
    font-weight:bold;
    text-align:left;
    background-image: url(../images/local/skin/fleche-titre.png);
    background-repeat: no-repeat; 
	border-bottom : 1px dashed #999999;       
    
    
}

div.article-buttons-and-image{
  /*width: 33%;*/
  margin: 0 5px 0 5px ;
  padding-left: 10px;
  padding-top: 0px;
}


/* box containing the article buttons (send, print, back) */
ul.article-buttons {
   width:500px;
   margin: 0px 0 0px 0;
   padding: 0 0 0 0;
   list-style-type:none;
   clear: both;
   display: block;
}

ul.article-buttons li {
	float: right;	
	margin: 10px;
    padding: 0 0 0 0;
    list-style-type:none;	
}

/* box containing the article image */
div.article-image {
    margin: 10px;
	 width:134px;
    height:134px;
    background-image: url('../images/local/skin/fd_image_article.gif');
    background-position: top center;
    background-repeat: no-repeat;
}

div.article-image img
{
    margin-left:2px;
    margin-top:2px;
}

/*Commentaires d'articles*/

div.article-comments
{
	width: 465px;	
}

div.article-comments h3
{
	width: 465px;	
	color: #cc3300;
    padding:5px 0 15px 35px;
    font-size:17px;
    font-weight:bold;
    text-align:left;
    background-image: url(../images/local/skin/fleche-titre.png);
    background-repeat: no-repeat; 
	border-bottom : 1px dashed #999999; 	
}

div.article-comments .portlet-header
{
	font-weight: bold;
}

div.article-comments .portlet-content
{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom : 1px dashed #aaaaaa; 
}

hr.separateur
{
	width:460px;
	clear: both;
	border:0px solid #ffffff;
	padding:0;
	margin:0;
	color: #ffffff;

}

/* --------------------------------------------------- */
/* styles to display in a list of articles with images */
/* --------------------------------------------------- */
.article-list-line-element
{
	color:#999999;
	margin-top:1em;
}

.article-list-line-element h4
{
	display:none;
}

.article-list-line-element b
{
	color:#999999;
	padding-left:10px;
	background:url('../images/local/data/library/venetis/puce_orange.png');
	background-position: 0 4px;
	background-repeat:no-repeat;
}

.article-list-line-element small a
{
	color:#999999;
	font-weight:bold;
}


/* =====================================================================
 * ------------------      styles for portlets     ---------------------
 * ===================================================================== */

/* ========================================================================
 * styles for the basic portlets
 * ------------------------------------------------------------------------ */
/* the box "portlet" contains a header & a content */
div.portlet {
	border: 0;
	margin-bottom: 2px;
}

/* the portlet header  */
h3.portlet-header {
    padding:7px 0 15px 35px;
    font-size:17px;
    font-weight:bold;
    text-align:left;
    background-image: url(../images/local/skin/fleche-titre-orange.png);
    background-repeat: no-repeat; 
	/*border-bottom : 1px dashed #999999;       */
	border-bottom: 2px dotted #C6C9C1;
	color: #ef8900;
	margin: 10px 0 5px 0;
}

/* the portlet content  */
div.portlet-content {
	background-color: #FFFFFF;
	border: 0;
	margin: 0;
	padding: 0 5px 0 5px;
}
/* a footer for the portlet */
/* Not currently used */
div.portlet-footer {
}
div.portlet-footer p {
}




/* ========================================================================
 * styles for portlets with a background of a colour other than white
 * ------------------------------------------------------------------------ */

/* The box "portlet-background-colored" is  similar to "portlet" but
 * provides different settings.
 */
div.portlet-background-colored {
	border: 1px solid #DEDA00;
	background-color: #DEDA00;
}
/* the portler header */
h3.portlet-background-colored-header {
	background-color: #DEDA00;
	color: #ffffff;
	font-family:arial, verdana;
	font-size: 180%;
	font-weight: bold;
	margin: 15px 0 0 30px;
	padding: 0px;
}
/* the portlet content  */
div.portlet-background-colored-content {
	background-color: #DEDA00;
	border: 0px;
	color: #666666;
	margin: 30px;
	padding: 0px;
}



/* special style for lists */
div.portlet-background-colored ul, div.portlet-background-colored li, div.portlet-background-colored a {
	color: #333333;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #666666;
	
}

div.portlet-background-colored li
{
	margin-bottom: 7px;
}

/* ========================================================================
 * styles for portlets qui liste les articles (dans une page article)
 * ------------------------------------------------------------------------ */

/* The box "portlet-background-colored" is  similar to "portlet" but
 * provides different settings.
 */
div.portlet-liste-article {
}
/* the portler header */
h3.portlet-liste-article-header {
	color: #ef8900;
	font-family:arial, verdana;
	font-size: 100%;
	font-weight: bold;
	margin: 15px 7px 7px 30px;
	padding: 7px 7px 7px 7px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}
/* the portlet content  */
div.portlet-liste-article-content {
	border: 0px;
	color: #999999;
	margin: 10px 30px 30px 30px;
	padding: 7px;
}



/* special style for lists */
div.portlet-liste-article ul, div.portlet-liste-article li, div.portlet-liste-article a {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #999999;
	
}

div.portlet-liste-article li
{
	margin-bottom: 7px;
}

/
/* ========================================================================
 * styles for portlets with no background
 * ------------------------------------------------------------------------ */
/* The box "portlet-no-background" is  similar to "portlet" but
 * provides different settings.
 */
div.portlet-no-background {
	border: none;
	margin-bottom: 10px;
}
/* portler header  */
h3.portlet-no-background-header {
	background-color: White;
	color: #260650;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}
/* portlet content  */
div.portlet-no-background-content {
	border: 0px;
	margin: 0;
	padding: 15px;
}




/* =====================================================================
 * -----------------      styles for alert box      --------------------
 * ===================================================================== */
div.alert {
	color: Red;
	font-weight: bold;
	font-size: 120% ;
	text-align: center;
}
div.alert a:link, div.alert a:visited, div.alert a:hover, div.alert a:active {
	color: Red;
}

/* =====================================================================
 * -------------------      styles for table      ----------------------
 * ===================================================================== */

/* --------------------------------------------------------------------
 * ------------- data-table : used to display data in rows ------------
 */
table.data-table {
	background-color: White;
	border: 0px solid #ffffff;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}
table.besoin-table {
	background-color: White;
	border: 0px solid #ffffff;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 750px;
}
/* table cell */
table.data-table td {
	border-left: 1px solid #C6C9C1;
	border-right: 1px solid #C6C9C1;
    border-top: 1px solid #C6C9C1;
    border-bottom: 1px solid #C6C9C1;    
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	vertical-align: middle;
}
table.besoin-table td {
	 
	padding:5px;
	vertical-align: middle;
}
/* table header, eg. : columns names */
table.besoin-table th {
	background-color: #FFFFFF;
	border-bottom: 2px dotted #999999;
	color: #ef8900;
	font-size:11px;
	font-weight: bold;
	padding:4px;
	
	vertical-align: bottom;
}
/* basic row style */
table.data-table tr {
	background-color: #F8F8F8;
}
/* style for even rows */
table.data-table tr.even-row,table.data-table tr.lignepaire  {
	background-color: White;
}
/* styles for odd rows */
table.data-table tr.odd-row,table.data-table tr.ligneimpaire {
	background-color: #F8F8F8; 
}
/* style for even rows */
table.besoin-table  tr.lignepaire  {
	background-color: White;
}
/* styles for odd rows */
table.besoin-table  tr.ligneimpaire {
	background-color: #F8F8F8; 
}
table.data-table tr.over
{
	background-color:#DEDEDE;
	cursor:pointer;
	_cursor:hand;
}
table.besoin-table tr.over
{
	background-color:#DEDEDE;
	cursor:pointer;
	_cursor:hand;
}
table.besoin-table tr.over a
{
	color:#929495;
}
table.besoin-table tr td
{
	font-size:11px;
}
table.data-table tr.over a
{
	color:#929495;
}
table.besoin-table  a
{
	color:#AAAAAA;
}
table.data-table  a
{
	color:#AAAAAA;
}
table.data-table td.separateur_v
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #C6C9C1;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;  
	background-color: White;
}

/* --------------------------------------------------------------------
 * ---------------------- external-border-only  -----------------------
 * a border only around the table, no border for cells, white bg-color
 */
 table.external-border-only {
	background-color: White;
	border: 1px solid #C6C9C1;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.external-border-only th {
	background-color: #E6EAF3;
	border-bottom: 1px dotted #C6C9C1;
	color: #260650;

	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

/* --------------------------------------------------------------------
 * ------------------- external-border-only-bgcolored  ----------------
 * a border only around the table, no border for cells with
 * a non white bg color
 */
 table.external-border-only-bgcolored {
	background-color: #F8F8F8;
	border: 1px solid #C6C9C1;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.external-border-only-bgcolored th {
	background-color: #E6EAF3;
	border-bottom: 1px dotted #C6C9C1;
	color: #260650;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}


/* =====================================================================
 * --------------      styles for main menu      -----------------
 * ===================================================================== */
#menu-main
{	background-color:#cc3300;
	background:url('../images/local/data/library/venetis/menu_left.png');
	background-repeat:no-repeat;
	position:absolute;
	color:white;
	top:150px;
	left:0px;
	width:223px;
	margin: 0;
	padding:0;
	font-size: 11px;
}

#menu-main a
{
	color:white;
	font-family:myriad-bold, arial, verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	border:0;
	text-decoration:none;
	padding-left: 15px;
	display: block;
}

#menu-main a:hover
{
	background-color:#cc3300;
	background:url('../images/local/skin/fleche-menu.png');
	background-repeat:no-repeat;
	
}



#menu-main ul
{

	background:none;
	border-bottom : 1px dashed white;
	font-family:myriad-bold, arial, verdana, sans-serif;
	font-size:18px;
	padding: 0 0 0 3px;
	width:220px;
	margin:0 0 5px 0;
	list-style-type:none;
	color:white;
}

#menu-main li
{
	font-weight:normal;
	width:115px;
	margin-bottom:5px;
	margin-top:5px;
	color:white;
}

#menu-main ul li ul li a
{
	font-weight:normal;
	display: line;
	padding-left: 0;
}

#menu-main ul li ul li a:hover
{
	font-weight:normal;
	background-image: none;

}

#menu-main span
{
	color:white;
	font-size: 11px;
}



#menu ul
{
	list-style-type:disc;
	margin: 0 0 10px 5px;
	padding: 15px 0 15px 0;	

}

#menu ul li
{
	margin: 3px 0 0 15px;
	padding: 0;
	line-height: 13px;
}

/* ------------------------------------- */
/* page-path / fil d'ariane              */
/* ------------------------------------- */

#page-path, .filDariane, #bandeau_date
{
position: absolute;
top: 128px;
left: 17px;
color: #666;
width: 60%;
}
.user_connected_libelle
{
	font-size: 12px;
	color:#666;
	font-weight: bold;
}
.user_connected
{
	font-size: 12px;
	color:#AAA;

}
#utilisateur_connecte
{
position: absolute;
top: 128px;
left: 740px;
color: #666;


}
#page-path a, .filDariane a
{
	color: #666;
}

#page-path a:visited,  .filDariane a:visited
{
	color: #666;
}

.filDariane
{
	background-color: #ffffff;
	z-index: 10;
}

/* ------------------------------------- */
/* styles to display lines of 4 elements */
/* ------------------------------------- */
 /* to work ok, the last div line should be followed
    by a div of class clear :<div class="clear">&nbsp;</div>
    in order to fill the container and not to display the line
    outside this container.
 */

/* each group of line-elements should be surronded by a line */
div.line {
 	clear: both;
 }

div.line-first {
 	clear: none; /* first line should not clear */
 }
/* as we put 4 elements per line, the max we can size each element
is 25% */
div.line-element {
    float: left;
    width: 25%;
    margin-bottom: 20px;

}
div.line-element p {
    text-align: left;
}
div.line-element a {
    background-image: url('../images/local/skin/arrows.gif');
	background-position: left top ;
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* ------------------------------------- */
/* Styles to display a polaroid */
/* ------------------------------------- */
/* This style is used to contain an image of
   width and height of 80 pixel and renders a
   polaroid effect */
div.polaroid {
    /*margin:auto;*/ /* margin auto will center the polaroid in its container */
    width:84px;
    height:84px;
    background-image: url('../images/local/skin/fd_images.gif');
    background-position: top center;
    background-repeat: no-repeat;

}
div.polaroid img {
    margin-left:2px;
    margin-top:2px;
}

/* ====================================================================
 * -----------------      styles for the site map     -----------------
 * ==================================================================== */
ul.site-map-level-one
{
	margin-left:20px;
	/*list-style:none;*/
}

ul.site-map-level-one li
{
   background-image: url(../images/local/skin/arrows.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #666666;
}


ul.site-map-level-one a:link, ul.site-map-level-one a:visited
{
   color: #666666;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;

}
ul.site-map-level-one a:hover
{
   color: #666666;
 	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;

}

/* Postion of the image displayed for level one  */
ul.site-map-level-one div.level-one-image
{
	float:left;
	width:100px;
	margin:0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


ul.site-map-level-two
{
	margin-left:60px;
	margin-bottom:10px;
	margin-top:5px;
}


ul.site-map-level-two li
{
   background-image: url(../images/local/skin/arrows.gif);
	background-repeat: no-repeat;
	background-position:  top left;
	padding-left:15px;
	margin-bottom: 5px;
	border: none;
}

ul.site-map-level-two a:link, ul.site-map-level-two a:visited
{
   color: #666666;
 	font-weight: bold;
	font-size: 110%;
	text-decoration: none;

}

ul.site-map-level-two a:hover
{
   color: #666666;
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;

}

ul.site-map-level-three
{
	margin-left:20px;
	margin-bottom:5px;
	margin-top:5px;
}

ul.site-map-level-three li
{
    background-image: none;
    margin-bottom: 5px;
    border: none;
}

ul.site-map-level-three a:link, ul.site-map-level-three a:visited
{
   color: #666666;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}
ul.site-map-level-three a:hover
{
   color: #666666;
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
}

ul.site-map-level-highest
{
	margin-left:0px;
	margin-bottom:5px;
	margin-top:5px;
	list-style:none;
}

ul.site-map-level-highest li
{
    background-image: none;
    margin-bottom: 0px;
    border: none;
}

ul.site-map-level-highest a:link, ul.site-map-level-highest a:visited
{
   color: #666666;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;

}
ul.site-map-level-highest a:hover
{
   color: #666666;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
}

.viewActorValue img
{
	vertical-align:bottom;
}
.miseajour a
{
	 color:#4444AA;
}