/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 */


/*---------- General ----------*/						

body {
	margin : 0;
	padding : 0;
	background : #000044;
	color : #aaaaff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 80%;
}

table { 
	font-size : 1em; 
}

p { 
	margin : 1em 0; 
}

q { 
	font-style : italic; 
	background: #000088 url(img/q.png) no-repeat 4px center;
}

ul { 
	list-style-type : square; 
	list-style-position : outside; }

pre { 
	width : 100%;
	padding-bottom : 1.5em;
	white-space : normal;
	/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
	overflow : auto;
	white-space : pre;
	/* Fin hack Ne pas supprimer cette ligne */
}

code { 
	width : 100%;
}

img  { 
	border : none; 
}

form { 
	display : block; 
	margin : 0; 
	padding : 0; 
}

h1 { 
	font-size : 2.25em;  
	margin : 0.67em 0; 	  
}

h2 { 
	font-size : 1.2em;   
	margin : 0.83em 0 0 0;  
}

h3 { 
	font-size : 1.1em;   
	margin : 1em 0; 	  
}

h4 { 
	font-size : 1em; 	  
	margin : 1.33em 0; 
}

h5 { 
	font-size : 0.83em;  
	margin : 1.67em 0; 
}

h6 { 
	font-size : 0.67em;  
	margin : 2.33em 0; 
}


a:link 	  { 
	color : #bbbbff; 
}

a:visited { 
color : #9980a5;
}

a:hover   { 
	color : #e0a010;
}

a:active  { 
}

a:focus   { 
}


a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
}

.clear {
	clear : both;
	display : block;
	height : 1px;
	margin : 0;
	padding : 0;
}

/*---------- Layout ----------*/

#page {
	width : 792px;
	margin : 10px auto;
	padding : 5px;
	border : 0px solid #000;
}

#main {
	float : left;
	width : 560px;
	padding : 0;
	margin : 0;
}

#content {
	float : left;
	width : 550px;
	margin : 0;
	padding : 0;
}

#sidebar {
	float : right;
	width : 192px;
	padding-left: 10px;
	margin : 0;
	border-left : #000077 1px solid;
}


/*---------- Block "Top" ----------*/

#top {
	width: 100%; 
	height: 120px;
	background: #000044 url(img/bdo.jpg) no-repeat left top;
	margin-bottom: 10px;  
	padding-top: 2px; 
	clear:both;
}


#top h1 {
	color: #bbbbff; 
	position:relative;
	top: 30px;
	margin:0;
	padding:0;
	font-size: 220%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: left; 
	clear:both;
}


#top h1 a{
	text-decoration: none;
}

#top h1 a:link 	  { 
	color : #bbbbff; 
	text-decoration : none; 
}

#top h1 a:visited  { 
	color : #bbbbff; 
	text-decoration : none; 
}

#top h1 a:hover   { 
	color : #e0a010;
	text-decoration : none;  
}

#top br {
	clear:both;
}

#navbar-top {
	float : right;
	margin : 0;
	padding : 0;
}

.navbar {
	text-align : right;
}

/*---------- Block Prelude----------*/

#prelude {
	display: none;
	margin: 0;
	padding : 0;
}

#prelude a:visited { 
	color : #bbbbff; 
	text-decoration : none; 
}

#navbar-prelude {
	float : right;
	margin : 5px 0px 30px 10px;
	padding : 0;
	border-bottom: #000077 2px solid;
}

/*---------- Navigation horizontale ----------*/

ul#nav-box {
	clear: both;
	margin : 0 0 2.5em 0;
	padding : 5px 1em 5px 0;
	list-style-type : none;
	color: #9999FF;
	font-weight : bold;
	font-size : 1.0em;
	text-align: left;
	border-bottom: 2px solid #000077;

}
ul#nav-box li {
	display: inline;
	padding : 5px 0;
}
ul#nav-box li a {
	padding : 5px 2em 5px 0em;
	color: #bbbbff;
	text-decoration: none;
}

ul#nav-box li a:active  { 
	padding : 5px 2em 5px 0em;
	color: #bbbbff;
	text-decoration: none;
}

ul#nav-box li a:hover {
	color : #e0a010;
	text-decoration: none;
}

/*---------- Footer ----------*/

#footer {
	clear : both;
	margin : 0px 0px 10px 0px;
}

#dotclear {
	width : 30%;
	float : right;
	margin : 0;
	padding : 0;
	font-size: 0.8em; 
	text-align: right; 
}

#navbar-bottom {
	text-align: left; 
	width:100%; 
	clear:both;
	font-size: 0.8em;
	float : left;
	margin-bottom : 8px;
	padding : 0;
	border-top: 2px solid #000077;
}

#navbar-bottom a 	  { 
	color : #bbbbff; 
}

#navbar-bottom a:link 	  { 
	color : #bbbbff; 
}

#navbar-bottom a:visited  { 
	color : #bbbbff; 
}

#navbar-bottom a:hover   { 
	color : #e0a010;  
}



