@charset "UTF-8";

/* CBCEC Design
 * CSS Document - Main Stylesheet
 * using the dyncss system 
 * coded by Lisaraël@newedge
 */

@import url(./TinyMCE_custom.css);


* {
	padding: 0;
	margin: 0;
	outline: 0;
}

html, body {
	width: 100%;
}

body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	position: relative;
	height: 100%;
	color: #333;
	background: #fff url(../images/i_layout/bcg.png) top center repeat-x;
}

img {
	border: 0;
}

p {
	
}

a, a:link {
	color: #1a44bd;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:active {
	color: #1a44bd;
}

a:visited {
	color: #1a44bd;
}

.clear {
	clear: both;
}

/* **************************************************************************************************** */


#container {
	width: 870px;
	margin: 0 auto;
	padding: 0;
	/* background: url(../images/i_layout/body.png) top center repeat-y; */
}

#header {
	width: 870px;
	height: 85px;
	padding: 0;
	text-align: right;
	margin: 0 auto;
	background: url(../images/i_layout/header.png) top center no-repeat;
	position: relative;
}

#header_banner {
	width: 870px;
	/* background: url(../images/i_layout/header.jpg) top center no-repeat; */
	margin: 0 auto;
	position: relative;
}

#header_banner h1 {
	display: none;
}

#floatholder {
	margin: 0 auto;
	width: 870px;
	position: relative;
	height: auto !important;
	height: 501px;
	min-height: 501px;
	background: url(../images/i_layout/body_simple.png) top center no-repeat;
}

body#home #floatholder {
	margin: 0 auto;
	width: 870px;
	position: relative;
	height: auto !important;
	height: 402px;
	min-height: 402px;
	background: url(../images/i_layout/body_home.png) top center no-repeat;
}

#col_left {
	float: left;
	width: 215px;
}

#group_right {
	float: left;
	width: 655px;
}

#col_center {
	float: left;
	width: 655px;
}

#col_right {
	float: left;
	width: 0px;
}

#footer {
	background: #f0f7f7;
	text-align: left;
	margin: 15px auto 0;
	width: 850px;
	text-align: right;
	clear: both;
	padding: 10px 0 5px;
}

#impressum {
	height: auto !important;
	height: 30px;
	min-height: 30px;
	margin: 0 auto;
	text-align: left;
	width: 830px;
	font-size: 10px;
	color: #666;
}

/* **************************************************************************************************** */


#header_top {
	height: 31px;
	width: 870px;
	position: relative;
}

#header_top_left {
	
}

#header_top_right {
	position: absolute;
	background: url(../images/i_layout/top_right.png) top right no-repeat;
	height: 31px;
	top: 0;
	right: 14px;
	width: 200px;
	text-align: center;
}

#header_top_menu {
	background: url(../images/i_layout/top_left.png) top left no-repeat;
	height: 31px;
	padding: 3px 22px 0 25px;
}

#shortcuts {
	display: inline;
}

#shortcuts ul {
	display: inline;
	padding: 4px 0 0;
}

#shortcuts ul li {
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	margin: 0 2px;
}

#shortcuts ul li img, #header_top img {
	vertical-align: middle;
}

/* **************************************************************************************************** */


#menu_top_container {
	height: 20px;
	margin: 0 auto;
	/* background: url(../images/i_layout/menu.png) top center no-repeat; */
	text-align: right;
	position: absolute;
	bottom: 8px;
	right: 5px;
}

#menu_top ul {
	height: 20px;
	list-style-position: inside;
	list-style-type: none;
	margin: 0 auto;
	padding: 5px 20px 0 0;
	text-align: right;
}

#menu_top ul li {
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	float: left;
}

#menu_top ul li a {
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 2px 5px 5px;
	color: #102a75;
}

#menu_top ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #e8d210;
}

/* Sous-menu, ici placé dans la colonne de gauche */

#menu_left_container {
	height: 1px;
}

#menu_left {
	padding: 10px 0 0 15px;
	width: 195px;
}

