/*

__        __      ____   ____        _       _   _                 
\ \      / / __  / ___| / ___|  ___ | |_   _| |_|_| ___  _ __  ___ 
 \ \ /\ / / '_ \| |  _  \___ \ / _ \| | | | | __| |/ _ \| '_ \/ __|
  \ V  V /| | | | |_| |  ___| | |_| | | |_| | |_| | |_| | | | \__ \
   \_/\_/ |_| |_|\____| |____/ \___/|_|\__,_|\__|_|\___/|_| |_|___/



	*********************************************************
	*                                                       *
	*	Copyright 2007 WnG Solutions                          *
	*                                                       *
	*	WnG Solutions                                         *
	*	Rue Centrale 15                                       *
 	*	1003 Lausanne                                         *
	*	Suisse - Switzerland                                  *
	*	http://www.wng.ch                                     *
	*                                                       *
	*              - -                                      *
	*                                                       *
	*	Nous vous remercions de l'attention que vous          *
	*	portez a notre code.                                  *
	*                                                       *
	*              - -                                      *
	*                                                       *
	*	Thanks for looking at our sources.                    *
	*                                                       *
	*********************************************************

*/

/* ----- * Defaults * ----- */

		/* ----- * All * ----- */
		
		* {
			padding:0px;
			margin:0px;
			
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			
			color:#5b4641;
		}
		
		html {
			margin-bottom: 0.1px;
			height:100%;
		}

		body {
			background:url(../images/bkg.gif);
			text-align:center;
		}
		
		.spacer {
			clear:both;
			font-size:0;
		}
		
		.floatL {
			float:left;
		}
		
		.floatR {
			float:right;
		}
		
		.clearL {
			clear:left;
		}
		
		.clearR {
			clear:right;
		}
		
		.hideMe {
			position:absolute;
			left:-9999px;
			top:-9999px;
		}
		
		.marginTop {
			margin-top:20px;
		}
		
		.marginBottom {
			margin-bottom:20px;
		}
		
		.contentMargins {
			margin-left:4px;
			margin-right:4px;
		}
		
		/* ----- * /All * ----- */
		
		/* ----- * Headers * ----- */
		
		h2 {
			font-size:16px;
			margin:20px 0 0 0;
		}
		
		h3 {
			font-size:14px;
			margin:18px 0 12px 0;
		}
		
		/* ----- * /Headers * ----- */
			
		/* ----- * Text * ----- */
		
		p {
			margin:4px 0 10px 0;
		}
		
		ul {
			list-style:none;
		}
		
		/* ----- * /Text * ----- */
		
		/* ----- * Images * ----- */
		
		img {
			border:0;
		}
		
		/* ----- * /Images * ----- */
		
		/* ----- * Links * ----- */
		
		a {

		}
		
		a:hover {

		}
		
		a:visited {
		
		}
		
		/* ----- * /Links * ----- */
			
		/* ----- * Forms * ----- */
		
		.textInput {

		}
		
		.submitInput {

		}
		
		.mandatory {
			color:#FF0000;
		}
		
		/* ----- * /Forms * ----- */
			
/* ----- * /Defaults * ----- */

/* ----- * Containers * ----- */

#global {
	width:908px;
	margin:0 auto;
	
	text-align:left;
	
	background:url(../images/shadow.png) repeat-y;
}

/* ----- * /Containers * ----- */

/* ----- * Banner * ----- */

#banner {
	position:relative;
	height:180px;
}

#logo {
	display:block;
	position:absolute;
	top:35px;
	left:4px;	
	
	width:260px;
	height:90px;
}

