/* 
***************************************************************
*                 SQUELETTES EXIBIT POUR SPIP                 *
*                         version 1.4                         *
*                   last update : 08/05/2009                  *
*                    Licensed under the MIT                   *
*    http://www.opensource.org/licenses/mit-license.php       *
*                                                             *
*       Copyright 2009 Benoît Vrins {benoit@exibit.be}        *
***************************************************************
*/
* {
margin: 0;
padding:0;
}

BODY, html{
	font-size:62.5%;
	background: url(../images/fondfinal.jpg) no-repeat top center;
}
body {
	font-family:Arial, sans-serif;
	font-size:1.2em;
	color: #000000;
	text-align:justify;
	line-height: 1.3em;
	margin: 0;
	padding:0;
}
A{
	color:#D60000;
	text-decoration:none;
}
A:HOVER{
	text-decoration:underline;
}

H1{
	font-size:1.8em;
	margin: 5px 0 20px 0;
	text-indent: -5000px
}

H2{
	font-size:1.5em;
	margin: 5px 0 20px 0;
	color:#666666;
	font-style:italic;
}

H3{
	padding-left:25px;
	line-height: 19px;
	font-family:Times-New-Roman;
	font-size:1.4em;
	background: url(../images/amanita.jpg) no-repeat left center;
	color:#333333;
	margin: 20px 20px 12px 20px;
	border-bottom: 1px solid #FF740F;
}

H4{
	font-family:Times-New-Roman;
	font-size:1.2em;
	color: #D60000;
	font-weight:bold;
}

P{
	font-size:1.1em;
	margin:5px 20px 10px 20px;
	line-height:1.3em;
	text-align: justify;
}
HR{
	height:1px;
	border-top:#CCCCCC solid 1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:5px 0 5px 0;
	clear:both;
}

UL, OL{
	margin:10px 20px 10px 20px;
	font-size:1.1em;
}
IMG{
	border:none;
}
FORM,FIELDSET{
	margin:0;
	border:none;
}
LEGEND{
	display:none;
}
LABEL{
	font-size:1.1em;
	margin:5px 20px 10px 20px;
	line-height:1.4em;
	font-weight:bold;
}
/* */
#principal:after,#tools:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/*-------------------------------container-------------------------------------*/
#wrap{

}
#header{
	margin:0px auto;
	width:938px;
	height:259px;
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	border:0px solid #CCC;
}
#tools{
	display:block;
	margin:0 auto;
	position:absolute;
	top:0px;
	right:5px;
	text-align:right;
	padding:0px;
	border:0px solid #CCC;
	width:352px;
}
#principal{
	margin:0px auto;
	width:938px;
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	border:0px solid #CCC;
}
#menu{
	width:258px;
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
	padding:10px;
	float:left;
	min-height:458px;
	border:0px solid #CCC;
}	
#contenu{
	width:660px;
	position: relative;
	top:0px;
	left:0px;
	padding:0px;
	margin:0;
	float:right;
	min-height:458px;
	background-color:#FFF;
	text-align:justify;
	border:0px solid #CCC;
}
#chemin{
	background: url(../images/fond-chemin2.jpg) no-repeat top center;
	height:15px;
	text-indent:5px;
	padding:6px;
}
#footer{
	width:938px;
	position: bottom center;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px auto;
	font-size:0.8em;
	text-align:center;
	border:1px solid #CCC;
	clear:both;
}
/*-------------------------------navigation-------------------------------------*/
#tools LI{
	display:block;
	float:right;
	padding:0 10px 0 10px;
}
#menu UL{
	position:relative;
	margin:0px 19px 0px 10px;
}
#menu .item1{
	line-height: 2em;
	display: block;
	font-family:Times-New-Roman;
	font-weight:bold;
	font-size:1.3em;
	border-bottom: #FFFFFF 1px solid;
	list-style-type: none;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#menu .item1:HOVER{
	list-style-type: none;
	background-image: url(../images/puceHover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#menu .item1_down{
	line-height: 2em;
	display: block;
	font-family:Times-New-Roman;
	font-weight:bold;
	font-size:1.3em;
	padding-left: 20px;
	border-bottom: #CCC 1px solid;
}

