/* 
***************************************************************
*                 SQUELETTES EXIBIT POUR SPIP                 *
*                         version 1.3                         *
*                   last update : 10/03/2009                  *
*                    Licensed under the MIT                   *
*    http://www.opensource.org/licenses/mit-license.php       *
*                                                             *
*       Copyright 2009 Beno�t Vrins {benoit@exibit.be}        *
***************************************************************
*/
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);

* {
margin: 0;
padding:0;
}

BODY, html{
	font-size:62.5%;
}
body {
	background:#fff url(../images/bg_alterneo.png) no-repeat top center fixed;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Verdana, sans-serif; /*font-family:Arial, sans-serif;*/
	font-size:1.2em;
	color: #000000;
	line-height: 1.3em;
	margin: 0;
	padding:0;
}
A{
	color:#658829; /*#4c1c00;*/ /*#502d16;*/ /*#CC0000;*/
	text-decoration:none;
}
A:HOVER{
	text-decoration:underline;
}
H1{
	font-size:1.8em;
	margin: 5px 0 20px 0;
}

H2, .hyperlien {
	font-size:1.5em;
	margin: 5px 0 20px 0;
	color:#666666;
	font-style:italic;
	font-weight:bold;
}

.hyperlien a {
        font-size:100%;
        font-style:normal;
}

H3{
	font-weight:bold;
	font-size:1.6em;
	color:#aa4400; /*color: #222;*/ /*#9ACF3E;*/ /*#4c1c00;*/ /*#502d16;*/
	/*margin-bottom:30px;*/
	/*#333333;*/
	/*margin: 8px 0 8px 0;*/
	/*padding-left:30px;
        background:transparent url(/../images/tiret-menu.png) no-repeat;
	overflow:auto;
	z-index:-1;*/
}

H4{
	font-size:1.2em;
	font-weight:bold;
	color: #4c1c00; /*#502d16;*/
	padding-left:15px;
	padding-top:10px;
	padding-bottom : 10px;
        background:transparent url(../images/bullet_red.png) no-repeat left center;
}

H4.spip{
	font-size:1.3em;
	color: #000000;
	font-weight:bold;
}

P{
	font-size:12px;
	margin:5px 0 10px 0;
	line-height:1.3em;
}
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 0 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 0 10px 0;
	line-height:1.4em;
	font-weight:bold;
}
/* */
#principal:after,#tools:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/*-------------------------------container-------------------------------------*/
#wrap{
	margin:0px auto;
	width:960px;
}
#header{
	margin:0px auto;
	width:960px;
	height:170px; /*160px*/
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
}
#slogan, #logo {
	display:inline;
	float:left;
	}

#header_links {
	width:278px; /*256px;*/
	height:153px; /*130px;*/ /*160px*/
	margin-left:680px;
	position:relative;
        background-image:url(../images/header_bg_right.png);
	background-repeat:no-repeat;
	background-position:left;

}
#tools{
	margin:0 auto;
	position:relative;
	top:5px;
	right:5px;
	padding:5px;
	width:256px; /*480*/
	height:130px;
	/*border:1px solid #CCC;
	background-color:#eee;
	-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;*/
}
#tools .item1, #tools .item1 a {
	color:white;
	padding-left:10px;
}

/*/// STYLES DU MENU ///*/
#menu {
	height: 40px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 15px;
	padding: 0; 
	width: 930px;	
	background: url('../images/menu_alterneo.png') no-repeat;
	font-family:'Yanone Kaffeesatz', Arial;
	}
	#menu ul {
		padding: 0;
		margin:0px;
		margin-left:15px;
		}
		#menu ul li {
			position:relative;
			list-style: none;
			}
	#menu li {
		float: left;
		line-height: 40px;
		padding: 0;
		}
		#menu li a {
			display: block;
			text-decoration: none;
			padding: 0 30px;
			color: #FFF;
			line-height: 40px;
			font-size: 12pt;
			}
			#menu li a:hover, #menu li a:focus {
				display: block;
				text-decoration: none;
				color: #FFF;
				line-height: 40px;
				font-size: 12pt;
				}
/* Sous-menu */
		#menu ul ul {
			display:none;
			margin: 0;
			padding: 0;
			z-index: 1000;
			}
		#menu ul li:hover ul, div#menu ul li:hover ul {
			display:block;
			position:absolute;
			top: 40px; 
			left: 0px;
			margin: 0;
			padding: 0;
			background:#4d4d4d;
			width: 200px;
			padding: 0;
			} 
			#menu ul li:hover ul li {
				display:block;
				margin: 0;
				padding: 0;
				width: 100%;
				}
				#menu ul li:hover ul li a {
					color:#FFF;
					border: none;
					display: block;
					padding: 0 20px; 
					margin:0;
					clear:both;
					line-height: 35px;
					}
					#menu ul li ul li a:hover{
						color: #fff;
						}
#menu li#current a, #menu li a:hover, #menu li a:focus, #menu ul li ul li a:hover{
	background:#637c00;
	}
#menu_colonne{
	width:230px;
	position:relative;
	top:0px;
	left:0px;
	padding:10px;
	float:left;
	min-height:250px;
	background-color:#FFF; /*#DCFF6A;*/
	/*border:1px solid #CCC;*/
	-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;
}
.breve_menu{
  margin-top:30px;
}

