/* ***** 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-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background-image: url(img/bg.png);
	background-repeat: repeat;
	font-size: 70%;
	color:#666666;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

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;}

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: #669900;
	text-decoration:none;
}

a:visited{
	color: #557D00;
}

a:hover{
	color: #FF33CC;
	text-decoration:blink;
}

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

.right{
	float: right;
	margin-left: 1em;
}
.title{
	color:#91CA0B;
	}
img { border: 0px; }
a { border:0px; }

/* Edito
-------------------------------------------------------- */
#title_edito{
	height: 44px;
	background: url(img/title_edito.png) no-repeat;
}
#edito{
	background: url(img/bg_contentedito.png) no-repeat;
	background-color:#E9FDCB;
}
#footer_edito{
	height: 28px;
	background: url(img/footer_edito.png) no-repeat;
}
#content_edito{
	padding-left:20px;
	padding-right:20px;
}
.edito{
	color:#003300;
}
.edito-title{
	color:#CC3399;
}


/* Edito2
-------------------------------------------------------- */
#title_edito2{
	height: 44px;
	background: url(img/title_edito2.png) no-repeat;
}
#edito2{
	background: url(img/bg_contentedito2.png) no-repeat;
	background-color:#E9FDCB;
	margin-left:8px;

}
#plus_edito2{
	background: url(img/bg_contentedito2.png) no-repeat;
	background-color:#E9FDCB;
	margin-left:8px;
	font: bold #ff0000;
}
#footer_edito2{
	height: 28px;
	background: url(img/footer_edito2.png) no-repeat;
}
#content_edito2{
	padding-left:10px;
	padding-right:10px;
}
.edito2{
	color:#003300;
		margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.edito2-title{
	color:#CC3399;
			margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
}

/* La page
-------------------------------------------------------- */
#page{
	position: relative;
	width: 928px;
	margin: 0 auto;
	margin-top:0;
	background: url(img/bg_cttprincipal.png) repeat-y;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 175px;
	background: url(img/header.png) no-repeat;
}

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

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

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

#prelude a:hover{
	color: #666;
	background: transparent;
}
/* InfoBulle
-------------------------------------------------------- */
a.info{
    position:relative; 
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
 font-size:9px;
    top:2em; left:-180px; width:170px; height:90px;
    border:1px solid #6699cc;
    background-color:#F8F8F8; color:#6699cc;
    text-align: justify;
    font-weight:none;
    padding:1px;
    
    }
    
/* Liens utiles
-------------------------------------------------------- */    
a.lien{
    position:relative; 
    z-index:24;
    color:#669900;
    text-decoration:none}

a.lien:hover{z-index:25;
			 color: #FF33CC;}

a.lien span{display: none}

a.lien:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
 font-size:9px;
    top:2em; left:150px; width:170px; height:auto;
    border:1px solid #6699cc;
    background-color:#F8F8F8; color:#6699cc;
    text-align: justify;
    font-weight:none;
    padding:1px;
    
    }    

    
/* Le contenu
-------------------------------------------------------- */
#milieu{
	float : left;
	width: 513px;
	background: url(img/bg_milieu.png) repeat-y;

}
#post{
	background: url(img/bg_contentpost.png) repeat-y;
	width: 513px;
}
#add_comment{
	width: 450px;
}
#post_content{
	padding-left: 20px;
	padding-right: 20px;
}
#post_title{
	background: url(img/bg_titlepost.png) no-repeat;
	height:40px;
	padding-left:15px;
	padding-top:10px
}

#post_footer{
	background: url(img/bg_footpost.png) no-repeat;
	height: 30px;
	padding-left:15px;
}
#post_info{
	padding-left:10px;
	padding-right:10px;
}
#post_contentfooter{
	background:url(img/foot_contentpost.png);
	background-repeat:no-repeat;
	height: 30px;
	padding-bottom:5px;
	padding-right:20px;
	padding-top:1px;
	}
#post_infofooter{
	padding-left:15px;
	padding-top:5px;
	float:right;
}
.post-infofooter{
	font-size:9px;
	color:#CCCCCC;
}
.post-infofooter a:hover {
	font-size:9px;
	color:#CCCCCC;
}
.post-title {
	color: #99cc33;
	font:"Comic Sans MS";
	background: transparent;
	text-decoration: none;
	padding-top:10px;
}
.post-info{
	margin-top: 0;
	color: #999999;
	background: transparent;
	padding-bottom: 1ex;
}

.post-info a{
	color: #CCCCCC;
	background: transparent;
	text-decoration: none;
}
.post-content{
	text-align: justify;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

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

.post-info-co{
	text-align: right;
}
#trackbacks{
	background: url(img/bg_contentpost.png) repeat-y;
	width: 473px;
	padding-left:20px;
	padding-right:20px;
}
#post2{
	background: url(img/bg_contentpost.png) repeat-y;
	width: 513px;
	margin:0px;
}
#comments{
	background: url(img/bg_contentpost.png) repeat-y;
	width: 473px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#icones{
	float: right;
	width:60px;
	padding-right:15px;
}