#tools {
	position:absolute;
	right:0;
	top:0;
	
	padding:3px;
	
	background:url(../images/px_d9beaa.png);
}

	/* ----- * Tools * ----- */
	
	#sitemap {
		float:left;
		padding:3px 8px;
	}
	
	#print {
		float:left;
		padding:3px 8px 3px 8px;
		margin-right:10px;
	}
	
	.tx-macinasearchbox-pi1 {
		float:left;
		
		border:1px solid #e5c4aa;
		background:#f6ece3;
	}
		
	.tx-macinasearchbox-pi1 .searchInput {
		position:relative;
		top:-1px;
		left:1px;
		
		color:#5a4540;
		background:#f6ece3;
		border:0;
		font-size:11px;
	}
		
	.tx-macinasearchbox-pi1 .searchButton {
		position:relative;
		top:1px;
		left:-1px;
	}
		
	#language {
		float:left;
		margin:1px 10px 0 10px;
		
		color:#fff;
	}
	
	#language a {
		color:#fff;
		font-size:11px;
		text-decoration:none;
	}
	
	#language a.menuOn {
		text-decoration:underline;
	}
	
	#language a:hover {
		text-decoration:underline;
	}
	
	/* ----- * /Tools * ----- */

/* ----- * /Banner * ----- */

/* ----- * Menus * ----- */

	/* ----- * Main * ----- */

	#menuMain {
		height:68px;
	}

	#menuMain ul {
		list-style:none;
		height:30px;
		
		background:url(../images/bkg_menu.png) repeat-x;
	}
	
	#menuMain ul li {
		display:inline;
	}

	#menuMain ul li a {
		float:left;
		
		height:10px;
		padding:8px 16px 12px 16px; /* Nécessite quelques corrections pour IE < 7 */
		
		text-decoration:none;
		text-transform:uppercase;
	}

	#menuMain ul li.menuOff a:hover {
		color:#fff;
		background:#d7bea9;
	}

	#menuMain ul li.menuOn a {
		color:#fff;
		background:#d7bea9;
	}

	/* ----- * /Main * ----- */

	/* ----- * Sub * ----- */

	#contentLeft ul {
		list-style:none;
		width:180px;
		
		margin-bottom:110px;
	}
	
	#contentLeft ul li {

	}
	
	#contentLeft ul li a {
		display:block;
		padding:3px 5px; /* Nécessite quelques corrections pour IE < 7 */
		margin-bottom:1px;
		
		text-decoration:none;
		color:#5b4641;
		background:#e8d7c9;
	}
	
	#contentLeft ul li a:hover {
		color:#fff;
		background:#d7bea9;
	}
	
	#contentLeft ul li.menuOn a {
		color:#fff;
		background:#d7bea9;
	}

	/* ----- * /Sub * ----- */

	/* ----- * Rootline * ----- */
	
	#rootline {
		margin-bottom:24px;
		font-size:10px;
	}
	
	#rootline a {
		font-size:10px;
		text-decoration:none;
		color:#9c6d46;
	}
	
	#rootline a.menuOn {
		color:#5b4641;
	}
	
	#rootline a:hover {
		text-decoration:underline;
	}
	
	/* ----- * /Rootline * ----- */
	
/* ----- * /Menus * ----- */

/* ----- * Content * ----- */

#content {
	background:url(../images/bkg_moulin.jpg) bottom left no-repeat;
}

#contentLeft {
	float:left;
	width:210px;
	
	padding-top:40px;
	margin-right:6px;
}

#contentRight {
	float:right;
	width:190px;
	
	padding:40px 5px 0 5px;
}

