/*
** #mark Reset styles
*/
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*
** #mark HTML elements
*/
/* #mark @group General Styles */

body {
	background: url('images/background.jpg') repeat-y center top #1f1f1f;
	color: #b3b3b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 0.75em;
	margin-top: 40px;
}

ul.menu li, ul.menu li.collapsed {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

p {
	margin-bottom: 12px;
}

b, strong {

}

h2 {
	font-size: 130%;
	line-height: 1.4em;
	font-weight: normal;
	margin: 10px 0 0;
}

h3 {
	font-size: 120%;
	font-weight: normal;
}

h4 {
	font-size: 110%;
	font-weight: normal;
}

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

a:hover, a:active, li a.active, .item-list a.active, .link {
	color: #82f767;
}

table {
	border-collapse: inherit;
}

img {
	border: silver ridge 2px;
	display: inline;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
.clear-block {
}

/* @end */

/* #mark @group Layout */

/*
** #mark Page layout blocks / IDs
*/
#page {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	-moz-box-shadow: 5px 5px 40px 5px #111;
	-webkit-box-shadow: 5px 5px 40px #111;	
}

#container {
	position: relative;
	background: url(images/sidebar_left.png) repeat-y #2f2f2f left;
}

#container2 {
}

#mainContainer {
	padding: 0;
	width: 756px;
	float: right;
}

#main {
	padding: 14px 40px 10px 42px;
}

#sidebar-left, #sidebar-right {
	float: left;
	width: 188px;
	margin: 0 0 10px 0;
}

/*
** #mark Common declarations for child classes of node, comment, block, box etc
*/
#header {
	height: 54px;
	background: repeat-x url(images/header_bg.png);
}

#header img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

#site-name {
	padding: 4px 0 0  10px;
	margin: 0;
	color: #ffffff;
	font-size: 1.6em;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;

}

#site-slogan {
	padding-left: 40px;
	margin: 0 39px 0 0;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

#header .site-slogan {
	margin-top: -0.1em;
	font-size: 0.8em;
}

#footer {
	height: 30px;
	padding-top: 1px;
	background: repeat-x url(images/footer_bg.png);
	display: block;
	position: relative;
	z-index: +4;
	clear: both;
	font-size: 0.75em;
	color: #b3b3b3;
}

#footer p {
	font-size: 1.2em;
	margin: 0;
	margin-left: 8px;
	padding-top: 2px;
	text-shadow: 0px 1px 1px #001f2f;
}

#content-content {
	margin: 0 190px 0 0;
	padding-bottom: 20px;
	clear: none;
}

#content {
	padding: 0;
}

.node {
	padding: 15px 0 4px;
	margin-bottom: 5px;
}

.node h2 {
	margin: 4px 0 10px;
	font-size: 1.2em;
}

.node .content {
	text-align: justify;
}

#breadcrumb {
	border-bottom: 1px solid #454545;
	line-height: 1.2em;
}

div.standard {
	margin: 0px;
	padding: 0px;
}

#subnavlist {
	font-size: 0.8em;
}

.meta {
    font-size: 0.9em;
    color: #4C4;
    padding-top: 4px;
}

ul.link-list {
	padding: 0 0 1.2em 0;
}

ul.link-list li {
	line-height: 1.75em;
	list-style: none;
}

ul.links li {
	border-left: 1px solid #999; /* LTR */
}

ul.links li.first {
	border-left: none; /* LTR */
	padding-left: 0;
}

.node.list, div.node.teaser, .views-row {
	padding-top: 25px;
	border-bottom: #454545 solid 1px;
}

.node.list .title, div.node.teaser .title, .views-row .title {
	padding-bottom: 10px;
}

.node .title {
	font-size: 2em;
	padding: 6px 0;
}

.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
	text-decoration: none;
	font-weight: normal;
}

.node .bottom-line {
  position: absolute;
  left: 228px;
  right: 40px;
  bottom: 30px;
  font-size: 11px;
  line-height: 1.2em;
  color: #00C000;
  text-shadow: 0px -1px 1px #000000;
}

.node-form .standard {
  clear: none;
}

.node-unpublished {
	background-color: rgba(32,64,40,0.5);
}

.preview .node {
	background-color: #403828;
}

div.links {
	margin: 1em 0 3em 0;
	text-align: right; /* LTR */
}

#comments {
	margin: 1em 0 0 0;
}

div.comment {
	margin-bottom: 20px;
}

.block {
	padding: 0;
}

.block h2 {
	font-size: 1em;
}

.block .content {
}

.block-menu, .block-user {
	padding: 0;
}

.form-textarea, .form-text {
	background: #cbcbcb;
} 

input.form-submit {
	margin-bottom: 20px;
} 


