body, td, th {
	font-family: Verdana;
	font-size: 11px;
}

input, textarea, select {
	border: solid 1px #a0a2a4;
	font-family: Verdana;
	font-size: 8pt;
}

form {
	margin: 0px;
}

a {
	color: #7F6094;
	text-decoration: none;
}

a:hover {
	color: #4C226A;
	text-decoration: underline;
}

a.on_dark {
	color: #C9D200;
	text-decoration: none;
}

a.on_dark:hover {
	color: #E5F240;
	text-decoration: underline;
}

/* Styles pour le FCKeditor */

p {
	font-weight: normal;
	/* color: #707172; */
	color: #303132;
	font-size: 12px;
	font-family: Verdana;
	margin: 0px;
}

h1 {
    background-image: url(../images/title_arrow.png);
    background-repeat: no-repeat;
    background-position: top left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
	color: #C9D200;
	padding-left: 35px;
	line-height: 36px;
	margin: 0px;
}

h2 {
	background-image: url(../images/title2_arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
	color: #3F2A68;
	margin: 0px;
	margin-left: 36px;
	padding-left: 17px;
	padding-top: 6px;
	line-height: 24px;
}

h3 {
	font-family : Verdana;
	font-weight : bold;
	font-size: 12px;
	color: black;
	margin: 0px;
	margin-left: 55px;
	line-height: 18px;
}

h4, .text {
	font-weight: normal;
	font-size: 12px;
	/* color: #707172; */
	color: #303132;
	font-family: Verdana;
	margin: 0px;
	margin-left: 55px;
}

.text {
	color: #707172;
}

li {
	margin-left: 12px;
	_margin-left: 0px;
	margin-bottom: 5px;
}

ul {
    list-style-image: url(../images/square2.png);
	font-weight: normal;
	/* color: #707172; */
	color: #303132;
	font-size: 12px;
	font-family: Verdana;
}

ol {
    color: #3F2A68;
    font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

.bold_violet {
	font-weight: bold;
	font-size: 12px;
	color: #4C226A;
	font-family: Verdana;
}
.violet {
	font-weight: normal;
	font-size: 12px;
	color: #4C226A;
	font-family: Verdana;
}

.bold_green {
	font-weight: bold;
	font-size: 12px;
	color: #C9D200;
	font-family: Verdana;
}

.green {
	font-weight: normal;
	font-size: 12px;
	color: #C9D200;
	font-family: Verdana;
}

.normal {
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

#content {
	position: absolute;
	width: 750px;
	left: 50%; margin-left: -375px;
	border: solid 1px #a0a2a4;
}

#menu {
	position: absolute;
	left: 169px; top: 109px;
	width: 581px; height: 25px; background-color: #c9d200;
}

#flags {
	position: absolute;
	left: 690px; top: 8px;
}

#left_area {
	height: 100%;
	background-image: url(/images/back_left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#login {
	background-color: #D4DEEF;
	width: 131px;
	margin-left: 21px;
	margin-top: 18px;
	padding: 5px;
}

.left_article {
	background-color: #D4DEEF;
	padding: 5px;
	width: 131px;
	margin-left: 21px;
}

.left_article h3 {
	margin: 0;
	margin-bottom: 5px;
}

.left_article .content_fixed_article {
	background-color: white;
	padding: 5px;
	border: 1px solid #A0A2A4;
	margin-top: 5px;
}

.content_fixed_article p {
	font-size: 11px;
}

#footer {
	color: #a0a2a4;
	padding-right: 10px;
	text-align: right;
}

#error {
	position: absolute;
	width: 600px; left: 50%; margin-left: -300px;
	background-color: #f2eae4;
	border: solid 2px red;
	padding: 10px;
}

#fatal_error {
	position: absolute;
	width: 600px; left: 50%; margin-left: -300px;
	border: solid 2px red;
	padding: 10px;
}

