/*
tabsOne
-------------------------------------------------------- */

@import "custom.css";


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

body {
	font-size : 0.9em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	background: url(img/background.png) repeat;
	}


/* Structure
-------------------------------------------------------- */
#page {
	width: 765px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: transparent url(img/page.png) repeat-y;
	}

#top {
	width: 765px;
	height: 60px;
	background: transparent url(img/top.png) no-repeat;
	margin: 0;
	padding: 0;
	}

#top h1 {
	font-weight:normal;
	padding: 15px 30px 0 30px;
	font-size: 1.5em;
	line-height: 1.8em;
	letter-spacing:-.1em;	}

#header {
	height: 200px;
	margin: 0 10px;
	background: transparent url(img/header_00.jpg) no-repeat top left;
	}

#header_01 {
	height: 200px;
	margin: 0 10px;
	background: transparent url(img/header_01.jpg) no-repeat top left;
	}
	
#header_02 {
	height: 200px;
	margin: 0 10px;
	background: transparent url(img/header_02.jpg) no-repeat top left;
	}
	
#header_03 {
	height: 200px;
	margin: 0 10px;
	background: transparent url(img/header_03.jpg) no-repeat top left;
	}
	
#header_04 {
	height: 200px;
	margin: 0 10px;
	background: transparent url(img/header_04.jpg) no-repeat top left;
	}
	
#header_05 {
	height: 200px;
	margin: 0 10px;
	background: transparent url(img/header_05.jpg) no-repeat top left;
}
	
#frame {
	width:740px;
	margin: 0 15px 0 10px;
	padding: 0px;
	text-align:left;
	}

#prelude {
	position: absolute;
	top: 15px;
	right: 35px;
	padding: 0 10px;
	font-size: 0.8em;
	}

#wrapper {
	width:765px;
	overflow: visible;
	}

#main {
	width:765px;
	overflow: visible;
	}

#content {
	margin: 0 35px 0 30px;
	overflow: visible;
	}
	
#sidebar {
	width:740px;
	margin: 20px 15px 0 10px;
	padding-bottom: 10px;
	}

#blognav {
	float: left;
	width:340px;
	padding-left: 15px;
	}

#blogextra {
	float: right;
	width:340px;
	padding-right: 15px;
	}

#footer {
	font-size: 0.8em;
	height: 55px;
	clear: both;
	background: transparent url(img/footer.png) top left no-repeat;
	margin: 0;
	text-align:center;
	}

#footer p {
	margin: 0 15px 0 10px;
	padding: 10px 30px;
	font-size: 0.8em;
	}

#present_bold p {
	margin: 0 15px 0 10px;
	padding: 10px 30px;
	font-size: 0.8em;
	}
	
/* Styles communs
-------------------------------------------------------- */
h1, h2, h3, h4, h5, .post-title {
	font-weight: bold;
	padding: 5px 0;
	}
	
h2 { font-size: 1.5em;  }
h3 { font-size: 1.35em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }

pre { 
	text-align:left;
	overflow: scroll;
	font-family : monospace; 
	padding: 10px 0;
	margin: 10px 0;
	width: auto !important;
	w\idth: 690px;
	}

code {
	padding: 5px;
	margin: 6px 0;
	font-family : monospace; 
	}

blockquote {
	border: 1px dashed #A8D416;
	background-color: #F1FCD1;
	padding: 5px 20px 6px 15px;
	margin: 6px 20px 6px 20px;
}
    
.blocknews table{
	border: 1px dashed #A8D416;
	width: 294px;
	height: 317px;
	background:  transparent url(img/back_news.jpg) top left no-repeat;
	padding: 5px 20px 6px 15px;
	margin: 6px 20px 6px 20px;
}
	
#comments dd.odd { 
	background-color: #F1FCD1; 
	color: #000;
}

/* #comments dd.odd { background: transparent url(img/content-info_bg_green.png) repeat top left; color: #000;} */

	
acronym { cursor: help; text-decoration: underline; }

.left { float: left; }

.right { float: right; }

img { border : none; }

.error {
	border: 1px dashed #fff;
	padding: 5px 0;
	margin: 20px 0 0;
	color: #fff;
	background: #E2001A;
	}

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

.post, .post-content, .post-info, .footnotes, #attachments, .post-info-co, #comments, .dc-archive-month .post-info { clear: both; }
    
