body {
	background-color : #fff;
	background-image: URL("pics/bg.png");
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
img , div {
	
}
h1 , h2 , h3 , p , ul , ol {
	margin: 0px;
	padding: 0px;
}
ul {
	padding-left: 25px;
	margin-bottom: 10px;
	list-style-image: URL('pics/ul.gif');
}
li {
	margin-bottom: 10px;
	text-align: justify;
}
ol {
	padding-left: 25px;
	margin-bottom: 10px;
}
h2 {
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #eee;
	background-image: URL('pics/h1_bg.png');
	background-repeat: repeat-x;
	font-size: 16px;
	font-style: italic;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	clear: left;
}
h2.first {
	margin-top: 0px;
}
h3 {
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: URL('pics/h2_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 18px;
	font-size: 14px;
	font-style: italic;
	clear: left;
}
h3.first {
	margin-top: 0px;
}
h3 a {
	color: #fff;
}
p {
	padding-bottom: 10px;
	text-align: justify;
}
a {
	color: #81ffff;
	text-decoration: none;
}
a:hover {
	color: orange;
}
a img {
	border: 0px;
}
img {
	margin-bottom: -3px;
}
em {
	olor: #ccc;
}
h2 a {
	color: #fff;
}
blockquote {
	margin: 0px;
}
blockquote p {
	padding-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 0px;
	font-style: italic;
}

.disabled {
	font-style: italic;
	color: #bbb;
}
.center { text-align: center; }

/* Panneaux de message */
.msg {
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding: 5px 5px 5px 25px;
	border: 1px solid;
	-moz-border-radius: 8px;
	margin-bottom: 10px;
	color: #000;
}
p.msg {
	width: 400px;
	margin: auto;
	margin-bottom: 10px;
}
.msg.ok { background-image: URL('pics/msg_pannels/validate.gif'); background-color: #a5e7aa; border-color: #00ff00; }
.msg.warning { background-image: URL('pics/msg_pannels/warning.gif'); background-color: #eff072; border-color: #ff0000; }
.msg.error { background-image: URL('pics/msg_pannels/delete.gif'); background-color: #e8a9ac; border-color: #ff0000; }
.msg.stop { background-image: URL('pics/msg_pannels/stop.gif'); background-color: #e8a9ac; border-color: #ff0000; }
.msg.forbidden { background-image: URL('pics/msg_pannels/forbidden.gif'); background-color: #e8a9ac; border-color: #ff0000; }
.msg.info { background-image: URL('pics/msg_pannels/info.gif'); background-color: #acc6ee; border-color: #0064ff; }
.msg.help { background-image: URL('pics/msg_pannels/help.gif'); background-color: #acc6ee; border-color: #0064ff; }
.msg.tip { background-image: URL('pics/msg_pannels/light_on.gif'); background-color: #eced89; border-color: #ff922a; }
.msg ul { list-style-image: URL(); }

#body {
	width: 700px;
	margin: auto;
}
#body #header {

	margin: 0px;
}
#header h1 {
	width: 600px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	color: #99ccff;
	border: 0px;
}
#header h1 a {
	white-space: nowrap;
	color: #99ccff;
}
#header h1 a:hover {
	text-decoration: underline;
}
#header #logo {
	height: 133px;
}
#header #logo img {
	margin-bottom: -3px;
}

/* Menu principal */
#header_menu {
	background-image: URL('pics/main_menu_bg_v2.png');
	background-repeat: no-repeat;
	height: 62px;
}
#header_menu table { /* Tableau pour centrer le menu */
	margin: auto;
}
#header_menu table td{ /* FIX pour centrer correctement le menu */
	padding-left: 2px;
}
/* Catégories */
#header_menu ul {
	list-style-type: none;
	list-style-image: url("");
	padding: 0px;
	margin: auto;
	height: 60px;
}
#header_menu ul li {
	display: block;
	float: left;
	/* background-image: url("pics/tab_thead_background.png"); */
	margin-left: -5px;
}
#header_menu ul li a {
	display: block;
	text-align: center;
	padding: 15px 15px 15px 10px;
	background-image: URL('pics/main_menu_item_bg.png');
	background-repeat: no-repeat;
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#header_menu ul li a.selected {
	background-image: URL('pics/main_menu_item_bg_hover.png');
	color: #ffd11a;
}
#header_menu ul li a:hover {
	background-image: URL('pics/main_menu_item_bg_hover.png');
	color: orange;
}

#header_menu ul li span.title {
	display: block;
	width: 194px;
	padding: 0px;
	background-image: URL('pics/main_menu_subitem_title_bg.png');
	background-repeat: repeat-x;
	border-top: 2px solid #2c69cd;
	border-bottom: 2px solid #024dc3;
	background-color: #0372db;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#header_menu ul li span.title:before {
	content: "« ";
}
#header_menu ul li span.title:after {
	content: " »";
}
#header_menu ul li span.first {
	
}
#header_menu ul li.first {
	padding-left: 3px;
	background-image: URL('pics/main_menu_first_bg.png');
}
#header_menu ul li.last {
	padding-right: 3px;
	background-image: URL('pics/main_menu_last_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#header_menu ul li.first a {
	background-position: -3px 0px;
}
#header_menu ul li.last a {
	padding-right: 8px;
}
/* Sous-catégorie */
#header_menu ul li p {
	display: none;
	position: absolute;
	margin-top: 1px;
	margin-left: -3px;
	padding-top: 0px;
	padding-left: 3px;
	background-repeat: no-repeat;
	width: 200px;
}
#header_menu ul li.first p {
	margin-left: -16px;
}
#header_menu ul li p .top {
	background-image: URL('pics/main_menu_subitem_top_bg.png');
	padding-top: 3px;
	display: block;
}
#header_menu ul li p .body {
	background-image: URL('pics/main_menu_subitem_body_bg.png');
	padding-left: 3px;
	display: block;
}
#header_menu ul li p .bottom {
	background-image: URL('pics/main_menu_subitem_bottom_bg.png');
	padding-top: 3px;
	display: block;
}
#header_menu ul li.first p {
	margin-left: 0px;
}
#header_menu ul li p a , #header_menu ul li.first p a , #header_menu ul li.last p a {
	display: block;
	padding: 3px 0px 3px 0px;
	background-image: URL('pics/main_menu_subitem_bg.png');
	background-repeat: repeat-x;
	background-position: -3px -0px;
	white-space: nowrap;
	font-size: 11px;
	width: 194px;
}
#header_menu ul li p a.first , #header_menu ul li.first p a.first {
	background-position: -3px -1px;
}
#header_menu ul li p a:hover , #header_menu ul li.first p a:hover {
	background-image: URL('pics/main_menu_subitem_bg_hover.png');
}

