body {
	background: #2D3F53;
	margin: 1em;
	text-align: justify;
	font-size: medium;
	color: black;
}
a:link {
	color: #D96C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D96C00;
}
a:hover {
	text-decoration: underline;
	color: #D96C00;
}
a:active {
	text-decoration: none;
}

/* div */
#en-tete{
	position: relative;
	float: left;
	width: 100%;
}
#logo {
	position: relative;
	float: left;
	width: 15%;
}
#titre {
	position: relative;
	float: left;
	color: white;
	padding-top: 15px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#dike {
	position: relative;
	float: right;
	width: 12%;
}
#ariane {
	clear: left;
	color: #D96C00;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#main-box{
	background-color: #EEDDBB;
	position: relative;
	clear: left;
	padding: 10px;
	border: 1px solid red;
	min-height: 300px;
}
#main-box ul { list-style: none; }
#main-box p { margin: 0; padding: 0; }
#main-box .texte p {
	margin-bottom: 1.4em;
}
#pied-de-page{
	font-size: small;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-color: gray;
	border-top-style: dotted;
	border-top-width: 2px;
}

/* Classes communes */
.col-gauche {
	position: relative;
	float: left;
	width: 15%;
	margin-right: 14px;
}
.col-milieu {
	position: relative;
	float: left;
	width: 55%;
	margin-right: 7px;
}
.col-droite {
	position: relative;
	float: left;
	width: 15%;
	margin-left: 7px;
}
.contact {
	font-size: small;
	margin-left: 3em;
	margin-top: 5px;
	padding-left: 1.4em;
	line-height: 1.4em;
	border-color: gray;
	border-left: 1px solid #CCC;
}
.slc {
	font-size: x-large;
	text-align: left;
}
.nom-site {
	font-size: large;
	font-style: italic;
	text-align: right;	
}
.menu-slc {
	position: relative;
	clear: left;
	padding: 5px;
	margin-bottom: 7px;
	background-color: #EEDDBB;
	font-size: x-small;
	color: white;
}
.menu-lang {
	position: relative;
	clear: left;
	padding: 5px;
	margin-bottom: 7px;
	background-color: #EEDDBB;
	font-size: small;
}
/* Menu déroulant SLC configuré par /squelettes/outils/blocs.css.html */
.menu-rubriques {
	clear: left;
	padding-bottom: 2px;
	margin-bottom: 7px;
	background-color: #EAFFEA;
	border: 1px solid #CCC;
	font-size: small;
}
.menu-rubriques ul { margin: 0; padding: 0.2em 0; list-style: none; }
.menu-rubriques li { margin: 0; padding: 0 0.7em }
.menu-recherche {
	clear: left;
	background-color: #EAFFEA;
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 7px;
	font-size: small;
	text-align: center;	
}
.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}
.menu-breves {
	clear: left;
	padding-bottom: 2px;
	margin-bottom: 7px;
	background-color: #FFEAEA;
	border: 1px solid #CCC;
	font-size: x-small;
	text-align: left;
}
.menu-breves ul { margin: 0; padding: 0.2em 0; list-style: none; }
.menu-breves li { margin: 0; padding: 0 0.7em }

.menu-rubriques .menu-titre { background-color: #F2FFF2;}
.menu-slc .menu-titre { background-color: #D96C00;} 
.menu-breves .menu-titre { background: #FFF2F2; font-size: small;}

/* Classes spécifiques à l'affichage des articles (sommaire) */
.titre {
	font-size: large;
	font-weight: bold;
	color: #D96C00;
}
.soustitre {
	font-size: medium;
}
.liste-articles li .titre {
	font-size: large;
	font-weight: normal;
}
.liste-articles li .soustitre {
	font-size: small;
}

.texte {
	font-size: small;
	margin-top: 5px;
	line-height: 1.4em;
}
.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em;
}
.chapo {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1.4em;
}
.forum-repondre, .forum-decompte {
	font-size: small;
}
.forum-chapo .forum-titre, .forum-chapo .forum-titre a {
	font-size: small;
}
.forum-texte {
	font-size: small;
	}
.formulaire_spip .forml { width: 97%; font-family: inherit; font-size: inherit; }
.formulaire_spip #titre { color: black; }
.plan-rubrique {
	font-weight: bold;
}
.plan-article {
	font-size: small;
	font-style: italic;
}
.langues-article {
	font-size: x-small;
	color: #D96C00;
}
p.spip {
	text-indent: 0px;
}