/* Couleurs & backgrounds
-------------------------------------------------------- */
body { color: #000; }

h1 a { color: #fff; }

h2, h3, h4, h5, .post-title { color: #FF3C00; }

.date {
	color: #FF3C00;
 	border-bottom:1px dotted #FF3C00;
}

a { color: #FF3C00; text-decoration: none; }

.post-content a, .read-it a, .post-info a:hover, .post-title a:hover, .post-tags a:hover, .post-info-co a:hover, #comments a:hover, #pings a:hover, #attachments a:hover { border-bottom:1px dotted silver; }

.post-content a:hover, .read-it a:hover, .post-content a:focus, .read-it a:focus { border-bottom:1px dotted #FF3C00; }

#home_active, .anchors .tabs-selected a:link, .anchors .tabs-selected a:visited, .anchors_N0 .tabs-selected a:link, .anchors_N0 .tabs-selected a:visited { background: transparent url(img/sidebar_bg.png) repeat top left; color: #fff; }

.fragment { background: #000 url(img/tabs.png) repeat-x bottom left; color: #fff; }

/*#sidebar { background: url(img/sidebar_bg.png) #000 repeat; }*/

#sidebar h3, #sidebar h2, #footer, #home a, #home_active a { color: #fff;}

#footer p { border-top: 1px solid #FF3C00;}

#home, #content-info, .anchors_N0 a, .anchors_N0 .tabs-disabled a:hover, .anchors_N0 .tabs-disabled a:focus, .anchors_N0 .tabs-disabled a:active { background: transparent url(img/content-info_bg_green.png) repeat top left; }

.anchors a, .anchors .tabs-disabled a:hover, .anchors .tabs-disabled a:focus, .anchors .tabs-disabled a:active { background: transparent url(img/content-info_bg_blue.png) repeat top left; }


.anchors a:hover, .anchors a:focus, .anchors a:active, .anchors_N0 a:hover, .anchors_N0 a:focus, .anchors_N0 a:active, #home a:hover, #home a:focus, #home a:active {color: #FF3C00;}

#sidebar, #sidebar a:link, #sidebar a:visited, #prelude, #prelude a, #content-info a:link, #content-info a:visited, .fragment a:link, .fragment a:visited, #comments-feed a:link, #comments-feed a:visited  { color: #969696;}

a:hover, a:focus, #sidebar a:hover, #sidebar a:focus, .fragment a:hover, .fragment a:focus, #prelude a:hover, #prelude a:focus, #content-info a:hover, #content-info a:focus, #comments-feed a:hover, #comments-feed a:focus { color: #FF3C00; }

pre { border: 1px solid #676767; }

code { background: #000; color: #fff; }

input, textarea, select, #search input#q {
	border: 1px solid #676767;
	color: #000;
	background: #fff;
	}

#comment-form textarea { border: 1px solid #676767; }

.pagination, #navlinks { color: #444; }

#comments h3, #pings h3, #attachments h3, #comment-form h3, #pr h3 {
	background: transparent url(img/content-info_bg_green.png) repeat top left;
	padding: 10px;
	}

input.submit, input.reset, input.preview {
	color: #fff;
	background: #111111;
	border: 1px solid #676767;
	}
	
input[type=submit], input[type=reset], input[type=preview] {
	color: #fff;
	background: #111111;
	border: 1px solid #676767;
	}
	
input.preview:hover, input.submit:hover, input.reset:hover { color: #676767; }

input[type=submit]:hover, input[type=reset]:hover, input[type=preview]:hover { color: #676767; }

/* Menu extra
-------------------------------------------------------- */
#frame .fragment { padding: 10px; }

#frame .fragment ul li { display: inline; padding-right: 5px;}

.archfloat { float: left; padding-right: 20px;}

.fragment h2 { display: none; }

#frame .fragment .archfloat ul li { display:block; font-size: 0.7em;}

#frame #tablinks { font-size: 0.7em; }

.clear { clear: both;}

#tabsearch label { float: left; padding: 0 10px; display: block; }

#tabsearch p { padding-left: 10px;}

#tabsearch input#q {
	padding: 1px;
	margin: 0 5px 0 0;
	width: 200px;
	}
	
/* can be specific to a browser */
.anchors { 
	position: relative; 
	top: 0px;
	left: 65px; 
	padding: 0 10px; 
	height: 1.8em;
}

.anchors_N0 { 
	position: relative; 
	top: 0px; 
	left: 65px; 
	padding: 0 10px; 
	height: 1.8em;
}

#home { 
	position: absolute; 
	top: 230px; 
	left: 10px; 
	padding: 0.2em 0.6em 0.1em; 
	height: 1.8em;
}
	
#home_active { 
	position: absolute; 
	top: 230px; 
	left: 10px; 
	padding: 0.2em 0.6em 0.1em; 
	height: 1.8em;
}

/* stop specification
-------------------------------------------------------- */

#tablanguages ul { padding-left: 10px; }

#tablanguages a.fr { background: url(img/lang_fr.gif) no-repeat top left; padding: 0 10px; }

#tablanguages a.en { background: url(img/lang_en.gif) no-repeat top left; padding: 0 10px; }

#frame#tabrss li {
	margin: 0;
	background: transparent url(img/rss.png) no-repeat 0px 50%;
   	padding: 5px 4px 5px 22px;
	}

/* Post
-------------------------------------------------------- */
.post {
	padding: 0;
	margin: 0px;
	position: relative;
	font-size: 1em;
	}

.post p {
	padding: 0 0 5px 0;
	text-align: justify;
	}

.read-it { padding: 5px 0; }

.footnotes { font-size:0.9em;	}
	
.footnotes, .footnotes p { margin-top : 1em; text-indent : 0; }
	
.post-content ul, .post-excerpt ul {
	padding: 0;
	margin: 0 0 0 20px;
	} 

.post-content ul li, #attachments li, .post-excerpt ul li { padding: 0 0 5px 5px; }

.post-content ol, .post-excerpt ol {
	padding: 0;
	margin: 0 0 0 20px;
	} 

.post-content ol li, .post-excerpt ol li { padding: 0 0 5px 5px; }

.post-content, .post-excerpt { clear: left;}

.date {
	float:right;
	line-height:2.3em;
	margin:1.5em 0 5px 15px;
	padding-bottom:10px;
	font-size:.8em;
	text-align:center;
	position:relative;
	right:0;
	}

.date_day {
	display:block;
	font-size:3em;
	}

.date_month {
	display:block;
	font-size:2em;
	text-align:right;
	font-weight:bold;
	}

.date_year {
	display:block;
	font-size:2em;
	line-height:.9em;
	}

.post-title, .post.odd .post-title {
	margin: 20px -20px 10px -20px;
	line-height: 1em;
	background: transparent url(img/content-info_bg_green.png) repeat top left;
	padding: 10px 15px;
	}
	
.dc-home .post.odd .post-title {background: transparent url(img/content-info_bg_green.png) repeat top left;}
	
.post-info { padding: 5px 0 0; }
    
.post-info li {
	padding: 0;
	display: inline;
	white-space: nowrap;
	}

.post-info-co {
	text-align: left;
	padding: 5px 0;
	}

.post-tags li:after { content: ', '; }

.post-tags li:last-child:after { content: ''; }

.post-info-co a:after { content: ' - '; }

.post-info-co a:last-child:after { content: ''; }

.pagination, #navlinks {
	padding: 10px 0;
	clear: left;
	margin: 0;
	text-align: center;
	font-weight: bold;
	}

/* Comment
-------------------------------------------------------- */
#attachments {
	clear: left;
	padding: 5px 0;
	margin: 20px 0 10px 0;
	}
    
#attachments ul { padding: 10px 0; }

#attachments li { list-style: none; margin: 10px; }

#comments, #pings {
	margin: 20px 0 10px 0;
	font-size: 0.9em;
	}

#comments p, #pings p {
	padding: 5px 0 0 10px;
	text-align: justify;
	}

