/*

__        __      ____   ____        _       _   _                 
\ \      / / __  / ___| / ___|  ___ | |_   _| |_|_| ___  _ __  ___ 
 \ \ /\ / / '_ \| |  _  \___ \ / _ \| | | | | __| |/ _ \| '_ \/ __|
  \ 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.                  *
	*                                                       *
	*********************************************************
	
*/


/* ----- * General markup * ----- */

body {
	text-align: center;
	background: transparent url('../template/bg_site.gif') repeat 0% 0%;
}

code {
	font: 12px/1.6em 'Courier New', sans-serif;
}

/* Désactivation de tous les margin, padding et border que les éléments ont par défaut */
body, dd, div, dl, dt, fieldset, form, input, h1, h2, h3, h4, h5, h6, img, label, legend, li, p, table, ul {
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px/1.4em Arial, Helvetica, sans-serif;
}

em {
	font-style: italic;
}

hr {
	border: 0;
	border-top: 1px #E1E1E1 solid;
}

/* Permet d'afficher en permanence la scroll-bar verticale */
html {
	margin-bottom: 1px;
	height: 100%;
}

strong {
	font-weight: bold;
}


/* ----- * /General markup * ----- */


/* ----- * General classes * ----- */

.hideMe {
	position: absolute;
	left: -9999px;
}
		
.spacer {
	width: 100%;
	height: 1px;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.iconArrowGrey {
	padding-left: 10px;
	background: transparent url('../images/icon_arrow_grey.gif') no-repeat 0% 65%;
}

/* ----- * /General classes * ----- */


/* ----- Site ----- */

#site {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 900px;
	text-align: left;
}

/* ----- /Site ----- */


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

#banner {
	margin: 0;
	padding: 0;
	height: 169px;
	background: #FFFFFF url('../images/banners/accueil_banner.jpg') no-repeat 0% 0%;
}

	/* ----- Logo ----- */

	#banner div#bannerLeft {
		margin: 35px 0 0 15px;
		float: left;
	}

	#banner div#bannerLeft img#logo {
		display: block;
	}

	#banner div#bannerLeft img#subLogo {
		margin-top: 15px;
	}

	/* ----- /Logo ----- */


	/* ----- Menu tools ----- */

	#menuTools {
		margin: 10px 20px 0 0;
		float: right;
	}

	#menuTools div {
		margin: -3px 20px 0 0;
		float: left;
	}

	#menuTools div a {
		margin-left: 10px;
	}

	#menuTools input#searchText {
		padding: 2px 4px;
		border: 1px #FFFFFF solid;
		font-size: 0.9em;
		color: #000000;
		background-color: transparent;
	}

	#menuTools input#searchImage {
		margin-bottom: -2px;
	}

	/* ----- /Menu tools ----- */


	/* ----- Menu langues ----- */

	#menuLang {
		margin: 12px 20px 0 0;
		float: right;
		font-size: 11px;
		text-transform: uppercase;
	}

	#menuLang a:link, #menuLang a:visited, #menuLang a:active {
		color: #000000;
		text-decoration: none;
	}

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

	/* ----- /Menu langues ----- */

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


/* ----- Menu principal ----- */

#menuMain {
	margin: 0 0 -10px 0;
	padding-bottom: 10px;
	width: 900px;
	height: 66px;
	color: #4F4F4F;
	background: #FFFFFF url('../images/banners/accueil_menu.jpg') no-repeat 0% 0%;
}

#menuMain ul {
	margin: 0;
	padding-left: 1px;
	width: 900px;
	text-align: center;
	text-transform: uppercase;
	list-style: none;
}

#menuMain ul li {
	margin-left: -1px;
	border: 1px #FDFEFE solid;
	border-width: 0 1px;
	height: 40px;
	display: inline;
	float: left;
}

#menuMain ul li a:link, #menuMain ul li a:visited, #menuMain ul li.menuOn a:link, #menuMain ul li.menuOn a:visited {
	height: 21px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
	padding-top: 19px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}

#menuMain ul li a:hover, #menuMain ul li a:active, #menuMain ul li.menuOn a {
	background: #FFFFFF url('../template/bg_menuMain_on.jpg') repeat-x top left;
}

#menuMain ul li a:hover, #menuMain ul li.menuOn a:hover {
	color: #4F4F4F;
}

/* ----- /Menu principal ----- */


/* ----- Root line ----- */

#rootline {
	margin: 0 0 -10px 0;
	padding: 10px 0 0 30px;
	background: #FFFFFF;
	font-size: 11px;
}

#rootline a:link, #rootline a:visited {
	color: #706E72;
	text-decoration: underline;
	background-position: 5px 65%;
	padding-left: 15px;
}