#contentMain {
	overflow:hidden;
	
	padding:2px 30px 30px 10px;
	
	min-height:400px;
}

	/* ----- * Text * ----- */

	#contentMain a {
		color:#9c6d46;
		text-decoration:none;
	}

	#contentMain a:hover {
		text-decoration:underline;
	}

	#contentMain p {
		text-align:justify;
	}

	#contentMain img {
		border:0px solid #e8d7c9;
	}

	#contentMain h2 img {
		border:0;
	}

	#contentMain h3 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#contentMain ul {
		margin-bottom:10px;
	}

	#contentMain ul li {
		background:url(../images/puce.gif) left 4px no-repeat;
		
		padding-left:16px;
	}
	
	#contentMain ul.downloadList {
		margin:24px 0;
	}

	#contentMain ul.downloadList li {
		margin:8px 0;
		padding:0;
	}

	#contentMain ul.downloadList a {
		padding:2px 0 2px 24px;
	}

	#contentMain ul.downloadList li.downloadPDF a {
		background:url(../../_generic/images/filetypes/pdf.png) left 1px no-repeat;
	}

	#contentMain ul.downloadList li.downloadDOC a {
		background:url(../../_generic/images/filetypes/doc.png) left 1px no-repeat;
	}

	#contentMain ul.downloadList li.downloadXLS a {
		background:url(../../_generic/images/filetypes/xls.png) left 1px no-repeat;
	}

	#contentMain ul.downloadList li.downloadZIP a {
		background:url(../../_generic/images/filetypes/zip.png) left 1px no-repeat;
	}

	/* ----- * /Text * ----- */

	/* ----- * News * ----- */

	#contentMain .news-latest-container {
		margin:0 0 40px 0;
		padding:10px;

		border:1px #f4dfc0 solid;
		background:#f9f4eb;
	}

	#contentMain .news-latest-item .news-latest-image {
		float:right;
		
		margin-left:15px;
		margin-bottom:15px;
	}
	
	#contentMain .news-list-item {
		margin:0 0 24px 0;
	}
	
	#contentMain .news-single-item .news-single-date {
		float:right;
		font-size:12px;
	}

	#contentMain .news-single-item h2 {
		font-size:14px;
	}

	#contentMain .news-single-item h3 {
		font-size:12px;
	}

	#contentMain .news-single-img {
		float:right;
		
		margin:15px 0 15px 15px;
	}

	/* ----- * /News * ----- */

	/* ----- * Accroches * ----- */

	#contentLeft .tx-rbflashobject-pi1-swf_altcontent {
		margin-left:10px;
	}
	
	#contentRight .accroche h3 {
		margin:0 0 -6px 0;
	}

	#contentRight .accroche p a {
		text-decoration:none;
	}

	#contentRight .accroche .image {
		text-align:center;
		margin:10px 0;
	}

	#contentRight .accroche .image img {
		border:1px solid #e8d7c9;
	}

	#contentRight .accroche .more a {
		display:block;
		padding-left:16px;
		
		background:url(../images/accroche_arrow.gif) left 11px no-repeat;
	}

	#contentRight .separateur {
		height:1px;
		width:134px;
		margin:20px auto;
		
		background:url(../images/accroche_sep.gif) no-repeat;
	}

	/* ----- * /Accroches * ----- */

	/* ----- Formulaires ----- */
	
	#contentMain fieldset {
		border: 0;
	}
	
	#contentMain fieldset legend {
		margin: 0 0 10px 0;
	}
	
	#contentMain fieldset ul {
		list-style: none;
	}
	
	#contentMain fieldset ul li {
		padding-left: 0;
		background-image: none;
		margin-bottom: 4px;
	}
	
	#contentMain fieldset ul li.floatL {
		margin-right: 30px;
	}
	
	#contentMain fieldset label {
		width: 90px;
		display: block;
		float: left;
	}
	
	#contentMain fieldset select, #contentMain fieldset input, #contentMain fieldset textarea {
		padding: 1px;
		border: 1px solid #5b4641;
		font-size: inherit;
		font-family: inherit;
	}
	
	#contentMain #mailto {
		width:180px;
	}
	
	/* Note: ":focus" ne fonctionne pas sur IE */
	#contentMain fieldset select:focus, #contentMain fieldset input:focus, #contentMain fieldset textarea:focus {
		border: 1px solid #d7bea9;
	}
	
	#contentMain fieldset input.text {
		padding: 2px;
		width: 100px;
	}
	
	#contentMain fieldset input.long {
		padding: 2px;
		width: 326px;
	}
	
	#contentMain fieldset input.button {
		padding: 3px;
		background:#e8d7c9;
		color:#5b4641;
		cursor:pointer;
	}
	
	#contentMain fieldset textarea {
		padding: 2px;
		width: 326px;
		height: 129px;
		line-height: 1.4em;
	}
	
	#contentMain fieldset li.submitForm {
		margin-left: 90px;
	}
	
	#contentMain div.errorList ul, #contentMain ul.errorList {
		font-size: 11px;
		list-style: none;
		border:1px #f4dfc0 solid;
		background:#f9f4eb;
		padding: 10px 0 10px 20px;
		margin-bottom:10px;
	}
	
	#contentMain div.errorList ul li, #contentMain ul.errorList li {
		margin: 3px 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	/* ----- /Formulaires ----- */

	/* ----- Sitemap ----- */

	#content div.csc-sitemap {
	
	}

	#content div.csc-sitemap ul {
		list-style:none;
		padding-left:0;
	}

	#content div.csc-sitemap li {
		margin-top:10px;
	}

	#content div.csc-sitemap li a {
		text-decoration:none;
	}

	#content div.csc-sitemap li a:hover {
		text-decoration:underline;
	}

	#content div.csc-sitemap li ul {
		padding-left:16px;
		margin-top:4px;
	}

	#content div.csc-sitemap li ul li {
		margin-top:2px;
		background:none;
		
		padding-left:0;
	}

	#content div.csc-sitemap li ul li a {
		background:url(../images/puce2.gif) left center no-repeat;
		
		padding-left:12px;
	}

	#content div.csc-sitemap li ul li ul li a {
		background:none;
	}

	/* ----- /Sitemap ----- */

	/* ----- Résultats de la recherche ----- */

	#contentMain div#searchForm fieldset {
		border:1px #f4dfc0 solid;
		background:#f9f4eb;
		padding: 20px;
	}

	#contentMain div#searchForm fieldset legend {
		font-size: 11px;
		margin: 0 0 10px 0;
	}

	#contentMain div#searchForm label {
		display: block;
		float: left;
		margin-right: 50px;
	}

	#contentMain div#searchForm input.text {
		width: 150px;
	}

	#contentMain div.tx-indexedsearch-whatis p {
		font-size: 13px;
		margin: 20px 0 0 0;
	}

	#contentMain div.tx-indexedsearch-browsebox {
		margin-bottom: 30px;
	}

	#contentMain div.tx-indexedsearch-browsebox p {
		margin: 0;
		padding-left: 0;
		font-size: 13px;
	}

	#contentMain div.tx-indexedsearch-browsebox ul {
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
	}

	#contentMain div.tx-indexedsearch-browsebox li {
		background-image: none;
		display: inline;
		margin: 0;
		padding: 0 15px 0 0;
	}

	#contentMain div.searchResults h3 {
		font-size: 15px;
		font-weight: bold;
	}

	#contentMain div.searchResults p {
		font-size: 12px;
		margin: 3px 0 0 0;
		padding: 0;
	}

	#contentMain div.searchResults dl {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 10px;
	}

	#contentMain div.searchResults dt {
		display: inline;
		color: #5b4641;
	}

	#contentMain div.searchResults dd {
		margin-right: 8px;
		display: inline;
		color: #5b4641;
	}

	#contentMain div.searchResults dd a {
		text-decoration: none;
	}

	/* ----- /Résultats de la recherche ----- */

	/* ----- Newsletter ----- */

	#contentMain .tx-wngmailtooconnect-pi1 select {
		width:150px;
	}

	/* ----- /Newsletter ----- */

/* ----- * /Content * ----- */

/* ----- * Footer * ----- */

#footer {
	width:908px;
	margin:0 auto;
		
	background:url(../images/footer.png) no-repeat;
}

#footer p {
	font-size:10px;
	margin:10px 10px;
}

#footer p a {
	font-size:10px;
	text-decoration:none;
}

/* ----- * /Footer * ----- */
