* {
	padding: 0;
	margin: 0;
}

body {
	background-color: white;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
	border-style: none;
}


.bouchon {
	clear: both;
	height: 0;
	width: 0.1em;
	font-size: 0;
}
/* ---------------- debug ---------------- */ /*
div {
	border-style: solid;
	border-width: 2px;
}

div div {
	border-color: red;
}

div div div {
	border-color: orange;
}

div div div div {
	border-color: green;
}

div div div div div {
	border-color: blue;
}

div div div div div div {
	border-color: violet;
}

/* ---------------- Sommaire ---------------- */
/* Hierarchie :
#sommaire
	.accueil
*/
#sommaire {
	clear: both;
	width: 100%;
}

#sommaire #header {
	height: 8em;
	background: #5fad71;
	color: #a35100;
	padding-top: .5em;
}

#sommaire #header h1, #sommaire #header p {
	text-align: center;
	font-size: 2em;
}
#sommaire #header h1:before {
	content: attr(title);
	display: block;
	color: #666;
	height: 2em;
	margin-bottom: -2.1em;
	margin-left: .1em;
}

#sommaire #header .logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#sommaire #main {
	margin: 0 10%;
}

#sommaire #main h1 {
	text-align: center;
	font-size: 1.8em;
	margin: 1em;
/*	border: black solid 1px;
	border-width: 1px 0 1px 0; */
	color: #ccff33;
/*	background-color: #d17519; */
}

#sommaire #main h2 {
	text-align: center;
	font-size: 1.2em;
}

#sommaire p {
	font-size: 1.1em;
	margin: 1em;
	text-align: justify;
}

#sommaire ul {
	margin-bottom: 1em;
	font-size: 1.1em;
}

#sommaire ul li {
	list-style-type: none;
}

#sommaire .warning {
	font-style: italic;
	color: red;
	background-color: yellow;
	text-align: center;
	margin: 0 5% 1em 5%;
	border-color: black;
	border-style: double;
	border-width: 3px 0 3px 0;
	font-weight: bolder;
	font-size: 2em;
}

#sommaire .accueil { /*
	float: left; /*
	border-width: 3px 0 3px 0;
	border-style: double;
	border-color: black;
	-moz-border-radius: 30px;
	width: 100%; */
	margin: 0 auto 1em auto;
	text-align: center;
	width: 30%;
	font-size: 1.2em;
	color: #ccff33;
	background-color: #d17519;
}

#sommaire .accueil a {
	font-weight: bolder;
	color: #ccff33;
	background-color: #d17519;
}

#sommaire .accueil .spip_logos {
	margin-bottom: 1px;
	vertical-align: middle;
}

#sommaire .adresse {
	clear: both;
	text-align: center;
	margin: 0 30% 1em 30%;
}

#sommaire .adresse b {
	font-size: 1.1em;
	font-weight: bolder;
}

#sommaire .sponsors {
	text-align: center;
}
#sommaire .sponsors img {
	margin: 0 10%;
}
/* ---------------- Contenu ---------------- */

#content {/*
	background: URL("../IMG/bg-content-repx.png") repeat-x top left;  */
	margin: 0;
	padding: 0;
}

#contenu {
	background: URL("../IMG/bg-content-norep.png") no-repeat top left;
}

#contenu hr {
	width: 70%;
	margin-left: 15%;
}

#contenu h1 {
	text-align : left;
	border-bottom: #999 solid 1px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: bold;
	font-variant: small-caps;
}

#contenu h2 {
	font-weight: bold;
	font-variant: small-caps;
}

#contenu .encart {
	float: right;
	width: 30%;
}

#contenu .encart ul {
	padding-left: 1em;
}

#contenu .spip_documents, #contenu .encart {
	border: #black solid 2px;
	padding: 0.5em;
	margin:0.3em;
	background-color: #ccc;
	-moz-border-radius: 1em;
}

.chapo {
  margin-bottom: 1em;
}

#contenu .recents {
	text-align: center;
	width: 25%;
	float: left;
}

#contenu .old {
	margin-left: 2em;
}

/* ---------------- Rubriques ---------------- */
#contenu .rubriques {
  text-align: center;
}

