/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */



/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
html{
	background: #539b1c;
}
body {
	background: #539b1c;
	margin: 0;
	margin-top: 1em;
	text-align: center;
	font-size: 12px;;
	color: #333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

img, table, form { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

p, h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
	font-size: 1em; 
	font-weight: normal; 
}

ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}

/* Styles generes par Spip (titres, images...) */
a.spip_out{
	color:#46A716;
}
h3.spip {
	font-size: 1.3em;
	font-weight: bold;
}
p.spip {
	text-align: justify;
}

.spip-admin-bloc {
	float: left;
}

.spip_documents img {
	padding: 4px;
	border: 1px solid #caddfe;
}
.spip_documents_left {
	margin-right: 20px;
}
.spip_documents_right {
	margin-left: 20px;
}

.spip_documents_center{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* Espaceur de blocs */
.break, .nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }



/*  ------------------------------------------
/*  Disposition des blocs principaux
/*  ------------------------------------------ */

/* ---- Message de démo ---- */
/* #message-demo {
	height : 76px;
	background-image: url( images/fond-message-demo.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	padding-top:15px;
}

#message-demo p {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	color : #19420f;
	font-size: 1.3em;
	font-style: italic;
}

#message-demo span {
	font-weight : bold;
}

#message-demo img{
	margin-left:15px;
	margin-right :15px;
	float:left;
}




/* ---- Entete ---- */
#global_entete{
	background: url(declinaison/fond_entete.gif) repeat-x;
	width: 100%;
	height: 35px;
	
}

#entete {
	width: 965px;
	height: 35px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(declinaison/entete.gif) top left no-repeat;
}


/* ---- Bandeau ---- */
#global_bandeau{
	background: url(declinaison/fond_bandeau.gif) #ECF5FE repeat-x;
	width: 100%;
	height: 117px;
	
}
#bandeau {
	width: 965px;
	height: 117px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
/* ---- Page ---- */
#page {
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	text-align: left;
	color:#2e4b75;
	background: url(declinaison/fond_contenu.gif) #fff repeat-x;
}
/* ---- Corps de la page ---- */
#corps {
	width: 965px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: auto;
	background: url(declinaison/fond_contenu.gif) repeat-x;
}

		#corps #corps-liens {
			padding-left: 10px;
			padding-right: 10px;
			width: 190px;
			float: left;
		}
		#corps #corps-texte {
			width: 700px;
			padding-right: 20px;
			float: left;
		}
		#corps #corps-texte-accueil {
			width: 458px;
			float: left;
		}
		#corps #corps-galerie {
			width: 277px;
			float: left;
			margin-left:18px;
		}

/* ---- Pied de page ---- */
#global_pied{
	background: url(declinaison/fond_pied.gif) repeat-x;
	width: 100%;
	height: 78px;
	
}
#pied {
	width: 965px;
	height: 78px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size:10px;
}

		#pied #infos {
			float: left;
			width: 480px;
			padding-top: 20px;
		}

		#pied #infos a{
			color: #e4ff00;
			font-weight:bold;
		}

		#pied #credits {
			float: left;
			text-align:right;
			width: 485px;
			padding-top: 20px;
		}
		#pied #credits a{
			color: #e4ff00;
			font-weight:bold;
		}


/*  ------------------------------------------
/*  Habillage des blocs principaux
/*  ------------------------------------------ */


/* ---- Entete ---- */


#entete {
}
				#entete ul {
					float: right;
					height: 35px;
					/*line-height: 35px;*/
				}
				#entete ul li {
					float: left;
					margin-top : 4px;
					color:#5e79b1;
				}	
				#entete ul li.outil {
					border-right:#5e79b1 1px solid;
					padding-right: 10px;
					margin-right: 8px;
				}			
				#entete ul li.outil a{
					color:#5e79b1;
				}
				#entete ul li form {
					padding-top: 0 !important;
					margin-top : 0px;
					display: block;
					color:#5e79b1;
				}
				#entete ul li form #recherche {
					height: 15px;
					width: 90px;
					font-size: 0.8em !important;
					font-size: 1.1em;
					margin: 0;
					padding: 0;
					border: 1px solid #fff;
				}
				#entete ul li a.on {
					font-weight: bold;
				}
				#entete ul li form button {
					width: 17px;
					height: 15px;
					line-height: 14px;
					color: #FFF;
					text-align: center;
					font-size: 0.8em !important;
					font-size: 1.1em;
					padding: 0;
					margin: 0;
					border: 0;
					cursor: pointer;
					text-align: center;
					text-decoration: none;
				}


/* ---- Bandeau ---- */
/*#bandeau {
	background: url(declinaison/bandeau-visuel.jpg) no-repeat;
}*/


