/* ***** 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 url(img/fond_ccme2.jpg) center;
	color: #FFF;
	border: 1px solid #FFF;
	font-size: 80%;
	line-height: 1.3em;
	font-family: "Century Gothic", Arial, Verdana, Geneva, Helvetica, sans-serif;
}

h2{
	font-family: "Century Gothic", Arial, sans-serif;
}
h1, h3, h4, h5, h6{
	font-family: "Century Gothic", Arial, sans-serif;
}

h1{font-size: 1.5em;}
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 #FF0000;
}

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: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #FFF;
}

a:visited{
	color: #FFF;
}

a:hover{
	color: #000;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #000 repeat-y center top;
	margin: 0;
	padding: 0;
	color: #FFF;
}
 
/* Rubriques */
#rubrique {
float: left;
width: 540px;
padding-left: 20px;
}
#pictocat {
float: left;
width: 60px;
}
#titrecat {
vertical-align: top;
float: left;
width: 400px;
padding-left: 10px;
padding-right: 10px;
}
#titrecat p {
font-size: 100%;
margin: 0;
padding: 0;
font-family: Arial, Verdana, Helvetica, serif;
color: black;
text-align: justify;
}
#titrecat h3 {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: bold;
color: #FFF;
}
#titrecat a {
color: #FFF;
text-decoration: none;
}
#titrecat a:hover {
background: #FF0000;
color: white;
font-weight: bold;
}

/* L'entête
-------------------------------------------------------- */
#top{
	height: 210px;
	padding-top: 0;
	margin-top: 0;
	background: #000 url(img/frise_site_ccme.jpg) no-repeat left top;
}

#top h1{
	color: #F00;
	line-height: 25px;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
}

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

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

#header2 {
background: #000 top left no-repeat;
padding : 0;
margin: 0;
}
/* Menu horizontal */
#menuhaut {
background: #FF0000;
float: left;
width: 190px;
margin: 0;
padding-left: 10px;
padding-top: 10px;
list-style-type: none;
}

#menuhaut ul{
margin: 0;
padding: 0;
list-style: none;
}

#menuhaut a {
display: block;
text-decoration: none;
height: 1.4em;
line-height: 1em;
color: #FFF;
font-size: 110%;
text-indent: 1em;
}

#menuhaut a:hover {
background: #000;
color: #FFF;
}

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

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

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

/* Le contenu
-------------------------------------------------------- */

.post {
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #FF0000;
	border: solid 1px #FF0000;
}

.post_cal {
	border: 0;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

.post_cal .dayname {
	background-color: #FFF;
	border: 0;
	color: #FF0000;
	font-size: smaller;
	text-align: center;
	font-weight: bolder;
	width: 50px;
}

.post_cal .daynum {
	border: 0;
	background-color: #FF0000;
	height: 20px;
	padding-top: 5px;
	color: #FFF; 
	font-size: large;
	font-weight: bold;
	text-align: center;
	width: 50px;
}

.post_cal .month {
	background-color: #000;
	border: 0;
	color: #FFFFFF;
	font-size: smaller;
	text-align: center;
	font-weight: bolder;
	width: 50px;
}

.post-title {
    margin : 10px;
    color : #FFFFFF;
    background : transparent;
    padding-left : 20px;
}

.post-title a{
	color: #FFFFFF;
	margin-left: -19px;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #FFF;
	background: transparent;
	padding: 10px;
}

.post-info a{
	color: #FF0000;
	text-decoration: none;
}

.agenda {
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #FFFFFF;
	border: solid 1px #FF0000;
	background-color: #FF0000;
}
.post-agenda{
	padding-left: 20px;
	margin-left: 20px;
	width: 510px;
	text-align: justify;
	text-decoration: none;
	margin-bottom : 50px;
	border-bottom: 1px solid #EEE;
}

.post-agenda a{
	color: #FFF;
	text-decoration: none;
}

.post-agenda a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.post-agenda blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
#agenda h1{
	color: #F00;
	text-decoration: none;
}
#content h1{
	color: #F00;
	text-decoration: none;
}

.post-content{
	color: #FFF;
	width: 520px;
	text-align: justify;
	text-decoration: none;
	margin: 10px;
}

.post-content a{
	color: #FFF;
	text-decoration: none;
}

.post-content a:hover{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

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


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

.post-info-co a{
	color: #FFF;
	text-decoration: none;
}

.post-info-co a:hover{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


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

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#sidebar h3{
	font-size: 1em;
	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;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding-top: 1em;
	background: #FF0000 url(img/bas_page_ccme.jpg) no-repeat left top;
	color: #666;
	font-family: Arial, Verdana, Helvetica, serif;
}

#footer p{
	color: #FFF;
	font-family: "Century Gothic", Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#baspage{
	width: 800px;
	color: #FFFFFF;
}
	
#baspage a{
	font-size: 80%;
	color: #F57F22;
	font-weight: bold;
	
}

#baspage a:hover {
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	
}

#baspage p {
	font-size: 60%;
	padding-top: 30px;
	padding-left: 121px;
	font-family: Arial, Verdana, Helvetica, serif;
	color: #F57F22;
}