﻿/* ----- Reminder ----- */

/* #FEEFB7 -> #FEEFB7 */
/* #6A3A16 -> #FB9B3C */
/* #321B0A -> #321B0A */


/* ------------------------------------------ */
/* ---------- Général : gros blocs ---------- */
/* ------------------------------------------ */

html
{
	height: 100%;
	margin: 0;

	color: red;
	background: #FEEFB7;
}

body
{
	min-height: 100%;
	width: 750px;
	padding: 0;
	margin: 0 auto;
	position: relative;
 
	font-size: 85%;
	color: #321B0A;
	text-align: left;
	background: #FB9B3C;

	border-right: 1px solid black;
	border-left: 1px solid black;
}

#banniere
{
	height: 200px;
	border-bottom: 1px solid black;
}

#localisation
{
	padding: 0px;
	margin: 0px;
	padding: 2px 0px 2px 10px;

	font-size: 85%;
	border-bottom: 1px solid black;
}

#page
{
	padding: 0px 10px 50px 0px;
	overflow: auto;
}

#menu
{
	float : left;
	width: 190px;

	border-right: 1px solid black;
}

#corps
{
	float : right;
	width: 530px;
}

#notice
{
	position: absolute;
	bottom: 0;
	width: 100%;

	text-align: center;
	color: #321B0A;
	font-style: italic;
	font-size: 75%;
	background: #FB9B3C;
}


/* ------------------------------------------------------- */
/* ---------- Général : in-line et petits blocs ---------- */
/* ------------------------------------------------------- */

img
{
	border-style: none;
}

p
{
	color: #321B0A;
	text-align: left;
}

h1
{
	font-size: 1.5em;
	text-align: left;

	color: #321B0A;
	background: #FB9B3C;
}

h2
{
	font-size: 1.3em;
	font-weight: normal;

	color: #321B0A;
	background: #FB9B3C;
}

h3, h4, h5, h6
{
	color: #321B0A;
	background: #FB9B3C;
}

a
{
	text-decoration: underline;
	font-style: italic;
	color: #6A3A16;
}

a:visited
{
	text-decoration: underline;
	font-style: italic;
	color: #6A3A16;
}

a:hover
{
	text-decoration: none;
	font-style: italic;
	color: #6A3A16;
}


/* ------------------------------------------ */
/* ---------- Menu et localisation ---------- */
/* ------------------------------------------ */

/* ----- Localisation ----- */

#localisation a
{
	text-transform: capitalize;
	text-decoration: none;
	font-style: italic;
	color: #6A3A16;
}

#localisation a:visited
{
	text-decoration: none;
	font-style: italic;
	color: #6A3A16;
}

#localisation a:hover
{
	text-decoration: underline;
	font-style: italic;
	color: #6A3A16;
}

/* ----- Menu ----- */

#menu p
{
	margin-left: 10px;
}

#menu ul
{
	margin: 0;
	padding: 0;

	list-style-type: none;
	list-style-position: inside;
}


#menu li>a:visited
{
	background-color : #E0911B;
}

#menu li>a:hover
{
	background-color : #FEEFB7;
}

.actif>a
{
	background-color : #FEEFB7 !important;
}

#menu li>a
{
	display: block;
	padding: 5% 5% 5% 5%;
	margin: 5px 0 0 0;

	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;

	background-color : #E0911B;
	color: #6A3A16;

	border-top: 1px solid #9da99b;
	border-bottom: 1px solid #9da99b;
}

#menu li>ul a
{
	display: block; /* block - none */
	position: relative;
	padding: 3% 3% 3% 3% !important;
	margin: 0 0 0 20px !important;

	text-transform: capitalize !important;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;

	background-color : #E0911B;
	color: #6A3A16;

	border-top: none !important;
	border-left: 1px solid #9da99b !important;
	border-bottom: 1px solid #9da99b !important;

	z-index: 100;
}

.dossier span
{
	display: block;
	padding: 5% 5% 5% 5%;
	margin: 5px 0 0 0;

	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

	background-color : #FB9B3C;
	color: #321B0A;

	border-top: 1px solid #9da99b;
	border-bottom: 1px solid #9da99b;

	cursor: pointer;
	z-index: 50;
}

#menu > a
{
	margin: 10px 0 0 10px;
}

#menu > a > img
{
	margin: 10px 0 0 0;
	border: 1px solid black;
}

/* ------------------------------------ */
/* ---------- Manifestations ---------- */
/* ------------------------------------ */

.manifestation
{
	position: relative;
	padding: 0px 1% 1% 1%;
	margin-bottom: 5px;

	background: #FEEFB7;
	border: 1px solid #9da99b;
}

.manifestation h1, .manifestation h2, .manifestation h3, .manifestation h4, .manifestation h5, .manifestation h6
{
	background: #FEEFB7;
}

.fiche img
{
	float: right;
	margin-left: 10px;

	border: 1px solid black;
}


/* --------------------------------- */
/* ---------- Formulaires ---------- */
/* --------------------------------- */

button, input, select, optgroup, option, textarea
{
	background-color: #FEEFB7;
}

button
{
	padding: 0;
}

fieldset
{
	margin-bottom: 15px;
}

.groupe_droits
{
	display: none;
}


/* --------------------------------- */
/* ---------- Formulaires ---------- */
/* --------------------------------- */

.team
{
	padding: 0;
	width: 275px;

	border-top: 1px solid #9da99b;
	border-right: 1px solid #9da99b;
	border-left: 1px solid #9da99b;

	background-color : #FB9B3C;
	text-align: center;
	list-style-type: none;
}

.team a
{
	text-decoration: none;
}

.team a:hover
{
	text-decoration: underline;
}

.team > li
{
	padding: 1px 0 1px 0;
	border-bottom: 1px solid #9da99b;
}

.team > li:first-child
{
	padding: 2px 0 2px 0;
	margin-bottom: 5px;

	font-weight: bold;
	text-transform: capitalize;
	background-color : #FEEFB7;
}

