/* Le Studio Vert : www.lestudiovert.fr*/

.spip-admin-float {
	display: none;
}

body {
	font-size: 10pt;
}

/* =================================================== SITE */

#page {
	position: relative;
	text-align: left;
}

/* =================================================== ENTETE */

#entete a, #menu a, #sideBar a, #cheminNavigation a, #pied a  {
	text-decoration: none;
}

#entete {
	height: 50px;
}

#accessibilite {
	display: none;
}

#recherche, .recherche {
	display: none;
}

#logo {
	border-style: none;
	float: left;
	width: 80px;
	padding: 0;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}

#baseline {	
}

/* =================================================== CONTENEUR */

#conteneur {
}

/* =================================================== CONTENU */

#contenu {
}

h1 {
	font-size: 18pt;
	text-align: right;
	margin: 0;
	padding: 0;
}

.horschamp {
	display: none;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	clear: both;
	margin-top: 15pt;
	margin-bottom: 0pt;	
}

h3 {
	text-transform: uppercase;
	font-size: 9pt;
}

h4 {
	margin-bottom: 0;
}

p {
	margin: 0;
	padding: 0;
}

/* ###### chemin de navigation */

#cheminNavigation {
	text-align: right;
}


/* ###### tableaux */

table {
	color: #000;
	text-align: left;
	margin: 1em 0 2em 0em;
	width: 100%;
	font-size: 1.2em;
	padding: 0;
}

th {
	padding: 0.2em;
	width: auto;
	color: #fff;
	background-color: #005A5A;
	border-color: #005A5A;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}

th.vertical {
	border: 1px solid #6484a9;
	padding: 0.2em;
	background-color: #DBE5D3;
	width: auto;
	text-align: left;
}

td {
	border: 1px dotted #005A5A;
	padding: 0.2em;
	text-align: left;
}

caption {
	padding: 0;
	color: #3494C2;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
	text-align: left;
	line-height: 1em;
	vertical-align: bottom;
}

tr.row_odd {
	background-color: #DBE5D3 !important;
}

/* =================================================== MENU */

#menu {
display: none;
}

/* =================================================== SIDEBAR */

#sideBar {
	display: none;
}

/* =================================================== PIED */

#pied {
	clear: both;
	height: 7em;
	position: relative;
	margin-top: 2em;
	text-align: center;
	margin-left: 12px;
	padding-top: 0.3em;
}

#mentions {
	font-size: 0.85em;
	float: left;
	margin-top: 0.5em;
}

/* ###### ACTUALTES */

.date {
	background-color: #DBE5D3;
	text-align: left;
	margin-right: 1em;
	margin-top: 1em;
}

.day {
	font-weight: bold;
	background-color: #DBE5D3;
	display: inline;
}

.month {
	font-weight: bold;
	background-color: #2abddc;
	display: inline;
}