	a:link{color:orange;}                 
	a:hover{color:red;}   
	a:active{color:orange;}
	a:visited{color:orange;}

body {
	color:black;
	background-color:#FFF2E1;
	background-image:url(librairie/carte.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	margin : 10px 0 0 0;
	cursor:not-allowed;
}

button {
	color:#DE8700;
	background-color: #FFF2E1;
	font-weight: bold;
	border-style:double;
	border-width:medium;
	border-color:#EEEEEE;
	border-top-color:#000000;
	border-left-color:#000000;

	}

input {
	color:#DE8700;
	background-color: #FFF2E1;
	font-weight: bold;
	border-style:double;
	border-width:medium;
	border-color:#EEEEEE;
	border-top-color:#000000;
	border-left-color:#000000;

}

#horloge
	{
	color:#FFFFFF;
	position:absolute;
	top :90%;
	left : 15%;
	width:70%;
	border-style:double;
	border-width:medium;
	border-color:#EEEEEE;
	border-top-color:#000000;
	border-left-color:#000000;
 	}

#entete
	{
	position:absolute;
	top :3%;
	left :10%;
	width:80%;
	text-align:center;
	font-weight: bold;
	}
	
#corps1
	{
	position:absolute;
	top :10%;
	left : 5%;
	width:90%;
	text-align:center;
	}

#corps2
	{
	position:absolute;
	top :45%;
	left :5%;
	width:90%;
	text-align:center;
	}

#conteneur {
	position:absolute;
	left :10%;
	width:75%;
	height:300px;
	padding: 20px;
	overflow:hidden;
	border-style:double;
	border-width:medium;
	border-color:#EEEEEE;
	border-top-color:#000000;
	border-left-color:#000000;
}
#contenu {
	position:absolute;
	left: 0px;
	top: 0px;
}
	
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: -100px;
    left: 100px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    }
	
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    margin:0;
    padding: 0;
    border: 0;
}

.general {
	width : 80%;
	border: 2px double #25455c;
	border-width: medium;
	text-align: center;
	padding: 1px;
	border-spacing: 1px;
 	margin: 10px auto auto auto;
	color : #DE8700;
}

.bgentete {
	background-color: #FFF2E1;
	text-align: center;
	font-weight: bold;
	
}

.bgligne {
	background-color: #FFF3EE;
	text-align: center;
	
}

.bglist {
	background-color: #FFF3EE;
	color : #DE8700;
	}

.bgcompteur {
	color : #FFF3EE;
	text-align : center;
	font-weight : bold;
}

.bgannule{
	background-color : #D8D8BF;
	text-align : center;
}

.titreTableau {
	width : 90%;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

.titreList {
	width: 90%;
	left:5%;
	color: #DE8700;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	
}

.titreErreur {
	width: 90%;
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

.entetepied {
	width : 60%;
	border: none;
	text-align: center;
	padding: 1px;
	border-spacing: 10px;
}

.general td {
	text-align: center;
}

.tableContenu {
	width: 60%;
	height: 430px;
}

.DivCentrePrincipal {
	text-align: center;
	margin : 0px auto auto auto; 
}

.tableAlign {
	text-align: center;
	width: 100%;
}

.borderColor {
	border: 2px solid #25455c;
}
