html, body {
    margin: 0px 0px;
    background: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    color: #000000;
    scrollbar-base-color: #FFA500;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #708090;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #000000;
    scrollbar-track-color: #F0F8FF;
}
a:link {
    color: #FFFFFF ;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
a:hover {
    color: Gray;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
a:active {
    color: Silver;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
/* ****************************** */
a.cat:link {
    color: #8B0000;
    text-decoration: none;
}
a.cat:visited {
    color: #8B0000;
    text-decoration: none;
}
a.cat:hover {
    color: #FF0000;
    text-decoration: none;
}
a.cat:active {
    color: #FFC0CB;
    text-decoration: none;
}
/* ******************************* */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0;
}
h1 {
    color:#FFCCCC;
    font-size: 3em;
}
h2 {
    font-weight: bold;
    font-size: 1.8em;
    color: #E9967A;
    margin: 10px 0px;
}
h3 {
    font-weight: bold;
    font-size: 1.5em;
    color: #8B0000;
    margin: 8px 0px;
}
h4 {
    font-weight: bold;
    font-size: 12px;
    color: #000080;
}
th.fiche {
    font-size: 14px;
    color: #000080;
    text-align: right;
}
hr {
    background-color: #FFCCCC;
    border: none;
    clear: left;
}
.titre {
    background-color:#d42628;
    text-align:center;
    vertical-align: middle;
    line-height:6em;
    margin:0px 0px;
}
div#page {
    position: relative;
    //background-color: #B7946E;
    //background-repeat: repeat-y;
}
.leftcolumn {
    //background: #D42628 url(../images/detail.jpg) no-repeat ;
    //background-position: bottom;
    //color: white;
    width:200px;
    min-width:200px;
    clear:left;
    float: left;
    height:100%;
    min-height: 850px;
}
.leftcolumn>div{
    padding:20px;
    text-align:right;
}
div#container {
    position:relative;
    margin: 0 10px;
    padding: 10px;
    background-color: #FFF;
    background-image: url(../images/signature.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: justify;
    min-height: 650px;
}
div#footer {
    clear: both;
    bottom: 5px;
    background-color: #FFF;
}

.menu {
    width:100%;
}
.menu ul {
    margin: 0px 0px;
    background-color: #333;
    height: 2em;
}
.menu ul li {
    background-color: #333;
    float:left;
    padding:5px 19px;
    list-style: none;
}
.facebook {
    float:right;
    position:absolute;
    top: 15px;
    right: 15px;
}

.galleries a {
    color: #D42628;
}
.galleries a:hover {
    color: #FFCCCC;
}

.paintings {
    background-color: #FCFCFC;
    padding: 5px 10px;
    margin:25px 5px;
}
/*****************************/
.article {
    background-color: #FDF5E6;
    font-size: 12px;
    cursor: hand;
    text-align:center;
    padding:10px;
}
.presentation {
    text-align: justify;
}
#image1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.btn{
    text-align:center;
    /*background-color: #FFCCCC;*/
    width:150px;
    margin:1px auto;
}
.btn img{
    max-width:100px!important;
    max-height:100px!important;
}
/* ************************* */
#leftcontact{
    float:left;
    width:400px;
    margin:20px;
}
#rightcontact{
    float:right;
    margin:20px;
}
#botomcontact{
    position: relative;
    clear:both;
    margin-top:600px;
    line-height:1.2em;
    bottom:0px;
}
.contact{
    line-height:2em;
}
.phonenumber {
    font-size: 14px;
    font-weight: bold;
}

