/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Olivier Meunier 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 ***** */

html {
	overflow-y: scroll;
	height: 100%;
	font-size: 100%;
}

body {
	margin : 0;
	padding : 0;
	background: #63543B;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.8em;
	text-align: center;
	color: #4E4E4E;
	height: 100%;
}

p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 0.85em; margin : 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { 
	font-family : Arial,Geneva,Helvetica,sans-serif;
	color: #F6FDE1;
	font-size: 16px;
	font-weight : bold;
	border-bottom: 0px solid #D1CCC5;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 4px 0 3px 5px;
	background: #63543B;
	}

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #fff;
}

a:hover {
	text-decoration : none;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #000;
	background : transparent;
}

h2 {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color : #0173CC;
}

h3 {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.85em;
	line-height : 1.8em;
	font-weight: bold;
	color: #4E4E4E;
}

/* Prelude
-------------------------------------------------------- */

#premier-element {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background: transparent;
}

#prelude {
	position : relative;
	background: #63543B;
	margin-top: 0;
	border: 0 none;
	width: 820px;
	height: 151px;
}

#prelude img{
	display: block;
}

#prelude a{
	color: #fff;
}

/* Titre
-------------------------------------------------------- */
#top {
	position : relative;
	background: url(images/top.jpg) no-repeat;
	border: 0 none;
	font-size : 0.85em;
	font-style : normal;
	font-weight : lighter;
	text-align : left;
	width: 820px;
	height: 65px;
	font-family : Arial,Geneva,Helvetica,sans-serif;
}

#top h1 {
	margin : 0;
	padding : 1em 0 0.6em 0;
}

#top a {
	color : #fff;
	background : transparent;
	text-decoration : none;
}

#top p {
	position: absolute;
	color: #4E4E4E;
	top: 16px;
	right: 0px;
	margin : 0;
	border: 0;
	padding : 0;
}

#top ul {
	
	margin: 0 0 0 40px;
	padding: 13px 0 0 0;
}

#top li{
	list-style : none;
	font-size: 16px;
	margin: 0 15px 0 0;
	display: inline;
}

#top li a{
	color: #FFFFFF;
	background : transparent;
	text-decoration: none;
	font-weight: bold;
}

#top li a:hover {
	color: #FBC24A;
	background: transparent;
	font-weight: bold;
}

.blue{
	color: #0173CC;
}


/* SOUS MENU
-------------------------------------------------------- */

#sousmenu ul {
	
	margin: 0 0 0 0;
	padding: 13px 0 0 0;
	text-align: left;
}

#sousmenu li{
	list-style : none;
	font-size: 12px;
	margin: 0 0 0 0;
	display: inline;
}

#sousmenu li a{
	color: #759800;
	background : transparent;
	text-decoration: none;
	font-weight: bold;
}

#sousmenu li a:hover {
	color: #759800;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#sousmenu span {
	color: #B9B5AF;
	font-weight: normal;
}

.blue{
	color: #0173CC;
}


/* Page
-------------------------------------------------------- */
#page {
	position: relative;
	min-height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	background: url(images/BG_content.gif) repeat;
}

/* Main
-------------------------------------------------------- */
#main {
	float: right;
	width : 560px;
	border: 0 none;
	padding: 0 0 0 0;
	border: 0 none;
	/*border-bottom : 1px solid #999;*/

}

.day-date {
	font-size : 1em;
	font-weight : bold;
	margin-top : 2em;
	text-align : right;
	border: 0 none;;
	color : #fff;
	background : transparent;
}

#main p {
	
}

.post-content{
	
	font-size : 0.85em;
	line-height : 1.8em;
	font-style : normal;
	text-align: justify;
	color: #4E4E4E;
	margin-bottom: 20px;
}

.post-content img{
	border: 0px solid #D1CCC5;
	margin-top: 15px;
}

.post-content ul{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position:inside
}

.post-content ul li {
	margin-left: 0px;
	padding-left: 0px;
}

.post-title {
	font-family : Arial,Geneva,Helvetica,sans-serif;
	color: #63543B;
	font-size: 14px;
	font-weight : bold;
	border-bottom: 1px solid #787878;
	text-align: left;
	margin-bottom: 20px;
	padding: 2px 0 3px 0px;
	background: #ffffff;
	
}

.post-title a {
	text-decoration : none;
}

.chapo {
	margin-bottom : 2em;
}
.chapo p:first-letter {
	/*font-weight : bold;
	font-size : 2.5em;
	font-family : serif;
	float : left;
	margin-right : 0.2em;*/
}

.post-info, .post-info-co {
	font-size : 0.85em;
	/*text-align : right;*/
}

