/*
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of Dotclear 2.
#
# Copyright (c) 2003-2008 Olivier Meunier and contributors
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK ------------------------------------
*/
* { outline: none; -moz-outline-style: none; }
::-moz-selection{
    background:#c29e66;
	color:#dcdcde;
}
::selection {
	background:#c29e66;
	color:#dcdcde;
}
body {
	margin: 0;
	padding: 0;
	background: #c29e66 url(../img/plage.jpg) repeat-x top;
	color: #6A747A;
	font: 62.5% Arial,sans-serif;
	text-align:center;
}
/* Layout
-------------------------------------------------------- */
#page {
	font-size: 1.2em;
	width:1045px;
	margin:0 auto;
	background:url(../img/header.png) left top no-repeat;
	padding:0 64px 0 64px;
	text-align:left;
	position:relative;
}

#top {
	/*margin:0 0 0 300px;*/
	margin: 0 auto 0 auto;
	padding:180px 0 0 0;
	width:700px;
	height:41px;
	color:#FFFFFF;
}
#top ul{
	margin:0; padding:0;
	list-style:none;
}
#top ul li{
	float:left;
	padding: 0 10px 0 10px;
}
#top ul li a{
	display:block;
	float:left;
	/*width:175px;*/
	padding:10px 0 0 0;
	height:30px;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}
#top ul li a:hover{
	background: #0a436c ;
}


#wrapper {
	overflow: hidden;
	padding: 9px 0 0 29px;
}

#main {
	margin-top:3px;
	width: 649px;
	float: left;
	background:#FFF;
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}

#content {
	padding: 0 25px 30px 25px;
} 

#sidebar {
	margin:3px 0 0 10px;
	padding: 0 25px 30px 25px;
	width: 285px;
	float: left;
	background-color: #fff;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}

#footer {
	clear: both;
	height: 150px;
	padding: 20px 0 20px 0;
	background: transparent url(../img/cabane.png) no-repeat 10px 10px;
}
#footer p {
	margin:0;
	padding:0;
	color: #EFE3D5;
	text-align: center;
	font-size: 1em;
}
#footer p a {
	color: #EFE3D5;
	font-weight:bold;
}
#footer p a:hover{
	color: #FFF;
	font-weight:bold;
}
/*------------------ MAIN BALISE ------------------*/
h1{
	margin: 10px 0 0 0;
	padding: 0 12px 0 12px;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
	background: #1880cd url("../img/h1big.png") repeat-x;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

img{
	background: #ffffff;
	border-color: #6A747A;
	border-style: solid;
	color: inherit;
	border-width: 1px;
	padding: 2px;
}

a{
	color: #6A747A;
}

/*------------------ NEWS -------------------------*/
.post {
	margin: 0 0 5px 0;
	position:relative;
	border-bottom:solid 1px #dcdcde;
}
.post-title {
	font-size:24px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
	font-size:1.7em;
}
.post-title a {
	color:#000;
}
.post-info {
	margin: 0;
	font-size:12px;
	font-weight:400;
	border-bottom:solid 1px #dcdcde;
	padding:0 0 8px 0;
}
.imgNews{
	width: 400px;
	height: 210px;
}
/*-- slidshow up and down --*/
.slidshow{
	margin: 10px auto;
    border: 5px solid #6A747A;
    width: 500px;
    height: 210px;
}

/*------------------ Liste des membres ------------------------------*/
.info_membre{
	float: left;
	padding: 0 0 15px 0;
	width: 137px;
	text-align: center;
}

/*------------------ calendrier agenda logo -------------------------*/
.showdate{
	position:absolute;
	right:0px;
	width:65px;
	height:66px;
	background:url(../img/calendar.png);
	z-index: 100;
}
#nextManif .showdate{
	position:relative;
	float: right;
	top:5px;
	right: 0px;
	width:65px;
	height:66px;
	background:url(../img/calendar.png);
}

.showdate .day{
	position:absolute;
	top:24px;
	width:65px;
	text-align:center;
	font-size:31px;
	font-weight:bold;
	color:#000;
}
.showdate .dayLong{
	position:absolute;
	top:26px;
	width:65px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#000;
}

.showdate .month{
	position:absolute;
	top:8px;
	left:5px;
	font-size:11px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
.showdate .year{
	position:absolute;
	top:7px;
	right:5px;
	font-size:8px;
	text-align:right;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}

