/* 
++++ TEMPLATE SPIP ++++
 styles par Exibit
 www.exibit.be
*/
* {
margin: 0;
padding:0;
}

BODY, html{
	font-size:62.5%;
	background:#A8CB3D url(../images/fond.jpg) no-repeat left top;
	margin:0 auto;	
}
body {
	font-family:"Trebuchet MS";
	font-size:1.2em;
	color: #000000;
	line-height: 1.3em;
	margin: 0;
	padding:0;
}
A{
	color:#0A8D37;
	text-decoration:none;
}
A:HOVER{
	text-decoration:underline;
}
H1{
	font-size:1.8em;
	margin: 5px 0 20px 0;
}

H2{
	font-size:1.5em;
	margin: 5px 0 20px 0;
	font-style:italic;
	position:relative;
	
	color:#0A8D37;
	font-weight:normal;
	width:650px;
	padding:0 10px;
	line-height:20px;
}

H3{
	font-size:1.4em;
	color:#333333;
	margin: 8px 0 8px 0;
	
	font-family:"Trebuchet MS";
	color:#CC6600;
	font-weight:bold;
	border-bottom:solid 2px #CC6600;
	padding-bottom:5px;
}

H4{
	font-size:1.3em;
	color: #333333;
	font-weight:bold;
}
H4 a:link, H4 a:visited{
	color: #0A8D37;
	font-weight:bold;
	text-decoration:none;
}
H4 a:hover{
	text-decoration:underline;
}
P{
	font-size:1.1em;
	margin:5px 0 10px 0;
	line-height:1.3em;
}
HR{
	height:1px;
	border-top:#9cb4c7 solid 1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:5px;
}

UL{
	margin:0 0 0 20px;
	font-size:1.1em;
}
IMG{
	border:none;
}
FORM,FIELDSET{
	margin:0;
	border:none;
}
LEGEND{
	display:none;
}
LABEL{
	font-size:1.1em;
	margin:5px 0 10px 0;
	line-height:1.4em;
	font-weight:bold;
}
BLOCKQUOTE{
	padding-left:50px;	
}
/* */
#page{

}
#principal:after,#tools:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/*-------------------------------container-------------------------------------*/
#header{
	margin:0 auto;
	position:relative;
	top:0px;
	left:0px;
	
	background:url(../images/fond_head.png) no-repeat;
	width:959px;
	height:264px;
}
#header h1{
	background:url(../images/logo.jpg) no-repeat;
	width:962px;
	height:62px;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover{
	height:62px;
	width:250px;
	display:block;
	cursor:pointer;
	-moz-opacity: 0.0;
	opacity: 0.0;	
}
#illustration{
	display:block;
	position:absolute;
	top:70px;
	right:0px;
	
	background:url(../images/fong_img.jpg) no-repeat;
	width:276px;
	height:273px;
	
	z-index:9;
}
#illustration .spip_logos{
	position:relative;
	margin-top:32px;
	margin-left:30px;
	width:210px;
	height:210px;
}
#principal{
	margin:0 auto;
	width:939px;
/*	position:relative;
	top:0px;
	left:0px;*/
	padding:10px;
	background-color:#FFF !important;
		
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:1em;
	
	z-index:1;
}
#menu{
	width:600px;
	position:absolute;
	top:0px;
	right:0px;
	padding:0px;
	float:left;
	height:62px;
	text-align:right;
}
#col1{
	width:640px;
	position: relative;
	top:0px;
	left:0px;
	padding:10px;
	margin:0;
	float:left;
	min-height:250px;
	background-color:#FFF;
}

/* Articles "news" */
#col1 .article_date{
	background:url(../images/cadre_news.jpg) no-repeat;
	background-position: -57px bottom;
	position:relative;
	z-index:9;
	width:630px;
	min-height:143px;
	margin-top:10px;
	margin-bottom:20px;
	padding:0 30px 0 10px;
}
#col1 .article_date H4{
	margin-bottom:10px;
}
#col1 .article_date P{
	padding-right:10px;
}