.post-info {
	margin : 0;
}

.post-info-co {
	clear : both;
	margin-top : 0;
}

.post{
	margin : 1.5em 0 0 0;
}


/* Content
-------------------------------------------------------- */
#content {
	position : relative;
	margin : 12px 49px 0 31px;
	padding : 0;
	border: 0;
	margin-bottom: 0;
}

#content a{
	text-decoration: underline;
	color: #4E4E4E; 
}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments, #trackbacks {
	margin : 0 2em;
}

#comments blockquote, #trackbacks blockquote {
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
}

/* Menu Sidebar
-------------------------------------------------------- */
#sidebar {
	float : left;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	border: 0 none;
	width: 206px;
	background: transparent;
}

#facebook a{
	position: relative;
	display: block;
	background: url(images/facebook.jpg);
	margin:  0 0 9px 34px;
	padding: 0 0 0 0;
	border: 0 none;
	width: 206px;
	height: 205px;
}

#topframe{
	position: relative;
	margin:  0 0 0 34px;
	padding: 0 0 0 0;
	border: 0 none;
	background: none;
	width: 206px;
}

	#topframe img{
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: 0 none;
	}

#lien_sites_amis{
	position: relative;
	margin:  7px 0 0 34px;
	padding: 0 0 0 0;
	border: 0 none;
	width: 206px;
	height: 50px;
}

	#lien_sites_amis a{
		display: block;
		margin:  0 0 0 0;
		padding: 0 0 0 0;
		border: 0 none;
		background: url(images/liens_site_amis.jpg);
		width: 206px;
		height: 50px;
	}

	#lien_sites_amis a:hover{
		background: url(images/liens_site_amis_hover.jpg);
	}
	
#blockframe{
	position: relative;
	background: url(images/BG_frame.jpg);
	margin:  0 0 16px 0;
	padding: 4px 0 16px 21px;
	border: 0 none;
	font-family : Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.9em;
	line-height: 1.8em;
	font-weight : bold;
	text-align: left;
}

	#blockframe p{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: 0 none;
		width: 165px;
	}
	
	#blockframe span{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: 0 none;
		color: #759800;
		background : transparent;
		text-decoration: underline;
		font-weight: bold;
	}

	#blockframe a{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #4E4E4E;
		text-decoration: none;
	}
	
	#blockframe a:hover{
		text-decoration: none;
	}

#sidebar h2 {
	font-weight : normal;
	color : #993;
}

#sidebar ul {
	margin: 0 0 0 10px;
	padding: 7px 0 0 0;
}

#sidebar li{
	list-style : none;
	font-size: 1.12em;
	margin-top : 0.32em;
	
}

#sidebar li a{
	color: #848586;
	background : transparent;
	text-decoration: none;
	font-weight: bold;
}

#sidebar li a:hover {
	color: #0173CC;
	background: transparent;
	font-weight: bold;
}

#photos{
	position: relative;
	display: block;
	background: url(images/BG_photos.jpg) no-repeat;
	margin: 6px 0 0 38px;
	padding: 0 0 0 0;
	border-top: 6px solid #D1D1C6 !important;
	border-top: 6px solid none;
	width: 196px;
	height: 196px;
}

#photos ul{
	witdh: 190px;
	height: 46px;
	list-style-type: none;
	margin: 8px 0 0 8px;
	padding: 0 0 0 0;
	border: 0 none;
}

#photos li{
	float: left;
	margin: 0 4px 4px 0;
	padding: 0 0 0 0;
	border: 0 none;
}

#photos img {
  	display: block;
	witdh: 42px;
	height: 42px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 none;
}

.active{
	color: #FBC24A;
	font-weight: bold;
}
.autre{
	border-top: 1px solid #585858;
	color: #0173CC;
	font-weight: bold;
}

/* Footer
-------------------------------------------------------- */

#dernier-element {
	margin-bottom: 0;
	padding-bottom: 40px;
	background: transparent;
	clear: both;
	visibility: hidden;
}


#footer {
	position: relative;
	bottom: 0;
	height: 50px;
	width: 820px;
	border: 0 none;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background : transparent;
	text-align : right;
	font-weight: lighter;
	font-size : 0.85em;
	color: #0173CC;
	border: 0px solid red;
}

#link1 a{
	float: left;
	border: 0 none;
	margin : 20px 0 0 40px;
	padding: 0 0 0 0;
	height: 15px;
	font-weight: lighter;
	line-height: 2em;
	text-decoration: none;
	text-align : left;
	color: #767676;
}