.desc {
    color:#000000;
    font-size:14px;
}
/*********** CV ****************/
.date {
    clear: both;
    width:100px;
    float:left;
    font-weight: bold;
    margin: 5px 0;
}
.label {
    width:1000px;
    min-width:600px;
    float:left;
    margin: 5px 0px 5px 50px;
}
.clear {
    clear: both;
}
#tabs ul {
    margin: 0;
    padding: 0; 
    float: left; 
    list-style: none; 
    height: 30px; 
    border-bottom: 1px solid #666; 
    border-left: 1px solid #666; 
    width: 100%;
}
#tabs ul li {
    float: left; 
    margin: 0; 
    padding: 0; 
    height: 29px;
    line-height: 29px; 
    border-left: none; 
    margin-bottom: -1px; 
    overflow: hidden; 
    position: relative; 
    background: #ddd;
}
#tabs ul li a { 
    text-decoration: none; 
    color: #888; 
    display: block; 
    padding: 0 20px;
}
#tabs ul li a:hover { 
    background: #ccc; 
    color: #666;
}

.ui-tabs {position: relative;}
.ui-tabs .ui-tabs-nav {margin: 0}
.ui-tabs .ui-tabs-nav li {
    float: left; 
    margin: 0; 
    padding: 0;
    border: 1px solid #ccc; 
    border-left: none; 
    margin-bottom: -1px; 
    overflow: hidden; 
    position: relative; 
    background: #ddd;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left; 
    padding: 0; 
    text-decoration: none; 
    padding: 0 10px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px; 
    padding-bottom: 1px; 
    border-bottom: 1px solid #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, 
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text; 
    color: #666; 
    background: #fff;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {cursor: pointer;}
.ui-tabs .ui-tabs-panel {
    display: block; 
    border: 1px solid #ccc; 
    border-top: none; 
    overflow: hidden; 
    clear: both; 
    float: left; 
    width: 100%; 
    background: transparent; 
    margin: 0; 
    padding: 10px;
}

/*******************************/
/* Preview Slider Gallery Style */
.ps_container{
    display:none;
    width:680px;
    height:500px;
    margin:20px auto 0px auto;
    position:relative;
}
.ps_image_wrapper{
    width:680px;
    height:450px;
    overflow:hidden;
    position:relative;
    margin:0 auto;
    -moz-box-shadow:0px 0px 5px #999;
    -webkit-box-shadow:0px 0px 5px #999;
    box-shadow:0px 0px 5px #999;
}
.ps_image_wrapper img{
    position:absolute;
    left:0px;
    top:0px;
}
.ps_prev,
.ps_next{
    width:30px;
    height:59px;
    position:absolute;
    top:50%;
    margin-top:-40px;
    cursor:pointer;
    opacity:0.5;
}
.ps_prev{
    background:transparent url(prev.png) no-repeat top center;
    left:-50px;
}
.ps_next{
    background:transparent url(next.png) no-repeat top center;
    right:-50px;
}
.ps_prev:hover,
.ps_next:hover{
    opacity:0.9;
}
ul.ps_nav{
    list-style:none;
    margin:0;
    padding:0;
    width:170px;
    margin:20px auto;
    position:relative;
}
ul.ps_nav li{
    float:left;
}
ul.ps_nav li a{
    display:block;
    text-indent:-9000px;
    width:11px;
    height:11px;
    outline:none;
    padding:0px 3px;
    background:transparent url(dot.png) no-repeat top center;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
    background-position:50% -11px;
}
ul.ps_nav li.ps_preview{
    display:none;
    width:85px;
    height:91px;
    top:-95px;
    left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
    position:absolute;
}
ul.ps_nav li.ps_preview span{
    background:transparent url(triangle.png) no-repeat top center;
    width:15px;
    height:6px;
    position:absolute;
    top:85px;
    left:35px;
}
.ps_preview_wrapper{
    width:75px;
    height:75px;
    border:5px solid #fff;
    overflow:hidden;
    position:relative;
    -moz-box-shadow:0px 0px 5px #999;
    -webkit-box-shadow:0px 0px 5px #999;
    box-shadow:0px 0px 5px #999;
}
.ps_preview_wrapper img{
    position:absolute;
    top:0px;
    left:0px;
}