body {
	margin : 0;
	padding : 0;
	background : white;
	color : #000000;
	font-size : 12px;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif; 
	font-weight : normal;
}

table { font-size : 1em; }
p { margin : 1em 0; }
q { font-style : italic; }
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; 	  font-style : italic; }
h2 { font-size : 1.4em;   margin : 0.83em 0 0 0;  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif; font-weight : normal; }
h3 { font-size : 1.3em;   margin : 1em 0; 	  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;}
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 : #000000; text-decoration : none; }
a:visited { color : #000000; text-decoration : none; }
a:hover   { color : #FA0; text-decoration : none;  }
a:active  { text-decoration : none; }
a:focus   { text-decoration : none;}

#navbar-top {
	float : right;
	margin : 0;
	color : white;
	padding-right : 10px;
}

#navbar-top a:link { color : #ffffff; text-decoration : none; }
#navbar-top a:visited { color : #ffffff; text-decoration : none; }
#navbar-top a:hover { color : #ffffff; text-decoration : none; font-weight : bold; }
#navbar-top a:active { color : #ffffff; text-decoration : none; }
#navbar-top a:focus { color : #ffffff; text-decoration : none; }

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

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

/* ---------------------------------------------------- */
/* Layout						*/
/* ---------------------------------------------------- */
.page {
	width : 1000px;
	border : 0px solid #000;
	padding : 0px;
	margin : 0px auto;
	background-color: #FFFFFF;
}

/* this is a border with marginal compensation to stop scroll bars */
.wrapper {
	width: 1000px;               /* total width */
}      
.header {
	height: 196px;               /* total height */
	background: transparent url(images/top.jpg) no-repeat;
}      


.outer {
	border-left-width: 200px;  /* left column width */
	border-left-color: #96AE1A;   /* left column colour */
	
	border-right-width: 179px; /* right column width */
	border-right-color: #96AE1A;  /* right column colour */
	
	background-color: #ffffff; /* center column colour */

}

.left {
	background: transparent url(images/left.jpg) no-repeat;
	width: 200px;              /* left column width */
	margin-left: -200px;       /* _negative_ left column width */
}

.right {
	background: transparent url(images/right.jpg) no-repeat;
	width: 179px;              /* right column width */
	margin-right: -179px;      /* _negative_ right column width */
	padding : 0px;
}

.center {
	background: transparent url(images/center.jpg) no-repeat;

}

.wide {
	background-color: #ffffff;    /* header and footer colours */
}

/* Main code */

.outer { width: auto; border-left-style: solid; border-right-style: solid; }
.inner { margin: 0; width: 100%; padding:0;}

.left { float: left; position: relative; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }
.center { float: left; width: 100%; position: relative; z-index: 12; }

.wide { width: 100%; position: relative; z-index: 13; }

.clear { clear: both; }

/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 0px; }
.right { margin-left: 0px; }
.center { margin: 0 -0px 0 -0px; }