#header_menu ul li.first p {
	margin-left: -6px;
}

#content {
	padding-top: 5px;
	padding-left: 60px;
	padding-right: 60px;
	color: #fff;
	background-image: URL('pics/content_bg_v2.png');
	background-repeat: repeat-y;
	clear: both;
	z-index: 25;
}
#content #youarehere {
	padding-bottom: 20px;
	font-style: italic;
	text-align: center;
}
#content p.top {
	text-align: right;
	clear: both;
	font-size: 11px;
	padding-top: 50px;
	padding-bottom: 0px;
}
#content p .icon {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

table.cat { width: 100%; }
table.cat td.icon { width: 70px; padding-top: 4px; vertical-align: top; }
table.cat td.descr { vertical-align: middle; text-align: justify; }
table.cat td.learnmore { width: 105px; vertical-align: middle; padding-left: 5px; }
table.cat td.learnmore a {
	display: block;
	font-style: italic;
	text-align: right;
	background-image: URL('pics/h1_bg.png');
	border: 1px solid #eee;
	color: #ffffff;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
	background-repeat: repeat-x;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	font-weight: bold;
	white-space: nowrap;
}
table.cat td.learnmore a:hover {
	background-image: URL('pics/h1_bg_hover.png');
	border: 1px solid orange;
}
#content p.nav  {
	padding-top: 14px;
	margin-top: 6px;
	clear: both;
	border-top: 1px solid #eee;
}
#content p.nav a {
	display: block;
	background-image: URL('pics/h1_bg.png');
	padding: 5px 5px 5px 5px;
	width: 250px;
	border: 1px solid #eee;
	white-space: nowrap;
	font-size: 10px;
	font-style: italic;
	color: #fff;
	font-weight: bold;
}
#content p.nav a:hover {
	background-image: URL('pics/h1_bg_hover.png');
	border-color: orange;
}
#content p.nav a.prev {
	float: left;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}
#content p.nav a.next {
	float: right;
	text-align: right;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

table.form {
	margin-left: 20px;
}
table.form.center {
	margin: auto;
}
table.form thead th {
	text-transform: uppercase;
	background-image: URL(pics/h1_bg_hover.png);
	padding: 2px 20px 2px 20px;
	border: 1px solid #fff;
}
table.form tbody th {
	text-align: left;
	padding-right: 10px;
}
table.form tbody td {
	text-align: left;
}
table.form tbody sup {
	color: #f00;
	font-weight: bold;
}
table.form tbody td.field {
	width: 250px;
}
table.form tbody td.field  input.text{
	width: 240px;
	-moz-border-radius: 10px;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-right: 3px;
}
table.form tbody td div.textarea  {
	background-color: #fff;
	padding: 2px 5px 3px 18px;
	-moz-border-radius: 8px;
	border: 0px solid #fff;
}
table.form tbody td textarea {
	width: 100%;
	height: 200px;
	border: 0;
	background-color: transparent;
}
table.form tbody td.field input.text.required {
	background-image: URL(pics/misc/form_required.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	padding-left: 22px; width: 223px;
}
table.form tbody td div.textarea.required {
	background-image: URL(pics/misc/form_required.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
table.form tbody tr.form_error input.text.required {
	background-color: #e8a9ac;
	background-image: URL(pics/misc/form_error.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	padding-left: 22px; width: 223px;
}
table.form tbody tr.form_error div.textarea.required {
	background-color: #e8a9ac;
	background-image: URL(pics/misc/form_error.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
table.form tbody tr.form_error textarea {
	ackground-color: #e8a9ac;
}
table.form tbody tr.form_error  {
	
}

table.form tfoot th {
	background-image: URL(pics/h1_bg_hover.png);
	padding: 3px 20px 3px 20px;
	border: 1px solid #fff;
}
table.form tfoot th input {
	font-weight: bold;
	color: #f00;
}


#sitemap a strong {
	color: #fff;
}
#sitemap a:hover strong {
	color: orange;
}

table.ref_plans {
	width: 100%;
}
table.ref_plans {}

#footer {
	height: 131px;
	padding-top: 59px;
	padding-bottom: 200px;
	background-image: URL('pics/footer_bg_v2.png');
	background-repeat: no-repeat;
}
#footer p {
	text-align: center;
	width: 580px;
	margin: auto;
	color: #fff;
	padding-bottom: 0px;
	font-size: 11px;
}
#footer p.stats {
	margin-top: 25px;
	color: #000;
}
#footer a {
	color: #fff;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}