body {
		background-color:	#FFFFFF;
		color:				#000000;
		font-size:			12px;
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		margin:				5px;
	}
	
a {
		color:				#306595;
		font-size:			12px;
		text-decoration:	underline;
	}
	
a:hover {
	color:				#663333;
}
	
#header {
	margin-left: 30px;
	clear: all;
	display: block;
	}
	
	table.display-window {
		background-color:	#FFFFFF;
		width:				100%;
		height:				400px;
		text-align:			left;
	}
	table.display-window .titlea {
		color:				#fff;
		font-size:			13px;
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		font-style: italic;
	}
	table.display-window .titleb {
		color:				#fff;
		font-size:			13px;
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		font-weight:		bold;
	}
	div.message-body {
		padding:			1px 25px 25px 25px;
	}
	div.message-body h1 {
		color:				#666666;
		border-bottom:		2px #CCCCCC solid;
		font-size:			15px;
		font-family:		Arial, Helvetica, sans-serif;
		font-weight:		bold;
		text-align:			left;
	}
	div.error-message {
		background-color:	#FFD9D0;
		border:				1px #CC0000 solid;
		padding:			8px;
		color:				#333333;
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		font-size:			12px;
		margin-bottom:		10px;
	}
	#shadow-container {
		position:			relative;
		left:				3px;
		top:				3px;
		width:				760px;
		min-width:			762px;
		margin-right:		3px;
		margin-bottom:		3px;
	}
	#shadow-container .shadow2,
	#shadow-container .shadow3,
	#shadow-container .container {
		position:			relative;
		left:				-1px;
		top:				-1px;
	}
	#shadow-container .shadow1 {
		background:			#F1F0F1;
	}
	#shadow-container .shadow2 {
		background:			#DBDADB;
	}
	#shadow-container .shadow3 {
		background:			#B8B6B8;
	}
	#shadow-container .container {
		background:			#ffffff;
		border:				1px solid #848284;
		padding:			0px;
	}
	.titleb a:link {
	color:			#ffffff;
	text-decoration:		none;
	}	
	.titleb a:visited {
	color:			#ffffff;
	text-decoration:		none;
	}
	.titleb a:hover {
	color:			#663333;
	text-decoration:		none;
	}
	
/*From http://www.highrankings.com/newsletter/subscription.php */
label {
	border: 0px red solid;
	display:			block;
	font-size:			11px;	
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	font-weight:		bold;
	padding-top:10px;
	}
	
label.cbeckbox,
label.cb
	{
	display:			inline;
	font-weight:		normal;
	}
input
{
	/*padding:				3px 11px 0px;*/
	
}

input.textfield,
select.textfield,
textarea.textfield
{
	width:				240px;
	background-color:	white;
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	color:				#666;
	font-size:			12px;
	border:				1px solid #cccccc;

}


.form_info textarea
{
	width: 490px;
	
}

.form_info input.cb,
.form_info input.radio,
label.cb
{
	width:auto;
	margin:0px 0px 0px;
	border:none;
	padding-top: 0px;
}
.submit_button
{
	border:				1px solid #cccccc;
	background-color:	white;
	color:				#666;
	font-size:			9px;
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	margin-left:		6px;
}

.obligatoire {
	color: #cc0000
}

#listmessform {
	margin: 20px 0 0 0;
	background-color: #ede5d2;
	padding: 0 20px 0 20px;
	border-bottom: 0px #a99778 solid;
	border-right: 0px #a99778 solid;
}

.listmessformhr {
	border-bottom: 2px #a99778 solid;
	width: 100%;
	margin: 6px 0 6px 0;
}

#listmessform a:link {
	background-color: #fffbcc;
	color: black;
	text-decoration: none !important;
	font-weight: bold !important;
}

#listmessform a:visited {
	background-color: #fffbcc;
	color: black;
	text-decoration: none !important;
	font-weight: normal !important;
}

table.tootipbox {
	width: 200px;
	text-align: left;
}

input {
	font-size: 11px;
}

textarea {
	width: 250px;
	height: 60px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #372201;

}

.textbox {
	width: 250px;
}