/* CSS Document */

#connexion a { color:black ;font-size: 12px; font-weight:bold;cursor:pointer;}
#basdePage a { color:#5D641E; text-decoration:none; display:inline; }
#basdePage a:hover { color:#5D641E; text-decoration:none;display:inline; }
#menu a {text-decoration:none;display:inline;cursor:pointer;}
#menu a:hover {text-decoration:none;display:inline;cursor:pointer;}

img {border:none;}
legend {color:black;}
.body {background:#F2F2F2;}
.form {background:#94d2da;}

.lienHref {text-decoration:underline;display:inline;cursor:pointer;color:#5D641E;font-weight: bold;}
.lienImage {text-decoration:none; display:inline;color:#F2F2F2;}

.lienLibelle {color:black;text-decoration:none;display:inline;cursor:pointer;	}
.libelle {color:black; font-size: 15px;	font-weight: bold; }
.texte {color:#AB266B; font-size: 15px;	font-weight: bold; }
.titre {COLOR: #AE0B62; FONT-FAMILY: Arial; font-weight:bold; font-size: 20px;}
.violet {color:#AB266B;font-weight:bold;}

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */


