/* ***** 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 ***** * 

* Contributor(s): 
* Theme Palaiseau A Venir par Bernard MORIN */

body {
	margin : 0;
	padding-top : 0px;
	font-family : "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size : 82%;
	color:#333;
	/*background: #009543 ;*/
	background:#97afcd;
}

p {
	margin : 0 0;
	
}

img {
	border : none;
	margin:0;
}

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

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

h2 {
	font-size : 1.5em;
	margin : 0.5em 0;
}

h3 {
	font-size : 1.17em;
	margin : 0.33em 0;
}

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

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

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

code, pre {
 	font-family : "Courier New",monospace;
 	font-size : 1.1em;
 	background : #e5f2ff;
}

pre {
 	margin : 0.5em auto;
 	margin-bottom : 1em;
 	padding : 0.5em;
 	text-align:left;
	white-space:normal;
	/* cache pour IE 5 Mac qui sait pas faire */
	white-space:pre;
	width: 90%;
	overflow : auto;
	/* End hack */
}

q {
	font-style : italic;
}

a:link {
	color : #336699;
	text-decoration:none;
}

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

a:hover {
	text-decoration : none;
	color : #663300;
}

a:active {
	font-weight:bold;
}

a:focus {
	text-decoration:underline;
}

a[hreflang]:after {
	content: "0000a0[" attr(hreflang) "]";
	color:#663300;
 	background : transparent;
}

acronym, abbr {
	border-bottom: 1px dotted #999;
	cursor:help;
}

.footnotes {
	font-size:0.9em;
	color:#666;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}

.footnotes h4 {
	margin: 0.5em 0;
}

.petit, .suite {
	font-size : 0.86em;
}

p.suite {
	text-align : right;
	margin : 0;
}

ul {
	position : relative;
} 

/* pour eviter la disparition d'image aleatoire au survol des liens */
/* Structure-------------------------------------------------------- */
#page {
	margin-left: auto;
	margin-right: auto;
	padding-top : 0px;
	background : #f3ffe6 ;
	border : none;
	width:800px;
	height:100%;
	margin-top:0em;
}

/* Bannière */
#banniere {
	color:#FFFFFF;
	text-align:center;
	background-color:#00a0ff;
	height:1.4em;
	font-size:1.4em;
	padding-top:0.2em;
}

/* Titre-------------------------------------------------------- */
#top {
	background:transparent url(images/bd_palaiseauavenir.jpg) no-repeat left;
	font-family : Georgia,"New Century Schoolbook",Times,serif;	margin: 0 0 0 0;
	text-align : right;
	height:153px;
	width:800px;
	color: #ffffff;
}

#top h1 {
	display:block;
	margin : 0;
	padding : 1em 1px;
}

#top a {
	color : #ffffff;
	background : transparent;
	text-decoration : none;
	font-weight:normal;
	font-size : 0.85em;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

#top a:hover{
	color : #ffffff;
	background : transparent;
	text-decoration : none;
	font-weight:normal;
	color: #fbffd9;
	text-decoration: underline;
	font-size : 0.85em;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

/* conteneur des trois colonnes------------------------------------------------------------------------ */
#carcasse {
	margin:0;
	padding : 0 13em 0 13em;
	margin-top:0px;
}

/* Centre (partie des billets)-------------------------------------------------------- */
.ext-main {
	width: 100%;
}

.ext-main[class] {
	/* pour mozilla */
	padding-bottom: 0.1px;
}

.main {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
	background-color: #ffffff;
}

.main[class] {
 	margin-right: -1px;
	margin-left:-1px;
}

.main-content {
	margin: 1em 1em 1em 1em;
}

#content {
	float:right;
	width:99%;
}

#content[id] {
 	margin-left:-1px;
}

#content h3 {
	color : #666;
	margin-top : 2em;
	font-size:1.1em;
	font-weight:normal;
}

#content h4 {
	color :#666;
}	

.day-date {
	padding : 2px 0px;
	font-size : 0.9em;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	text-align : left;
	/*color : #663300;	background : #B3DBFF;*/
	color:5e5e5e;
	text-transform : lowercase;
}

.post {
	margin-top:2em;
}

.post-title {
	font-size:1.25em;
	margin: 0 0 1em 0;
	/*color:#663300;*/
	color:#78ab45;
}

.post-title a {
	text-decoration:none;
	color:#78ab45;
}

.post-chapo {
	margin-top:0.25em;
}

.post-content {
	text-align:justify;
	margin-top:0.5em;
}

.post-content p {
	margin-top:0.25em;
	line-height:140%;}

.post-info {
	font-family:Tahoma, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size : 0.8em;
	margin-bottom: 0;
	color:#663300;
}

.post-info-co {
	font-family:Tahoma, "Lucida Grande", "Trebuchet MS", sans-serif;
	margin-top:0;
	margin-bottom:2em;
	/* padding-left : 13px; */
	font-size : 0.8em;
	color:#c2d7a0;
}

.post-info a {	/*color : #663300;*/	color:#c2d7a0;}

.post-info a, .post-info-co a {
	font-weight : bold;
	color:#c2d7a0;
}

.post blockquote {
	font-family:Tahoma, "Lucida Grande", "Trebuchet MS", sans-serif;
	background: transparent url(images/cite.gif) repeat-y;	margin:2em 0;
	padding-left:2em;
}

.post blockquote p {
	margin-top:1em;
}

.post-info-co span {}

/*#separateur{	background-color:#f3ffe6;	width:20em;	height: 2px;	padding-top: 2em;}*/
#trackbacks {	margin-top : 1em;	border-top:2px solid #663300;}

#comments {	border-top:2px solid #663300;}

#comment-preview {}

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

#trackbacks h3, #comments h3, #comment-preview h3 {
	font-size : 1em;
 	color : #630;
	margin : 1em 0;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 2em;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
}