#contenu .rubrique div {
  float: left;
  width: 210px;
  text-align: center;
}

#Main {
	padding: 0 1em;
	z-index: 1;
}

#Main .articles h2 {
	border-bottom: #69C solid 2px;
	margin-bottom:0.5em;
}

#Main .articles .recents {
	margin-bottom:2em;
}

/* ---------------- Mot Clefs ---------------- */
.keywords ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.keywords li { /* all list items */
	float: right;
	margin-right: 1em;
	position: relative;
	width: 14em;
	font-size: 1.2em;
	background-color: #9D9;
	border: #9D9 groove 2px;
	z-index: 0;
}

.keywords li ul { /* second-level lists */
	display: none;
	position: absolute;
   top: 1.2em;
	left: 0;
	background-color: #aea;
	border: #6A6 solid 1px;
	border-top-width: 0;
}

.keywords li ul li {
	float: left;
	margin-right: 0;
	border-width: 0;
	font-size: 1em;
	width: 13.9em;
	border-top: #6A6 dashed 1px;
}

.keywords li ul li a {
	font-size: 0.9em;
}

.keywords li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.keywords li:hover ul, .keywords li.over ul { /* lists nested under hovered list items */
	display: block;
}

.keywords li:hover, .keywords li.over {
	z-index: 1;
}

/*

.keywords #nav li ul {
   display: none;
   position: absolute;
   top: 1.2em;
	background-color: #aea;
	border: #6A6 solid 1px;
}

.keywords #nav li:hover ul, .keywords #nav li.over ul {
   display: block;
	font-size: 1em;
   z-index: 1;
}
*/

/* ---------------- Cartouche ---------------- */
.cartouche {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	margin: 20px;
/*	margin-top: 2em; */
}
.cartouche h2 {
	/* font-size: 1.3em;*/
	text-align: center;
	color : white;
}
.cartouche .mission {
	position: absolute;
	left: 0;
	top: 180px;
}
.cartouche .mission h2{
	color : green;
}

.cartouche .projet p {
  height:160px;
  overflow:auto;
}
.cartouche p {
  display: block;
  text-align: justify;
}

/* ---------------- Main ---------------- */
#Main {
	position: absolute;
	top: 0;
	left: 180px;
	right: 0;
}
/* ---------------- Photos ---------------- */
#Photos {
	position: absolute;
	top: 0;
	left: 0px;
	width: 210px;
	margin: 5px;
	text-align: right;
/*	margin-top: 2em; */
}
/* ---------------- Texte ---------------- */
#Texte {
	position: absolute;
	top: 0;
	left: 215px;
	right: 0;
	margin: 5px;
}

#Texte p {
  text-align: justify;
 }

#Texte .articles {
  margin-left: 1em;
  margin-top: 1em;
  border: #69C solid 1px;
  border-width: 1px 0 0 5px;
}

#Texte .articles div {
  margin: .2em 0 0 .5em;
}


/* ---------------- Glossaire ---------------- */
.glossaire_1 {
	background: url( "../IMG/marque_cyan.gif" ) repeat-x;
	color: black;
}

.glossaire_2 {
	background: url( "../IMG/marque_verte.gif" ) repeat-x;
	color: black;
}

.glossaire_3 {
	background: url( "../IMG/marque_bleue.gif" ) repeat-x;
	color: black;
}

/* ---------------- Login ---------------- */
.cartouche .perso p {
	text-align: center;
	width: 100%;
}
.cartouche .perso input.forml, .cartouche .perso label {
	width: 90%;
}

/* ---------------- Espace Perso ---------------- */
#Main.Perso .rubriques {
	text-align: left;
	width: 100%;
}
#Main.Perso .rubriques .logo {
	width: 32px;
}
#Main.Perso .rubriques b {
	width: 200px;
}
#Main.Perso .rubriques i {
	width: 110px;
	margin-left: 10px;
}
#Main.Perso .rubriques span, #Main.Perso .rubriques b, #Main.Perso .rubriques i {
	border: transparent solid 1px;
	float: left;
}
#Main.Perso .ssrubrique {
	clear: left;
}
#Main.Perso .ssrubrique div {
	float: left;
	clear: left;
}

