/* CSS Document */
body {
    background-color: #ddd; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

/* liens */
a {
    color: #006699;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h4 {
 text-align:center;	
}
/* Titre */
#header h1 {
    margin: 0;
    padding: 0;
}
#header h1 {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom,from(#ccc), to(#999));
}
#header h1.back {
	background-color:#FFFFFF;
	}
#selection.hide {
    display: none;
}
#header div.pressed {
    -webkit-border-image: url(/static/images/mobile/button_clicked.png) 0 8 0 8;
}
#header h1.back a{
	background: url(images/mobile/back_button.png) no-repeat;
	padding-left:40px;
	text-decoration:none;
	color:#000000;	
}
#header h1.back a:hover{
	background-color: #000000;
	color: #FFFFFF;	
}
#header h1.back:hover{
	background-color: #000000;
	color: #FFFFFF;		
}
#header div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/mobile/button.png) 0 8 0 8;
}
#selection h2 {
	background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom,from(#ccc), to(#999));
}
ul.menu{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    list-style: none;
    margin: 10px;
    padding: 0;
    text-align:center;
    padding: 12px 10px;
}
ul.menu li {
	background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display:inline;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    margin-left:2px;
    padding: 12px 10px;
}
ul.menu li.active,ul.menu li.active:hover {
	background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #DD0000;
    display:inline;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    margin-left:2px;
    padding: 12px 10px;
}
ul.menu li a{
    color: #222222;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 10px;
}
ul.menu li a:hover,ul.menu li:hover{
	background-color: #0000FF;
	color: #FFFFFF;	
}
/*Listes */
#selection ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#selection ul li a,#selection ul.center li a,#selection ul.texte li,#selection ul li{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}
#selection ul li a:hover,#selection ul.center li a:hover{
	background-color: #0000FF;
	color: #FFFFFF;	
}
#selection table{
	background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
}
#selection table a{
	background-color: transparent;
	background:none;
    border: 1px solid #999999;
    color: #222222;
    padding: 12px 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -1px;
    text-decoration: none;
}
#selection ul.texte li a{
	background:none;
	background-color: transparent;	
}
#selection ul.texte li a:hover{
	background-color: #0000FF;
	color: #FFFFFF;		
}
#selection ul.center li{
    text-align:center;
}
#selection ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#selection ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
/*content*/
#content, #sidebar {
    padding: 10px;
}
#footer {
    display: none;
}
tr.i1{
	background-color:#F0F0F0;
}
input.text {
    font: 14px Helvetica,Arial Geneva, Swiss, SunSans-Regular;
    }
input.button {
    font: 14px Helvetica,Arial Geneva, Swiss, SunSans-Regular; 
    border: 2px outset #294194; 
    background-color:#294194;
    color:#FFFFFF; 
    padding:0 0 0 0;
}
td.bib{
	text-align:right;
	padding-right:10px;
	width:25px;
}