#menu_left h3 {
	color: #102a75;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 5px 10px;
}

#menu_left ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#menu_left ul li {
	margin: 0 0 3px;
	padding: 3px 0 0;
}

#menu_left ul li ul {
	margin: 0 0 5px;
	padding: 5px 0 0 10px;
}

#menu_left ul li ul li {
	margin: 0 0 0;
	padding: 0 0 0 12px;
	background: url(../images/i_layout/puce.png) 4px 1px no-repeat;
}

#menu_left ul li a {
	display: block;
	height: 18px;
	padding: 1px 0 0 5px;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #102a75;
	position: relative;
	z-index: 100;
}

#menu_left ul li a:hover {
	color: #102a75;
	text-decoration: underline;
}

#menu_left ul li a.active, #menu_left ul li a.active:hover {
	color: #102a75;
	font-weight: bold;
}

#menu_left ul li ul li a {
	display: block;
	height: 18px;
	padding: 1px 0 0 10px;
	color: #102a75;
	position: relative;
	z-index: 100;
}

#menu_left ul li ul li a:hover {
	color: #102a75;
	text-decoration: underline;
}

#menu_left ul li ul li a.active, #menu_left ul li ul li a.active:hover {
	color: #102a75;
	font-weight: bold;
}

/* **************************************************************************************************** */


/* NAVLINE */

#navline_box {
	margin: 0 auto;
	width: 870px;
	height: 40px;
	position: relative;
	background: url(../images/i_layout/top_simple.png) top center no-repeat;
}

body#home #navline_box {
	margin: 0 auto;
	width: 870px;
	height: 243px;
	position: relative;
	background: url(../images/i_layout/top_home.jpg) top center no-repeat;
}

#navline {
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
	left: 220px;
	color: white;
}

#navline a {
	color: white;
	text-decoration: none;
}

body#home #navline {
	display: none;
}

#home_content {
	position: absolute;
	width: 470px;
	top: 5px;
	left: 30px;
	color: #102a75;
}

#home_content h2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	margin: 15px 0 5px;
}

#navline a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

#navline span {
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* BODY STYLES */

#body_layout {
	padding: 0 25px 20px 10px;
}

#body_layout h2 {
	font: normal 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #102a75;
	margin: 10px 0 0;
	padding: 0 20px 15px 0;
}

#body_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0;
}

#body_content p {
	margin: 0;
	padding: 0 0 14px 0;
}

#body_content ol, #body_content ul {
	margin: 0 0 0 10px;
	list-style-position: inside;
}

#body_content blockquote {
	margin: 0 0 0 20px;
}

#body_content a {
	text-decoration: underline;
}

#body_image {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}

#body_image a {
	display: block;
	margin: 0 0 5px;
}

/* SITEMAP */

.sitemap {
	
}

.sitemap ul {
	margin: 0;
	padding: 0 0 0 20px;
	color: #666;
	list-style-image: url(../images/i_layout/LI_arrow.png);
}

.sitemap li {
	color: #666;
}

.sitemap a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}

/* 3BUCKETS */

.bucket {
	width: 200px;
	float: left;
}

#bucket1 {
	margin: 15px 0px 0 17px;
}

#bucket2 {
	margin: 15px 10px 0 12px;
}

#bucket3 {
	margin: 15px 10px 0 5px;
}

#bucket4 {
	margin: 15px 0 0 7px;
}

.bucket h3 {
	color: #102a75;
	font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 5px 10px 0;
	padding: 0;
	line-height: 18px;
}

.bucket h3 a {
	color: #102a75;
}

.bucket h3 a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid #102a75;
}

.bucket_elt {
	margin: 3px 0 10px;
}

.bucket_elt h4 {
	color: #102a75;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.bucket_elt .docs {
	list-style: none;
	padding: 5px 0 5px 5px;
}

.bucket_elt .docs li {
	padding: 0 0 10px;
	font-size: 12px;
}