.article_date .more{
	position:absolute;
	top:3px;
	right:10px;
	background: url(../images/lire_plus.jpg) no-repeat;
	padding-left:20px;
	width:77px;
	height:14px;
	line-height:14px;
	vertical-align:middle;
	
	float:right;
}
.article_date .more a:link, .article_date .more a:visited, .article_date .more a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.9em;
}

.article_date .date{
	position:absolute;
	top:30px;
	background:url(../images/fond_date.jpg) no-repeat;
	width:61px;
	height:41px;
	
	float:left;
	margin-left:-68px;
	
	color:#FFFFFF;
	text-align:center;
	
}
.article_date .date .day{
	display:block;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3em;
}
.article_date .date .month{
	display:block;
	font-size:0.8em;
	text-transform:uppercase;
	line-height:1em;
}
.article_date .date .year{
	display:block;
	font-size:0.8em;
	line-height:1em;
}
/* Articles normaux */
#col1 H3{
	position:relative;
}
H3 .more{
	position:absolute;
	top:-4px;
	right:0px;
	background:none;
	vertical-align:middle;
	text-align:right;
	font-size:0.7em;
}
H3 .more #rss{
	display:block;
	float:right;
	width:30px;
	position:relative;
}
H3 .more #all_news{
	display:block;
	float:left;
	position:relative;
	top:4px;
}
#col1 .article{
	position:relative;
	z-index:9;
	width:660px;
	margin-top:10px;
	margin-bottom:20px;
	padding-left:10px;
}

.article .more{
	position:absolute;
	top:0px;
	right:0px;
	background: url(../images/lire_plus.jpg) no-repeat;
	padding-left:20px;
	width:77px;
	height:14px;
	line-height:14px;
	vertical-align:middle;
	
	float:right;
}
.article .more a:link, .article .more a:visited, .article .more a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/* listes (dl/dt/dd) */
#col1 dl.liens{
	font-size:1.1em;
	margin:5px 0 10px 15px;
	line-height:1.3em;
}
#col1 dt{
	display:list-item;
	font-weight:bold;
	list-style-image:url(../images/puce.jpg);
}
#col1 dd{
	margin-bottom:5px;
}

#col2{
	width:230px;
	padding:10px;
	margin:120px 10px 0 0;
	float:right;
	min-height:250px;
	background-color:#FFF;
}
#col2 h4{
	margin-top:-26px;
	margin-bottom:10px;
	margin-left:-5px;
	font-size:1.5em;
	color:#cccccc;
	font-weight:bold;
}
.box1{
	border:solid 7px #cccccc;
	padding:5px;
	margin-bottom:35px;
	font-size:0.9em;
}
.box1 li{
	color:#666666;
	font-weight:bold;
	list-style-image:url(../images/puce.jpg);
}
.box1 a:link, .box1 a:visited{
	color:#666666;
	text-decoration:none;
}
.box1 a:hover{
	color:#0A8D37;
}
#chemin{}
#footer{
	width:940px;
	position: relative;
	top:0px;
	left:0px;
	padding:0px;
	margin:5px auto;
	font-size:0.8em;
	text-align:left;
	clear:both;
	
	color:#FFFFFF;
	font-weight:bold;
	
	clear:both;
}
#footer a:link, #footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*-------------------------------navigation-------------------------------------*/
#tools LI{
	display:block;
	float:right;
	padding:0 10px 0 10px;
}
#menu UL{
	position:relative;
	margin:0;
	
	height:82px;
	line-height:82px;	
	display:block;	
}
#menu LI{
	display:block;
	list-style-type:none;
	display:inline;
	text-transform:uppercase;
	margin-right:10px;
	text-align:center;
	
	height:82px;
	line-height:82px;	
}
#menu .item1, #menu .item1_down{
	/*line-height: 2em;*/
	font-weight:bold;
	font-size:0.9em;

	height:90px;
	line-height:90px;
	padding-top:35px;
}
.item1 A:link, .item1 A:visited{
	color:#666666;
	text-decoration:none;
	
	height:82px;
	line-height:82px;	
} 
.item1 A:HOVER{
	color:#83BC2C;
}
.item1_down A:link, .item1_down A:visited{
	color:#83BC2C;
	text-decoration:none;
}
.item1_down A:hover{
	/*color:#666666;*/
}
#menu .item2, #menu .item2_down{
	font-weight:bold;
	font-size:0.9em;
	line-height: 1.2em;
	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;
}

