****** 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 *****
 *
 * Author: Zoe (http://www.callmepep.org/zoe)
 * Thème 3 colonnes dont celle du milieu fluide (version 1.2)
 *  
 */

 
/* -----------------------------------------------------	*/
/* General 							*/
/* -----------------------------------------------------	*/
body {
	margin : 0;
	padding : 0;
	background : white;
	color : #333;
	font : 12px "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
}

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; 
  padding-right : 35px;
/*  background: url(img/small_sapin.png) no-repeat left bottom; */
/*  text-indent:10px; */
/*  height : 30px; */
}

h3 { 
  font-size : 1.3em;
  margin : 1em 0;
  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h4 { font-size : 1em; 	  
   margin : 1.33em 0;
/*   background: url(img/pere_noel_small.png) no-repeat left bottom; */
   padding-left : 35px;
/*   height:32px; */
}

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

/*
a:link 	  { color : #036; text-decoration : none; }
a:visited { color : #036; text-decoration : none; }
a:hover   { color : #630; text-decoration : underline; }
a:active  { text-decoration : none; }
a:focus   { text-decoration : none;}

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


#categories a {display:block;border-bottom:solid 1px lightgrey; }
#categories a:link    { border:outset 2px gray; background-color:gray;color:lightgray;text-decoration:none;}
#categories a:visited { background-color:gray;color:lightgray;text-decoration:none;}
#categories a:active { background-color:lightgray;color:gray;text-decoration:underline;}
#categories a:focus  { background-color:lightgray;color:gray;text-decoration:underline;}
#categories a:hover  { border:inset 2px pink; background-color:lightgrey;color:navy;text-decoration:underline;}

#archives a {display:block;border-bottom:solid 1px lightgrey; }
#archives a:link    { border:outset 2px gray; background-color:gray;color:lightgray;text-decoration:none;}
#archives a:visited { background-color:gray;color:lightgray;text-decoration:none;}
#archives a:active { background-color:lightgray;color:gray;text-decoration:underline;}
#archives a:focus  { background-color:lightgray;color:gray;text-decoration:underline;}
#archives a:hover  { border:inset 2px pink; background-color:lightgrey;color:navy;text-decoration:underline;}

#links a {display:block;border-bottom:solid 1px lightgrey; }
#links a:link    { border:outset 2px gray; background-color:gray;color:lightgray;text-decoration:none;}
#links a:visited { background-color:gray;color:lightgray;text-decoration:none;}
#links a:active { background-color:lightgray;color:gray;text-decoration:underline;}
#links a:focus  { background-color:lightgray;color:gray;text-decoration:underline;}
#links a:hover  { border:inset 2px pink; background-color:lightgrey;color:navy;text-decoration:underline;}

#syndicate a {display:block;border-bottom:solid 1px lightgrey; }
#syndicate a:link    { border:outset 2px gray; background-color:gray;color:lightgray;text-decoration:none;}
#syndicate a:visited { background-color:gray;color:lightgray;text-decoration:none;}
#syndicate a:active { background-color:lightgray;color:gray;text-decoration:underline;}
#syndicate a:focus  { background-color:lightgray;color:gray;text-decoration:underline;}
#syndicate a:hover  { border:inset 2px pink; background-color:lightgrey;color:navy;text-decoration:underline;}


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

/* -----------------------------------------------------	*/
/* Layout								*/
/* -----------------------------------------------------	*/
#page {
/*	width : 100%;*/
	margin : 0;
	padding : 0;
}
#main {
	width : 100%;
/*	float : left;*/
	margin-left : 0px;
	padding : 0;
}

#main a {  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif; font-size:10pt;}

#wrapper {
	margin-left : 5px;
	padding : 0;
}

#extrabox {
/*	float : left;*/
/*	width : 100%;*/
	padding : 0px;
	margin-left:0px;
	border : 1px solid #000;
        text-indent:5px;
}
#content {
        margin-left : 0px;
/*        width : 90%;*/
	padding : 0px;
}
#sidebar {
/*	float : right;*/
/*	width : 100%;*/
	padding : 0px;
	margin : 0px 0px 0px;
	border : 1px solid #000;
}

/* -----------------------------------------------------	*/
/* Block "Top"							*/
/* -----------------------------------------------------	*/
#top {
	margin : 0;
	padding : 10px;
	display : block;
/*        background-color:#B8FFE0; */
/*        background-color:#3CB3FC; */
        background-color:#76D6F9;
}
#top h1 {
	float : left;
	margin : 0;
	padding : 0;
}
#navbar-top {
	float : right;
	margin : 0;
	padding : 0;
}
.navbar {
	text-align : right;
}

