/* New Edge Concept CMS 2.0 - Demo Design * CSS Document - Main Stylesheet
 * using the dyncss© system 
 * coded by Lisaraël@newedge
 */

@import url(./TinyMCE_custom.css);
 
/* Base.css (reset styles and main) */

* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
}

body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	height: 100%;
	color: #333;
	background: #f6f4ea url(../images/i_layout/bcg.png) top center repeat-x;
}

img {
	border: 0;
}

p {
	
}

a {
	color: #852e2f;
	text-decoration: underline;
}

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

.clear {
	clear: both;
}	

/* design.css - layout styles */

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

#header {
	width: 1000px;
	height: 115px;
	background: url(../images/i_layout/header.png) top center no-repeat;
	margin: 0 auto;
	position: relative;
}

#header_banner {
	
}

#floatholder {
	margin: 10px auto 0;
	width: 900px;
	height: auto;
	position: relative;
}

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

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

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

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

#footer {
	background: #f6f4ea url(../images/i_layout/foot.png) top center no-repeat;
	text-align: center;
	margin: 2px auto 0;
	padding: 0;
	width: 1000px;
	clear: both;
	position: relative;
}

#impressum {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	padding: 25px 50px 0 0;
	color: #666;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #852e2f;
}

#copyright {
	position: absolute;
	top: 20px;
	right: 50px;
	font-size: 10px;
	color: #666;
}

#copyright a {
	text-decoration: none;
}	
/* header.top.css - styles du menu_top */

#header_top {
	position: absolute;
	top: 6px;
	left: 215px;
}

#header_top_left {
	
}

#header_top_right {
	position: absolute;
	background: url(../images/i_layout/top_right.png) top right no-repeat;
	height: 41px;
	top: 0;
	right: 14px;
}

#header_top_menu {
	background: url(../images/i_layout/top_left.png) top left no-repeat;
	height: 41px;
	padding: 7px 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.css - style du menu principal et de ses sous-menu */

#menu_top_container {
	height: 25px;
	margin: 0 auto;
	background: url(../images/i_layout/menu.png) top center no-repeat;
	text-align: left;
}

#menu_top ul {
	height: 24px;
	list-style-position: inside;
	list-style-type: none;
	margin: 0 auto;
	width: 620px;
	padding: 5px 10px 0 0;
}

#menu_top ul li {
	display: inline;
	text-transform: capitalize;
	font: normal 14px Tahoma, Verdana, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
}

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

#menu_top ul li a:hover {
	text-decoration: none;
	color: #ddd7c3;
}

#menu_top ul li a.active, #menu_top ul li a.active:hover {
	text-decoration: none;
	color: #ddd7c3;
}

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

#menu_left_container {
	width: 150px;
	height: 1px;
}

#menu_left {
	padding: 0px 0px 0px 0px;
	width: 150px;
}

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

#menu_left ul li {
	margin: 0 0 0;
	padding: 2px 0;
	background: #e9e4ca;
}

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

#menu_left ul li ul li {
	margin: 0;
	padding: 2px 0 2px 5px;
	background: #d3cfb7;
}

#menu_left ul li a {
	display: block;
	padding: 2px 0 2px 11px;
	font: normal 11px Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	position: relative;
	z-index: 100;
	background: #e9e4ca url(../images/i_layout/menu_puce.png) 1px 6px no-repeat;
}

#menu_left ul li a span {
	
}

#menu_left ul li a:hover {
	color: #666;
}

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

#menu_left ul li a.activesub, #menu_left ul li a.activesub:hover {
	color: #852e2f;
	font-weight: bold;
	background: #d3cfb7 url(../images/i_layout/subactive_puce.png) 1px 5px no-repeat;
}

#menu_left ul li ul li a {
	display: block;
	padding: 2px 0 2px 11px;
	color: #333;
	position: relative;
	z-index: 100;
	background: #d3cfb7 url(../images/i_layout/submenu_puce.png) 1px 6px no-repeat;
}

#menu_left ul li ul li a:hover {
	color: #666;
}

#menu_left ul li ul li a.active, #menu_left ul li ul li a.active:hover {
	color: #333;
	background: #d3cfb7 url(../images/i_layout/submenu_puce.png) 1px 6px no-repeat;
}
/* center.css - styles généraux de la colonne centrale, de la navline et du body layout */

/* NAVLINE */

#navline {
	font: normal 9px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0 0 10px;
	color: #852e2f;
}

#navline a {
	font-size: 9px;
	text-decoration: none;
	color: #852e2f;
}

#navline a:hover {
	text-decoration: underline;
	color: #852e2f;
}

#navline span {
	font-size: 9px;
	color: #852e2f;
}

/* BODY STYLES */

#body_layout {
	padding: 0 15px 20px;
}

#body_layout h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #852e2f;
	margin: 10px 0 0;
	padding: 0 20px 15px 0;
}

#body_content {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0;
}

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

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

/* 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: #555;
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}
/* right_objects.css - objets de la colonne de droite */

div.right_box {
	width: 200px;
	margin: 0 auto 10px;
	background: #e9e4ca url(../images/i_layout/right_bcg.png) top left repeat-y;
}

div.right_box h2 {
	color: #852e2f;
	font: bold 14px Tahoma, Verdana, Helvetica, sans-serif;
	padding: 3px 0 3px 5px;
}

div.right_box .box_content {
	padding: 3px 5px;
}

/* Documents */

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

#documents ul li {
	margin: 0 0 3px;
	padding: 0 0 0 2px;
	font-size: 11px;
}

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

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

/* Newsletter */

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

