/* ***** 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 "colstyle.css";
@import "gallery.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #fbfff1;
	color: #AEB7B7;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	list-style-type : none;
}

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

h1{font-size: 1.5em;}
h2{font-size: 1.2em;}
h3{font-size: 1.1em;}
h4{font-size: 1.1em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CBCBCB;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

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

textarea{
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img, a img {
	border: none;
	margin: 0;
	padding: 0;
}

a{
	color: #AEB7B7;
	text-decoration: none;
}

a:visited{
	color: #7E8CB7;
}

a:hover{
	color: #A1A6B7;
}

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

.right{
	float: right;
	margin-left: 1em;
}
.inline{
	list-style-type : none;
}
.inline li{
	display: inline;
}
.notype {
	list-style-type : none;
}
.nopadding, .nopadding li {
	padding: 0;
}
/* La page d'accueil
-------------------------------------------------------- */
.img-home{
	margin: 0;
}
.post-home{
	margin: 4em 5% 0;
}
#lang-home{
	margin: 2em 25%;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}
#lang-home li{
	margin: 0 1em;
	display: inline;
}
.strong{
	font-weight: bold;
}
/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
}

#top h1{
	margin: 0;
	text-align: center;
	font-family: MS Trebuchet, Arial, sans-serif;
	color: #7D8096;
}

#top h1 a{
	display: block;
	width: 345px;
	height: 22px;
	padding: 3px 0 2px 55%;
	margin-bottom: 3px;
	margin-left: 2.6em;
	border-bottom: 1px dotted #808D9C;
}

#lang-list{
	margin: 0 0 0 10px;
	padding: 0;
	width: 3em;
	list-style-type: none;
	text-transform: uppercase;
	/*border: 1px solid blue;*/
}
#lang-list a{
	color: #CBCBCB;
}
#menubar {
	float: right; /* aligne la barre de menu sur le titre  ------------------------ */
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	/*border: 1px solid blue;*/
}
#menubar li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	/*border: 1px solid red;*/
}
#menubar li a{
	/*border: 1px solid green;*/
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -5000px; overflow: hidden;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}
#menubar li a:hover {
	filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7;
}
#menubar #gallery { width: 181px; height: 34px;}
#menubar #gallery a{ width: 181px; height: 34px; background: transparent url(img/gallery.gif) no-repeat 0 0 ;}
#menubar #catalogue { width: 237px; height: 34px;}
#menubar #catalogue a{ width: 237px; height: 34px; background: transparent url(img/catalogue.gif) no-repeat 0 0 ;}
#menubar #infos { width: 120px; height: 34px;}
#menubar #infos a { width: 120px; height: 34px;	background: transparent url(img/infos.gif) no-repeat 0 0 ;}
#menubar #contact { width: 194px; height: 34px;}
#menubar #contact a { width: 194px; height: 34px; background: transparent url(img/contact.gif) no-repeat 0 0 ;}
#menubar #crafts-en { width: 159px; height: 34px;}
#menubar #crafts-en a { width: 159px; height: 34px; background: transparent url(img/crafts-en.gif) no-repeat 0 0 ;}
#menubar #crafts-fr a{ width: 255px; height: 34px;}
#menubar #crafts-fr a{ width: 255px; height: 34px; background: transparent url(img/crafts-fr.gif) no-repeat 0 0 ;}
#menubar #online-en { width: 244px; height: 34px;}
#menubar #online-en a { width: 244px; height: 34px; background: transparent url(img/inline-en.gif) no-repeat 0 0 ;}
#menubar #online-fr a{ width: 262px; height: 34px;}
#menubar #online-fr a{ width: 262px; height: 34px; background: transparent url(img/inline-fr.gif) no-repeat 0 0 ;}

.active{
	border: 1px solid #AEB7B7;
}
/* La liste de post - 
-------------------------------------------------------- */
.post-list{
	border: 1px solid #fbfff1;
}

.post-list .day-date-list{
	/*background: #D9E7E2;	*/
	margin: 1em 100px .5em 0;
	padding-left: 1em;
	color: #73808E;
	font-style: italic;
	background: transparent url(img/date-bckgd.png) repeat-x 0 0 ;
}
.post-list .post-title{
	color: #838ABC;
}
.post-list .post-content{
	text-align: justify;
}

/* icones de nav dans le post : vers billet suivant/ prec. et retour page list
-------------------------------------------------------- */
#nav-post{
	float: right;
	top: 150px;
	/*margin: 2em 2em 0 820px;*/
	width: 100px;
	list-style-type: none;
	position: relative
}
#nav-post li {
	display: block;
}
#nav-post a{
	display: block;
	position: absolute;
	text-indent: -5000px; overflow: hidden;
}