/* -----------------------------------------------------	*/
/* Block "Footer"						*/
/* -----------------------------------------------------	*/
#footer {
	clear : both;
	margin : 0 0 10px 0;
	padding : 10px;
}
#dotclear {
	float : left;
	margin : 0;
	padding : 0;
}
#navbar-bottom {
	float : right;
	text-align : right;
	margin : 0;
	padding : 0;
}

/* -----------------------------------------------------	*/
/* Block "Sidebar"						*/
/* -----------------------------------------------------	*/
#sidebar h2 {
	padding : 0;
}
#sidebar ul {
	list-style-type : none;
	margin-top : 0.15em;
}
#sidebar li {
/*	list-style : square; */
/*	margin-top : 0.15em; */
/*	color : #999; */
        background-color:lightgray;
        color:gray;
        line-height:24px;
        margin-left:-20px;
        margin-right:20px;
        text-align:center;
        font-size:10pt;
}

#sidebar li:hover {
	color : red;
}

/* Calendar box ------------------------------------	*/
#calendar {
	margin : 0;
	padding : 0;
	background-color : #f7f7f7;
}
#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 : center;
}
#calendar td.active { 
	border : 1px solid #000;
}
#calendar td.active a {
	font-weight : normal;
	color : #000;
}
#calendar a {
	color : #CC0000;
}

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

/* Categories box ----------------------------------	*/
#categories {
	margin : 0;
	padding : 0;
        width:180px;
}
#categories h2 {
}

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

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

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

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

/* -----------------------------------------------------	*/
/* Post								*/
/* -----------------------------------------------------	*/
.day-date-img {
	margin : 0;
	color : #036;
	border-top : 1px solid navy;
	background:url(img/box-yellow.png) no-repeat right top;
        background-position:100% 0%;
}
.day-date {
	font-size : 1em;
	font-weight : bold;
/*	border-top : 1px solid navy; */
	margin : 0;
	text-align : right;
}
.postold {
	padding : 0;
	margin-bottom : 2em; 
}
.post{
	margin-bottom: 0.5em;	
	padding-bottom : 0px;
	padding-right : 10px;
	padding-top:0px;
}


.post-title {
  color : #036;
  margin : 0;
  padding : 0;
  padding-left: 16px;
  background-color:#FFED87;
  text-indent:10px;
  border:ridge navy 2px
}

.post-info {
/*        display:none; */
        text-align:right;
	color : #666;
	margin : 0;
	padding : 0;
        margin-top:-0px;
        margin-bottom:0px;
}

.post-info a {
   background-color:#FFED87;
}

.post-info a:hover {  }

.post-chapo {
	margin : 0;
/*	padding : 0;*/
/*	background: url(img/etoile.png) no-repeat center bottom;*/
	padding-bottom : 50px;
}
.post-content {
	margin : 0;
	padding : 0;
	text-align : justify;
}
.post-info-co {
/*	padding : 0;*/
	text-align: right;
	padding-bottom : 30px;
/*	background: url(img/trainee_etoile.png) no-repeat left bottom;*/
/*	height: 30px; */
}
.post-info-co a {  }
.post-content a {font-weight:bold;}
.post-content a:hover {text-decoration:underline;}


/* -----------------------------------------------------	*/
/* Comments & Trackbacks				*/
/* -----------------------------------------------------	*/
#trackbacks, #comments {
}
#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 : 0;
	padding : 0;
}
#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 {
}
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;
}
p { 
 margin:0px;
}
.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 {
}

.before {
  font-size : 1em;
  text-indent:7px;
  font-weight: bold;
}
.after {
  text-decoration:line-through;
  font-size : 1em;
  text-indent:7px;
}
.tomorrow_text {
  text-decoration:underline;
  font-size : 1em;
  margin : 3px;
}
.today_text {
  text-decoration:underline;
  color:navy;
  font-weight:bold;
  font-size : 1em;
  margin : 3px;
}

.icoComite a {   
  color:#ED33FE;
}
.icoNatation-synchronisee a {
  margin-left:30px;
  color:#FE5533;
}
.icoNatation-course a {
  margin-left:30px;
  color:#339944;
}
.icoNatation-estivale a { 
  margin-left:30px;
  color:#002166;
}
.icoOfficiels-de-natation a {
  color:#338798;
}
.icoEau-libre a {
  color:#CA7E33;
}
.icoCalendrier {   
  background: transparent url(../../images/ico_calendar.gif) no-repeat;
}
.icoNatation-synchronisee{
  background: transparent url(../../images/ico_nsynchro.gif) no-repeat;
}

.icoNatation-course { 
  background: transparent url(../../images/ico_natation.gif) no-repeat;
}
.icoNatation-estivale { 
  background: transparent url(../../images/ico_natation.gif) no-repeat;
}

.leftside {
  background-color:#76D6F9;
}

.leftside h2 { 
  color:navy;
}
.leftside h3 { 
  color:navy;
}