
    /* CSS Document */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// Perso for images & color
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body{
	background-color: #19181b;    
}

#global{
	background-color: #19181b;
}

.box{
	background-color: #fff6e0;  
    padding-bottom:1px;
}

.box_header{
	background-color: #d4a61d;
}

h2{
	color: #19181b;
}

#navigation ul li {
	border-color:#fff6e0;
}

.content a.button {
	background-color:#d3a41e;
    border: 1px solid #715b28;
    color: #6c4f0c;    
}

.content a.button:hover{
	background-color:#715b28;
    color:#D3A41E;    
}

.content a.negative:hover span {
    color:#fff6e0;
    font-size:9px;
    text-transform:none;
}

.highlight {
	background-color: #f0d892;
}

#footer  {
	border-top:1px solid #ada899;
	color:#ada899;
}

#menu_object .cat a {
	border-bottom:1px solid #C0C0C0;
	color: #000;
}

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

#navigation #selected a {
	color:#fff6e0;
}

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

.content a:link, .content a:visited {
	text-decoration:underline;
    color:  #19181b;
}

#identification a, .alarm a {
	text-decoration:underline;
	color:  #19181b;
}

#footer a {
    color:  #715b28;
}

#footer a:hover {
    color:  #D3A41E;
}

.content a:hover {
	color:  #6c4f0c;
}

.pagination  {
	background:none repeat scroll 0 0 #715b28;
    color: #fff6e0;
}

.pagination_box {
	border:1px solid #715b28;
}

.pagination_box  a:link,.pagination_box a:visited{
	color:  #f0d892;
}

.next {
    background:url("/specific/interface/pagin_arrow_next.png") no-repeat scroll right 7px transparent;
    padding-right:12px !important;
}

.prev {
    background:url("/specific/interface/pagin_arrow_prev.png") no-repeat scroll 1px 7px transparent;
    padding-left:12px !important;
}

#contact_container #contact_table .label {
	width:200px;
}

.pagination_box a:link, .pagination_box a:visited {
    color:#fff6e0;
    border: 1px solid #d4a61d;
}

.bgcelldark {
	background-color:#D3A41E;
}

.colsim1 {
    background-color:#f0d892;
    padding:3px;
}

.total  {
    background-color:#715b28;
    font-weight:bold;
    color: #D3A41E;
}

.content a img {
	border: 1px solid #ce6c1b;
}

.content .pagination a img {
	border: 0;
}

.content a.button {
	float: left;
}
.content .buttonspacer{
width: 470px;
}