/*
** #mark Administration page styles
*/
div.admin-panel {
}

div.admin-panel .description {
	color: #bbb;
}

div.admin-panel .body {
	border: solid gray 1px;
	background: #222;
}

div.admin-panel h3 {
	border: solid gray 1px;
	background-color: #262;
	color: #fff;
	padding: 5px 8px 5px;
	margin: 0;
}

table.sticky-enabled {
	margin-bottom: 20px;
	border: solid gray 1px;
}

table.sticky-enabled tr {
	color: #eee;
	background-color: #643;
}

table.sticky-enabled td, table.sticky-enabled th {
	padding: 0 20px;
}

tr.selected td {
	background-color: #852;
}

/*
** #mark System specific styles
*/
.item-list {
    margin: 0;
}

.item-list ul li {
	line-height: 1.75em;
	list-style: none;
    margin: 0 0 0 0.25em;
}

ul.primary li a {
	background: #141;	
}

ul.primary li a:hover, ul.primary li.active a {
	border-color: white;
	background: #363;	
}

div.messages {
	border: solid #aaa 1px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 6px 2px #111;
	-webkit-box-shadow: 2px 2px 6px #111;
	opacity: 0.8;
}

div.messages.status {
	background: #142;	
}

div.messages.error {
	background: #FFA090;	
}

.resizable-textarea {
}


/*
** #mark Width
*/
#page, #footer, .blog-archive-headings-wrapper, .blog-archive-entries-wrapper {
	width: 944px;
}

/* #mark Toolbar Styles */

.left-separator {
	height: 15px; 
	background: url(images/footer_bg.png) white repeat-x 0 -9px;
}

#sidebar-left .content > .menu > .active-trail > a {
	color: #82f767;
	text-shadow: 0px -1px 3px #2b6568;
	background: url(images/green/button_over.png) repeat-x;
}

#sidebar-left .block h2, #sidebar-right .block h2 {
    background: url("images/footer_bg.png") repeat-x scroll center center transparent;
    color: #4C4;
    font-style: italic;
    margin: 0 0 10px 0;
    padding: 3px 0 5px 20px;
    text-shadow: 0 -1px 1px #000000;
}

#sidebar-right {
	border-left: 1px solid gray; /* LTR */
}

/* #mark Parent - Level 0 */

#sidebar-left ul.menu{
	line-height: 2.7em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar-left ul.menu li {
	overflow: hidden;
}

#sidebar-left ul.menu li.leaf.active-leaf {
	background: no-repeat url(images/green/arrow_green_right.png) 160px 8px;
}

#sidebar-left ul.menu a {
	height: 36px;
	display: block;
	padding-left: 10px;
	text-shadow: 0px -1px 1px #000000;
	text-decoration: none;
	background: repeat-x url(images/button_normal.png) left top;
}

#sidebar-left ul.menu a:hover {
	color: #82f767;
	text-shadow: 0px -1px 3px #2b6568;
	background: url(images/green/button_over.png) repeat-x;
}

#sidebar-left ul.menu a:active {
}

/* #mark Child - Level 1 */

#sidebar-left ul.menu ul {
	padding: 0px;
	margin: 5px 0px 5px 10px;
	color: #808080;
}

#sidebar-left ul.menu ul li {
}

#sidebar-left ul.menu ul a {
	background: none;
	height: 30px;
	margin-top: 0;
}

#sidebar-left ul.menu ul li.expanded a {
	padding-bottom: 0;
}

#sidebar-left ul.menu ul a:hover{
	background: none;
}

#sidebar-left ul.menu ul #current{
	background: none;
}

/* Child - Level 2 */

#sidebar-left ul.menu ul ul {
	margin-bottom: -5px;
}

#sidebar-left ul.menu ul ul li { 
}

#sidebar-left ul.menu ul ul a{
	line-height: 1.2em;
	margin-bottom: -5px;
}

#sidebar-left ul.menu ul ul a:hover{

}

/* Child Level 3 */

#sidebar-left ul.menu ul ul {

}

#sidebar-left ul.menu ul ul ul li { 
}

#sidebar-left ul.menu ul ul ul a{
}

#sidebar-left ul.menu ul ul ul a:hover{

}

/* Child Level 4 */

#sidebar-left ul.menu ul ul ul {

}

#sidebar-left ul.menu ul ul ul ul li { 
}

#sidebar-left ul.menu ul ul ul ul a{
}

#sidebar-left ul.menu ul ul ul ul a:hover{

}

/* Child Level 5 */

#sidebar-left ul.menu ul ul ul ul {

}

#sidebar-left ul.menu ul ul ul ul ul li { 
}

