/* ***** 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: #FFF;
	color: #000;
	font-size: 12px ;
	line-height: 1.6em;
	font-family: Georgia, Garamond, Times,"Times New Roman", Helvetica, Verdana, serif;
    margin-left: 5px;
    margin-right: 5px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Garamond, Times,"Times New Roman", Helvetica, Verdana, serif;
}

h1{font-size: 1.5em;}
.post-info h2{
    font-size: 40px;
    color: #000;
    text-transform : capitalize;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:focus, h2 a:active{
    color: #000;
    text-decoration: none;
}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

ul, li{
    margin: 0;
    padding: 0;
}
pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

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


textarea{
	width: 650px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link{
	color: #000;
    text-decoration: none;
}

a:visited{
	color: #000;
    text-decoration: none;
}

a:hover{
	color: #ff0000;
    text-decoration: underline;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	background: #fff;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
    background-repeat: no-repeat;
    background-position: 368px -5px;
    background-image:url(img/logo.png) !important;
    background-image: url(img/logo.jpg);
    cursor: pointer;
}

#top h1{
}

#top h1 a{
	text-decoration: none;
	color: #fff;
	visibility: hidden;
}

#top h1#logo{
	width: 288px;
	height:255px;
}
* html  #top h1#logo{
    height:233px;
}

/* Le contenu
-------------------------------------------------------- */
#top  p.today-date{
	color: #000;
    padding: 0 0 0 0;
    position: relative;
    top: 170px;
    font-size: 44px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;

}
#top p.motto{
    position: relative;
    top: 170px;
	color: #ff0000;
	font-weight: bold;
}

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

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

.post-info{
	margin-top: 0;
	color: #000;
	background: transparent;
	/*border-bottom: 1px solid #FC0;*/
}
.post-info .left{
	float: left;
    margin-top: 43px;
    line-height: 15px;
    height: 15px;
    color:#ff0000;
    vertical-align: bottom;
}
* html .post-info .left{
    margin-top: 40px;
}

.post-info .right{
    font-style: italic;
	float: right;
    vertical-align: bottom;
}
.post-info .right h2{
    position: relative;
    top: 13px;
	text-transform: uppercase;
}
* html .post-info .right h2{
    
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}
.post-content p{
    padding-top: 5px;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	color: #ff0000;
}
.post-content  ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-content h3, .post-content h4, .post-content h5{
    color:#ff0000;
    font-size: 12px;
    font-weight: normal;
}
.post-content h4.areacontentclick{
    cursor: pointer;
}

.address{
    font-weight: bold;
}
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
    width: 650px;
	margin: 1em 0;
	padding: 0 0;
}
.comment-info, .comment-info a{
    color: #ff0000;
}
.post-info-co a:link, .post-info-co a:visited, .post-info-co a:hover, .post-info-co a:link, .post-info-co a:visited,  .post-info-co a:hover{
    color: #ff0000;
}
p.form-help{
    width: 650px;
}
#trackbacks h3, #comments h3{
    color:#fff;
    background-color: #000;
    font-size: 12px;
    font-weight: normal;
    width: 650px;
    text-indent: 5px;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
    margin-bottom: 10px;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar h2, #sidebar h3{
    text-align: left;
    font-size: 12px;
    color: #000;
    text-transform : capitalize;
    border-bottom: 1px solid #000;
    width: 180px;
}
#sidebar h2{
	color: #ff0000;
}

#sidebar h2 a:link, #sidebar h2 a:visited, #sidebar h2 a:hover, #sidebar h2 a:active, #sidebar h2 a:focus{
	color: #ff0000;
}


#sidebar h3{
	font-size: 12px;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}
#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}
#search input.submit{
    display: none;
}


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

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

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

#sidebar div#calendar table th{
	color: #000;
	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: #000;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #ff0000;
	color: #000;
}

/* Menu interne du post
-------------------------------------------------------- */
.post-content ul.contentclicks{
    background-color: #000;
}
.post-content li.contentclick, .post-content li.contentclickselected{
    margin: 0 0;
    padding: 0 0;
    color: #fff;
    padding-right: 5px;     
    text-indent: 5px;
}
.post-content li.contentclickselected{
    color: #ff0000;
}
.post-content li.contentclick + li.contentclick{
    text-indent: 0px;
}
.post-content li.contentclick + li.contentclickselected{
    text-indent: 0px;
}
.post-content li.contentclickselected + li.contentclick{
    text-indent: 0px;
}
/* Images
-------------------------------------------------------- */
.post-content img.vertical{
    margin: 5px 0;
    padding: 12px 12px 12px 10px;
    background-image: url(img/vertical_bg.jpg);
}
.post-content img.horizontal{
    margin: 5px 0;
    padding: 10px 10px 14px 14px;
    background-image: url(img/horizontal_bg.jpg);
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	border-top: 1px solid #000;
	background: #fff;
}

#footer a{
	color: #000;
}
#footer a:hover{
	color: #ff0000;
}
/* Table des matières
--------------------------------------------------------*/
h2.toc-title{
	color: #ff0000;
}
h3.toc-group a:link,h3.toc-group a:visited, h3.toc-group a:hover, h3.toc-group a:focus, h3.toc-group a:active{
	color: #ff0000;
	text-decoration: none;
}
#toc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Carte
--------------------------------------------------------*/


.dotmappost {
        overflow: hidden;
        float: left;
        border: #e0e0e0 solid 1px;
        width: 200px;
        height: 200px;
        padding: 3px;
        margin: 3px 3px 3px 3px;
}