#login_panel {
	position: absolute; top: 134px; left: 460px; width: 500px; margin-left: -250px;
	overflow: hidden;
}

.login_background {
	background-color: #e4e6e9;
	text-align: center;
}

.error_field {
	background-color: #F0E0E0;
}

.box {
	/* border: solid 1px #a0a2a4; */
	margin-bottom: 10px;
}

.box_border {
	border: solid 1px #a0a2a4;
	padding: 6px;
}

.box_line {
	border-top: solid 1px #a0a2a4;
	padding: 4px;
}

.bottom_line {
	border-top: solid 1px #a0a2a4;
}

.back_light {
	background-color: #eee8f2;
}

.back_dark {
	background-color: #4c226a;
}

.error {
	padding: 10px;
	background-color: #f0e0e0;
	border: solid 2px #c04040;
	color: red;
}

.success {
	padding: 10px;
	background-color: #F4FFF4;
	border: solid 2px #009900;
	color: green;
}

.error_text {
	color: red;
}

.warning {
	padding: 10px;
	background-color: #f5f7c9;
	border: solid 2px #c9d200;
	color: maroon;
}

.flag_on {
	border: outset 2px #c9d200;
}

.flag_off {
	border: outset 2px #704e88;
}

.tab_active {
	background-color: white;
	border-top: solid 2px #c9d200; border-right: solid 1px #c0c0c0; border-left: solid 1px #c0c0c0;
	float: left; padding: 6px; padding-bottom: 9px; _margin-left: -1px; margin-right: -1px; _margin-right: 0px;
	cursor: default; color: #4070A0;
}

.tab {
	background-color: #f8f5fa;
	border: solid 1px #c0c0c0;
	float: left; padding: 6px; margin-top: 3px; margin-bottom: -3px; _margin-left: -1px; margin-right: -1px; _margin-right: 0px;
	cursor: pointer; color: #607080;
}

.tab_spacer {
	border-bottom: solid 1px #c0c0c0; width: 100%
	float: left; padding-top: 29px;
}

.tab_content {
	clear: left;
	background-color: white;
	border-left: solid 1px #c0c0c0; border-right: solid 1px #c0c0c0; border-bottom: solid 1px #c0c0c0;
	padding: 6px;
}

.row_title_first {
    background-image: url(../images/section.png);
    background-repeat: no-repeat;
    background-position: top 4px;
	border-bottom: solid 1px #704e88;
	text-align: left;
	padding-left: 24px;
	padding-top: 2px;
	font-weight: bold;
}

.row_title_square {
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
    background-position: top 4px;
	border-bottom: solid 1px #704e88;
	text-align: left;
	padding-left: 18px;
	padding-top: 2px;
	font-weight: bold;
}

.row_title {
	border-bottom: solid 1px #704e88;
	text-align: left;
	padding-top: 2px;
	font-weight: bold;
}
.odd {
	background-color: #f6f4f8;
}

.even {
	background-color: #f0eef2;
}
.odd_order {
	background-color: #F4F3F2;
}

.even_order {
	background-color: #FFFFFF;
}
.small {
	font-size: 7pt;
}

.faded {
	color: #9098a0;
}

.highlight {
	color: #799f1d;
}
.total_price {
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #cacaca;
}
.border_order_summary {
	border:1px  solid #4C236A;
}
.included_product_title {
	background-color: #C9D200;
	color:#4C236A;
	font-weight:bold;
}
.row_title_underline {
	border-bottom: solid 1px #4C226A;
	text-align: left;
	padding-top: 2px;
	font-weight: bold;
}

.order_details{
	margin: 4px 20px;
}

#agency_title {
	position: absolute;
	left: 175px; top: 100px;
	width: 581px; height: 25px;
}

.over {
	background-color: silver;
}

.combo_fade {
	background-color: #D1D1D1;
	color: #E0E0E0;
}

.big {
	font-size: 14px;
	font-weight: bold;	
}