BODY
{
	font-family : 'arial';
	color : #28363F;
	font-size : 9pt;
	background-image : url(images/bg.jpg);
	background-repeat : repeat-x;
	background-position : top;
}

input, textarea, select
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	width : 200px;
}

input.s_small, input[halfsize = "1"]
{
	width : 150px;
}
.focusInput {
	background-color : #E0E1DD;
}
input:focus, textarea:focus, select:focus {
	color : #28363F;
	background-color : #E0E1DD;
}
.crochets
{
	font-size: 7pt;
	letter-spacing: -1px;
}
input.s_small
{
	width : 150px;
}

input[type = "submit"]
{
	width : 200px; height : 22px;
	background-color : #EBE9ED
}

.normal_green
{
	color : #779D03;
}

.normal_orange
{
	color : #FF6600;
}
.medium_gray
{
	color : #B4B4B4;
}

.page_title
{
	font-size : 15pt;
	color : #779D03;
}


.page_title_orange
{
	font-size : 15pt;
	color : #FF6600;
}

a
{
	text-decoration : none;
}
a:hover[u_line = "yes"]
{
	text-decoration : underline;
}
.noticemessage {
	text-align : center;
	background: #FFE7BD;
	border-style: solid;
	border-color: #FFB56B; border-width: 1px;
	padding : 5px;
	width : 590px;
}

.ligne_bottom
{
	border-width: 1px;
	border-bottom-style : dotted;
	border-bottom-color : #28363F;
}

.menu_elt
{
	width : 456px;
	margin-top : 20px;
	border-width : 1px;
	border-style : solid;
	border-color : #FFFFFF;
}

.menu_elt_hover
{
	width : 456px;
	margin-top : 20px;
	background-color : #F6F6F6;
	border-width : 1px;
	border-style : solid;
	border-color : #DFDFE0;
}
img
{
	border : none;
}
a
{
	color : #28363F;
}

.submit_link
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	text-align : center;
	padding : 4px;
	width : 200px; height : 15px;
	background-color : #EBE9ED
}

.submit_box
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	text-align : center;
	padding : 4px;
	background-color : #EBE9ED
}
/* Don't change these options */
	#movableNode{
		position:absolute;
	}

	#arrDestInditcator{
		position:absolute;
		display:none;
		width:100px;
	}
	/* End options that shouldn't be changed */


	#arrangableNodes,#movableNode ul{
		padding-left:0px;
		margin-left:0px;
		margin-top:0px;
		padding-top:0px;
		width:300px;
	}

	#arrangableNodes li,#movableNode li{
		list-style-type:none;
		cursor:default;
		border:1px solid #999;
		padding:5px;
		background-color:#EEE;
		margin-top:2px;

	}
