/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */

/* 
 * Première page :
 *  -----------------------------------
 * |          bandeau                  |
 *  -----------------------------------
 *  --   -------------------------   --
 * |na| |       principal         | |en|
 * |vi| |                         | |ca|
 * |ga| |   -------------------   | |rt|
 * |ti| |  |      une          |  | |  |
 * |on| |   -------------------   | |  |
 * |  | |                         | |  |
 * |  | |  ---------------------  | |  |
 * |  | | |dossiers |rencontres | | |  |
 * |  | | |         |           | | |  |
 * |  | | | ------- | --------- | | |  |
 * |  | | ||dossier|||rencontre|| | |  |
 * |  | | | ------- | --------- | | |  |
 * |  | | |         |           | | |  |
 * |  | | | ------- | --------- | | |  |
 * |  | | ||dossier|||rencontre|| | |  |
 * |  | | | ------- | --------- | | |  |
 * |  | |  ---------------------  | |  |
 *  --   -------------------------   --
 */

#bandeau {
	position: absolute;
	display: block;
	left:0px;
	top:0px;
	width:100%;
	margin:0px;
	padding:0px;
	height:100px;
	background-image: url(../IMG/fondbandeau.gif);
	text-align: center;
}

#navigation {
	position: absolute; 
	left: 0px; 
	top: 100px; 
	width: 20%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#principal {
	position: absolute;
	left: 20%;
	top: 100px;
	width: 55%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

	#une {
		margin: 5px;
		margin-bottom: 0.7em;
		padding: 0;
	}

	#dossiers {
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	#dossier {
		margin: 5px;
		margin-right: 3px;
		margin-bottom: 0;
		padding: 0;
	}

	#rencontres {
		float: right;
		width: 49%;
		margin: 0;
		padding: 0;
	}
	#rencontre {
		margin: 5px;
		margin-left: 2px;
		margin-bottom: 0;
		padding: 0;
	}

#encart {
	position: absolute;
	top: 100px;
	left: 75%; 
	width: 25%;
	padding: 0;
	padding-top: 10px; 
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#plan {
	position: absolute;
	left: 2em;
	top: 120px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}

/*
 * Je n'ai pas compris à quoi ça sert, mais c'est un truc à spip -> on laisse
 */

.structure {
	display: none;
}

h1,h2,h3,h4 {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.1em;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin: 10px; }
a { text-decoration: none; color: #505050; }
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

/* 
 * Habillage du menu des rubriques
 */
/*
 Attention avec les tailles des rubriques/sous-rubriques
 le code suivant :
	<ul><li style="font-size:50%">abc</li>
		<ul><li style="font-size:50%">def</li>
		</ul>
	</ul>
 affiche "def" 2 fois plus petit que abc sous IE mais pas sous firefox
*/

.liste-rubriques {
	text-align:left; 
	background-color: #005bae;
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	list-style: none;
	font-size: 90%;
}
.liste-sous-rubriques {
	text-align:left; 
	background-color: #005bae;
	display: block;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	padding-bottom: 4px;
	list-style: none;
}

.rubrique	{
	color: #ffffff;
	border:0px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-color: #005bae;
	font-size: 100%;
	font-weight: bold;
}
.rubrique a{
	color: #ffffff;
}
.rubrique a:hover {
	color: #ffb000;
	background-color: #005bae;
} 

.sous-rubrique {
	color: #ffffff;
	border:0px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #005bae;
	font-size: 90%;
	font-weight: normal;
}
.sous-rubrique a {
	color: #ffff00;
}
.sous-rubrique a:hover {
	color: #ffb000;
	background-color: #005bae;
}

.sous-sous-rubrique {
	color: #ffffff;
	border:0px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #005bae;
	font-size: 80%;
	font-weight: normal;
}
.sous-sous-rubrique a {
	color: #ffff00;
}
.sous-sous-rubrique a:hover {
	color: #ffb000;
	background-color: #005bae;
}

/*
 * Habillage du milieu de la page d'accueil
 */

.extrait {
	margin: 0;
	padding: 2px;
	background-color: #e8e8e8;
	position: relative;
	left: 1%;
	width: 97%;
	border: groove 0px #a0a0a0; 
	font-size: 80%; 
	text-align: justify; 
}

/*
 * Habillage de l'encart
 */

.breves, .agenda, .sites {
	border: 1px solid #a0a0a0;
	margin: 0;
	margin-bottom: 1em;
}
.breves {
	background-color: #2249b9; 
}
.agenda {
	background-color: #1C921E; 
}
.sites {
	background-color: #f4bd00;
}

.titre {
	font-weight: bold;
}
.breves .titre, .agenda .titre, .sites .titre {
	color: #ffffff;
	text-align: center;
	font-size: 80%;
}

.breves ul, .agenda ul, .sites ul {
	margin: 0;
	padding: 0;
	margin-left: 22px;
	padding-left: 0;
}

.breve, .rdv, .site, .breve a, .rdv a, .site a {
	color: #ffffff;
	font-size: 90%;
	line-height: 1.1em;
}
.rdv a:hover, .breve a:hover, .site a:hover {
        color: black;
}		

.breve, .rdv, .site {
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
}
.breve, .rdv {
	list-style: url("../IMG/triangleorange.gif");
}
.site {
	list-style: url("../IMG/trianglebleufondorange.gif");
}

/*
 * Formulaires
 */

.formrecherche {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}

.formrecherche input{
	border : 1px solid #000000;
	background-color: #ffe2a2;
}

/*
 *  Plan du site
 */

.plan-breves{
	position: relative;
	left : 0%;
	width : 30%;
	float : left;
}

.plan-agenda{
	position : absolute;
	width : 30%;
	left : 35%;
}

.plan-web{
	width : 30%;
	float : right
}

.plan-secteur h1{
	clear : both;
	border : none;
	background-color: #ffffff;
}

ul .plan-rubrique{
	border : none;
	background-color: #ffffff;
}

ul ul .plan-rubrique{
	border : none;
	background-color: #ffffff;
}

ul ul ul .plan-rubrique{
	border : none;
	background-color: #ffffff;
}

ul ul ul ul .plan-rubrique{
	border : none;
	background-color: #ffffff;
}

/*
 *  Correction d'un bug IE
 */

body{
height: 100%;
}

.spip_logos {
	margin: 3px;
	border-width: 0px;
}