#rootline a:hover, #rootline a:active {
	color: #C00028;
}

/* ----- /Root line ----- */


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

#content {
	padding-bottom: 20px;
	width: 900px;
	background-color: #FFFFFF;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #58A2E7;
}

#content a:hover, #content a:active {
	color: #C00028;
}

		/* ----- Contenu de gauche ----- */

		#contentLeft {
			margin-right: 15px;
			width: 205px;
			float: left;
			font-size: 11px;
			color: #706E72;
		}

		#contentLeft div {
			margin-left: 20px;
			margin-top: 20px;
		}

		#contentLeft div.back {
			margin: 20px 0 20px 15px;
			padding: 10px;
			border: 1px #F0F0F0 solid;
			color: #706E72;
			background: #FCFCFC url('../template/bg_menuSub.gif') repeat-x top left;
		}

		#contentLeft div div.back {
			margin-left: 0;
		}

		#contentLeft div h2 {
			font-weight: bold;
			font-size: 17px;
		}

		#contentLeft div.back h2 a:link, #contentLeft div.back h2 a:visited {
			font-weight: bold;
			color: #706E72;
			text-decoration: none;
		}

		#contentLeft div.back h2 a:hover, #contentLeft div.back h2 a:active {
			color: #C00028;
		}

		#contentLeft div.back a:link img, #contentLeft div.back a:visited img, #contentLeft div.back a:hover img, #contentLeft div.back a:active img {
			border: 0;
			text-decoration: none;
			background: transparent;
			color: #000000;
		}

		#contentLeft p {
			margin: 10px 0;
		}

		#contentLeft img {
			float: right;
			margin-top: -10px;
		}

		/* ----- /Contenu de gauche ----- */


		/* ----- Menu secondaire ----- */

		#contentLeft dl.menuSub {
			margin: 20px 0;
			padding: 10px;
			border: 1px #F0F0F0 solid;

			color: #706E72;
			background: #FCFCFC url('../template/bg_menuSub.gif') repeat-x top left;
		}

		#contentLeft dl.menuSub dt {
			margin-bottom: 0px;
			line-height: 1.1em;
			font-weight: normal;
			font-size: 15px;
		}

		#contentLeft dl.menuSub dt a:link, #contentLeft dl.menuSub dt a:visited {
			font-weight: bold;
			color: #706E72;
			text-decoration: none;
		}

		#contentLeft dl.menuSub dt.menuOn a:link, #contentLeft dl.menuSub dt.menuOn a:visited {
			color: #C00028;
			font-weight: bold;
		}

		#contentLeft dl.menuSub dt a:hover, #contentLeft dl.menuSub dt a:active, #contentLeft dl.menuSub dt.menuOn a:hover, #contentLeft dl.menuSub dt.menuOn a:active {
			color: #C00028;
		}

		#contentLeft dl.menuSub dd {
			margin: 10px 0 0 15px;
		}

		#contentLeft dl.menuSub dd a:link, #contentLeft dl.menuSub dd a:visited {
			font-weight: bold;
			color: #706E72;
			text-decoration: none;
		}

		#contentLeft dl.menuSub dd.menuOn a:link, #contentLeft dl.menuSub dd.menuOn a:visited {
			font-weight: bold;
			text-decoration: none;
			color: #58A2E7;
		}

		#contentLeft dl.menuSub dd.menuOn a:hover, #contentLeft dl.menuSub dd.menuOn a:active, #contentLeft dl.menuSub dd a:hover, #contentLeft dl.menuSub dd a:active {
			color: #C00028;
		}

		#contentLeft dl.menuSub dd {
			margin: 5px 0 1px 15px;
			padding: 0;
		}

		#contentLeft dl.menuSub dd ul {
			list-style: none;
			margin: 0;
		}

		#contentLeft dl.menuSub dd ul li {
			padding-left: 15px;
			text-transform: none;
		}

		#contentLeft dl.menuSub dd ul li.menuOn {
			background: transparent url('../images/icon_arrow_red.gif') no-repeat 0px 5px;
		}

		#contentLeft dl.menuSub dd ul li a:link, #contentLeft dl.menuSub dd ul li a:visited {
			color: #706E72;
			text-decoration: none;
			font-weight: normal;
		}

		#content dl.menuSub dd ul li.menuOn a:link, #contentLeft dl.menuSub dd ul li.menuOn a:visited {
			color: #58A2E7;
		}

		#contentLeft dl.menuSub dd ul li a:hover, #contentLeft dl.menuSub dd ul li a:active, #content dl.menuSub dd ul li.menuOn a:hover, #contentLeft dl.menuSub dd ul li.menuOn a:active {
			color: #C00028;
		}


		/* ----- /Menu secondaire ----- */


		/* ----- Inside content ----- */

		#contentMain {
			margin: 10px 30px 0 15px;
			padding-top: 20px;
			overflow: hidden;
		}

		#contentMain h1 {
			margin-bottom: 15px;
			font-size: 17px;
			font-weight: bold;
		}

		#contentMain h2 {
			margin-bottom: 5px;
			font-size: 15px;
			color: #706E72;
		}

		#contentMain h3 {
			font-size: 12px;
			font-weight: bold;
			color: #C00028;
		}

		#contentMain p {
			margin-bottom: 15px;
			text-align: justify;
			font-size: 12px;
			line-height: 1.4em;
		}

		#contentMain dl dt img {
			margin: 2px;
			padding: 0;
		}


		/* ----- Accroche shop ----- */

		#contentMain div.accrocheMainShop {
			border: 1px #EDEDED solid;
			background: #F3F2F2 url('../images/bg_accrocheShop.gif') repeat-x top left;
			padding: 3px 7px;
			margin: 50px 0;
		}

		#contentMain div.accrocheMainShop h2 {
			font-weight: bold;
			font-size: 14px;
			color: #F43100;
			padding-left: 15px;
			padding-bottom: 10px;
			background: transparent url('../images/picto_accrocheShop_fleche.gif') no-repeat 0px 7px;
		}

		#contentMain div.accrocheMainShop div.flash {
			margin-bottom: -25px;
			text-align: center;
		}

		/* ----- /Accroche shop ----- */

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


		/* ----- Contenu de droite ----- */

		#contentRight {
			margin: 0 10px 0 0;
			padding-left: 7px;
			width: 205px;
			float: right;
		}

		#contentRight h2 {
			margin: 20px 0 10px 0;
			padding: 3px 0;
			border-bottom: 1px #E1E1E1 solid;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			color: #CC2229;
		}

		#contentRight h2 a:link, #contentRight h2 a:visited, #contentRight h2 a:hover, #contentRight h2 a:active {
			color: #CC2229;
			text-decoration: none;
		}

		#contentRight h3 {
			font-size: 12px;
			font-weight: normal;
		}

		#contentRight p {
			font-size: 12px;
			color: #706E72;
		}

		#contentRight div {
			margin-top: 20px;
		}

		#contentRight div.imgLinkText {
			margin-bottom: 15px;
		}

		#contentRight div.imgLinkText img {
			margin-bottom: 0;
		}

		#contentRight div.imgLinkText a:link img, #contentRight div.imgLinkText a:visited img {
			margin-right: 8px;
			padding: 2px;
			border: 3px #E1E1E1 solid;
			float: left;
		}

		#contentRight div.imgLinkText a:hover img, #contentRight div.imgLinkText a:active img {
			border: 3px #C1C1C1 solid;
		}

		#contentRight div.imgLinkText.highlight a:hover img, #contentRight div.imgLinkText.highlight a:active img {
			border: 3px #ABD0F3 solid;
		}

		/* ----- /Contenu de droite ----- */


		/* ----- Actualités - page d'accueil ----- */

		div.journal {
			margin-right: 10px;
			width: 101px;
			height: 63px;
			float: right;
			background: transparent url('../images/icon_journal.gif') no-repeat top left;
		}

		#actualiteHome {
			margin-top: 30px;
			border: 1px #F0F0F0 solid;
			background: #EDEBEC url('../images/bg_actualiteHome.jpg') repeat-x bottom right;
			color: #636363;
		}

		#actualiteHome h2 {
			padding: 10px 0 5px 10px;

			color: #706E72;
			background: #F6F5F5 url('../images/bg_actualiteHome_title.jpg') repeat-y top left;
			font-size: 16px;
		}

		#actualiteHome dl {
			list-style: none;
		}

		#actualiteHome dt {
			margin: 10px 50px 3px 10px;
			padding: 0;
			font-size: 11px;
			font-style: italic;
		}

		#actualiteHome dd {
			margin: 0 50px 20px 10px;
			padding: 0;
		}

		#actualiteHome dl h3 {
			margin: 0 3px 0 0;
			padding-bottom: 0;
			display: inline;
			font-size: 11px;
			color: #706E72;
		}

		#actualiteHome dl p {
			display: inline;
			line-height: 1.6em;
		}

		#actualiteHome dl a:link, #actualiteHome dl a:visited, #actualiteHome dl a:hover, #actualiteHome dl a:active {
			float: left;
			padding-left: 12px;
			background: transparent url('../images/icon_arrow_red.gif') no-repeat 0% 65%;
			font-size: 11px;
		}

		/* ----- /Actualités - page d'accueil ----- */

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