#principal{
        display:block;
	margin:5px auto;
	width:960px;
	position:relative;
	top:0px;
	left:0px;
	padding:5px;
	/*background-color:#EEE;
	border:1px solid #CCC;
	-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;*/
}
#contenu{
	width:660px;
	position: relative;
	top:0px;
	left:0px;
	padding:10px;
	margin:0;
	float:right;
	min-height:250px;
	/*background-color:#DCFF6A;*/ /*#FFF;*/
	/*border:1px solid #CCC;*/
	/*-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;*/
}
#fonds1{
	padding-left:15px;
	position:relative;
	/*background: transparent url(/../images/fonds_1.png) no-repeat;
	background-position:bottom;*/
	height:30px;
	vertical-align:bottom;
}
#fonds2{
	padding:5px;
	position:relative;
	vertical-align:top;
	/*background: transparent url(/../images/fonds_2.png) no-repeat;
	background-position:top;*/
	min-height:220px;
}
#fonds3{
	/*position:relative;
	background: transparent url(/../images/fonds_3.png) no-repeat;
	background-position:bottom;*/
}

#chemin{}
#footer{
	width:940px;
	position: relative;
	top:0px;
	margin-top:30px;
	margin:auto;
	font-size:1em;
	text-align:center;
	clear:both;
	height:152px; /*130px;*/
 	background:#fff url(../images/bg_footer.png) no-repeat center bottom;
	/*border:1px solid #CCC;
	background-color:#eee;
	-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;*/
}
#footer_content{position:relative;margin-top:50px;margin:0 auto;}
.footer_table{margin-top:50px;width:100%;}
.footer_left {text-align:right;width:50%;padding-right:10px;}
.footer_right {text-align:left;width:50%;padding-left:10px;}
.footer_bottom {text-align:center;} 
#footer_content {color:#fff;}
#footer_content a {color:#9ACF3E;font-weight:bold;}
/*-------------------------------navigation-------------------------------------*/
#tools ul{}
#tools LI{
	display:block;
	padding:0 10px 5px 10px;
	font-size:12pt;
}
#menu_colonne UL{
	position:relative;
	margin:0;
}
#menu_colonne .item1, #menu_colonne .item1_down{
	line-height: 2em;
	display:block;
	font-weight:bold;
	font-size:14pt;
	border-bottom: #CCC 1px solid;
	margin-left:0px;
	padding-left:15px;
	background:transparent url(../images/bullet_red.png) /*url(../images/tiret2.png)*/ no-repeat;
	overflow:visible;
	background-position:left center;
}
.item1 A{

} 
.item1 A:HOVER{

}
.item1_down A{
	color:#333333;
}
#menu_colonne .item2, #menu_colonne .item2_down{
	display: block;
	font-weight:bold;
	font-size:12pt;
	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;
}
.service_client {
	margin-top:10px;
	height:272px;
	width:231px;
	background:transparent url(../images/service_client.png) no-repeat;
}

/*-------------------------------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 0 10px 0;
}
.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;
}

.texteencadre-spip {
	margin-left:15px; 
	padding-top : 10px;
	padding-left : 5px;
	padding-right : 5px;
	background-color:#E4FFA1;
	background: #E4FFA1; /* url(/../images/fonds_2.png) no-repeat;*/
	border-width:0px;
	-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;
	}
.titre_art {
	border-bottom:solid 1px #ebe6d2;
	margin-bottom:20px;
	font-size:16pt;
	}

/* Portfolio */
#documents_portfolio { clear: both; margin: 2em; text-align: left; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 0px; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #8B6F92; }

/* Formulaire de contact */
.ajax li { 
	list-style:none;
	}
	.ajax li label, .ajax li input { 
		display:block;
		/*clear:both;*/
		}
	.ajax li input, .ajax li select, .ajax li textearea { 
		padding:1px;
		margin-top:0px;
		margin-bottom:10px;
		background-color:#637c00;
		color:white;
		border:solid 1px #111;
		-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;
		}
	.ajax li label {
		font-size:1em;
		font-weight:bold;
		color: #111; /*#4c1c00;*/ /*#502d16;*/
		padding-left:15px;
		/*padding-top:10px;*/
		/*padding-bottom : 10px;*/
		background:transparent url(../images/bullet_red.png) no-repeat left center;
		}

/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:940px;
	height:250px;
	overflow:hidden; 
	}
#prevBtn, #nextBtn{ 
		display:block;
		width:15px;
		height:200px;
		position:absolute;
		left:-15px;
		top:25px;
		}	
	#nextBtn{ 
		left:940px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:15px;
		height:200px;
		background:url(../images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}	
#infos {
	display:block;
	position:relative;
	margin:0;
	padding-top:90px;
	padding-bottom:20px;
	height:274px;
	min-height:274px;
	width:924px;
	background:transparent url(../images/infos_home.png) no-repeat left top;
	}
#infos #infos_contenu {	
	position:relative;
	margin-left:156px;
	margin-right:270px;
	margin-top:0px;
	margin-bottom:20px;
}