#comments dl, #pings dl, dd.comment-preview { 
	padding : 5px 0 5px 10px; 
	margin : 0; 
	}
    
#comments dt, #pings dt { 
	padding: 5px 10px 5px 20px;
	font-family:"century gothic", "gill sans", sans-serif;
	}

#comments dd, #pings dd {
	margin: 0 20px;
	padding: 10px 20px 10px 10px;
	}
    
#comments dd.me, #comments dt.me a { font-weight: bold; }

#comments dd p, #pings dd p { text-align: justify; }

#comments dt .comment-number, #pings dt .comment-number { font-size : 1.8em; }

#pr dd.comment-preview { margin: 10px 0 0; padding: 0;}
	
#comments dd li, #pings dd li, #comment-form li, #comments dd ol, #pings dd ol, #comment-form ol { margin-left: 15px; }
	
#comments-feed {
	font-weight: bold;
	margin-top : 10px;;	
	}
 
#comments-feed a:link, #comments-feed a:visited {
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 3px 5px 2px 22px;
	}

#ping-url {
	font-size: 0.85em;
	text-align: left;
	padding: 0;
	}

/* Comments forms
-------------------------------------------------------- */
#comment-form { 
	margin: 20px 0 10px 0;
	font-size: 0.9em;
	}

#pr, #pr dl {padding-bottom: 10px;}