#logo{
	background: url(declinaison/logo.gif) #fff no-repeat;
	width:340px;
	height: 117px;
	float:left;
}
#logo a{
	display:block;
	width:340px;
	height: 117px;
}
#lang{
	float:right;
	padding-right:0px;}
	#lang a.drapeau{
		float:left;
		width:16px;
		height:11px;
		padding-left:10px;
	}	
		#bandeau_titre{
			position: absolute;
			width: 965px;
			height: 82px;
		}


/* ---- Corps de la page ---- */
#corps {
	padding-top: 32px;
	padding-bottom: 32px;
}
#corps p, #corps h1, #corps h2, #corps h3, #corps h4, #corps h5, #corps h6 { 
	margin-bottom: 0.5em; 
}

		#corps #corps-liens h2 {
			font-size: 14px;
		}
		#corps #corps-liens h3 {
			font-size: 12px;
		}
		#corps #corps-liens ul li img {
			margin-bottom: 5px;
		}
		#corps #corps-liens li {
			margin-bottom: 5px;
			font-size: 100%;
		}
		#corps #corps-liens li.rub {
			margin-bottom: 10px;
		}
		#corps #corps-liens li li {
			margin-left: 10px;
		}
		#corps #corps-liens li a {
			color: #395794;
		}



		#corps #corps-texte h2 {
			font-style: italic;
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 1em;
		}
		#corps #corps-texte h3 {
			font-size: 14px;
			font-weight: bold;
			color:#46A716;
		}		
		#corps #corps-texte h3.spip {
			font-size: 14px;
			font-weight: bold;
			color:#4358A9;
		}
		#corps #corps-texte h3.descriptif {
			/*
			padding-left: 28px;
			margin-bottom: 5px;
			*/
		}
		#corps #corps-texte p.descriptif {
			/*
			padding-left: 28px;
			padding-right: 20px;
			*/
		}
		#corps #corps-texte p.descriptif2 {
			/*
			padding-left: 60px;
			padding-right: 20px;
			*/
		}
		#corps #corps-texte .cartouche h2 {
			font-size:20px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			font-weight:bold;
			color:#4358A9;
		}
		#corps #corps-texte p.suite {
			font-weight: bold;
			margin-bottom: 20px;
			padding-left: 28px;
			padding-right: 20px;
			margin-bottom: 20px;
			text-align: right;
		}
		
		#corps #encart-accueil {
			margin-top: 25px;
			padding: 3px;
			padding-left: 10px;
			padding-right: 10px;
			background: url(declinaison/fond-encart.gif) no-repeat;
			width: 240px;
			height: 118px;
			color: white;
		}
		#corps #encart-accueil p a {
			color: white;
		}
		#corps #encart-accueil p.suite a {
			font-weight: bold;
			color:#266eaf;
			float:left;
		}

		#corps .plan ul {
			margin-bottom: 10px;
		}
		#corps .plan li {
			padding-left: 28px;
			margin-bottom: 0.5em;
		}
		#corps .plan li li {
			padding-left: 20px;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		#corps .plan li.rub {
			font-size: 14px;
			font-weight: bold;
		}
		#corps .plan li li.rub {
			font-size: 12px;
			font-weight: bold;
		}
		#corps .plan li.art {
			font-size: 11px;
			font-weight: normal;
			padding-left:50px;
		}
		#corps .plan li.art a{
			color:#4358A9;
		}


		#corps-galerie #galerie_en{
			background: url(declinaison/galerie_photos_en.gif) no-repeat;
			width:277px;
			height:39px;
		}
		#corps-galerie #galerie_fr{
			background: url(declinaison/galerie_photos_fr.gif) no-repeat;
			width:277px;
			height:39px;
		}		
		#corps-texte .vignettes img,
		#corps-galerie .vignettes img {
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}
		#corps-galerie .suite {
			text-align: right;
			margin-top: 10px;
			padding-right: 15px;
		}

		#corps-texte .vignettes-art .image,
		#corps-galerie .vignettes-art .image {
			display: block;
			/*width: 40%;*/
			float: left;
			margin-right: 15px;
			margin-bottom: 15px;
			/*padding: 11px;*/
		}
		#corps-texte .vignettes-art img,
		#corps-galerie .vignettes-art img {
			float: left;
			margin-right: 10px;
		}


/* ---- Pied de page ---- */
#pied {
	background: url(declinaison/pied-visuel.gif) repeat-x;
}
		#pied {
			color: white;
		}


/* ---- Listes de documents joints ---- */
#documents_joints {
}

/* ---- Plan du site ---- */
.page_plan {
}





#tooltip {
	border: 1px solid #111;
	background-color: #333;
	opacity: 0.9;
	padding: 5px;
	width: 150px;
}
#tooltip h3 { 
	font-weight: bold; 
	margin-bottom: 3px;
}
#tooltip h3, #tooltip p { 
	color: white;
}
