/* ***** 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):
 *  Maurice Svay
 */

/* Ce fichier d?init le style visuel pour les diff?ents ??ents du blog.
 * Dans l'ordre, vous trouverez les r?les qui d?inissent l'apparence pour:
 * - les ??ents HTML en g??al
 * - la page
 * - l'ent?e
 * - le pr?ude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est d?ini dans le fichier layout.css
 * Pour mettre la barre de navigation ?gauche, d?ommentez l'appel ?
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les ??ents HTML en g??al
-------------------------------------------------------- */
body{
	background: #fff url(img/bleu_motif_bloc.jpg) repeat-y top left;
	color: #14396e;
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
	color: #14396e;
}

/*h1{font-size: 1.5em;}*/
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

img {
	border:none;
}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #14396e;
}

a:visited{
	color: #14396e;
}

a:hover{
	color: #e7944a;
}

.important{
	font-weight:bold;
	color:#007100;
}

.tresimportant{
	font-weight:bold;
	font-style:italic;
	color:#a62626;
}

.left{
	float: left;
	/*margin-right: 1em;*/
}

.right{
	float: right;
	/*margin-left: 1em;*/
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/bleu_motif_bloc2.jpg) repeat-y top right;
	color: inherit;
}
 
/* L'ent?e
-------------------------------------------------------- */
#top{
	height: 160px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.png) no-repeat left top;
}

/* pour rendre le titre invisible en gardant le lien*/ 
--------------------------------------------------------
#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

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




#top a{
	text-decoration: none;
	/*color: #FFFFFF;*/
}


#top img {
	margin-left:8px;
	margin-top:2px;
}


/* Le pr?ude
-------------------------------------------------------- */
/*#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
	text-decoration: none;
}

#prelude a:hover{
	color: #666;
	background: transparent;
	text-decoration: none;
}*/

/* Le contenu
-------------------------------------------------------- 
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	/*background: transparent url(img/day-date.png) no-repeat left center;*/
	font-style: italic;
}

/*  Titre billets
-------------------------------------------------------- */

.post-title{
	color: #f95e01;
	background: transparent;
	/*margin-bottom: 5px;*/
	margin-top:0;
}

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

.post-title a:visited{
	color: #14396e;
}

.post-title a:hover{
	color: #e7944a;
}

.post-info{
	margin-top: 0;
	color: #d9853f;
	background: transparent;
	padding-bottom: 0px;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #d9853f;
}


.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

/*par défaut image flottante à gauche dans les articles*/
.post-content img {
	margin: 0pt 1em 1em 0pt;
	float: left;
}
.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* --------------------------------------------------------
 La barre de navigation de gauche
-------------------------------------------------------- */

/*--- Les Liens ---*/

#sidebar a, #sidebar a:visited, #sidebar a:hover	{
	text-decoration: none; color: #14396e;
	}

#sidebar div#randimage a	{
	border: 0;
	}

/*--- Les elements g??aux ---*/

#sidebar h2 span	{
	display: none;
	}



#sidebar div ul	{
	margin: 0px;
	padding: 0;
	/*font-size: 1em;*/
	list-style-type: none;
	}
	
#sidebar div li	{
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #DFDFDF;
	}
	
#sidebar div li a {
	text-decoration: none;
	color: #14396e;
	}
	
	
#sidebar div li a:hover {
	color: #e7944a;
	font-weight: normal;
	}
	

/*--- Les titres ---*/

#sidebar h2	{
	color: #007100;
	margin:0;
	padding: 0 0 0 0;
	text-decoration: none;
	background: transparent;
	font-size: 1.4em;
	}

#sidebar h3, #sidebar h3 a, #sidebar h3 a:visited, #sidebar h3 a:hover	{
	color:#799bc9;
	text-decoration: none;
	font-size: 1em;
	margin: 0;
	border: 0;
	}
	

div#categories{
	border-right:solid 1px #e9eff7;
	margin-bottom:20px;
	}
 	
div#search, div#syndicate, div#archives	{
	border-top:solid 1px #e9eff7;
	border-right:solid 1px #e9eff7;
	margin-bottom:20px;
	}


	
/*--- ancienne presentation des sidebar
#sidebar	{
	background: transparent url('img/Sidebar/menuG.png') repeat-y;
	}

#sidebar2	{
	background: transparent url('img/Sidebar/menuD.png') repeat-y;
	}
---*/

#nombre{
	margin-left:5px;
	font-weight:bold;
	text-align:center;
}

/*--- Partie Calendrier ---

#sidebar div#calendar h2	{
	margin-bottom: 5px;
	}

#sidebar div#calendar table	{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	}

#sidebar div#calendar table caption	{
	margin: 0 auto;
	}

#sidebar div#calendar table th	{
	color: #666;
	background: transparent;
	padding: 5px 0px 5px 0px;
	}

#sidebar div#calendar table td	{
	width: 25px;
	line-height: 2em;
	border: 1px solid #EEE;
	}

#sidebar div#calendar table td a	{
	display: block;
	color: #30709D;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	background: #E0F2FE url(img/Sidebar/calend_plein.jpg) no-repeat top right;
	}

#sidebar div#calendar table td a:hover	{
	color: #30709D;
	font-weight: bold;
	border: 0;
	background: #E0F2FE url(img/Sidebar/calend_plein.jpg) no-repeat top right;
	}
	
/*--- Partie Archives ---*/

