/* CSS Document */
.surbrillance tr:hover{
  background-color:#FF88CC;
  cursor:pointer;
}
body{
	font-family:Arial;
}
a img{
	border: none;
}
select:focus,
input:focus,
textarea:focus{
	background-color: #FEEFD6;
}
#page{
	position:relative;
	height:100%;
}
#bandeau{
	height:50px;
	border:thin solid;
	color: #B22E02;
	background-color:#F8AE2E;
	padding-left:5px;
	margin-bottom:3px;
}
#bandeau h1{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:25px;
}
#bandeau h2{
	margin:0px;
	padding:0px;
	font-size:15px;
	color: #B22E02;
}
#menu{
	padding-top:2px;
	z-index:100;
}
h1{
	font-size:1.2em;
	margin:0px;
}
.message{
	border: 	medium red solid;
	background-color: #FFDEAD;
	color:red;
	width:300px;
	margin-left:50px;
}
.message ul{
	list-style-position: outside;
	margin:0;
	padding:0;
}
.message .titre{
	font-weight:bold;
	margin-left:-15px;
}
.message li{
	list-style:none;
}
.pointer{
	cursor:pointer;
}
.listeDyn{
	list-style-image: none;
	list-style-type: none;
}
#contenu{
	margin:2px 0 2px 0;
	padding:3px;
}
.infobulle span{
	display: none
}
#curseur{
	position: absolute;
	display: none;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #FFFFCC;
	z-index: 100;
}
/* --- fin infobulle ----*/

.popup{
	z-index:100;
	position:absolute;
	display:none;
	border:thin solid;
	background-color:#FFFFFF;
}
.popup_fermer{
	position:absolute;
	right:0px;
	cursor:pointer;
}
.popup_barre{

	cursor:move;
	background-color:#B22E02;
	color:#FFFFFF;
	padding:3px;
}
.popup_contenu{
	padding:3px;
}
#formulaireConnexion{
	border:thin solid;
}

#calendrier_js{
	background-color:#F8AE2E;
	color:#B22E02;
	font-size:0.8em;
}
#calendrierJours td{
	background-color:#B22E02;
	color:#F8AE2E;
	border:thin solid #FFFFFF;
	text-align:center;
	margin:2px;
}
#calendrierTitre{
	font-size:1em;
	font-weight: bold;
}
#calendrier td{
	border:thin solid #FFFFFF;
	text-align:center;
	margin:2px;
}
/* ------- onglets -------*/
ul.onglet, .onglet li {
list-style-type: none;
margin:0;
padding:0;
}
ul.onglet {
width: 100%;
height: 1.1em;
border-bottom: 1px solid black;
}
.onglet li {
display: inline;
border:thin solid;
padding : 0 0.5em 0 0.5em;
margin-left:0.2em;
font: bold 0.9em verdana, arial, sans-serif;
cursor:pointer;
}
li.ongletSelect{
background-color:#F8AE2E;
}
.onglet li:hover {
	background-color: #FFD700;
}
.opaque{
	-moz-opacity:.40;
	opacity:.40;
}
.alerte{
	border:2px solid red;
	color:red;
}
