
/* CSS Document */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// GENERAL
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

*html span.slogan{
	background-image:url(slogan.gif);
	padding:6px 10px 10px 13px;
	display:inline-block;
}

*{
	font-family:Arial,Helvetica,Verdana,sans-serif;
}

body{
    background-image:url(../interface/bg_body.jpg);
    background-repeat:repeat-x;
    background-color:#b8bddb;
}

#container{
	background-image:url(../interface/bg_container.jpg);
	padding-bottom:20px;	
}
#global{
    width:836px;
    color:#756e65;
}

a:link {
    text-decoration: none;
    color:#FFFFFF;
}

a:visited {
    color:#333333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}


.news .clear {
    clear:right;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// HEADER / FOOTER
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#header{
	width:100%;
	height:86px;
}


/*--------------------------PRINCIPAL NAVIGATION---------------------*/
#navigation{
    color:#FFFFFF;
    background:transparent url(../interface/bg_menu.jpg) no-repeat;    
}

#navigation ul li{
    height:32px;
    padding-left:4px;
}

#navigation ul{
    padding-left:10px;
    padding-top:10px;
    height:35px;
}

#navigation ul a {
    font-size:18px;
    padding:3px;
}

#navigation ul a:link, 
#navigation ul a:visited{
    color:#d8d8d8;
}

#navigation ul a:hover{
    color:#FFF;
}

#navigation ul a:active{
    color:#222222;
}

#navigation li span.txt {
padding-right:2px;
}

#navigation li span.separator {
}

/*--------------------------CLIENT IDENTITY---------------------*/
 #logo{
    width:279px;
	left:558px;
	position:relative;
	top:-118px;
    height:85px;
    z-index:1;
    overflow:hidden;
}

#logo a{
    background:url(../interface/logo.png) no-repeat;
    height:80px !important;
}

/*--------------------------FOOTERS---------------------*/

#footer1{
    background-color:#FFFFFF;
    border-bottom:solid 9px #e72b1f;
    border-right:solid 13px #e72b1f;
    height:44px;
    width:897px;
    display:none;
}

#footer{
    width:100%;
    height:20px;
    text-align:center;
    padding-top:10px;
    font-weight:bold;
    background-color:#464646;
	background:transparent url(../interface/bg_footer.jpg) no-repeat 0% 100%;
}

#footer a{
	color:#0c0d6f;
}

#footer3{
	height:20px;
	background-color:#b8bddb;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// SIDEBAR
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#sidebar{
	background:transparent url(../interface/bg_sidebar.jpg) no-repeat;
	color:#f9f9ff;
	float:left;
	margin-left:9px;
	padding-left:30px;
	width:235px;
	height:554px;
}

.sidebar_module a {
    text-decoration:none;
}

.sidebar_module a:link,
.sidebar_module a:visited {
    color:#f9f9ff;
}

.sidebar_module a:hover {
    color:#4c4c4c;
}

.sidebar_module a:active {
    color:#030036;
}


.sidebar_module {
margin-left:5px;
}


/*--------------------------SIDEBAR MODULES & SPACERS---------------------*/

.sidebar_module{
    padding:2px 10px;
}
/*--------------------------SIDEBAR TITLES OF MODULES---------------------*/

#sidebar h3{
    font-size:14px;
    margin-top:10px;
    margin-bottom:7px;
    text-transform: lowercase;
}


.sidebar_module .title{
    font-size:13px;
    font-weight:bold;
    display:none;
}

/*--------------------------LANGUAGE NAVIGATION---------------------*/

#navig_lang{
    height:32px;
    position:absolute;
    top:65px;
}

#navig_lang ul{
padding-left:10px;
padding-top:95px;}

#navig_lang, #navig_lang a {
    color:#333333;
    font-size:14px;
    font-weight:bold;
    display:none;
}

/*--------------------------OBJECT LIST---------------------*/

#menu_object {
    border:0px;
}

#menu_object li{
    margin-bottom:2px;
    list-style:none;
}

#menu_object .cat {
    padding-left:20px;
}

#menu_object .cat a:hover{
	text-decoration: overline;
}

#menu_object .cat li {
    list-style:none;
    padding-top:2px;
}

/*--------------------------MAP SEARCH---------------------*/

#mapsearch {
    font-weight:bold;
    background:url(../interface/carte_ch.jpg) no-repeat 10px 0px;
    height:30px;
    padding-top:15px;
	display:none;
}

#mapsearch li a {
    font-weight:bold;
    padding:15px 10px 10px 75px;
}

/*--------------------------CHANGE MONNEY---------------------*/

#devise{
    border:1px solid #ffffff;
    width:70px;
    color:#000000;
    font-size:11px;
}

#currency{
	width:151px;
}

#currency .title{
	display:inline;
}

/*--------------------------COMMON LOGIN / LOGOUT / CODE ID---------------------*/

#login_name, #password, #codeidtext {
    background-color:#FFFFFF;
    border:1px solid #030036;
    font-size:12px;
    color:#3a617b;
    width:147px;
    height:14px;
    padding-top:3px;
    padding-left:3px;
    margin-top:2px;
    margin-bottom:5px;
}

.button_form{
	text-align:right;
	margin-top:10px;
	display:block;
}

#sidebar .button {
    background-color:#FFFFFF;
    border:1px solid #000000;
    margin-top:5px;
    width:40px;
    color:#909090 !important;
}