#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: 11px;
	margin: 0;
	padding: 0;
}

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

/* 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;
}

/* Newsfeed */

#newsfeed {
	padding: 7px 0;
}

#newsfeed a {
	text-decoration: none;
	display: block;
	margin: 0 0 0 10px;
}

#newsfeed a img {
	vertical-align: -3px;
}

/* Custom Titles */

#actu {
	text-indent: -9999px;
	background: url(../images/i_layout/actu.png) bottom left no-repeat;
	margin: 5px 0;
	height: 20px;
}

#pubs {
	text-indent: -9999px;
	background: url(../images/i_layout/last_pubs.png) bottom left no-repeat;
	margin: 5px 0;
	height: 20px;
}

#articles ul, #publications ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#articles ul li, #publications ul li {
	margin: 0 0 0;
	padding: 0px 0;
	background: #e9e4ca;
}

#articles ul li a, #publications ul li a {
	display: block;
	padding: 2px 0 2px 15px;
	font: normal 11px Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	position: relative;
	z-index: 100;
	background: #e9e4ca url(../images/i_layout/menu_puce.png) 3px 6px no-repeat;
}

/* Search */

#Search {
	position: relative;
}

#sitemap {
	display: block;
	position: absolute;
	right: 15px;
	top: 4px;
}

#SearchForm {
	position: relative;
	width: 142px;
	margin: 3px 0 10px 9px !important;
}

#SearchForm #searchBox {
	background: #e9e4ca;
	border: 0;
	width: 120px;
	height: 17px;
	margin: 0 0 2px;
	padding: 0px 2px 0px;
	font: normal 11px "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#SearchForm #searchSubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 17px;
	background: url(../images/i_layout/login.png) top right no-repeat;
	text-indent: -9999px;
	border: 0; 
	margin: 0;
}
/* modules.css - styles des modules */

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

.pagination a {
	font: normal 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #555;
	padding: 1px 2px 2px;
}

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

.modules_list {
	
}

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

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

.elt_block {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.elt_block h3 {
	font: bold 15px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #852e2f;
	margin: 0;
	float: left;
	padding: 0 0 3px;
}

.elt_block hr {
	height: 1px;
	border: 0;
	color: #852e2f;	
	background: #852e2f;
	clear: both;
	margin: 5px 0;
}

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

.elt_block .date {
	font: normal 11px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0px 0 0;
	padding: 5px 0 0;
	color: #852e2f;
}

.elt_block .link {
	font: normal 11px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #555;
	margin: 5px 0 5px 0;
	padding: 0;
}

.elt_block .link a {
	text-decoration: none;
}

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

.elt_block .document {
	margin: 5px 5px 0;
}

.elt_block .document a {
	text-decoration: none;
}

.elt_block .document a img {
	vertical-align: -2px;
}

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

.result_text {
	clear: both;
}

#publications .group_block {
	margin: 0;
}

/* GMap */

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

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

div#marker_address {
	margin: 0 0 5px;
	color: #666;
	font-style: italic;
}
/* forms.css - styles des modules */

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: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	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;
	width: 650px;
}

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: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px solid #852e2f;
	background: #d3cfb7;
	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: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0 0 2px 15px;
	font-style: italic;
}

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

span.warning {
	display: block;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #c30;
	margin: 0 0 5px;
	font-style: normal;
}

span.warning input {
	border: 0;
	color: #c30;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	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: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px solid #852e2f;
	cursor: pointer;
	padding: 1px 2px 2px 18px;
	background: #ddd url(../images/i_icons/bullet_disk.png) 2px 1px no-repeat;
}

input.go {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px solid #852e2f;
	cursor: pointer;
	padding: 1px 2px 2px 18px;
	background: #ddd url(../images/i_icons/bullet_go.png) 2px 1px no-repeat;
}

input.reset {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px solid #852e2f;
	cursor: pointer;
	padding: 1px 2px 2px 18px;
	background: #ddd url(../images/i_icons/arrow_undo.png) 2px 1px no-repeat;
}

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

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: 1px dotted #852e2f;
	padding: 5px;
	margin: 0 0 10px;
}

legend {
	color: #555;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 5px;
	margin: 0 0 5px;
}
/* Custom.css (website-specific styles) */

#login_box {
	width: 180px;
	position: absolute;
	top: 70px;
	right: 60px;
	height: 70px;
}

#login_box h3 {
	display: none;
}

#login_box #email {
	background: #e9e4ca;
	border: 0;
	width: 120px;
	height: 17px;
	display: block;
	margin: 0 0 5px;
	padding: 0px 2px;
	font: normal 11px "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#login_box #passwd {
	background: #e9e4ca;
	border: 0;
	width: 120px;
	height: 17px;
	margin: 0 0 2px;
	padding: 0px 2px 0px;
	font: normal 11px "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#login_box #form_box {
	position: relative;
	width: 142px;
}

#login_box #login {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 17px;
	background: url(../images/i_layout/login.png) top right no-repeat;
	text-indent: -9999px;
	border: 0; 
	margin: 0;
}

#login_box p {
	color: white;
	font: normal 10px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 4px 0 0;
	padding: 0;
}

#login_box p a {
	color: white;
	text-decoration: none;
	margin: 0;
	display: block;
	padding: 0;
	line-height: 11px;
}

/* Filter */

#filter_box {
	margin: 5px auto 25px;
	border: 1px dotted #852e2f;
	padding: 5px;
}

#filter_form * {
	vertical-align: top;
}

#filter_box select {
	width: 200px;
}

#filter_box select option, #filter_box select {
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}