/* ***** 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"; 

@import "menubar.css";

@import "contacts.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #FFF;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, "Trebuchet MS", sans-serif;
	letter-spacing: 0.1em;
}

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

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

.left{
	float: left;
	margin-right: 1em;
	max-width: 30%;
}

.right{
	float: right;
	margin-left: 1em;
	max-width: 30%;
}

.center {
	text-align: center;
	font-style: italic;
}

.center img {
	max-width: 90%;
	border: 0 none;
}

.center a {
	border: 0 none;
}

/* La page
-------------------------------------------------------- */
#page{
/*	background: #fff url(img/page.png) repeat-y center top; */
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 109px;
	/*padding-top: 20px;*/
/*	background: transparent url(img/logo2009.png) no-repeat left top; */
}

#top:hover {
	cursor: pointer;
}

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

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

#login {
	background: #FFF url(img/login.png) no-repeat scroll right center;
}

#login form {
	text-align: right;
	padding-top: 0.8ex;
	padding-right: 2ex;
}

#login span {
	font-size: 1.4em;
	font-family: serif;
	color: #FFFFFF;
	font-weight: bold;
}

#login label {
	font-size: 1em;
	font-weight: bold;
	font-family: sans-serif;
	color: #535c37;
}

#login input {
	font-size: 1em;
	font-family: sans-serif;
	font-weight: normal;
}


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

.day-date{
	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: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	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 a {
	border: 0 none;
}

.post-content img {
	border: 0 none;
}

.post-content h1,h2,h3,h4,h5 {
	color: #ff9900;
} 

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

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

.post-back {
	text-align: center;
}

.post-back img {
	border: 0 none;
	width: 100px;
}

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


#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: 1em;
	color: #666;
}

#footer a{
	color: #999;
}

/* La page d'accueil
-------------------------------------------------------- */
#tabbord {
	background: transparent url(img/tabbord.png) no-repeat scroll left top;
}

#tabbord a {
	text-decoration: none;
}

#compteur {
	position: relative;
	top: 26px;
	left: 60px;
	z-index: 1;
    width: 180px;
    height: 55px;
    background-color: #FFFFFF;
    color: #666666;
    font-family: sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0;
    line-height: 1.3em;
    text-align: center;
	background-color: transparent;
}


#cpt {
    font-size: 1.5em;
    font-style: normal;
    font-weight: bold;
    font-family: serif;
    margin: 0;
    padding: 0.3em 0;
	background-color: inherit;
	text-align: center;
	color: #F39911;
}

#ephemeride {
	position: relative;
	z-index: 1;
	width: 180px; 
	height:55px;
	left: 500px; 
	top: -30px;
	font-family: "verdana","arial",sans-serif;
	font-weight: bold;
	color: #FF9911;
	text-align: center;
    padding: 0;
}

#ephemeride p {
	padding: 0;
	margin: 0;
	text-align: center;
}

#eph_jour {
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top: 7px;
	left: 12px;
}

#eph_num {
	font-weight: bold;
	font-size: 4em;
	position: absolute;
	top: 16px;
	left: 104px;
}

#eph_mois {
	font-weight: bold;
	font-size: 1.3em;
	position: absolute;
	top: 28px;
	left: 10px;
}

#blog {
/* */
	position: relative;
	z-index: 3; /* */
	width: 220px; 
	height:230px;
/* */
	left: 470px; 
	top: -237px; /* */
	background: transparent url(img/fondblog.png) no-repeat top left;
	font-family: "verdana",sans-serif;
	color: #555;
	text-align: justify;
	padding: 1ex 2ex;
/*	margin-top: 120px; */
}

#blog a {
	text-decoration: none;
}

#blog h3 {
	font-family: "georgia",serif;
	color: #709030;
	margin: 0 0 0.4em 0;
}

#blog h3 a {
	color: #709030;
}

#videoruel {
	width: 430px;
	height: 242px;
	padding: 5pt;
	margin-top: 0px;
	position: relative;
	left: 5px;
	top : 15px;
	background: #d6e0a1;
}

form#subscribeform, form#secure {
	width: 310px;
	height: 60px;
	text-align: right;
	background: transparent url(img/fondnews.png) no-repeat right 28px;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
}

form#subscribeform {
	position: relative;
	top: -202px;
}

#subscribeform h3, #secure h3 {
	color: #F39911;
	text-align: left;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0.2ex 5ex;
	margin: 0;
}

#subscribeform label {
	display: none;
}

#subscribeform input {
	font-size: 1em;
	font-family: sans-serif;
	position: relative;
	top: 2px;
}

#subscribeform button {
	width: 70px;
	height: 35px;
	background: transparent url(img/BoutonAbonneUp.png) no-repeat center center;
	padding: 0;
	margin: 0px 2ex 2px 1ex;
	border: 0px none;
}

#subscribeform button:hover {
	background: transparent url(img/BoutonAbonneDown.png) no-repeat center center;
	cursor: pointer;
}

#secure span {
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	top: 2px;
}

#secure button {
	width: 70px;
	height: 35px;
	background: transparent url(img/BoutonCle.png) no-repeat center center;
	padding: 0;
	margin: 0px 2ex 2px 1ex;
	border: 0px none;
}

#secure button:hover {
	background: transparent url(img/BoutonCleHover.png) no-repeat center center;
	cursor: pointer;
}

#spam {
	display: none;
}


form#funsub {
	width: 60%;
	background: #999;
	border: 1px solid #F91;
	padding: 1em;
	text-align: center;
}

#funsub input {
	border: 1px solid #F91;
	margin-top: 1ex;
}


/* Pour la newsletter (du moins la première) */
table#newsletter {
	background: transparent;
	width: 650px;
	border: 0 none;
	border-spacing: 0;
}

#newsletter td {
	padding: 0;
	/* border-bottom: 5px solid #0000CC;  #F1930B; */
}

#newsletter td.content {
	background: #F1930B;
	padding: 1ex;
}

#newsletter td.content h2 {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
}

#newsletter td.content p {
	color: #555;
	font-size: 1.6em;
	line-height: 1.4em;
	vertical-align: middle;	
}

table#newsletter img.left,
table#newsletter img.right {
	max-width: 100%;
}

#newsletter td.content p a {
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#newsletter td.content p a:hover {
	text-decoration: underline;
}

#newsletter td.content p.l {
	text-align: left;
	padding-right: 2ex;
}

#newsletter td.content p.r {
	text-align: right;
	padding-left: 2ex;
}