#item14 a:link, #item14 a:visited{
	background:url(../images/icone_home.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;	
}
#item14 a:hover{
	background:url(../images/icone_home_on.jpg) no-repeat center top;
}
#item14.item1_down a:link,#item14.item1_down a:visited{
	background:url(../images/icone_home_on.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;	
}

#item15 a:link, #item15 a:visited{
	background:url(../images/icone_loc.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;		
}
#item15 a:hover{
	background:url(../images/icone_loc_on.jpg) no-repeat center top;
}
#item15.item1_down a:link,#item15.item1_down a:visited{
	background:url(../images/icone_loc_on.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;
}

#item16 a:link, #item16 a:visited{
	background:url(../images/icone_manda.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;	
}
#item16 a:hover{
	background:url(../images/icone_manda_on.jpg) no-repeat center top;
}
#item16.item1_down a:link,#item16.item1_down a:visited{
	background:url(../images/icone_manda_on.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;
}

#item17 a:link, #item17 a:visited{
	background:url(../images/icone_proj.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;		
}
#item17 a:hover{
	background:url(../images/icone_proj_on.jpg) no-repeat center top;
}
#item17.item1_down a:link,#item17.item1_down a:visited{
	background:url(../images/icone_proj_on.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;
}

#item18 a:link, #item18 a:visited{
	background:url(../images/icone_quart.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;	
}
#item18 a:hover{
	background:url(../images/icone_quart_on.jpg) no-repeat center top;
}
#item18.item1_down a:link,#item18.item1_down a:visited{
	background:url(../images/icone_quart_on.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;
}

#item19 a:link, #item19 a:visited{
	background:url(../images/icone_liens.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;	
}
#item19 a:hover{
	background:url(../images/icone_liens_on.jpg) no-repeat center top;
}
#item19.item1_down a:link,#item19.item1_down a:visited{
	background:url(../images/icone_liens_on.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;
}

#item20 a:link, #item20 a:visited{
	background:url(../images/icone_contact.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;
}
#item20 a:hover{
	background:url(../images/icone_contact_on.jpg) no-repeat center top;
}
#item20.item1_down a:link,#item20.item1_down a:visited{
	background:url(../images/icone_contact_on.jpg) no-repeat center top;
	height:90px;
	line-height:90px;
	padding-top:35px;
}

/*-------------------------------mise en page-------------------------------------*/
.clear{
	clear:both;
}
SPAN.details{
	display:block;
	border-top:#CCCCCC solid 1px;
	font-size:1em;
	clear:left;
	margin:5px 0 10px 0;
}
.telecharger{
	font-size:1.2em;
	color: #ff6600;
	font-weight:bold;
}
.ps{
	font-size:0.9em;
}
.ps P{
	font-size:1em;
}
A.onglet1{
	float:left;
	margin: 0 8px 8px 0; 
}

IMG.onglet1 {
	border:solid #6b6b6b 1px;
	padding: 1px;
	margin-right:10px;
	
	float:left;
}
.onglet1 IMG:hover{
	border:solid #CC0000 1px;
}
/* ----------------------------- SPIP ---------------------------------- */
.spip-admin-float{
	position:absolute;
	top:35px;
	right:100px;
}
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;
}
.spip_doc_titre, .spip_doc_descriptif{font-size:0.75em;line-height:1.1em;}
.formulaire_recherche LABEL{
	display:none;
}
INPUT#recherche{
	/*width:120px;*/
	color:#999;
	font-size:10px;
	
	background-color:#FFFFFF;
	width:196px;
	background:url(../images/fond_recherche.jpg) no-repeat;
	font-weight:bold;
}
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;
}