/* ***** 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éfinit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";

/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */

body{
background-color:#7287d3;
background-image: url(img/fond.png);
	background-repeat:repeat-x;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

h1, h2, h3, h4, h5{
	font-family: "Trebuchet MS", sans-serif;
}
h6{
font-family:Arial, Helvetica, sans-serif;
}
h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{font-size: 1em;}
h6{font-size: 1.7ex;}

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: #000;
}



a:hover{
	color: #636;
}

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

.right{
	float: right;
	margin-left: 1em;
}
p{
text-align:justify;
}
/* La page
-------------------------------------------------------- */
#page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8,#page9 {
	background: #fdfcfb url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 138px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.png) no-repeat left top;
}

#top h1{
   display:none;
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}
#top img{
float:right;
margin: 51px 80px 0 0;
border:none;
}

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

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}
#header {
	width:100%;
	clear:both;
	font-size:90%;
	
	}


#header ul {
	padding:0 0 0 40px;
	margin:1em 0 1em 0 ;
}
#header li {
	display:inline;
	margin:0;
	padding:0;
}


#header a {
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding: 0 0 0 25px;
		
		}
#main{
background:  url(img/barre-menu3.jpg) no-repeat center top;
}

/*les rubriques
-------------------------------------------------------- */ 
/*8 actualite*/
#c8 a{
margin:0 0 0 2em;
}

#page8 #c8 a{
color:#f31879;
}
#c8 a:hover{
color:#f31879;
}
/*2 parcours*/
 
#c2 a:hover {
color:#ff9900;
}
#page2 #c2 a{
color:#ff9900;
}
/*3 galerie*/ 
#c3 a:hover {
color:  #f80039;
}
#page3 #c3 a{
color:  #f80039;
}
/*4 ateliers  #FFCC33*/
#c4 a:hover{
color:#ffcc33;
}
#page4 #c4 a {
color:#ffcc33;
}
/*5 echanges*/
#c5 a:hover{
color:#d67b78;
}

#page5 #c5 a {
color:#d67b78;
}
/*9 liens*/
#page9 #c9 a{
color:#FF9900;
}
#c9 a:hover{
color:#FF9900;
}

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

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}
.post-title-art {
	float:left;
	color: #7287d3;
	background: transparent;
	margin-bottom: 0;
}
.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding:0 0 1ex 0 ;
	/*border-bottom: 1px solid #FC0;*/
}
.post-info-art{
	
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding:1ex 0 0 0 ;
	border-bottom: 1px solid #FC0;
}
.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

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

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

.post-info-co{
	text-align: right;
}

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

#articles a{
font-weight:bold;
color:#000000;
}
	#articles a:hover{
	color:#FF9900;
	text-decoration: underline;
	}
/* rubrique actualité
-------------------------------------------------------- */
.post-contentrub p{
	text-align:center;
}
.post-contentart{
	text-align: justify;
	margin: 0 0 1.5em 0;
	}
	/*rubrique echange
-------------------------------------------------------- */

#echange {
margin: 0 0 0 140px;
}
#echange ul {
	margin:0;
	padding:0;
}
#echange ul li {
	float:left;
	margin:0;
	padding:0 0 0 5em;
list-style-type:none;
}

#echange a:hover{
color:#d67b78;
}
/*rubrique-lien
--------------------------------------------------------*/

#articles-lien a{
font-weight:bold;
color:#00CC33;
}
#articles-lien a:hover{
color: #00CCFF;
}
/*rubrique-galerie
--------------------------------------------------------*/
#articles tr {
vertical-align:top;
}
#articles td {
padding:0 1ex 0 0;
margin:0 0 0 0;
width:50%;
}
.image3{
height: 120px;
padding: 0 0 1.5em 0;

}
.image3 h3, p{
margin: 0 0 0.5ex 0;
padding:0 0 0 0;
}

.image3  p{
line-height: 1.3em;
}

.image3 a:hover {
color: #f80039 !important;
text-decoration:none !important;
}
.post-title-gal{
text-align:left;
}
/* page plan
------#-------------------------------------------------- */

#col1{
margin: 0;
padding:0;
}
#col1 h2,h3{
margin:0;
padding:0;
line-height:1.5em;
}
#col1 ul{
margin:0 0 0 2em;
padding:0;
line-height:1.5em;
}

#contenu{
text-align:right;
widht:700px;
}
#contenu h5{
padding-right:1em;
}
/* Le pied de page background-color:#FF3333;
background-color:#66FF33;
-------------------------------------------------------- */
#footer{
	margin: 0;
	height:90px;
		background: #FFF url(img/footer.png) no-repeat left top;
	color: #666;
	
}

#footer a{
	color: #999;
}
#sous-le-pied{
color: #666;
text-align: center;
height:20px;
font-size:1.5ex;
background:#7287d3 url(img/rien.gif);
}
#sous-le-pied  a{
color: #DFDFDF;
background: transparent;
}

#sous-le-pied a:hover{
	color: #666;
	background: transparent;
}
#sous{
color: #666;
text-align: center;
height:20px;
font-size:1.5ex;
}

#sous a{
color: #DFDFDF;
background: transparent;
}

#sous a:hover{
	color: #666;
	background: transparent;
}
