body {
	margin: 0px 20px 0px 20px;
	background-color: #FFFFFF;
	background: url('images/iframe_iframe_bg.gif') bottom left no-repeat fixed;
}

tbody {
	font-family: Georgia;
	font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #eb6200;
}

a.anchor, a.anchor:link, a.anchor:active, a.anchor:visited, a.anchor:hover {
	text-decoration: none;
}

.pagetitle {
	font-family: Georgia;
	font-style: italic;
	color: #000000;
	font-size: 35px;
	text-align: center;
}

.path {
	font-family: Arial;
	font-size: 11px;
}

.entete {
	font-family: Georgia;
	font-style: italic;
	color: #e74d02;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #e74d02;
	padding-bottom: 2px;
}

a:hover {
	text-decoration: underline;
}

.quotation {
	font:10px/18px georgia, serif;
	font-style:italic;
}

.quotation_mark {
	font:14px/18px georgia, serif;
	/*font:18px/18px arial, verdana, sans-serif;*/
	font-weight:bold;
	color:#e5005d;
}

.error {
	text-align: center;
	vertical-align: top;
	color: #FF5500;
	font-weight: bold;
}

.message {
	text-align: center;
	vertical-align: top;
	color: #009900;
	font-weight: bold;
}

.short_description {
	font-style: italic;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #999999;
}

.button {
	background-color: #EFEFEF;
	padding: 2px;
	font-size: 10px;
	width: 100px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

/*.field {
	background-color: #EFEFEF;
	padding: 2px;
	font-family: Arial;
	font-size: 10px;
	border: 1px solid #CCCCCC;
}*/

input.field {
	background: url('images/field.png') top left no-repeat;
	padding: 5px 2px 2px 5px;
	width: 280px;
	height: 25px;
	text-align: left;
	border: 0px;
	font-family: Arial;
	font-size: 10px;
}

textarea.field {
	background: url('images/textarea_field.png') top left no-repeat;
	padding: 5px;
	width: 280px;
	height: 144px;
	text-align: left;
	border: 0px;
	font-family: Arial;
	font-size: 10px;
}