.comment-info {
	margin : 0;
	padding : 0.3em 0 0.3em 18px;
}

#trackbacks .comment-info {}

#comments .comment-info {}

.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}

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

.post ul, .post ul li {
	list-style:none;
	padding-left: 1em;
	margin: 0 0 0 0;
}

.post ul li {
	display:block;
	background : transparent url(images/ul.png) no-repeat 0 5px;
	padding-left:11px;
}

.post ul ul li {
	display:block;
	background : transparent url(images/ulul.png) no-repeat 0 5px;
	padding-left:11px;
}

/* Error messages-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}

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

.error li {
	list-style : square;
}

/* Calage des sidebar-------------------------------------------------------- */
.ext-col-a, .ext-col-b {
	position: relative;
	overflow: hidden;
}

.int-col {
	margin: 0 0em;
	padding-bottom:2em;
}

.ext-col-a {
	width : 13em;
}

.ext-col-b {
	margin-left:0,4em;
	width: 13em;
}

.clear {
	clear: both;
}

/* Menu gauche-------------------------------------------------------- */
#extra {
	float:left; 
	margin-left:-13em;
	z-index:10;
	text-align:left;
	font-size:1em;	
	padding-top:0em;
	width:13em;
}

#extra[id] {
	margin-right:1px;
}

#extra ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#extra li {
	display : block;
	margin-top : 0.15em;
	padding-left : 1em;
	color : #e2d6ad;
}

#extra a {
	text-decoration : none;
}

#extra li:hover {
	color : #333;
}

/* Menu droit-------------------------------------------------------- */
#sidebar {	float:right;	margin-right:-13em;	padding-left:0em;	margin-top:0em;	padding-top:0em;	z-index:11;	font-size:1em;	color:#663300;	width:13em;}#sidebar[id] {	margin-left:1px;}

#sidebar h2, #sidebar h3, #extra h2, #extra h3 {	font-size:1em;	color : #663300;	margin : 0.5em 0 0 0;	font-weight : normal;}#sidebar h2, #extra h2 {	font-size : 1.1em;	font-weight : bold;	margin-top : 1.5em;}#sidebar ul {	margin : 0 0 0 0;	padding:0;	list-style : none;}#sidebar li {	display : block;	margin-top : 0.1em;	margin-left:1em;/*	background : transparent url(images/ulul.png) no-repeat 0 3px;*//*	padding-left:11px;*/	color : #e2d6ad;}#sidebar a {	text-decoration : none;}#sidebar li:hover {	color : #333;}#sidebar input {	margin-left:1em;}/* Search form */#search h2 {	font-size : 1em;}#q {}/* Categories box */#categories {	margin-top: 1.5em;	padding-right:1em;	padding-left:0.5em;}#categories h2{	display: block;	width: 100%;/*	border: 1px dashed #000000;*/	padding: 2px;	padding-left: 5px;	margin-top: 2em;	margin-left:auto;	margin-right:auto;	padding-right: 0px;	margin-bottom: 0.8em;}/* Archives box */#archives {}/* Links box */ #links {}
/* Syndication box */
#syndicate {}

/* Footer-------------------------------------------------------- */
#footer {
	font-size:8px;
	border-top : 1px solid #663300;
	border-bottom : 1px solid #663300;
	margin-top : 0px;
	margin-bottom : 0px;
	padding: 0px 0 0px 0;
	color: #FFFFFF;
	text-align: center;
	line-height: 100%;
	background : #eef6ff url(images/bandeau_bas.jpg) no-repeat;
	height: 72px;
	font-size: 9pt;
}

#footer p {
	padding-top: 47px;
	padding-bottom :0px;
}

#footer a {
	color: d4ff;
	padding-top: 47px;
	padding-bottom :0px;
}

#footer a:hover {
	color: ffb0b0;
}

/* Calendrier-------------------------------------------------------- */
#calendar {}

#calendar h2 {
	margin : 2em 0 0 0;	
	font-size : 1em;
	text-align : center;
}

#calendar table {
	border-collapse : collapse;
	font-size : 0.9em;
	text-align:center;
	margin : 0;
	padding:0;
	color:#333;}

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

#calendar abbr {
	border : none;
}

#calendar th, .cal td {
	border : none;
	padding : 1px;
	padding-right: 0.8em;
}

#calendar td {
	text-align : center;
	padding-right: 0.8em;
}

#calendar td.active {
	background: #6d8296;
	/* 728294; */
	font-weight : bold;
}

#calendar td.active a {
	font-weight : bold;
	background : transparent;
	color : #fff;
}

#calendar a {
	font-weight : bold;
	background : #e5f2ff;
	margin-left:-1px;
	padding:0px;
}

/* 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=reset], input[type=submit] {
	color : #000;
}

#search input[type=submit] {
	background : url(images/loupe_rechercher2.gif) no-repeat left;
	color : #000;
	border : 0;	margin-left: 0;
}

/*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.86em;
	margin: 1em 0 0.5em 0;
}

.form-help {}

#comment-form {}

input.preview {}

input.submit {}

#c_nom {}

#c_mail {}

#c_site {}

#c_content {}

#c_remember {}										