#sidebar-left ul.menu ul ul ul ul ul a{
}

#sidebar-left ul.menu ul ul ul ul ul a:hover{

}

/* #mark Sidebar left */

#sidebar-left {
/*	float: left;	*/
}

#block-menu-primary-links {
}

#sidebar-right {
	float: right;
}

#page-title {
	color: white;
	font-size: 1.20em;
	font-weight: normal;
	padding: 15px 0 0;
}

#header h1, #header h2 {
	padding-left: 10px;
}

#content-content {
	margin-right: 0;
}

/*
** #mark Module specific styles
/* #mark Views */

.views-tabset, table.views-entry {
	color: black;
}

.views-tabset a, table.views-entry a {
	color: blue;
	text-decoration: underline;
}

/* #mark oooo.module */
#trail {
	margin: 20px;
	border: solid 1px gray;
	font-size: 100%;
	background: #ffe;
	color: black;
	text-align: left;
}

.block .content .item-list h4 {
	margin: 0px;
	font-size: 100%;
}

.block .view-content {
	margin-left: 20px;
	padding: 5px 0 10px 0;
	color: #4C4;
}

#block-oooo-2 .link-list {
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.debug.odd, div.debug.even {
	border-bottom: solid 1px gray;	
	padding: 10px;
}

div.debug.odd {
	background: #eff;
}

div.debug.even {
	background: #fef;
}

img.smiley-content {
	border: none;
}

/* #mark Special nodes */
/* #mark Livre d'or */

#content-node-12, #comment-form-node-12 {
    background: #804000 url("./images/gb_gold.png");
	border: silver ridge 2px;
	padding: 20px 50px;
/*	margin: 20px 40px;	*/
}

#content-node-12 a, #comment-form-node-12 a {
	text-decoration: underline;
}

#content-node-12 .links a {
	font-size: 110%;
	text-shadow: 0 0 4px black;
}

#content-node-12, #comment-form-node-12 {
	color: #D0D0D0;
}

#comment-form-node-12 .comment-node-12 {
	border: solid 1px;
	border-bottom: #222 solid 3px;
	border-right: #222 solid 3px;
	color: #1A1A1A;
}

#content-node-12 .comments {
    background-image: url("./images/gb_column.png");
	color: #1A1A1A;
/* 	border: solid 1px;	*/
/*	border-right: solid 2px;	*/
/*	border-bottom: solid 2px;	*/
}

#content-node-12 .comments .indented {
	margin-left: 0;
}

#content-node-12 .comments a:link, .comment-node-12 a:link {
	color: #0028FF;
}

#content-node-12 .comments a:visited, .comment-node-12 a:visited {
	color: #2255FF;
}

#content-node-12 .comments a:active, #content-node-12 .comments a:hover, .comment-node-12 a:active, .comment-node-12 a:hover {
	color: #FF5522;
}

#comments_header, #comments_footer {
    background-color: #1F1F1F;
    background-image: url("./images/gb_bottom.gif");
	border: solid 1px;
	border-bottom: #222 solid 3px;
	border-right: #222 solid 3px;
    height: 24px;
    font-weight: bold;
    text-align: center;
}

#comments_header {
	margin-bottom: 10px;
}

#comments_footer {
    margin-top: 10px;
}

.comment-node-12 {
	position: relative;
    background-color: #ECECEC;
	width: 567px;
    margin-top: 10px;
	border: solid 1px;
	border-right: #222 solid 3px;
	border-bottom: #222 solid 3px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
	color: #1A1A1A;
}

.comment-node-12.first, .comment-node-12.reply {
	margin-top: 0;
	border-top: 0;
}

.comment-node-12.thread-body {
	border-bottom: solid 2px #804000;
}

.comment-node-12.odd {
}

.comment-node-12.even {
/*	background-color: #DBDBDB;	*/
}

.comment-node-12.comment-unpublished {
    background-color: #BCD;
}

/* Cells */
.comment-node-12 .header {
    background-image: url("./images/gb_bottom.gif");
	border-bottom: solid 1px #804000;
	padding: 0 40px;
}

.comment-node-12 .body {
}

.comment-node-12 .cell {
}

.comment-node-12 .content {
	padding: 12px 40px 0;
}

.comment-node-12 .author {
	font-weight: bold;
}

.comment-node-12 .timestamp {
    float: right;
}

.comment-node-12 .commands {
	border-top: solid 1px #CCC;
	margin: 0 40px;
}

.comment-node-12 .submitted {
	display: inline;
	padding-right: 10px;
	font-size: 0.9em;
}

/* #mark Evénements */
.content.event {
	text-align: center;
	padding: 40px 0 20px;
}

.comment > h3 {
	display: none;
}

/* @end */