#three_buckets .link {
	margin: 2px 0 0;
	text-align: right;
	color: #102a75;
}

#three_buckets .link a {
	color: #102a75;
}

#bonhommet {
	height: 109px;
	width: 190px;
	margin: 0 0 15px;
	background: url(../images/i_layout/bonhommet.png) top left no-repeat;
	position: relative;
}

#bonhommet select#raccourcis {
	position: absolute;
	right: 0px;
	top: 5px;
}

#bonhommet .text {
	position: absolute;
	width: 100px;
	height: 50px;
	right: 0;
	bottom: 10px;
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#news_title {
	width: 195px;
	height: 28px;
	text-indent: -9999px;
	background: url(../images/i_layout/news_box_top.png) top left no-repeat;
	margin: 0;
}

#news_box {
	margin: 0 0 5px;
	width: 195px;
	padding: 5px 5px 10px;
	background: url(../images/i_layout/news_box_bottom.png) bottom left no-repeat;
}

#news_box .bucket_elt {
	margin: 3px 10px 0 5px;
}

#news_box strong {
	color: #102a75;
}

/* **************************************************************************************************** */


div.right_box {
	width: 180px;
	margin: 0 auto 10px;
}

div.right_box h2 {
	color: white;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #008;
	padding: 3px 0 3px 5px;
}

div.right_box .box_content {
	background: #ccf;
	padding: 3px;
}

/* Documents */

#documents {
	border-top: 1px solid #e8d210;
	margin: 20px auto 0;
	padding: 5px 0 0;
	background: url(../images/i_layout/stripe.png) top center repeat-x;
}

#documents h3 {
	margin: 0 5px 10px;
	color: #183eac;
}

#documents ul {
	margin: 0 0 5px;
	padding: 3px;
	list-style-type: none;
}

#documents ul li {
	margin: 0 0 5px;
	padding: 0 0 0 4px;
	font-size: 10px;
}

#documents ul li a {
	text-decoration: none;
	color: #102a75;
}

#documents ul li a:hover {
	text-decoration: underline;
	color: #e8d210;
}

/* Newsletter */

#newsletter form input {
	border: 1px solid #666;
	background: #fff;
	padding: 2px;
	margin: 1px 0;
	font-size: 10px;
}

#newsletter form input.submit {
	padding: 1px 2px;
}

#newsletter .links {
	clear: both;
	text-align: right;
	padding: 3px 3px 3px 0;
}

#newsletter .links a {
	text-decoration: none;
}

#newsletter .links a:hover {
	text-decoration: underline;
}

/* Scroller */

#news .box_content .link {
	float: right;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#news .box_content {
	font-size: 10px;
}

/* Videos */

div.player {
	width: 170px;
	margin: 3px auto 0;
}

/* Images */

#images div.box_content {
	text-align: center;
}

#images div.box_content a {
	display: block;
	margin: 0 0 5px;
}

/* **************************************************************************************************** */


.pagination, #pagination {
	margin: 10px 0 10px 0;
	padding: 0;
}

.pagination a, #pagination a {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	padding: 1px 2px 2px;
}

.pagination a.active, #pagination a.active {
	color: SUBMENU_ACTIVE_COLOR;
	background-color: BG_COLOR_2;
}

.modules_list {
	
}

.group_block {
	margin: 0 0 25px;
	padding: 0 0 10px;
}

.group_block h2 {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	margin: 0 0 10px;
	padding: 3px 7px;
	background: #fff;
}

.elt_block {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #666;
}

.elt_block h3 {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1a44bd;
	margin: 0;
	padding: 0 0 3px;
}

.elt_block .price {
	text-align: right;
	margin: 0 0 5px;
	font-size: 12px;
}

.elt_block .date {
	text-align: right;
	margin: 0 0 5px;
	font-style: italic;
}

.elt_block .link {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 2px 0 0;
	text-align: right;
	color: #102a75;
}

.elt_block .link a {
	text-decoration: none;
	color: #102a75;
}