#archives li:first-letter	{
	text-transform: uppercase;
	}

	
/*--- Partie Syndication ---*/

#sidebar div#syndicate a, #syndicate a:visited, #syndicate a:hover	{
	border: 0;
	}
	

/* --------------------------------------------------------
 La barre de navigation de droite
-------------------------------------------------------- */

/*--- Les Liens ---*/

#sidebar2 a, #sidebar2 a:visited, #sidebar2 a:hover	{
	text-decoration: none; color: #14396e;
	}

#sidebar2 div#randimage a	{
	border: 0;
	}

/*--- Les elements g??aux ---*/
	
#sidebar2 {
	padding-right:0px;
}

#sidebar2 h2 span	{
	display: none;
	}

#sidebar2 div ul	{
	margin: 0;
	padding: 0 20px 0 20px;
	/*font-size: 1em;*/
	list-style-type: none;
	}
	
#sidebar2 div li	{
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #DFDFDF;
	}
	
#sidebar2 div li a, #sidebar2 div li a:visited {
	text-decoration: none;
	color: #14396e;
	}
	
#sidebar2 div li a:hover {
	color: #e7944a;
	font-weight: normal;
	}

/*--- Les titres ---*/

#sidebar2 h2	{
	color: #007100;
	margin:0;
	padding: 0 0 0 10px;
	text-decoration: none;
	background: transparent;
	font-size: 1.4em;
	}

#sidebar2 h3, #sidebar2 h3 a, #sidebar2 h3 a:visited, #sidebar2 h3 a:hover	{
	color:#799bc9;
	text-decoration: none;
	font-size: 1em;
	margin: 0;
	border: 0;
	}

	
	
/*--- Partie liens ---*/

#sidebar2 div#links h3	{
	margin: 5px 0px 0px 10px;
	}
	
#sidebar2 div#links li	{
	margin-left: 0px;
	}

div#links 	{
	border-left:solid 1px #e9eff7;
	}

/*--- unused 
div#calendar h2	{
	background-image:url('img/Sidebar/calendrier.png');
	background-repeat:no-repeat;
	}
	
div#selection h2	{
	background-image:url('img/Sidebar/selection.png');
	background-repeat:no-repeat;
	}
	
div#languages h2	{
	background-image:url('img/Sidebar/languages.png');
	background-repeat:no-repeat;
	}

---*/

/*--------------------------------------------------------
 Le pied de page
-------------------------------------------------------- */

#footer	{
	padding-top: 26px;
	padding-right:5px;
	padding-bottom:15px;
	background: #fff;
}

#footer	p {
	float:right;
	text-align:right;
	color:#f95e01;
	font-weight:bold;
}

#footer	img {
	padding:5px;
}

/*--------------------------------------------------------
 Table formation
-------------------------------------------------------- */

.formation {
	border:solid 1px #14396e;
	margin-top:15px;
	margin-left:15px;
	text-align:center;
}

.formation td {
   	border:dotted 1px #14396e;
	padding:5px;
}

.col1 {
	background:#e9f0f9;
	width:33%;
}

.formation h3 {
	color:#14396e;
	font-weight:bold;
        text-align:center;
	font-size:1.3em;
        margin-top: 5px;
}

.formation li {
	text-align:left;
	margin-right:5px;
	margin-bottom:5px;
}

.formation p {
	text-align:center;
	margin:10px 5px 10px 5px;
	font-style:italic;
        font-size:1.1em;
}

/*--------------------------------------------------------
 Table horaires
-------------------------------------------------------- */

.horaire {
	border:solid 1px #e7944a;
	margin:5px;
	text-align:center;
	color:#007100;
	font-weight:bold;
}

.horaire td {
	border-right: dotted 1px #e7944a;
	border-bottom: dotted 1px #e7944a;
	width:8em;
}

.jours td {
	border-left: dotted 1px#e7944a;
	border-top: dotted 1px #e7944a;
	border-right: solid 2px #ffbd83;
	border-bottom: solid 2px #ffbd83;
	background:#e75710;
}

.jours td {
	padding-top:10px;
}

.jours h3 {
	color: white;
	font-size: 1,2em;
}

.heure h3 {
	color: white;
	font-size: 1,3em;
}

.heure {
	background:#007100;
}
	

.heure h3 {
	padding-top: 12px;
}

.jours .heure1 {
	background: white;
	border-bottom: dotted 1px #e7944a;
	border-right:none;
}

.heure1 h3 {
	color: white;
}



.ferme {
	color:#e9f0f9;
	background:#e9f0f9 url(img/petit_horaire_ferme.jpg) top left;
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	border-top: solid 1px #b0bac8;	
	border-left: solid 1px #b0bac8;
	padding-top:8px;
}
