/* ***** 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: #663736 url(images/fond.gif) repeat;
	color: #5F211A;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, sans-serif;
}

h1{font-size: 1.8em;}
h2{font-size: 1.3em;}
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: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #FFAA00;
	background: transparent;
	text-decoration: none;
}

a:visited{
	color: #CF7514;
	background: transparent;
	text-decoration: none;
}

a:hover{
	color: #D17A71;
	background: transparent;
	text-decoration: none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

img {
  border: 0px solid #000;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(images/fondblog.gif) repeat-y center top;
	color: inherit;
}

/* Infobulle
-------------------------------------------------------- */

.link_bulle {
cursor: default;
color: gray;
}

.infos_bulle {
z-index: 500;
position: absolute;
top: -999px;
width: 200px;
visibility: hidden;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
}

.infos_bulle_haut {
height: 30px;
background: url(http://missgally.com/blog/themes/ciboulette/bulle.gif) no-repeat left top;
}

.infos_bulle_bas {
font: normal 10px Verdana, Arial;
color: black;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 12px;
background: url(http://missgally.com/blog/themes/ciboulette/bulle.gif) no-repeat left bottom;
}


 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 100px;
	/*padding-top: 20px;*/
	background: #FFF url(images/top.jpg) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 0;
	padding-top: 0px;
	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;
}

/* Titrecat
-------------------------------------------------------- */ 
.titrecat {
      padding : 0em;
      border : 0px solid #ccc;
      text-align : center;
	  color : #F6CA33;
 }
 
.catGeneral {
       color : #F6CA33;
 }
 
 .catPremier-pas {
        color : #F6CA33;
 }

/* Bulle et petite gally
-------------------------------------------------------- */ 
bulle {
    margin : 0;
    padding : 0;
}


petitegally {
    margin : 0;
    padding : 0;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	display: none;
}


.post-title{
	padding-left: 0px;
	background-position: 0 0.1em;
	color: #BE413D;
	margin-bottom: 0;
}

.post-title a{
	color: #BE413D;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*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;
	background: #f5cead;
	border: 1px solid #f5cead;
	color: #5F211A;
}

.post-info-co a{
	color: #5F211A;
}

#submit2{
	background: #D17A71;
	border: 1px solid #AC554C;
	color: #5F211A;
}

#preview{
	background: #D17A71;
	border: 1px solid #AC554C;
	color: #5F211A;
}		

#c_nom, #c_mail, #c_site, #c_content{
	background: #EDD1C3;
	border: 1px solid #AC554C;
	color: #5F211A;
}

#mail{
	background: #F6EBD3;
	color: #073C42;
	border: 0px solid #073C42;
}

.addthis_container { float:right; }

/* Trackbacks et commentaires
********************************************/

#trackbacks, #comments{
	margin-top: 1em;
	color: #5F211A;
}

#trackbacks blockquote, #comments blockquote{
	background: #FFF0EE url(images/com.gif) repeat-y center top;
	border: 1px dotted #076565;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
}

#trackbacks blockquote p, #comments blockquote p{
	margin: 1ex 0;
}

.comment-info{
	margin-bottom: 0;
}

/* Coms GALLY
-------------------------------------------------------- */

#comments .me blockquote{
	background: #fcdfdb;
	border: 1px dotted #ac554c;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
	text-align: center;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #0FA08F;
	margin: 0 0 0 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: #073C42;
	line-height: 0em;
	text-align: center;
}

#menu {
	text-align: center;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
	}

#syndicate {
	text-align: center;
}
#titre3 {
	text-align: center;

}	
#q{
	background: #EDD1C3;
	border: 1px solid #AC554C;
	color: #5F211A;
}

#submit{
	background: #D17A71;
	border: 1px solid #AC554C;
	color: #5F211A;
}	

/* Module twitter
-------------------------------------------------------- */
#twitter_top {width:160px;height:73px;background:url(images/haut.gif) no-repeat center top;margin:none;padding:none;}

#container {width:160px;margin:none;font-size:10px;}
a img {border:none;}
a { outline:none;}
 
ul#twitter_update_list {width:160px;margin:none;}
ul#twitter_update_list li {list-style-type:none;background:#fbf3e6;padding:3px 5px;color:#104663;}
ul#twitter_update_list .divisor {height:1px;border-bottom:1px solid #ccd6db;margin: 0 20px 0 20px;}
ul#twitter_update_list .data {color:#9b3204;}
ul#twitter_update_list .data:before {content:">>";}
ul#twitter_update_list .data:after {content:"";}
ul#twitter_update_list a:link, ul#twitter_update_list a:visited {color:#d04e00;text-decoration:none;}
ul#twitter_update_list a:hover, ul#twitter_update_list a:active {color:#fd6b00;text-decoration:underline;}

#bottom {width:160px;height:44px;background:url(images/bas.gif) no-repeat top left;margin:none;padding:none;}
img.follow-me {
	margin:0 0 0px 0px;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	background: none;
	color: #569493;
}

#footer a{
	color: #569493;
	text-decoration: none;
}