.elt_block .list_image {
	float: left;
	padding: 0 10px 10px 0;
	margin: 5px 0 0;
}

.image_box {
	margin: 0px 7px 7px 0px;
	padding: 7px;
	background-color: #ccf;
	border: solid 1px #ccf;
	float: left;
}

/* GMap */

div.gmap {
	margin: 15px 0;
	width: 450px;
	height: 400px;
}

div#marker_tooltip h1 {
	font-size: 16px;
	color: #999;
	margin: 0 0 5px;
}

div#marker_address {
	margin: 0 0 5px;
	color: #666;
	font-style: italic;
}

/* **************************************************************************************************** */


div.form_inline_elt, div.form_block_elt {
	margin: 0 0 10px;
	clear: both;
}

div.form_inline_elt span {
	vertical-align: top;
	margin: 0 10px 0 0;
}

div.form_inline_elt label, div.form_block_elt label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	margin: 0 5px 0 0;
	display: block;
	width: 150px;
	float: left;
}

div.form_block_elt label {
	display: block;
	margin: 0 5px 5px 0;
	float: none;
}

div.form_check_elt {
	margin: 0 5px 5px 155px;
}

div.form_check_elt input {
	margin: 0 5px 0 0;
}

input.textinput, input.bigtextinput, input.smalltextinput, input.numberinput, input.bignumberinput, input.dateinput, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	background: #fff;
	padding: 1px 2px;
}

textarea {
	min-width: 400px;
	min-height: 125px;
}

input.textinput {
	padding: 2px;
	font-size: 11px;
	min-width: 200px;
	margin: 0 5px 0 0;
}

input.bigtextinput {
	min-width: 500px;
}

input.smalltextinput {
	min-width: 25px;
}

input.numberinput {
	width: 20px;
}

input.bignumberinput {
	width: 30px;
}

input.dateinput {
	width: 70px;
}

div.form_inline_elt select option, div.form_block_elt select option, table.listingTable tr td select option {
	padding: 1px 2px 1px 5px;
}

div.field_explain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: MAIN_COLOR_3;
	margin: 0 0 2px 15px;
	font-style: italic;
}

span.input_explain {
	font-size: 10px;
	font-style: italic;
	color: MAIN_COLOR_2;
}

span.warning {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: WARNING_COLOR_1;
	margin: 0 0 5px;
	font-style: normal;
}

span.warning input {
	border: 0;
	color: WARNING_COLOR_1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 3px;
}

label span.warning {
	display: inline;
	margin: 0 5px 0 0;
}

div.form_buttons {
	margin: 2px auto 5px;
	width: auto;
	text-align: center;
}

input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	cursor: pointer;
	padding: 1px 2px 2px 18px;
	background: #fff url(../images/i_icons/bullet_disk.png) 2px 1px no-repeat;
}

input.go {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	cursor: pointer;
	padding: 1px 2px 2px 18px;
	background: #fff url(../images/i_icons/bullet_go.png) 2px 1px no-repeat;
}

input.reset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	cursor: pointer;
	padding: 1px 2px 2px 18px;
	background: #fff url(../images/i_icons/arrow_undo.png) 2px 1px no-repeat;
}

input.submit:hover, input.go:hover, input.reset:hover {
	background-color: INPUT_BG_COLOR_HOVER;
}

div.inline_form {
	margin: 0 0 5px 20px;
	position: relative;
}

div.inline_form label, form.inline_form input, div.inline_form div {
	display: inline;
}

fieldset {
	border: 0;
	padding: 5px;
	margin: 0 0 10px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0 5px;
	margin: 0 0 5px;
}

/* **************************************************************************************************** */


#copyright {
	width: 870px;
	margin: 5px auto 0;
	padding: 2px 20px 0 0;
	text-align: right;
	font-size: 9px;
	line-height: 10px;
}

#copyright a {
	color: #666;
	padding: 2px;
}

#copyright a:hover {
	color: #fff;
	background: #1a44bd;
	text-decoration: none;
}



/* **************************************************************************************************** */