/* ---------------------------------------------------- */
/* Block "left"						*/
/* ---------------------------------------------------- */
.left h2 {
	color : #96AE1A;
	margin-left : 5px;
	padding-right : 5px;
	padding-left : 5px;
	height : 26px;
	width : 140px;
	font-size : 1.2em;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-align: right;
	background: transparent url(images/rub_left.gif) no-repeat;
}
.left ul {
	list-style-type : none;
	margin-top : 0.15em;
}
.left li {
	list-style : square;
	margin-top : 0.15em;
	color : #FFFFFF;
}
.left li:hover {
	color : #FFFFFF;
}
.left a:link 	  { color : #ffffff; text-decoration : none; }
.left a:visited { color : #ffffff; text-decoration : none; }
.left a:hover   { color : #A9D733; text-decoration : none;  }
.left a:active  { text-decoration : none; }
.left a:focus   { text-decoration : none;}
/* ---------------------------------------------------- */
/* Block "right"					*/
/* ---------------------------------------------------- */
.right h2 {
	color : #96AE1A;
	margin-left : 5px;
	padding-right : 5px;
	padding-left : 5px;
	height : 26px;
	width : 140px;
	font-size : 1.2em;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-align: right;
	background: transparent url(images/rub_right.gif) no-repeat;
}
.right a:link 	  { color : #000000; text-decoration : none; }
.right a:visited { color : #000000; text-decoration : none; }
.right a:hover   { color : #60ACF0; text-decoration : none; font-weight : bold; }
.right a:active  { text-decoration : none; }
.right a:focus   { text-decoration : none;}
/* Calendar box -------------------------------------- */
#calendar {
	margin-top : 10px;
	margin-left : 10px;
	margin-right : 10px;
	color : #000000;
	background-color: #A9D733;
	font-size : 1.1em;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight : bold;
}
#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 : center;
}
#calendar td.active {
}
#calendar td.active a {
	color : #FFFFFF;
	background-color: #96AE1A;
	border : 1px solid #96AE1A;
}
#calendar a {
	color : #FFFFFF;
	background-color: #96AE1A;
	border : 1px solid #96AE1A;
}

/* Search form box ----------------------------------- */
#search {
	margin : 0;
	padding : 0;
}
#search form{
	margin-left : 10px;
	margin-top : 10px;
	padding : 0;
}
/* Categories box ------------------------------------ */
#categories {
	margin : 0;
	padding : 0;
}
/* Sondage box ------------------------------------ */
#sondage {
	margin : 10px;
	padding : 0;
}
/* Last Comments box ------------------------------------ */
#lastcomments {
	margin-left : -30px;
	padding : 0px;
}
/* Archives box -------------------------------------- */
#archives {
	margin : 0;
	padding : 0;
}
#archives-combo {
	margin-left : -30px;
	padding : 10px;
}
/* Links box ----------------------------------------- */
#links {
	margin : 0;
	padding : 0;
}
#links h2 {
}

/* Syndication box ----------------------------------- */
#syndicate {
	margin : 0;
	padding : 0;
}
#syndicate h2 {
}
#syndicate a {
	padding-left: 20px;
	background: transparent url(images/rss.png) no-repeat left center;
}
/* Home-message box ----------------------------------- */
#home-message {
	margin-left : 10px;
	margin-top : 35px;
	padding : 0;
}
/* ---------------------------------------------------- */
/* Post							*/
/* ---------------------------------------------------- */
.day-date {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4FADE4;
	color: #A84636;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
}
.post {
	padding : 5px;
	margin-bottom : 2em; 
	text-align : justify;
}
.post-title {
	color: #F90;
	background: transparent;
	text-decoration: none;
}
.post-title a {
	text-decoration: none;
	color: #0473BC;
	font-size: 1.2em;
}
.post-title a:hover {
	text-decoration: none;
	color: #0473BC;
	font-size: 1.2em;
}
.post-info {
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
}
.post-info a {  }

.post-chapo {
	margin : 0;
	padding : 0;
}
.post-content {
	margin : 0;
	padding-left : 10px;
	padding-right : 10px;
	text-align : justify;
}
.post-info-co {
	padding : 0;
	text-align : right;
	padding-right : 5px;
	color : #FFFFFF;
}
.post-info-co a {  }
/* ---------------------------------------------------- */
/* Comments & Trackbacks				*/
/* ---------------------------------------------------- */
#trackbacks, #comments {
	padding-left : 10px;
	padding-right : 10px;
}
#comments-list, #trackback-list {
	margin : 0;
	padding : 0;
}
#comment-preview {
}
#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0;
	padding : 0;
}
.comment-info {
	margin : 1em 0 0 0;
	font-size: 0.8em;
}
#trackbacks .comment-info {
	text-decoration : none;
	color: #0473BC;
	font-size: 1.2em;
}
#comments .comment-info {
	text-decoration : none;
	color: #0473BC;
	font-size: 1.2em;
}
.comment-number {
	font-weight : bold;
	text-decoration : none;
	color: #0473BC;
	font-size: 1.2em;
}
.comment-number a {
	text-decoration : none;
	color: #0473BC;
	font-size: 1.2em;
}
.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 {
}
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 {
}
input.submit {
}
#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;
}

/* ---------------------------------------------------- */
/* Extra blocks						*/
/* ---------------------------------------------------- */
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}
