@charset "iso-8859-1";
/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet style.css ****/

/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet style.css ****/

/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman 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 *****
 *
 * Contributor(s):
 *  Long Le Thanh
 */
 
body {
	margin : 0;
	padding : 0 60px 0 200px;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.75em;
	background : #fff url(images/bg-right.png) repeat-y 100% 0;
	color : #333;
}

p { margin : 1em 0; text-align:justify; line-height: 20px;  }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-family : Verdana,"Times New Roman","New York",serif;font-size : 2em; margin : 0.67em 0; }
h2 { font-family : Verdana,"Times New Roman","New York",serif;font-size : 1.5em; margin : 0.83em 0; }
h3 { font-family : Verdana,"Times New Roman","New York",serif;font-size : 1.17em; margin : 1em 0; }
h4 { font-family : Verdana,"Times New Roman","New York",serif;font-size : 1em; margin : 1.33em 0; }
h5 { font-family : Verdana,"Times New Roman","New York",serif;font-size : 0.83em; margin : 1.67em 0; }
h6 { font-family : Verdana,"Times New Roman","New York",serif;font-size : 0.67em; margin : 2.33em 0; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {   text-decoration:none;
	color : #775a39;
}
a:hover, a:focus, a:active {
        border-bottom:1px dotted #775a39;
	color:#775a39;
}

a.livre {   text-decoration:none; font-weight : bold;
	color : #FF6600;
}
a.livre:hover, a:focus, a:active {
        border-bottom:1px dotted #66CC00;
	color:#66CC00;
}

a[hreflang]:after {
	font-size:0.9em;
	content: " (" attr(hreflang) ")";
	color : #775a39;
	background : transparent;
}

table {
	font-size : 1em;
}
code,pre { 

	position:absolute;
	font-family : Verdana,monospace;
	font-size : 0.75em;	
	overflow:auto;
	height:400px;
	width:400px;
	
}
.marge-code {margin-bottom:400px;width:100%;}
}


/* Layout
-------------------------------------------------------- */
#page {
  	margin : 0;
	padding : 0 0 0 0;
	background:#fff;
}

#top {
	margin : 0 0 0 0;
	color : #39455B;
	height: 168px;
	padding: 0px 0 0 0;
	background-color: #faf5bb;
	background-image: url(images/header-haut.jpg);
	background-repeat: no-repeat;
	background-position: left top;		
}
#top h1 {
	color:#ee7f01;
	margin-top: 20;
	margin-right: 40;
	margin-bottom: 0;
	margin-left: 60px;
	text-align: left;
}
#top a {
	color : #ee7f01;
	text-decoration : none;
}
#top-bottom {
	margin:0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}


#main {
	width : 100%;
	float : left;
	margin-right : -200px;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#content {
	padding : 1px 1em 1em 1em;
	margin-right : 180px;
	margin-top:0;
	
}

/* Menu Top
-------------------------------------------------------- */
#menu-top{
	margin-top: 115px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
   }

#menu-top ul {
list-style-type: none; /* on supprime les puces, inutiles */
width: 100%; /* précision pour Opera */
padding-left:15px;
padding-bottom:0px;

}
#menu-top li { float: left;} /* on aligne les listes sur la gauche */

.menu a {
     margin: 0 2px;
     width: 80px; /* on définit la taille du bouton de menu */
     height: 20px;
     float: left;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
     color: #000;
     background: #faf5bb;
     }

.menu a:hover {
     background: #fff;
     border: 1px solid gray;
     }

.menu a:active {
     background: gray;
     border: 1px solid gray;
     color: #fff;
}

/* Nav Menu
-------------------------------------------------------- */

#navmenu{
  position: absolute;
  top: 0;
  left: 10px;
  width: 200px;
  background:#ffffff url(images/nav-gauche-shad.gif) repeat-y top right;
  
}

#navmenu h2 {
	padding : 10px 5px 0 0;
	margin : 1.3em 12px 0.3em 0;
	font-weight : normal;
	font-family : Verdana, "Times New Roman", "New York", serif;
	color : #ee7f01;
	text-align:left;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #79b51e	
	
}
#navmenu-footer{
  width: 200px;
  background:#ffffff url(images/nav-gauche-bottom.gif) no-repeat top right;
  height:117px;
  font-size : 0.8em;
}

/*banner*/
#banner {
	text-align:center;
	padding : 15px 5px 0 0;
	border-top:1px solid #79b51e;
	margin-right:12px;
}

#banner a:hover{border:0px;}