#nav-back { width: 34px; height: 42px;}
#nav-back a {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px; 
	height: 42px; 
	background: transparent url(img/back-arrow.gif) no-repeat 0 0 ;
}
#home-ico { width: 21px; height: 42px; }
#home-ico a {
	position: absolute;
	top: 0;
	left: 35px;
	width: 21px; 
	height: 42px; 
	background: transparent url(img/back-ico1.gif) no-repeat 0 0 ;
}
#nav-next {left: 70px; width: 34px;}
#nav-next a{
	position: absolute;
	top: 0;
	left: 56px;
	width: 34px; 
	height: 42px; 
	background: transparent url(img/next-arrow.gif) no-repeat 0 0 ;
}

#nav-back a:hover, #nav-next a:hover {
	background-position: -34px 0;
}


/* Les post  -  Le contenu
-------------------------------------------------------- */
/* Le titre de catégorie   */

.post h4{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-stretch: expanded;
	color: #CBCBCB;
	padding: 3px auto;
	margin-right: 5em;
	border: 1px dotted #CBCBCB;
}
* html .post h4{
	border: 1px solid #CBCBCB;
	padding: 0 auto;
}

.post-content{
	color: #7D8096;
	text-align: justify;
}

.post-content a{
	text-decoration: underline;
}
.post-content a img{
	border: none;
}
.post-margin{
	margin: 0 2em;
}

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

.post-bio .post-content{
	width: 680px;
}
.post-content .post-online {
	width: 680px;
	margin: 0 0 0 10%;
}
/* La date  */

.gallery-day-date, .infos-day-date {
	color: #AEB7B7;
	font-style: italic;
	background: transparent;
}
/* affichage date post galerie  */
.post .gallery-day-date{
	display: block;
	margin-top: .5em;
	clear: both;
}
.post .infos-day-date{
	display: none;
}
/* affichage date post infos */
.post-bio .gallery-day-date{
	display: none;
}
.post-bio .infos-day-date{
	display: block;
	margin: -3em 0 2em 55%;
}
.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;
}

#desc-slide-video {
	float: left;
	width: 20em;
	height: 430px;
	margin: 2em .5em;
}
#desc-slide-video > p:first-child {
	margin-top: 200px;
}
#media-container, #media-container1{
		float: left;
		height: 430px;
		margin: 2em;
		border: solid 1px #CBCBCB;
}
#media-container1 {
	width: 400px;
}
#media-container{
		width: 380px;
}
#media-container1 #flashcontent{
		width: 380px;
}
#media-container #flashcontent{
		width: 350px;
}
#flashcontent {
		height: 410px;
		margin: 10px auto;
	}
#video-container{
		float: left;
		width: 380px;
		height: 350px;
		margin: 2em;
		border: solid 1px #CBCBCB;
}
#videocontent {
		width: 360px;
		height: 330px;
		margin: 10px auto;	
}
#sendMsg-form button {
	position: relative;
	margin: 0 0 0 120px;
	padding: 0;
	display: block;	
    overflow:visible;
	background: transparent;
	width: 235px;
	height: 60px;
	border: none;
	cursor: pointer;
}
#sendMsg-form button img{
	margin: 0;
	padding:0;
    border:none;
	display: block;
	width: 232px;
	height: 56px;
}
#sendMsg-form button span{
	display: block;
	position: absolute;
	top: 15px;
	left: 70px;
	font: normal small-caps bold 1.36em/1.5em Arial;
	font-stretch: expanded;
	color: #fbfff1;
}
.spacer{
	clear: both;
}
/* La barre de navigation
-------------------------------------------------------- */
#side-menu div{
	color: inherit;
}

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

#side-menu h2, #side-menu h3{
	color: #A08F9F;
	margin: 0 0 1ex 0;
}

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

/* Leformulaire de contact
-------------------------------------------------------- */
#contact-form textarea {
	width: 50%;
}
#hcard-Aleth-Gueguen {
	margin: 3em 15% 0 0;
	padding: 0 4em;
	border: 2px solid #c9d1cd;
	-moz-border-radius: 8px;
}
#hcard-Aleth-Gueguen ul{
	/*margin: 0;*/
	padding: 0;
}
#hcard-Aleth-Gueguen li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	text-align: right;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #CCC;
	background: #EEE;
}

#footer a{
	color: #999;
}