
/*
 * Mise en page 3 colonnes, droite et gauche ˆ taille fixe, centre variable
 */
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		background: url(images/j_fond.jpg) bottom left no-repeat white;
		}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top:110px;
		width:160px;
		}

	#centercontent {
   		margin-left: 169px;
   		margin-right:169px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 171px;
   		margin-right:171px;
		}
	html>body #centercontent {
   		margin-left: 171px;
   		margin-right: 171px;
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:110px;
		width:160px;
		}
	
	#banner {
		height:75px;
		border-top:1px solid #FFF;
		border-right:1px solid #FFF;
		border-left:1px solid #FFF;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:74px;
		}
	html>body #banner {
		height:74px;
		}
		
	#banner_menu {
		background:#005496;
		height:25px;
		border-top:1px solid #005496;
		border-right:1px solid #005496;
		border-left:1px solid #005496;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:24px;
		}
	html>body #banner_menu {
		height:24px;
		}

		
	p,h1,pre {
		margin:0px 10px 10px 0px;
		}
	
	#recherche {
	margin: 0px;
	padding: 0px;
	width: 158px;
	float: right;
	}
	#texte_recherche {
	float: right;
	}
	
	form.formrecherche { 
		margin-top: 0px;
		margin-bottom: 0px;
		border-style: none;
		width: 100%;
	}
	
		
	
	#rightcontent p {
		font-size:10px
		}



/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 1.3em;
	margin-top: 1em;
}
.texte {
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

#centercontent img {
	padding: 4px;
}

/*
 * Habillage des menus et de la navigation
 */

.menu {
	padding: 0px;
	margin: 15px 0px 16px 0px;
	text-align: left;
}
.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	background-color: #005496;
	font-weight: bold;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding: 0px;
	font-size: 90%;
	color: #fff;
}
#leftcontent .menu-titre {
	border-right: solid 2px #005496;
	border-bottom: solid 1px #005496;
}
#rightcontent .menu-titre {
	border-left: solid 2px #005496;
	border-bottom: solid 1px #005496;
}

h2.menu-titre {
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 3px;
}
.navigation .menu-titre a {
	color: #000;
	font-weight: normal;
	background-color: #e7e6e0;
	display: block;
	padding: 4px;
	padding-left: 6px;
}
.navigation .menu a:visited{
}
.navigation .menu-titre a:hover {
	color: #9d0a0e;
	background-color: #fff2be;
	text-decoration: underline;
}
.menu-info {
	background-color: #fff2be;
	font-weight: normal;
	margin-left: -4px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 85%;
	color: #000;
}
.menu-titre .menu-info a {
	display: block;
	background-color: #fff2be;
	border: none;
	margin-left: -3px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #e28f26;
	font-weight: bold;
}
li.menu-titre {
}
.menu-info a:hover {
	text-decoration:underline;
	color: #9d0a0e;
}
#centercontent .menu-titre {
	padding-left: 28px;
	padding-right: 5px;
}
.menu_date {
	background-color: #00667e;
	padding-left: 6px;
	padding-top: 2px;
	font-weight: normal;
	font-style: italic;
	font-size: 90%;
	color: white;
}


.contenu_gauche {
	color: #000;
	font-weight: normal;
	background-color: #fff2be;
	display: block;
	padding: 5px;
}

.menu-item {
	margin: 0px;
	padding-left: 12px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}
#google_ad {
	margin-top: 15px;
	margin-left: 12px;
}

/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.contenu {
	margin-top: 10px;
}
.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
	margin-left: 28px;
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.2em;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: left;
}

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

#principal {
}

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


.encart {
	float: right;
	width: 34%;
	margin-left: 4%;
	border: 1px dotted #900;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	margin-right: 0px;
	background-color: #FFF;
	padding: 4px;
	text-align: center;
	font: italic smaller Georgia, Garamond, Times, serif;
}

.plan_breve {
	float: right;
	width: 34%;
	margin-left: 4%;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	margin-right: 0px;
	background-color: #FFF;
	padding: 4px;
}

.cartouche {
	margin-bottom: 0em;
}

.cartouche .spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.8em;
}


/*
 * Habillage du plan du site
 */

.plan-secteur {
	margin-top: 0em;
	margin-bottom: 3em;
	clear: right;
}

.plan-secteur h1 {
	display: block;
	margin: 0px;
	padding: 8px;
	font-size: 150%;
	font-weight: bold;
	background-color: #fff2be;
	text-align:left;
	border: solid 1px #005496;
}
.plan-secteur h1 a {
	color: #e28f26;
}
.plan-secteur h1 a:hover {
	color: #ed1849;
}
.plan-rubriques {
	clear: left;
	display: block;
	list-style: none;
}
.plan-rubrique {
	display: inline;
	padding: 3px;
	font-weight: bold;
}
.plan-articles {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	list-style: square;
}
ul .plan-rubrique a {
	color: #fdbe57;
}
ul .plan-rubrique a:hover {
	color: #ed1849;
}
ul .plan-rubrique {
	background-color: #CCC;
}

/*
 * Formulaires
 */

.formrecherche {
	background-color: #005496;
	color: #505030;
	margin: 0px;
	padding: 1px 0px 0px 1px;
	border: solid 1px #005496;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}
.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.spip-admin {
}