.item1 A{

} 
.item1 A:HOVER{

}
.item1_down A{
	color:#333333;
}
#menu .item2, #menu .item2_down{
	display: block;
	font-family:Times-New-Roman;
	font-weight:bold;
	font-size:0.7em;
	line-height: 1.5em;
	padding-left:10px;
}
.item2 A{

}
.item2 A:HOVER{
	height: 18px;
} 
 .item2_down A {
	text-decoration: none;
	color:#333333;
}
 .item2_down A:HOVER {
	text-decoration: none;
}


/*-------------------------------mise en page-------------------------------------*/
.col1{
	width:400px;
	position: relative;
	top:0px;
	left:0px;
	padding:5px;
	float:left;
}
.col2{
	border:1px solid #CCC;
	width:220px;
	position: relative;
	top:0px;
	left:0px;
	padding:5px;
	float:right;
}
.article, .article_date, .article_galerie{
	clear:both;
}
.clear{
	clear:both;
}
SPAN.details{
	display:block;
	border-top:#CCCCCC dotted 1px;
	font-size:1em;
	clear:left;
	margin:5px 20px 10px 20px;
}
.telecharger{
	font-size:1.2em;
	color: #ff6600;
	font-weight:bold;
}
.ps{
	font-size:0.9em;
}
.ps P{
	font-size:1em;
}
.onglet1{
	float:left;
	margin: 0 8px 8px 0;
}

 IMG.onglet1{
	border:solid #CCCCCC 1px;
	padding: 2px;
}
IMG.onglet1:hover{
	border:solid #CC0000 1px;
}
/* ----------------------------- SPIP ---------------------------------- */
.spip-admin-float{
	position:absolute;
	top:35px;
	right:100px;
}
/* IMAGES SPIP */
SPAN.spip_documents_left{
	padding:2px;
	border:1px solid #989794;
	margin:0 10px 5px 0;
}
SPAN.spip_documents_right{
	padding:2px;
	border:1px solid #989794;
	margin:0 0 5px 10px;
}
SPAN.spip_documents_center{
	margin:5px 0 5px 0;
	display:block;
	text-align:center;
}
SPAN.spip_documents_center IMG{
	padding:2px;
	border:1px solid #989794;
	margin:0 0 5px 10px;
}
.spip_doc_titre, .spip_doc_descriptif{font-size:0.75em;line-height:1.1em;}
/* FORMULAIRES SPIP */
#formulaire_recherche LABEL,
.formulaire_recherche LABEL,
#formulaire_menu_lang LABEL{
	display:none;
}
INPUT#recherche{
	width:120px;
	color:#999;
	font-size:10px;
}
INPUT.forml, INPUT.formo{
	background-color:#CCC;
	width:300px;
	padding:3px;
	border:none;
	display:block;
	margin:5px 0 5px 0;
	font-size:13px;
}
TEXTAREA.forml, TEXTAREA.formo{
	background-color:#CCC;
	width:320px;
	padding:3px;
	font-family:Arial, Georgia, "Times New Roman";
	border:none;
	display:block;
	margin:5px 0 5px 0;
	font-size:12px;
}
.spip_form_choix_multiple LI{
	list-style:none;
}
.spip_form_choix_multiple LABEL{
	font-size:0.9em;
}
/* TABLEAUX SPIP */
table.spip tr.row_even{
	background-color:#ebe6d2 ;
}
table.spip tr.row_odd {
	background-color:#FFFFFF;
}
table.spip th, table.spip td { 
	padding: 3px 5px 3px 5px; 
	text-align: left; 
	vertical-align: middle;
	line-height:1.3em;
}
table.spip {
	margin-bottom: 1em;
	margin-top: 1em;
	border:#ebe6d2 3px solid;
	border-collapse: collapse;
	padding:1px;
	font-size:12px;
}