#comment-form fieldset p { padding: 5px 0; }

#comment-form fieldset p.field { padding: 7px 0; width: auto; margin: 0; }

#comment-form p.form-help {
	margin: 0;
	text-align: justify;
	}

#comment-form p label { 
	width: auto;
	}

#comment-form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 4px 4px 0;
	}

#comment-form input, #comment-form textarea {
	padding: 1px 2px;
	font: 1em Arial, Helvetica, sans-serif;
	}

#comment-form input { width: 50%; }

#comment-form textarea { width: 690px; }

#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 0;
	}

#comment-form input.preview, #comment-form input.submit {
	width: auto;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}

/* Sidebar
-------------------------------------------------------- */
#sidebar {
    font-size: 0.7em;
    }

#sidebar h2 {
   	font-size: 1.2em;
    }

#sidebar h3 {
   	font-size: 1em;
    }
    
#sidebar p {
    margin: 5px 0;
    }

#sidebar .text {
    margin: 5px 0;
    text-align: justify;
    }
    
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
     }
     
#sidebar ul li {
    text-align: justify;
	display: inline;
    list-style: none;
    margin: 0;
	padding-right: 5px;
   	font-size: 1em;
    }
    
.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 130%; }
.tag80 { font-size: 140%; }
.tag90 { font-size: 150%; }
.tag100 { font-size: 160%; }

#sidebar .syndicate, #sidebar .tags, #sidebar #search, #sidebar .categories, #sidebar .keywords, #sidebar .links, #sidebar .langs, #topnav {
    display: none;
	}
	
#calendar table {
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	}

#calendar table td a:link, calendar table td a:visited {
    display: block;
    background: #fff;
    }

#calendar table td a:hover {
    display: block;
    background: #fff;
    }

/* Sidebar forms
-------------------------------------------------------- */
#search input#q { 
    padding: 1px;
    margin: 0 5px 0 0;
    width: 140px;
    font-size: 0.9em;
    }
    
#search input[type=submit] {
    padding: 0;
    margin: 0;
}

#search input.submit {
    padding: 0;
    margin: 0;
}

#sidebar fieldset {
	display : block;
	border : none;
	}
	
#sidebar fieldset p {
	margin-bottom : 1em;
	}
	
#sidebar input, #sidebar textarea, #sidebar select {
    font-size: 0.9em;
    margin: 5px 0;
    padding: 1px;
	line-height: 1.5em;
	}
	
#sidebar input.submit, #sidebar input.reset {
    text-transform: uppercase;
	}
	
#sidebar input[type=submit], #sidebar input[type=reset] {
    text-transform: uppercase;
	}
	
#sidebar select, #sidebar input.text {
    width: 300px;
    }
    
#sidebar input[type=text]#sidebar {
    width: 300px;
    }
    
/* Page
-------------------------------------------------------- */
#content-info {
	margin:0 -20px ;
	padding: 10px 20px;
	}

#content-info p { padding: 10px 0; }
    
#content-info p a.feed:link, #content-info p a.feed:visited {
	padding: 3px 0 3px 22px;
	background: transparent url(img/rss.png) no-repeat 1px 3px;
	}
	
#subcategories ul li { list-style: none;}
	
.content-inner { clear: left; }

.content-inner h3 { margin: 0 20px; }

.dc-archive-month .post-info { padding: 5px 0; }

.dc-archive-month #content-info h2 { text-align: center; }

.dc-archive-month .post-title { clear: left; }

.dc-category #content-info { text-align: justify; }