@charset "utf-8";
.td_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.td_left_green {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-image: url(images/left_green_bckgd.gif);
	background-repeat: repeat-x;
}
.td_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.td_right_green {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-image: url(images/left_green_bckgd.gif);
	background-repeat: repeat-x;
}
.td_grey {
	background-image: url(images/grey_bckgd.gif);
	background-repeat: repeat-x;
}
.td_right_grey {
	background-image: url(images/grey_bckgd.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.td_left_grey {
	background-image: url(images/grey_bckgd.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
#circulaires li {
	list-style-image: url(images/puce_rouge.gif);
	list-style-position: outside;
	line-height: 20px;
}
#liste_circulaires li {
	list-style-image: url(images/puce_rouge.gif);
	list-style-position: outside;
	line-height: 30px;
}

input {
	font-size: 10px;
}
select {
	font-size: 10px;
}
textarea {
	font-size: 10px;
}
.table_encadree {
	border: 1px solid #74C100;
}
a {
	font-size: 11px;
	color: #74C100;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #74C100;
}
.td_menu {
	background-image: url(images/bckgd_menu_grey.jpg);
	background-repeat: repeat-x;
}
.td_bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#menuadmin li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.texte_rouge {
	font-size: 11px;
	color: #900;
	font-weight: bold;
}