#ft {
	margin-top: 10px;
	width:65%; 
	float : left;
	clear:both;
	font-size: 0.8em; 
	color: #8888ff; 
	margin : 0;
	padding : 0;
	margin-bottom: 10px;
	text-align: left; 
}

.clear {
	clear : both;
	margin : 0;
	padding : 0;
	height:1px;
}

/*---------- Sidebar ----------*/

#sidebar h2 {
	padding : 0;
}

#sidebar ul {
	list-style-type : none;
	margin-top : 0.15em;
}

#sidebar li {
	list-style : none;
	margin-top : 0.15em;
	color : #bbbbff;
}

#sidebar li:hover {
	color : #6060a5;
}

/*---------- Calendar box ----------*/

#calendar {
	margin : 0;
	padding : 0;
}

#calendar h2 {
	display : none;
}

#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0 auto;
}

#calendar caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
	margin : 0 auto;
}

#calendar abbr {
	border : none;
	font-style : normal;
}

#calendar th, #calendar td {
	font-weight : normal;
	border : none;
	padding : 1px;
}

#calendar td {	
	text-align : left;
}

#calendar td.active {
}

#calendar td.active a {
	font-weight : normal;
}

#calendar a {
	font-weight: bold;
}


/*---------- Search form box ----------*/
#search {
	margin : 0;
	padding : 0;
}

#search h2 {
}

/*---------- Categories box ----------*/

#categories {
	margin : 0;
	padding : 0;
}

#categories h2 {
}

/*---------- Archives box ----------*/
#archives {
	margin : 0;
	padding : 0;
}

#archives h2 {
}

/*---------- Links box ----------*/
#links {
	margin : 0;
	padding : 0;
}

#links h2 {
}

#links h3 {
	font-size : 1.0em;
}

/*----------  Syndication box ----------*/
#syndicate {
	margin : 0;
	padding : 0;
}

#syndicate h2 {
}

/*---------- Themes box ----------*/
	
#themes {
	margin : 0;
	padding : 0;
}

#themes h2 {
}

/*---------- Post ----------*/

.day-date {
	font-size : 1em;
	font-weight : bold;
	margin : 0;
	text-align : right;
	color : #8888ff;
}

.post {
	padding : 5px 5px 5px 0;
	margin-bottom : 2em; 
	background-color : #000044;
}

.footnotes {
	clear: both;
	font-size : 0.83em;
}

.post-title {
	color : #bbbbff;
	margin : 0;
	padding : 0;
}

.post-title a{
	background: transparent;
	text-decoration: none;
}

.post-info {
	color : #9999ff;
	margin : 0;
	padding : 0;
font-size : 0.83em;
}

.post-info a { 
	/*color : #8888ff;*/
 }

.post-chapo {
	margin : 0;
	padding : 0;
}

.post-content {
	margin : 0;
	padding : 0;
	text-align : justify;
}

.post-info-co {
	clear: both;
	font-size : 0.83em;
	padding : 0;
	text-align : right;
	color : #8888ff;
}

.post-info-co a { 	/*color : #8888ff;*/ }

/*---------- Comments & Trackbacks ----------*/

#trackbacks, #comments {
	clear: both;
}

#comments-list, #trackback-list {
	margin : 0;
	padding : 0;
}

#comment-preview {
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0;
	padding : 0;
}

#comments blockquote {
background : #000055;
border: #000099 1px dotted;
padding-top: 2px;
padding-bottom: 2px;
}

#comments .me blockquote {
background : #000088;
border: #000099 1px dotted;
padding-top: 2px;
padding-bottom: 2px;
}

.comment-info {
	margin-bottm : 0.1em;
	padding : 0;
	color : #8888ff;
	font-size : 0.83em;
}

#trackbacks .comment-info {
}

#comments .comment-info {

}

.comment-number {
	font-weight : bold;
}

.comment-number a {
	text-decoration : none;
}

.linktop {
	margin : 0;
	padding : 0;
}

/*---------- Form ----------*/

#add-comment, #change-comment {
	margin : 0;
	padding : 0;
}

#comment-form {
	margin : 0;
	padding : 0;
}

#dcwikibar {
	margin : 0;
	padding : 0;
	padding : 2px;
}

fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	color : #9999ff;
	background: #111133;
	border:1px solid #333377;

}

input[type], textarea[name] {
}

input[type=submit], input[type=reset] {

}

input[type=submit]:hover {
}

textarea {
	margin : 0;
	padding : 0;
}

p.field {
	margin : 0;
}

p.field label {
	display : block;
}

.form-help {
}

input.preview {
	color : #bbbbff;
	background: #000077;
}

input.submit {
	color : #bbbbff;
	background: #000077;
}

#c_nom {
}

#c_mail {
}

#c_site {
}

#c_content {
}

#c_remember {
}

/*---------- Error messages ----------*/

.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}

.error ul {
	padding-left : 20px;
}

.error li {
	list-style : square;
}

/*---------- Plugins ---------------*/

p.pagenav {
	font-size: 0.83em;
}

/*---------- Extra blocks ----------*/

#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}