#sidebar .button:hover {
    background-color:#4C4C4C;
}


.alarm{
    border-top:2px solid;
    border-bottom:2px solid;
    padding:10px;
    margin:5px;
    width:161px;
    color:yellow;
}

/*--------------------------LOGIN---------------------*/

.forget_login a{
    text-decoration:none;
    font-size:10px;
    padding-left:4px;
}

.remember{
    font-size:12px;
    color:#FFFFFF;
}

#identification .title {
    display:block;
}

#identification h3{
	display:none
}

#identification{
	margin-top:10px;
}

#identification .forget_login {
  
    padding:7px 75px 0px 0px;;
}
#sidebar .button {
	margin-top:15px;
}
/*--------------------------LOGOUT---------------------*/

#perso_module {
    font-weight:bold;
    text-align:center;
}

#perso_module img {
    margin:5px 0px 0px 10px;
}

/*--------------------------CODE ID---------------------*/

#code_form .button{
    margin-top:0px;
    float:none;
}

#codeidok{
    background-color:#FFFFFF;
    border:1px solid #000000;
    margin:0px;
    padding:4px;
    color:#464646;
}

#codeidtext{
    vertical-align:middle;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// CONTENT COMMON
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.content_top{
	display:none;	
}

.content{
    background-color:#FFFFFF;
    width:545px;
}

.content a, .content a:link{
    color:#464646;
}

.content a:hover{
    color:#909090;
}

.content a:visited{
    color:#000000;
}

#topright {
display:none;
}

.content h2 { 
    font-size: 16px; 
    float:right;
    margin-bottom:10px;
}
.content h3 {

}
.content h4{
    border-bottom:1px solid #b8bddb;
    border-top:1px solid #000066;

}

.content h5{
    background-color:#e9ebf7;
}

.content a img{
    border:3px solid #8f9ccd;
}

.content .arrow a img{
   	border: 0px none;
}

.error, .obligatory,{
    font-weight:bold;
}


.highlight{
    background-color: #e9ebf7;
}

/*--------------------------BOX---------------------*/

.box {
    border-bottom:2px solid #8181b3;
    border-top:1px solid #8181b3;

}

.box .price {
	font-weight:bold;
	text-align:right;
	width:100%;
	float:none;
	
}

.box_header {
    padding:10px 10px 0px 10px;
    color:#000066;
}

.box_middle {
    height:13px;
    overflow:hidden;
    width:100%;
}


#galery_container .box{
	border:none;
}

#account_container .box_middle,
#galery_container .box_middle,
#links_container .box_middle,
#promotions_container .box_middle{
    height:23px;
}

.box_content {
	margin:0px 5px 5px 5px;
}

.box_bottom {
    display:none;
}

/*-------------------------buttons---------------------------*/

.button {
}

.button img {
    display:none;
}

.content a.button {
    text-decoration:none !important;
    color:#444;
    border-width:1px;
    border-style:solid;
    border-color:#8181b3 #575fa4 #575fa4 #8181b3;
    background:#e9ebf7;
    margin-right:10px;
    font-weight:bold;
    padding:3px;
}

.content a.negative span{
    color:#E72B1F;
    font-size:9px;
}
.content a.negative:active span{
    color:#000;
}
.content a.positive:hover {
    background:#dfdfed;
    color:#000;
}
.content a.negative {
    background:#F8E8F0;
    color:#000;
}
.content a.positive:active {
    background:#777;
    color:white;
}
.content a.negative:active {
    background:#DD2211;
    color:white;
}

/*-------------------------pagination---------------------------*/

.pagination_box {
    border-top: 1px solid #8181b3;
}
.pagination, .pagination_box {
    background: #e9ebf7;
}
.pagination span a {
    border:1px solid #777777;
    text-decoration:none !important;
}
.pagination span a:hover {
    background: #ffffff;
}
.pagination span .number {
    font-weight:bold;
}

.pagin_stat {
	float:left;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// CONTACT + COMPTE
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*-----------------------------FORM-------------------------------*/

#account_container .tbl .label,
#contact_container .tbl .label {
    width:200px;
}

#account_container .tbl .row .value{
    width:319px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// FINANCEMENT
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#finance{
	margin-top:20px;
}

#finance_container .title{
	border-bottom: 2px solid #000066;
	color:#000066
}

#tab1 {
    border:none;
} 

.colsim1 {
    background-color:#e9ebf7; 
}

.colsim1, .title {
}

#tab1 td, .bgcelldark{
    background-color:#CCC; 
    color:#444;
}

.total {
    background-color:#8484b5;
    color:#444;
    border-bottom:1px solid #e9ebf7;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// DETAILS OBJECTS
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


#info2_container #commodities, #info2_container h4 {
	width:363px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// PRESENTATION
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#presentation_container .txt{
	text-align:justify;
	font-size:13px;
}

#presentation_container .box_middle{
	height:25px;
}

#presentation_container .first{
	border-bottom:1px dashed #b8bddb;
	padding-bottom:10px;
}

#presentation_container .lettrine{
	font-size:16px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// CONTACT
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#contact_image{
	margin-top:19px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// OBJECT INFO
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#info2_container h4{
	padding-top:15px;
}

#info2_container #visit .row {
    _height: 15px;
    max-height: 25px;
}

#info2_container #visit .label {
    width: auto;
    min-width: 60px;
}