/*  ----------------------------------------------------------- */
/*  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
/*  ------------------------------------------ */
body {
	margin: 0;
	margin-top: 1em;
	text-align: center;
	font-size: 12px;
	color: #62250d;
	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; 
	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:#A3000E;
}
h3.spip {
	font-size: 1.3em;
	font-weight: bold;
}
p.spip {
	text-align: justify;
}

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

.spip_documents img {
	padding: 3px;
	border: 1px solid #E00316;
}
.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... */
img {behavior: url(/pngHack/pngHack.htc);}

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

/* Non visible a l'ecran */
.invisible {
    position: absolute;
    left: -999em;
}


/*  ------------------------------------------
/*  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.jpg) repeat-x;
	width: 100%;
	height: 26px;
}

#entete {
	width: 965px;
	height:26px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-right:30px;
}


/* ---- Bandeau ---- */
#global_bandeau{
	background: url(declinaison/fond_bandeau.jpg) repeat-x top left;
	width: 100%;
	font-size:0px;
	height: 118px;	
}
#bandeau {
	background:url(declinaison/fond_bandeau.jpg) repeat-x top left;
	width: 965px;
	height: 118px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#bandeau_titre{
	position: absolute;
	width: 965px;
	height: 118px;
}
/* ---- Page ---- */
#page {
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	text-align: left;
	background: url(declinaison/fond_contenu_10.jpg) #ffffff repeat-x top left;
}
/* ---- Corps de la page ---- */
#corps {
	width: 965px;
	min-height: 432px;
	height: auto !important;
	height: 432px;
	margin-left: auto;
	margin-right: auto;
	padding-top:30px;
}

		#corps #corps-liens {
			padding-left: 10px;
			padding-right: 19px;
			width: 190px;
			float: left;
		}
		#corps #corps-texte {
			width: 700px;
			padding-right: 20px;
			float: left;
		}
		#corps #corps-texte-accueil {
			width: 438px;
			float: left;
			padding-right: 20px;
		}
		#corps #corps-galerie {
			width: 278px;
			float: left;
			margin-left:10px;
		}




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


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


#entete {
}
			#lang{ display:none;
				float:left;
				margin-top : 7px;
				padding-right:0px;}
				#lang a.drapeau{
					float:left;
					width:16px;
					height:11px;
					padding-left:10px;				
					font-size:0px;
				}
				
				#entete ul {
					float: right;
					height: 20px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:11px;
					margin-top:5px;
				}
				#entete ul li {
					float: left;
					color:#fff;
				}	
				#entete ul li.outil {
					border-right:#fff 1px solid;
					padding-right: 20px;
					margin-right: 20px;
				}			
				#entete ul li.outil a{
					color:#fff;
				}
				#entete ul li form {
					padding-top: 0 !important;
					margin-top : 0px;
					display: block;
					color:#fff;
				}
				#entete ul li form #recherche {
					height: 15px;
					width: 90px;
					font-size: 0.8em !important;
					font-size: 1.1em;
					margin: 0;
					padding: 0;
					border: 0px;
					background-color:#c57285;
				}	
				#entete ul li a.on {
					font-weight: bold;
				}
				#entete ul li form button {
					width: 24px;
					height: 15px;
					line-height: 14px;
					color: white;
					text-align: center;
					font-size: 0.8em !important;
					font-size: 1.1em;
					margin:0;
					padding:0;
					cursor: pointer;
					text-align: center;
					text-decoration: none;
					border: 0px;
				}

				#boutonOK{
					width:24px;
					height:15px;
					border:0px;
					background:url(declinaison/bouton_ok.jpg) no-repeat top left;
				}


/* ---- Corps de la page ---- */
#corps {
}
#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: 14px;
		}
		#corps #corps-liens ul li img {
			margin-bottom: 5px;
		}
		#corps #corps-liens li {
			margin-bottom: 5px;
			font-size: 110%;
		}
		#corps #corps-liens li.rub {
			margin-bottom: 25px;
		}
		#corps #corps-liens li li {
			margin-left: 10px;
		}
		#corps #corps-liens li a {
			color: #62250d;
		}

		#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:#5A6270;
		}		
		#corps #corps-texte h3.spip {
			font-size: 14px;
			font-weight: bold;
			color:#5A6270;
		}
		#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:21px;
			font-family:Tahoma, Verdana, Arial;
			font-weight:bold;
			font-style:normal;
			color:#9E020F;
		}
		#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: 15px;
			padding-top: 24px;
			padding-bottom:21px;
			padding-left: 31px;
			padding-right: 31px;
			background: url(declinaison/fond_encart.jpg) no-repeat;
			width: 215px;
			height: 107px;
			color: white;
			float:right;
		}
		#corps #encart-accueil h2{
			margin-left:-11px;
		}
		#corps #encart-accueil p{
			margin-left:-8px;
		}
		#corps #encart-accueil p a {
			color: #5A6270;
			margin:0;
			padding:0;
		}
		#corps #encart-accueil p.suite a {
			font-weight: bold;
			color:#A3000E;
			float:right;		}

		#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;
			color:#9E020F;
		}
		#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:#707783;
		}



		#corps-texte .vignettes img,
		#corps-galerie .vignettes img {
			float: left;
			margin-left:4px;
			margin-right: 0px;
			margin-bottom: 10px;
			padding:0px;


		}
		#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 ---- */
#global_pied{
	background:#790822 url(declinaison/fond_pied.jpg) repeat-x top left;
	/*border-top: solid #ff89a5 7px;*/
	width: 100%;
	height: 78px;
	
}
#pied {
	width: 965px;
	height: 78px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size:10px;
	color: #FF7F72;
}

		#pied #infos {
			float: left;
			width: 40%;
			padding-top: 20px;
			font-family:Tahoma;
			font-size:11px;
			color:#ffffff;
		}

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

		#pied #copyright {
			display:none;
			float: left;
			padding-left:60px;
			width: 30%;
			padding-top: 20px;
		}
		#pied #credits {
			float: right;
			text-align:right;
			width: 20%;
			padding-top: 20px;
			padding-right:30px;
			color:#fff;
		}
		#pied #credits a{
			color: #ff5c82;
			font-weight:bold;
		}



/* ---- 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;
}
