/* ***************** */
/* ***** RHIEN ***** */
/*  Feuille de style */
/* ** 19/05/1009 *** */
/* ***************** */

/* Inclusions */
/*@import "defaut.css"*/

/* Éléments généraux */
body {
	/*background: url( 'images/fond2.png' ) repeat fixed;*/
	background: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: .9em;
}
img {
	border: none;
}
a {
	color: #FF6616;
	text-decoration: none;
	border:none;
}
a:hover {
	color: black;
}

div#page {
	width: 95%;
	background: #FFFFFF url( 'images/fond.png' ) fixed no-repeat center center;
	margin:auto;
	padding: 1em;
}

h1 {
	font-size: 1.5em;
	border-bottom: 2px #FF7418 solid;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: .9em;
	font-weight: bold;
}

p {
	text-indent: 1em;
}

form input[type="submit"], input[type="reset"], input[type="button"]
{
	background: lightgrey;
	border: 1px solid #FF7418;
}

form fieldset textarea
{
	display: block; 
	width: 100%;
	border: 1px solid #FF7418;
}

form input, select, input[type="file"]
{
	background: white;
	border: 1px solid #FF7418;	
}

div.spacer {
	clear: both;
}
/* ***************** */

/* Haut de page */
div#entete {
	margin-bottom: 3em;
	padding: 1em 0 0 1em;
}
div#logo {
	float: left;
}
div#navigation {
	float: right;
}
/* ***************** */

/* Centre de la page */
div#centre {
	min-height: 500px;
}

div#contenu {
	margin: 0 1em 0 14em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
}

div#menus {
	float: left;
	width: 14em;
}
div.menu {
	
	border: 1px solid lightgray;
	padding: .2em;
	margin-bottom: .3em;
}

	div.menu span.menu_titre {
		width: 100%;
		border-bottom: 1px dotted gray;
		display: block;
		text-align: center;
		font-weight: bold;
	}

	div.menu a {
		color: #FF7418;
	}

	div.menu a:hover {
		color: #000000;
	}
	
	div.menu ul {
		list-style-type: none;
		padding: 0em;
	}
	div.menu li {
		margin-bottom: .3em;
	}

	div.menu input[type="text"],input[type="password"] {
		width: 110px;
	}
	div.menu .bugajaxie {
		display:none;
	}
/* ***************** */

/* Pied de page */
div#pied {
	text-align: center;
}
/* ***************** */

/* Éléments particuliers */
div#carte {
	float: right;
	width: 655px;
	height: 555px;
}
div#conteneur-carte{
	padding: 5px;
}
div#map{
	border: 1px dashed lightgray;
	width: 650px;
	height: 550px;
}
/* ***************** */

/* Forums */
ul.forum{
	display: block;
	margin: 0;
	padding: 0;
}
ul.forum,ul.forum ul.reponse{
	list-style: none;
}
.forum-fil{
	margin-top: 1.2em;
	border-top: 1px solid #FFD37A;
	border-bottom: 2px solid #FFD37A;
}
.forum-fil ul.reponse{
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.forum-chapo .forum-titre,.forum-chapo .forum-titre a{
	display: block;
	font-size: .9em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #333;
}
.forum-texte{
	margin: 0;
	padding: 0.50em 1em;
	color: #333;
}
.forum-texte .repondre{
	margin: 0;
	padding: 0.10em 0;
	text-align: right;
}
ul.forum .gravatar{
	margin-left: -60px;
	float: left;
	display: inline;
	position: relative;
	padding: 5px;
}
ul .forum-message{
	border-top:1px solid #FFD37A;
	margin: 0;
	padding: 0;
	padding-left: 60px;
}
ul ul .forum-message{
	border-top: 1px solid #FFD37A;
}
ul ul ul .forum-message{
	border-top: 1px solid #FFD37A;
}
ul ul ul ul .forum-message{
	border-top: 1px solid #FFD37A;
}
ul ul ul ul ul .forum-message{
	border-top: 1px solid #FFD37A;
}
ul ul ul ul ul ul .forum-message{
	border-top: 1px dotted #FFD37A;
}
ul .forum-chapo{
	border: 0;
	border-bottom: 1px dotted #FFD37A;
	margin: 0;
	padding: 3px 6px 2px 6px;
	background: #FFF5E1;
}
ul ul .forum-chapo{
	background: #FFF5E1;
}
ul ul ul .forum-chapo{
	background: #FFF5E1;
}
ul ul ul ul .forum-chapo{
	background: #FFF5E1;
	border-bottom: 1px dotted #FFD37A;
}
ul ul ul ul ul .forum-chapo{
	background: #FFF;
}
.explication{
	text-indent: 0px;
	font-size: .9em;
	margin: 0px;
}
.barre{
	display: block;
	float: left;
	color: #FF7418;
	border: none;
	width: 500px;
}
.spip_barre td img {
	border: 1px solid black;
	background-color: lightgrey;
	padding: 2px;
	margin-right: 3px;
}
/* ***************** */

/* Brèves */
.breve-item{
	margin-top: 1.2em;
	border-top: 2px solid #FFD37A;
	border-bottom: 2px solid #FFD37A;
	padding: 3px 5px 3px 5px;
	background: #FFF5E1;
}
.breve-item:hover{
	background-color: #FFEECB;
}
.breve-chapo{
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #FFD37A;
}
.breve-titre a{
	font-size: 1.2em;
}
.breve-texte{
	margin-left: 20px;
}
.breve-pages{
	margin-top: .8em;
}
/* ***************** */

/* Photos */
.photo{
}
/* ***************** */