/* Sidebar
-------------------------------------------------------- */
#sidebar {
	width : 170px;
	float : right;
	margin : 0 0 2em 0;
	padding:0 0 50px 0px;
	font-size : 0.8em;
	background-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #faf5bb;	

}
#sidebar h2 {
	padding : 10px 5px 0 5px;
	margin : 1.3em 0 0.3em 0;
	font-weight : normal;
	font-family : Verdana, "Times New Roman", "New York", serif;
	color : #ee7f01;
	text-align:left;
	font-size:2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #79b51e;	
}


#sidebar h3{ padding-left:5px;}

#sidebar ul {
	padding-left : 25px;
	margin : 0 0 0 0;
	list-style-type : circle;
}

#sidebar li {
	margin-top : 0.15em;
	padding-left : 0px;
	color : #e2d6ad;
	/*background : transparent url(images/fleche.png) no-repeat 0 0.25em;*/
}


/* Calendar */
#calendar {
}
#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 : 10px auto 0 auto;
}
#calendar abbr {
	border : none;
	font-style : normal;
}

#calendar th, #calendar td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
}

#calendar td.active {
	border : 1px solid #0373A1;
}
#calendar td.active a {
	font-weight : bold;
}

#calendar a {
	font-weight : bold;
}

/* Search form */
#search {
}
#q {
}

/* Categories box */
#categories {
}

#selection{padding-right:10px;}

/* Archives box */
#archives {
}

/* Links box */ 
#links {
}

/* Syndication box */
#syndicate {
}

/* Tribune*/

#tribune .content{ overflow :auto; height:200px; width:94%;}
#tribune p {
	overflow: hidden;
    	margin: 0;
    	font-size: 0.8em;
    	line-height: 1.5em;
text-align:justify;
padding-right:10px;
}

#tribarchive p {
	overflow: hidden;
    	margin: 0;
    	font-size: 0.8em;
    	line-height: 1.5em;
}

#tribune form {
    	margin: 0;
    	margin-top: 0.9em;
    	margin-bottom: 0.9em;
    	text-align: center;
}

#tribune h4 {
	color: #734510;
	border-bottom: 1px dotted black;
	margin-right:12px;
	padding-right:5px;
	font-size: 0.9em;
	text-align:right;
}

#tribarchive h4 {
	color: #0666A4;
	border-bottom: 1px dotted black;
	font-size: 0.9em;
}
/* Footer
-------------------------------------------------------- */
#footer {
	clear: both;
	margin: 2em 0 0;
	padding: 3px 1em 1em;
	color: #fff;
	font-size: 0.8em;
	text-align: right;
	line-height: 100%;
	position : relative;
	background-color: transparent;
}
#footer a {
	color : #666;
}


/* Post
-------------------------------------------------------- */
.day-date {
	margin-top : 2em;
	padding-bottom : 4px;
	font-family : Verdana,"Times New Roman","New York",serif;
	font-size : 1.2em;
	font-weight : bold;
	text-align : right;
	color : #999;
	border-bottom : 1px solid #999;
	/*background : transparent url(images/line-1.png) repeat-x bottom left;*/
}

.post {
	margin-bottom : 2.5em;
}
.post-title {
	margin : 0.8em 0 5px 0;
	color : #ee7f01;
	/*background : transparent url(images/ico_entry.png) no-repeat 0 40%;*/
	padding-left : 0px;
}
.post-title a {
	color : #ee7f01;
	text-decoration : none;
}

.post-title a:hover, a:focus, a:active {
        border-bottom:1px dotted #ee7f01;
	
}
.post-info {
	font-size : 0.85em;
	clear : both;
	color : #666;
	margin : 0 0 5px 0;
	
}
.post-chapo {
	margin-bottom : 2em;
}
.post-content {
}
.post-info-co {
	font-size : 0.85em;
	clear : both;
	color : #666;
	background : transparent url(images/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
}

.post-info-co span {
	background : transparent url(images/ico_tb.png) no-repeat 100% 40%;
	padding : 0 15px 0 0;
}

#trackbacks {
}
#comments {
}
#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 0 ;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 0;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background : transparent url(images/line-1.png) repeat-x 0 0;
}
#trackbacks blockquote {
  border:1px solid #000000;
  margin-left:45px;
}
.comment-info {
	margin : 0;
	padding : 0.3em 0 0.3em 18px;
}
#trackbacks .comment-info {
	background-image : url(images/ico_tb.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
#comments .comment-info {
	background-image : url(images/ico_comments.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}

#comments blockquote {
  border:1px solid #000000;
  margin-left:45px;
}
.comment-number {
	font-family : Verdana,"Times New Roman","New York",serif;
	font-size : 1.8em;
}
.comment-number a {
	text-decoration : none;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #f1f0ed;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}

textarea {
	width : 95%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}


/* Extra blocks
-------------------------------------------------------- */
#block1 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#block2 {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 0px;
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}
