/*==========Ensemble du site=========*/
*
{
	margin:0;
	padding:0;
}

body
{
	background-color: #f2f2f2;
}

ul, li
{
	list-style-type: none;
}

fieldset
{
	margin:20px;
	padding: 10px;
	border: dashed 1px #1f5ccf;
}

legend
{
	padding: 5px;
	color : #1f5ccf;
}

a
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

h1
{
	color: #1f5ccf;
}

.text
{
	color:#404040;
}

table.text
{
	color: #404040;
	text-align: center;
}
/*=========Affichage des images (pour Firefox)=======*/
img
{
	border : 0px;
}

/*=====================Bannière=====================*/
#titre 
{
	padding-top: 13px;
	width: 100%;
	height: 37px;
	background: url(../images/fond-titre.jpg) repeat-x;
	text-align:center;
	position: fixed;
	z-index:2;
}

/*===============Menus============*/
/*========Menu Haut======*/

#menu-haut
{
	width: 100%;
	margin-top: 50px;
	width: 100%;
	height: 50px;
	background-color: #a0a0a0;
	position: fixed;
	z-index:2;
	min-width: 650px;
}

#menu-haut li a
{
	padding-right: 35px;
	border-left:1px dashed #404040;
	padding-left: 35px;
	height:50px;
	float:left;
	margin-left: 0px;
}

#menu-haut .first
{
	border-left:none;
}

#menu-haut .last
{
	border-right:1px dashed #404040;
}

#menu-haut li a:hover
{
	background: url(../images/indicator.png) gray no-repeat center;
}

/*========Menu Gauche======*/
#menu-gauche
{
	width: 250px;
	height: 100%;
	background-color: #e0e0e0;
	border-right: 1px solid #a0a0a0;
	position: fixed;
	margin-top: 100px;
	z-index:2;
}

#menu-gauche li a
{
	color: #494848;
	font-size: larger;
	float:left;
	width:100%;
	height:54px;
}

#menu-gauche .afficher
{
	background:transparent url(../images/menus/menu-gauche/afficher.png) no-repeat scroll 0 0;
}

#menu-gauche .ajouter
{
	background:transparent url(../images/menus/menu-gauche/ajouter.png) no-repeat scroll 0 0;
}

#menu-gauche .modifier
{
	background:transparent url(../images/menus/menu-gauche/modifier.png) no-repeat scroll 0 0;
}

#menu-gauche .supprimer
{
	background:transparent url(../images/menus/menu-gauche/supprimer.png) no-repeat scroll 0 0;
}

#menu-gauche li a:hover
{
	background-position:right 0;
}

#menu-gauche li a:active
{
	background-position:right 0;
}


/*=============Contenu===========*/
#contenu
{
	margin:100px 0 0 250px;
	padding:25px;
	position:absolute;
	width: 79%;
	height: 79%;
	z-index:1;
}

/*============Infos==========*/
.infobad
{
	color: #ee2b11;
}

.infogood
{
	color: green;
}

.gotop
{
	cursor: pointer;
	color : #404040;
}

/*==========Calendrier JS==============*/
.ds_box
{
	background-color: #1f5ccf;
	border: 1px solid #000;
	position: fixed;
	z-index: 32767;
	cursor: pointer;
}

.ds_tbl
{
	background-color: #FFF;
}

.ds_head
{
	background-color: #1f5ccf;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead
{
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	width: 32px;
}

.ds_cell
{
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover
{
	background-color: #a0a0a0;
}