/* La barre de navigation de GAUCHE
-------------------------------------------------------- */
#sidebar_left{
	width:197px;
	float:left;	
}
#box_sidebarleft{
		width:197px;
		height:auto;
		background: url(img/bg_sidebar_left.png) repeat-y;
}
#sidebarleft_content{
	width:178px;
	padding-left:10px;
	padding-right:5px;
}
#sondage_header{
	background-image:url(img/header_box_sondage3.png);
	width:197px;
	height:50px;
	float:left;	
}
#sidebarleft_footer{
	background:url(img/footer_sidebarleft.png);
	background-repeat:no-repeat;
	width:197px;
	height:92px;
}
#devousanous_header{
	background-image:url(img/header_box_devousanous2.png);
	background-repeat:no-repeat;
	width:197px;
	height:70px;
	float:left;	
}
#interlocuteurs_header{
	background-image:url(img/header_box_interlocuteurs.png);
	background-repeat:no-repeat;
	width:197px;
	height:48px;
	float:left;	
}
#protection_header{
	background-image:url(img/header_box_protection.png);
	background-repeat:no-repeat;
	width:197px;
	height:101px;
	float:left;	
}
#liensutiles_header{
	background-image:url(img/header_box_liensutiles.png);
	background-repeat:no-repeat;
	width:197px;
	height:48px;
	float:left;	
}
#medias_header{
	background-image:url(img/header_box_medias.png);
	background-repeat:no-repeat;
	width:197px;
	height:82px;
	float:left;	
}
#assoenfance_header{
	background-image:url(img/header_box_assoenfance.png);
	background-repeat:no-repeat;
	width:197px;
	height:74px;
	float:left;	
}
/* PAGINATION
-------------------------------------------------------- */
.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #ddd;
	color: #666666;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background-color:#9FFA4E;
	color:#666666;
}

p.pagenav strong {
	color: #66CC00;
	padding:2px;
	border: 1px solid #bbb;
}


/* La barre de navigation de DROITE
-------------------------------------------------------- */
#sidebar_right{
	background-image:url();
	width:218px;
	float:left;	
}
#box_recherche{
	background-image:url(img/box_recherche.png);
	width:218px;
	height:86px;
	float:left;	
}
#box_categorie{
	background-image:url(img/bg_box_catblog.png);
	width:218px;
	float:left;	
}


#box_commentaires{
	background-image:url(img/bg_box_catblog.png);
	width:218px;
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
}

#partenaires_header{
	background-image:url(img/header_box_partenaires.png);
	width:218px;
	height:33px;
	float:left;	
}
#cat_parler{
	background-image:url(img/header_box_parler.png);
	width:218px;
	height:33px;
	float:left;	
}

#cat_header{
	background-image:url(img/header_box_catblog.png);
	width:218px;
	height:33px;
	float:left;	
}
#cat_content{
	width:195px;
	padding-left: 0px;
	padding-right: 10px;
	font-size:10px;
	color:#afcb51;
}
#cat_content2{
	width:195px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:10px;
	color:#666666;
}
#cat_footer{
	background: url(img/footer_box_catblog.png) no-repeat;
	width:218px;
	height:11px;
	float:left;	
}
#cat_footer_fin{
	background: url(img/footer_box_catblog.png) no-repeat;
	width:218px;
	height:50px;
	float:left;	
}
#box_spotstv{
	width:218px;
	float:left;	
}
#box_enquetechat{
	width:218px;
	float:left;	
}
#box_cyberparent{
	width:218px;
	float:left;	
}
#box_resterinforme{
	background: url(img/box_resterinforme.png) no-repeat;
	width:218px;
	height:88px;
	float:left;	
}
#box_spotsradio{
	width:218px;
	float:left;	
}
#box_partenaires{
background-image:url(img/bg_box_catblog.png);
	width:218px;
	float:left;	
}

#archives_header{
	background-image:url(img/header_box_archives.png);
	width:218px;
	height:33px;
	float:left;	
}

#generique_header{
	background-image:url(img/header_box_generique.png);
	width:218px;
	height:33px;
	float:left;	
}

#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	/*list-style: none;*/
	/*list-style-image: url(/themes/default/img/ico_list.png) ; list-style-type: circle ; */
}

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}
#search{
	margin-top:45px;
	margin-left:35px;
}
#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#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: #493;
	background: transparent;
}

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

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	height: 57px;
	width: 928px;
	background: url(img/footer.png) no-repeat ;
	margin : 0;
	clear: both;
}
