 body {
		
scrollbar-base-color: #d9d9d9;
scrollbar-arrow-color: #d9d9d9;
scrollbar-3dlight-color: #d9d9d9;
scrollbar-darkshadow-color: #f7f7f7;
scrollbar-face-color: #f7f7f7;
scrollbar-highlight-color: #f7f7f7;
scrollbar-shadow-color: #d9d9d9;
scrollbar-track-color: #f7f7f7;
}

.overflow {
height: 409px;
overflow: auto;
width: 550px;
}

.content {
text-align: justify;
width: 400px;
margin-left: 75px;
}

.nextback {
position:absolute; 
width:200px;
left:457px; 
top:514px;
}

.textarea {
background : #F7F7F7;
border : 1px solid #7E7E7E;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #A9A9A9;
}
	
.field {
background : #F7F7F7;
border : 1px solid #7E7E7E;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #a9a9a9;
}

.select {
background : #F7F7F7;
border : 1 solid #7E7E7E;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #a9a9a9;
font-weight : normal;
}

.button {
background : #F7F7F7;
border : 1px solid #7E7E7E;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #7E7E7E;
}

.error {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #FF0000;
font-weight : bold;
}

td {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #7E7E7E;
font-weight : normal;
}


td A:link  {
color : #FE7D1A;
font-weight : normal;
TEXT-DECORATION: none;

}

td A:visited  {
color : #FE7D1A;
font-weight : normal;
TEXT-DECORATION: none;

}

td A:hover  {
color : #FE7D1A;
font-weight : normal;
TEXT-DECORATION : underline;
}

td A:active {
color : #FE7D1A;
font-weight : normal;
TEXT-DECORATION : underline;
}

p {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #7E7E7E;
font-weight : normal;
}

p A:link  {
color : #FE7D1A;
font-weight : normal;
TEXT-DECORATION: none;

}

p A:visited  {
color : #FE7D1A;
font-weight : normal;
TEXT-DECORATION: none;

}

p A:hover  {
color : #FE7D1A;
font-weight : normal;
TEXT-DECORATION : underline;
}

p A:active {
color : #FE7D1A;
font-weight : normal;
TEXT-DECORATION : underline;
}

.nav {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #F7F7F7;
font-weight : normal;
}

.nav A:link  {
color : #F7F7F7;
background
font-weight : bold;
background-color: #FE7D1A;
}

.nav A:visited  {
color : #F7F7F7;
TEXT-DECORATION : none;
background-color: #F7F7F7;
}

.nav A:hover  {
color : #F7F7F7;
TEXT-DECORATION : none;
background-color: #F7F7F7;
}

.nav A:active {
color : #F7F7F7;
TEXT-DECORATION : none;
background-color: #F7F7F7;
}

.list {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #7E7E7E;
font-weight : normal;
line-height : 16px
}

.list A:link  {
color : #FE7D1A;
font-weight : bold;
TEXT-DECORATION: none;

}

.list A:visited  {
color : #FE7D1A;
font-weight : bold;
TEXT-DECORATION: none;

}

.list A:hover  {
color : #FE7D1A;
font-weight : bold;
TEXT-DECORATION : underline;
}

.list A:active {
color : #FE7D1A;
font-weight : bold;
TEXT-DECORATION : underline;
}

hr{
border: 0; /* enleve toute bordure */
border-bottom: 1px #d7d7d7 solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 600px;
	height: 330px;
	margin: 0 auto;
}
#lightbox-container-image {}
#lightbox-loading {
	position: absolute;
	top: 100%;
	left: 0%;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#lightbox-container-image-data a {
	color: #91785b;
	text-decoration: none;
}
#lightbox-container-image-data #lightbox-image-details {  
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold;}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
}			
#lightbox-secNav-btnClose {
	width: auto; 
	float: right;
	margin: 0 45px 45px 0;	
}