#link2 a{
	float: right;
	border: 0 none;
	margin :20px 45px 0 0;
	font-weight: lighter;
	text-align : right;
	line-height: 2em;
	color: #0173CC;
	text-decoration: none;
	
}

/* infos footer
-------------------------------------------------------- */
#contenu {
	float: left;
	width: 580px;
	text-align: left;
	font-size : 0.85em;
	color: #4E4E4E;
	line-height : 1.8em;
}

.souligne{
	color: #81B5EE;
}

/* Calendrier
-------------------------------------------------------- */
#calendar {
}

#calendar table {
	border-collapse : collapse;
	font-size : 0.8em;
	margin : 0 auto;
}

#calendar caption {
	margin : 0 auto;
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

#calendar abbr {
	border : none;
}

#calendar th, .cal td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
}

#calendar td.active a {
	font-weight : bold;
}

#calendar a {
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid red;
	background : #000;
	padding : 0.5em;
}
.error p{
	color: red;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
	color : #4E4E4E;
}

.table {
	margin-top: 0px;
	width : 100%;
}

.legende {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.85em;
	color : #4E4E4E;
	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
}

.input {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.85em;
	color : #4E4E4E;
	background: #DDDDD7;
	border: solid 1px #787878; 
	border-top-color: #787878;
	border-left-color: #787878;
	width: 220px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	

}

.textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.85em;
	color : #4E4E4E;
	background: #DDDDD7;
	border: solid 1px #787878; 
	border-top-color: #787878;
	border-left-color: #787878;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	height: 90px;
	overflow-y: auto; 
	overflow-x: hidden;
	width: 478px;
}

.submit{
	color : #4E4E4E;
	font-size : 0.85em;
	background:  url(images/BT_submit.gif) no-repeat;
	border: 0 none; 
	text-align: center;
	margin: 25px 0 0 0;
	padding: 0;
	width: 117px;
	height: 30px;
}

.decallage{
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.85em;
	color : #63543B;
	margin: 20px 0 10px 14px;
	padding: 0 0 0 0;
}

.ok {
	text-align: center;
	color: #0173CC;
	font-weight: bold;
}

.not-ok {
	text-align: center;
	color: #DC6B4F;
	font-weight: bold;
}



/*
input[type], textarea[name] {
	background : #232A2F;
	
}

input[type=submit], input[type=reset] {
	background : #036;
	color : #B4B4B4;
	border : 0 none;
}
*/

input[type=submit]:hover {
	background : url(images/BT_submit_ON.gif) no-repeat;
	width: 117px;
	height: 30px;
}


textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}


/* Pagination
-------------------------------------------------------- */

#navPages {
	margin: 0 0 20px 0px;
	float: right;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	text-decoration : none;
}

#navPages a {
	border: 0px solid #555;
	padding:0px 2px 0px 2px;
	margin : 0px 1px 0px 1px;
	font-size: 12px;
	text-decoration : none;
	
}

#navPages a:hover {
	border: 0px solid #555;
	text-decoration : none;
	padding:0px 2px 0px 2px;
	margin : 0px 1px 0px 1px;
	font-size: 12px;
	text-decoration : none;
	
}

.navJump {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration : none;
}

.currentlink {
	background-color: #4E4E4E;
	border: 0px solid #555;
	padding:0px 2px 0px 2px;
	margin : 0px 1px 0px 1px;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-weight : normal;
	font-size: 12px;
	text-decoration : none;
	color: #fff;
}

.navLink {
text-decoration : none;
border: 0px solid #555;
}

.navNoLink {
	display: none;
	background-color: #4E4E4E;
	border: 0px solid #EEEEEE;
	padding:0px 2px 0px 2px;
	margin : 0px 1px 0px 1px;
	color:#fff;
	font-size: 12px;
	text-decoration : none;
}


/* Formulaire mailing list
-------------------------------------------------------- */

.input_mail_list{
	margin: 6px 6px 5px 0;
	padding: 1px 0 0 3px;
	width: 122px;
	height: 15px;
	font-size: 12px;
	color:#4E4E4E;
	font-family : Arial,Geneva,Helvetica,sans-serif;
}

.bt_mail_list{
	border: 0 none; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 28px;
	height: 18px;
}

#resultat{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 none;
	width: 165px;
}

/* google map
-------------------------------------------------------- */

#map { z-index: 0; width: 480px; height: 400px; padding : 10 px; border : 1px solid #4E4E4E; margin : 0 auto; background: transparent; z-index: 100;}
#patience { position: absolute; margin: 0 0 0 0; padding: 20px 0 23px 0; border: 0 none; top: 300px; width: 100%; background: #E6E7E2; z-index: 0; text-align: center}
