body { background-color: #b0a496; }
body, p, div, ul, li, td, tr { font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:11px; }

.tabPage 	{ background-color:#FFFFFF; border:1px solid #838383; }
.tabBlanc 	{ background-color:#FFFFFF; }

.tdBlanc 	{ background-color:#FFFFFF; }
.tdOrange 	{ background-color:#db8b2c; }
.tdOrange75 { background-color:#e4a861; }
.tdBleu 	{ background-color:#01a0c8; }
.tdVert 	{ background-color:#c0c632; }
.tdVert75 	{ background-color:#d0d465; }
.tdRouge 	{ background-color:#c0111d; }

.citation	
{ 
	width: 300px;
	text-align: center;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:13px; 
}
	
.puce { list-style-image:url(../img/puce.gif); text-align:justify; }

.txtCitation	{ font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:13px; }
.txtBlanc		{ color:#ffffff; }

a.rubrique:link 	{ color:#ffffff; text-decoration: none; font-weight:bold; }
a.rubrique:visited 	{ color:#ffffff; text-decoration: none; font-weight:bold; }
a.rubrique:hover 	{ color:#000000; text-decoration: none; font-weight:bold; }

a.texte:link 	{ color:#ffffff; text-decoration: none; }
a.texte:visited { color:#ffffff; text-decoration: none; }
a.texte:hover 	{ color:#ffffff; text-decoration: underline; }

/******* PORTFOLIO *******/
/** {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
*/
.highslide {
	cursor: url(../js/ico/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #e4a861;
}
.highslide:hover img {
	border: 1px solid #ffffff;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid #ffffff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid #ffffff;
    border-top: none;
    padding: 5px;
    background-color: #ffffff;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../js/ico/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../js/ico/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
