/* --------------------------------------------------------------

   layout.css
   Disposition des blocs principaux
   cf.: http://romy.tetue.net/structure-html-de-base

-------------------------------------------------------------- */

body {
	text-align: center;
/*	background: Black url(img/background.png); */
	border-top: 5px solid;
}
.page {
	position: relative;
	width: 700px;
	margin: 0 auto;
	padding: 10px 1.5em;
	text-align: left;
}

.header {font-color : #FFF}
.main {
	padding: 0px 0;
}
.footer { clear: both; padding: 1.5em 0 0; border-top: 2px solid; }

.wrapper {
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}
.content { min-height: 350px; }
.aside { float: right; width: 25%; overflow: hidden; }


/* Entete et barre de navigation
------------------------------------------ */

.header {
	padding-bottom: 0em;
	border-bottom: 0px solid;
}
.header #logo { display: block; margin: 0; line-height: 1; font-weight: bold; }
.header #logo,
.header #logo a,
.header #logo a:hover {
	background: transparent;
	text-decoration: none;
	color: White;
}
.header #slogan { margin: 0; }

.formulaire_menu_lang { position: absolute; right: 0; top: .9em; display: block; width: 30%; }

.nav {
	border: solid #222;
	border-width: 0px 0;
}
.nav ul {}
.nav ul li {}
.nav ul li a {
	float: left;
	display: block;
	padding: .5em 1em;
	border-right: 1px solid Black;
	text-decoration: none;
}
.nav ul li.on a {
	background: #EED;
	color: #404040;
	font-weight: normal;
}
.nav ul li a:focus,
.nav ul li a:hover, 
.nav ul li a:active {
	background: #EED;
	color: #404040;
	background-color: #F0F8FF;
}

#formulaire_recherche { float: right; margin: 0 0 0 1em;  }

.footer .colophon { float: left; height: 40px; width: 70%; margin: 0; }
.footer .generator { float: right; }
.footer .generator a { padding: 0; background: none; }

/* Gabarit d'impression
------------------------------------------ */
@media print {
.page,
.wrapper,
.content { width: auto; }
.nav,
.arbo,
.aside,
.footer { display: none; }
}

/* Affichage sur petits ecrans
Cf.: http://www.alsacreations.com/astuce/lire/1177
------------------------------------------ */
@media (max-width: 640px) {

/* passer tous les elements de largeur fixe en largeur automatique */
body,
.page,
.header,
.main,
.footer,
.wrapper,
.content,
.aside { width: auto !important; margin: auto !important; padding: auto !important; }

.page { margin: 0; padding: 5%; }

/* Passer a une seule colonne (a appliquer aux elements multi-colonnes) */
.content,
.aside { clear: both; float: none !important; width: auto !important; }
.nav ul li a { float: none; border: 0; }
#formulaire_recherche { display: none; position: static; text-align: center; }
.arbo { display: none; }
.footer .colophon { width: auto; float: none; }
.footer .generator { display: none; }

/* header du calendrier full-calendar */
table.fc-header td { display: block; text-align: left; }

}

/* end */