/*GENERAL Routart.ch*/

b, strong {
         font-weight: bold;
         }

body, a, p, td, th, li	{
        font-family: Verdana, Helvetica, sans-serif;
        # font-size: xx-small; 
        font-size: 12px;
        color: #696969; 
        font-weight: normal;
        }

body {
        background-color: #ffffff;
        }


h1 {
        color: #696969; font-family: Verdana, Helvetica, sans-serif; 
        font-size: 8px; font-weight: bold;
        }

/*
h2 {
        color: #696969; font-family: Verdana, Helvetica, sans-serif; 
        font-size: 10px; font-weight: bold;
        }
*/

h3 {
        color: #696969; font-family: Verdana, Helvetica, sans-serif; 
        font-size: 12px; font-weight: bold;
        }

h4 {
        color: #696969; font-family: Verdana, Helvetica, sans-serif; 
        font-size: 14px; font-weight: bold;
        }

h5 {
	color: #696969; font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px; font-weight: bold;
	}

h6 {
	color: #696969; font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px; font-weight: bold;
	}


.titre {
        font-family: Verdana, Helvetica, sans-serif; 
        color: #696969; 
        font-weight: bold;
        }


/* Links */

 a:active, a:link, a:visited {
        text-decoration: underline;
        color: #696969;
        }

 a:hover {
        text-decoration: underline;
        color: #F5890A;
        }

 .searcharea {
        background-color: #F2F2F2;
        }

.searchareaseparator {
        background-color: #E8E8E8;
        }

.credit {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969
        }

input,select,textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #696969; 
        font-weight: normal;
        background-color: #ffffff;
        border-style: solid; 
        border-color: #696969;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 1px;
        }

input.select {
	border-style: solid; 
        border-color: #696969;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 1px;

        }

input.none {
        border-style: none;
        }
        
input.radio {
        border-style: none;
        background-color : #FBF2E2;
        }        

img {	
        border: none;
        }
        
        
/* Horizontal Line */
hr {
	background: #0443dd; height:2px; border: 1px inset;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}


/* Content - Sections & Categories */
.contentpaneopen {
	#border : 0px ridge #DCDCDC;
	}

.contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #696969;
	text-align:left;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #696969;
	text-align:left;
	display: inline;
	}
        
ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside url(../images/arrow.png) 3px;
	list-style-image: url(../images/arrow.png);
	}        
                
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}


/* Search area */
.sectiontableentry1, .contentpane {
	background-color : #FBF2E2;
	}

.sectiontableentry2 {
	#background-color : #d5e3f0;
        background-color : #FBF2E2;
	}

.image {
        border-style: solid; 
        border-color: #ffffff;
        border-bottom-width: 5px;
        border-left-width: 5px;
        border-right-width: 5px;
        border-top-width: 5px;
        }
        
.sectiontableheader {
	background-color : #999999;
	color : #FFFFFF;
	font-weight : bold;
	} 

.tit {
        color : #FBF2E2;
        }        