@charset "utf-8";
/* CSS Document */

html {
height:100%;}

a:link { text-decoration:none; color:#696969 }    /* cibles non encore visitées */
a:visited { text-decoration:none; color:#696969 } /* cibles visitées */
a:hover { text-decoration:none; color:#696969 }   /* Liens pour "MouseOver" */
a:active { text-decoration:none; color:#696969}  /* Liens cliqués */
a:focus { text-decoration:none }   /* Liens qui reçoivent la zone de saisie active */

body {
background-color:#EBFEC5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%
}


.edit_box {
	position: absolute;
	border: thin solid #000000;
	position: absolute;
	height: 268px;
	width: 634px;
	overflow:auto;
	left: 11px;
	top: 51px;
}
.smiley {
	position: absolute;
	height: 129px;
	width: 181px;
	left: 411px;
	top: 352px;
}
.b_edit {
	position: absolute;
	height: 50px;
	width: 100px;
	left: 36px;
	top: 376px;
}
.dlg_color_palette {
	position: absolute;
	height: 109px;
	width: 179px;
	left: 175px;
	top: 352px;
	visibility: visible;
}
.fermer_palette {
	background-image: url(fermer.gif);
	position: absolute;
	height: 15px;
	width: 15px;
	left: 155px;
	top: 1px;
}


tr.ligne {
	
}
tr.ligne:hover{
	background-color: #DDDDDD;
	cursor: pointer;
}

td.ligne {
	
}
td.ligne:hover{
	background-color: #CCCCCC;
}



table {
	font-family: Tahoma;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}

 img { border : none; }

.txt1 {
	color: #659602;
}
.txt10 {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
}
.title {
	font-family: Tahoma;
	font-size: 13px;
	color: #696969;
	font-weight: bold;
}
a {
	color: #659602;
}
.title2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #4C4B4B;
	font-weight: bold;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.style12 {color: #696969}
.Style14 {color: #659602; font-weight: bold; }
.Style15 {font-size: 13px}
.Style16 {font-size: 14px; color:#4E4E4E; line-height:22px}	