/*

__        __      ____   ____        _       _   _                 
\ \      / / __  / ___| / ___|  ___ | |_   _| |_|_| ___  _ __  ___ 
 \ \ /\ / / '_ \| |  _  \___ \ / _ \| | | | | __| |/ _ \| '_ \/ __|
  \ 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 {
	margin: 0;
	padding: 0;
	border: 0;

	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

	background: #FFFFFF url('../images/background_site.gif') repeat 0% 0%;
	margin-bottom: 20px;
}

code {
	font-family: 'Courier New', sans-serif;
	font-size: 12px;
}

div, h1, h2, h3, h4, h5, h6, img, li, p, table, ul {
	margin: 0;
	padding: 0;
	border: 0;
}

em {
	font-style: italic;
}

/* Permet d'afficher en permanence la scroll-bar verticale */
html {
	overflow-y: scroll;
}

strong {
	font-weight: bold;
}

h2 a:link, h2 a:visited {
	color: #000000;
}

h2 a:hover, h2 a:active {
	color: #FF791F;
}

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

h3 a:hover, h3 a:active {
	color: #FF791F;
}

hr {
	border: 1px #303030 solid;
	border-width: 1px 0 0 0;
	background-color: transparent;
	height: 1px;
}

p {
	margin-bottom: 10px;
}

td p {
	margin-bottom: 0;
	padding: 0 10px 0 0;
}

th, td {
	padding: 5px 0 5px 0;
	text-align: left;
}

a:link, a:visited {
	color: #FF791F;
	text-decoration: none;
}

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

a:hover {
	color: #FF791F;
	text-decoration: underline;
}

a:active {
	color: #FF791F;
}

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


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

.center {
	text-align: center;
}

.hideMe {
	position: absolute;
	left: -9999px;
}
		
.spacer {
	width: 100%;
	height: 1px;
	clear: both;
}
		
.floatL {
	float: left;
}
		
.floatR {
	float: right;
}

.underline {
	text-decoration: underline;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

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


/* ----- * Icons * ----- */

.iconPrint, .iconSend, .iconMap, .iconSkype {
	padding-left: 15px;
	background: transparent none no-repeat 0% 65%;
}

.iconPrint {
	background-image: url('../images/icon_print.jpg');
}

.iconSend {
	background-image: url('../images/icon_send.jpg');
}

.iconMap {
	background-image: url('../images/icon_map.jpg');
}

/* ----- * /Icons * ----- */


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

#site {
	width: 917px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	background: transparent url('../images/background_content.png') repeat-y 0% 0%;
}

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


/* ----- Liens d'accessibilit ----- */

#access, #accessTop {
	position: absolute;
	left: -9999px;
}

/* ----- /Liens d'accessibilit ----- */


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

#banner {
	height: 85px;
	margin: 0 7px 0 8px;
	background: transparent url('../images/fr/banner.jpg') no-repeat 0% 0%;
}

#banner h1 a {
	width: 280px;
	height: 85px;
	display: block;
	font-size: 18px;
}

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


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

#menuMain {
	width: 900px;
	margin: 0 10px 20px 8px;
	height: 20px;
	background: #303030 url('../images/background_menu_main.jpg') no-repeat 0% 0%;
}

#menuMain ul {
	list-style: none;
	margin-left: 290px;
}

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

#menuMain ul li a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 15px 3px 15px;
	display: block;
}

#menuMain ul li a:hover, #menuMain ul li.menuOn a {
	color: #FFFFFF;
	background: #DA7339 url('../images/background_menu_main_hover.jpg') repeat-x 0% 0%;
}

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


/* ----- Tools ----- */

#tools {
	float: right;
	margin-top: -120px;
	padding-right: 20px;
}

	/* ----- Recherche ----- */

	#tools div.tx-macinasearchbox-pi1 {
		text-align: right;
		margin-top: 25px;
	}

	#tools div.tx-macinasearchbox-pi1 input#searchText {
		border: 1px #656565 solid;
		border-right: 0;
		font-size: 11px;
		padding: 2px;
		color: #656565;
	}

	#tools div.tx-macinasearchbox-pi1 input#searchImage {
		padding: 0 2px;
	}

	#tools div.tx-macinasearchbox-pi1 span.searchImage {
		border: 1px #656565 solid;
		border-left: 0;
		padding: 2px 0 2px 0;
	}

	/* ----- /Recherche ----- */


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

	#menuTools ul {
		list-style: none;
		display: table;
	}

	#menuTools ul li {
		display: inline;
		float: left;
		margin-left: 8px;
		font-size: 10px;
	}

	#menuTools ul li a:link, #menuTools ul li a:visited, #menuTools ul li a:hover {
		color: #FF791F;
		text-decoration: underline;
		text-transform: lowercase;
		display: block;
	}

	#menuTools ul li a:active {
		color: #FF791F;
	}
	
	#menuTools ul li.menuLang {
		padding-left: 10px;
	}
	
	#menuTools ul li.menuLang a {
		display: inline;
		text-transform: uppercase;
	}

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

/* ----- /Tools ----- */


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

#content {
	padding-bottom: 20px;
	width: 900px;
	min-height: 400px;
}


	/* ----- Homepage ----- */

	div.home {
		width: 900px;
		margin: 0 10px 10px 8px;
		background: transparent url('../images/background_home.jpg') no-repeat 0% 0%;
	}


		/* ----- Box de la homepage ----- */

		#content .homeLeftBox {
			width: 184px;
			height: 135px;
			float: left;
			display: inline;
			margin: 231px -100px 0 100px;
			padding: 0 5px 0 5px;
			background: transparent url('../images/background_homebox_body.jpg') no-repeat 0% 100%;
		}

		#content .homeLeftBox h3 {
			background-image: url('../images/background_homebox_title.jpg');
			height: 17px;
			margin: 0 12px 0 2px;
			padding: 1px 0 0 30px;
			font-size: 11px;
		}

		#content .homeLeftBox h3 a:link, #content .homeLeftBox h3 a:visited {
			color: #000000;
			text-decoration: none;
			display: block;
			margin-left: -30px;
			padding-left: 30px;
		}

		#content .homeLeftBox h3 a:hover, #content .homeLeftBox h3 a:active {
			color: #FF791F;
		}
	
		#content .homeLeftBox ul {
			list-style: none;
			margin: 0 12px 0 2px;
			padding: 10px 0 0 15px;
			background: #FFFFFF;
		}

		#content .homeLeftBox ul li {
			margin-bottom: 5px;
			padding-left: 15px;
			font-size: 11px;
			background: transparent url('../images/icon_puce_1.jpg') no-repeat 0px 6px;
		}

		#content .homeLeftBox ul li.light {
			background-image: url('../images/icon_puce_2.jpg');
		}

		#content .homeLeftBox ul li a:link, #content .homeLeftBox ul li a:visited, #content .homeLeftBox ul li a:active {
			text-decoration: none;
			color: #000000;
		}

		#content .homeLeftBox ul li a:hover {
			color: #FF791F;
		}

		/* ----- /Box de la homepage ----- */

	/* ----- /Homepage ----- */


	/* ----- Root Line ----- */

	#content div#rootLine {
		margin-left: 20px;
	}

	#content div#rootLine a:link, #content div#rootLine a:visited {
		color: #333333;
	}

	#content div#rootLine a.menuOn:link, #content div#rootLine a.menuOn:visited {
		color: #AAAAAA;
	}

	/* ----- /Root Line ----- */


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

	#contentLeft {
		float: left;
		width: 205px;
		margin: 20px 15px 0 0;

		font-size: 11px;
		color: #000000;
	}

	#contentLeft div {
		margin: 30px 0 0 20px;
	}


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

		#contentLeft div#menuSub {
			margin: 0;
		}

		#menuSub ul {
			margin-left: 20px;
			padding: 20px 0;
			list-style: none;
			border: 1px #D5D5D5 solid;
			background: #EDECEC;
		}

		#menuSub ul li {
			padding: 2px 0 2px 30px;
			margin: 0;
			border: 1px #D5D5D5 solid;
			border-width: 1px 0;
			background: #D5D5D5 url('../images/background_menu_sub.gif') repeat-x 0% 0%;
		}

		#menuSub ul li a {
			background: transparent url('../images/puce_menu_off.gif') no-repeat 95% 50%;
			font-weight: bold;
		}

		#menuSub ul li.menuOn a {
			background: transparent url('../images/puce_menu_on.gif') no-repeat 95% 50%;
		}

		#menuSub ul li a:link, #menuSub ul li a:visited, #menuSub ul li a:active {
			color: #333333;
			text-decoration: none;
			margin-left: -30px;
			padding-left: 30px;
			padding-right: 20px;
			display: block;
		}

		#menuSub ul li a:hover {
			color: #D56221;
			border: 0;
		}

		#menuSub ul li ul {
			margin: -4px 0 -4px -30px;
			padding: 0;
			border-width: 0 0 1px 0;
			background-color: #EDECEC;
			background-image: none;
		}

		#menuSub ul li ul li {
			padding: 2px 0 2px 40px;
			background-color: #EDECEC;
			background-image: none;
			border: 0;
		}

		#menuSub ul li ul li a {
			margin-left: -40px;
			padding-left: 40px;
			color: #FFFFFF;
			background-image: none;
			font-weight: normal;
		}

		#menuSub ul li ul li a:hover {
			color: #D56221;
		}

		#menuSub ul li ul li.menuOn a {
			color: #D56221;
			background-image: none;
		}

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

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


	/* ----- Contenu principal ----- */

	#contentCenter {
		overflow: hidden;
		margin: 0 15px 0 15px;
		padding-top: 5px;
	}

	#contentCenter h2 {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 10px;
		color: #303030;
	}

	#contentCenter h3 {
		font-size: 12px;
		color: #303030;
	}

	#contentCenter p {
		text-align: justify;
		font-size: 11px;
	}
	
		#contentCenter p.align-left { text-align: left; }
		#contentCenter p.align-center { text-align: center; }
		#contentCenter p.align-right { text-align: right; }
		#contentCenter p.align-justify { text-align: justify; }

	#contentCenter ul {
		font-size: 11px;
		margin: 5px 0 20px 0;
		padding-left: 30px;
		list-style: none;
	}

	#contentCenter ul li {
		padding: 2px 0 2px 15px;
		background: transparent url('../images/icon_puce_1.jpg') 0px 7px no-repeat;
	}

	#contentCenter ul.iconOk {
		padding-left: 0;
	}

	#contentCenter ul.iconOk li {
		padding: 6px 0 6px 40px;
		background: transparent url('../images/icon_puce_ok.gif') 0px 8px no-repeat;
	}

	#contentCenter ul.noStyle {
		list-style: none;
		padding-left: 7px;
	}

	#contentCenter ul li ul {
		list-style: none;
		font-size: 10px;
		margin: 2px 0 2px -30px;
		padding-left: 30px;
		background: #FFFFFF;
	}

	#contentCenter ul li ul li {
		padding-left: 15px;
		background: transparent url('../images/icon_puce_2.jpg') 0px 6px no-repeat;
	}

	#contentCenter ul li ul li ul {
		list-style: none;
	}

	#contentCenter ul li ul li ul li {
		background-image: none;
	}

	#contentCenter ul li ul.noStyle {
		list-style: none;
		padding-left: 7px;
	}

	#contentCenter div.faq ul.faqQuestions {
		border-bottom: 1px #000000 solid;
		padding-bottom: 20px;
	}

	#contentCenter div.faq ul.faqQuestions li {
		padding-bottom: 5px;
	}

	#contentCenter div.faq div.faqReponses {
		margin-top: 20px;
	}

		/* ----- Formulaires (gnral) ----- */

		#contentCenter fieldset {
			border: 0;
		}

		#contentCenter fieldset p.mandatory {
			color: #000000;
			font-weight: bold;
			font-size: 10px;
			text-align: center;
		}

		#contentCenter fieldset ul {
			list-style: none;
			padding-left: 0;
			margin-left: 0;
		}

		#contentCenter fieldset ul li {
			padding: 5px 0;
			background-image: none;
		}

		#contentCenter fieldset ul li.floatL {
			margin-right: 30px;
		}

		#contentCenter fieldset label {
			display: block;
			width: 100px;
			padding-bottom: 3px;
		}

		#contentCenter fieldset input {
			border: 1px #E9E7E8 solid;
			padding: 2px;
			width: 140px;
			font-size: 11px;
			color: #656565;
			margin-left: 20px;
		}

		#contentCenter fieldset input.long {
			width: 335px;
		}

		#contentCenter fieldset select {
			border: 1px #D3D3D3 solid;
			padding: 2px;
			font-size: 11px;
			color: #656565;
			margin-left: 20px;
		}

		#contentCenter fieldset textarea {
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			width: 335px;
			height: 100px;
			border: 1px #E9E7E8 solid;
			padding: 2px;
			color: #656565;
			margin-left: 20px;
		}

		#contentCenter fieldset input:hover, #contentCenter fieldset textarea:hover, #contentCenter fieldset select:hover,
		#contentCenter fieldset input:focus, #contentCenter fieldset textarea:focus, #contentCenter fieldset select:focus {
			border-color: #FF791F;
			color: #000000;
		}

		#contentCenter fieldset input.submitInput {
			margin-left: 20px;
			background: url('../images/background_form_button.gif') repeat-x top left;
			font-weight: bold;
		}

		/* ----- /Formulaires (gnral) ----- */


		/* ------ Formulaires (calcul) ----- */

		#contentCenter fieldset.formCalcul {
			border: 1px #FF791F solid;
			background: #FFD7BC;
			padding-left: 10px;
			margin-bottom: 20px;
		}

		#contentCenter fieldset.formCalcul label {
			width: 150px;
		}

		#contentCenter fieldset.formCalcul select {
			margin-left: 0;
		}

		#contentCenter fieldset.formCalcul ul {
			padding-left: 0;
			margin-left: -7px;
		}

		#contentCenter fieldset.formCalcul ul li {
			margin-right: 0;
			padding-right: 10px;
		}

		#contentCenter fieldset.formCalcul ul li label {
			display: inline;
			width: auto;
			padding-right: 5px;
		}

		#contentCenter fieldset.formCalcul input.submitInput {
			width: auto;
			margin: 0;
			padding: 2px 5px;
		}

		/* ----- /Formulaires (calcul) ----- */


		/* ----- Formulaires (envoi  un ami) ----- */

		#contentCenter div#tipAfriend li {
			margin: 10px 0;
			background-image: none;
		}

		#contentCenter div#tipAfriend fieldset {
			border: 0;
		}

		#contentCenter div#tipAfriend p.center {
			text-align: center;
			font-weight: bold;
			font-size: 10px;
		}

		#contentCenter div#tipAfriend label {
			float: left;
		}

		#contentCenter div#tipAfriend input.submitInput {
			margin-left: 120px;
		}

		/* ----- /Formulaires (envoi  un ami) ----- */


		/* ----- Messages d'erreur des formulaires ----- */

		#contentCenter div.errorList {
			border: 1px #FF791F solid;
			background: #FFD7BC;
		}

		#contentCenter div.errorList ul {
			list-style: none;
		}

		#contentCenter div.errorList ul li {
			background-image: none;
			padding-left: 10px;
		}

		#contentCenter div.errorList h3 {
			padding: 5px 0 0 10px;
			font-size: 11px;
		}

		/* ----- /Messages d'erreur des formulaires ----- */


		/* ----- Formulaire de recherche ----- */

		#contentCenter div.indexedSearch {
			border: 1px #D5D5D5 solid;
			background: #F2F2F2;
			padding: 10px;
		}

		#contentCenter div.indexedSearch label {
			width: 150px;
			padding-top: 4px;
		}

		#contentCenter div.indexedSearch fieldset input.submitInput {
			margin-left: 0;
		}

		#contentCenter ul.browsebox {
			list-style: none;
			margin-bottom: 50px;
		}

		#contentCenter ul.browsebox li {
			float: left;
			background: none;
		}

		#contentCenter div.indexedSearchRes {
			margin-top: -1px;
			padding: 10px 5px 10px 5px;
			border: 1px #D5D5D5 solid;
			border-width: 1px 0 1px 0;
			background: #F5F5F5;
		}

		#contentCenter div.indexedSearchRes dt.floatL {
			margin: 0 5px 0 0;
		}

		#contentCenter div.indexedSearchRes dd.floatL {
			margin: 0 30px 0 0;
		}

		#contentCenter div.tx-indexedsearch-whatis {
			float: left;
			margin-right: 20px;
		}

		/* ----- /Formulaire de recherche ----- */


		/* ----- Calcul des tarifs ----- */

		#contentCenter div#formCalculResultat {
			float: right;
			border: 1px #656565 solid;
			background: #D2D2D2 url('../images/background_form_result.gif') repeat-x top left;
			width: 220px;
			margin: 10px 27px 0 0;
			padding: 8px 2px;
			text-align: center;
			font-weight: bold;
		}

		/* ----- /Calcul des tarifs ----- */


		/* ----- Tableau d'images ----- */

		#contentCenter div.imgTableau div.floatL {
			margin-right: 30px;
		}

		/* ----- /Tableau d'images ----- */


		/* ----- Tableaux ----- */

		table td {
			border-bottom: 1px #F0F0F0 solid;
		}

		table td p {
			margin-top: 3px;
			margin-bottom: 3px;
		}

		table th {
			background-color: #F0F0F0;

			text-align: left;

			padding-left: 0px;
			padding-right: 8px;
		}

		table td h2 {
			font-size: 14px;
			font-weight: bold;

			margin-top: 3px;
			margin-bottom: 3px;
			color: #303030;
		}

		table td p {
			margin-right: 8px;
		}

		td.grayBkg {
			background-color: #F7F7F7;
		}

		td.grayBkg p {
			text-align: right;

			margin-left: 8px;
			margin-right: 8px;
		}

		td.alignRight p {
			text-align: right;

			margin-left: 8px;
			margin-right: 8px;
		}

		/* ----- Tableaux ----- */


		/* ----- Actualits ----- */

		#news div.list h3 {
			margin-top: 20px;
		}

		#news div.list p.date, #news div.single p.date {
			font-size: 11px;
			color: #666666;
			margin-bottom: 5px;
		}

		#news div.list img, #news div.single img {
			margin: 2px 10px 0 0;
		}

		#news div.list span a {
			font-size: 10px;
			color: #000000;
			text-decoration: none;
		}

		#news div.list p span.linkText a p {
			color: #000000;
		}

		#news div.list p.lien {
			margin: 0 0 20px 0;
		}

		#news div.single div.header {
			font-size: 10px;
			margin-bottom: 11px;
		}

		#news div.single div.content {
			margin-top: 10px;
		}

		#news div.single hr {
			margin: 20px 0 10px 0;
		}

		#news div.single ul {
			margin-bottom: 20px;
		}

		/* ----- /Actualits ----- */


		/* ----- Smartek Awards ----- */

		#contentCenter div.smartekAwards.liste {
			float: left;
			width: 130px;
			height: 300px;
			vertical-align:text-bottom;
			text-align: center;
			margin-right: 12px;
		}

		#contentCenter div.smartekAwards.liste h3, #contentCenter div.smartekAwards.liste p {
			text-align: center;
		}

		/* ----- /Smartek Awards ----- */

	/* ----- /Contenu principal ----- */


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

	#contentRight {
		width: 205px;
		height: 340px;
		background: transparent url('../images/background_accroche_droite.jpg') no-repeat 0% 0%;
		float: right;
		margin: 20px -9px 0 15px;
		padding-top: 10px;
		padding-left: 7px;
	}

		/* ----- Contenu de droite (uniquement pour la Home) ----- */

		#homeRightBox {
			float: right;
			width: 190px;
			height: 340px;
			margin: 30px 14px 0 0;
		}

		/* ----- /Contenu de droite (uniquement pour la Home) ----- */

	#homeRightBox .postIt, #contentRight .postIt {
		width: 164px;
		height: 108px;
		margin: 15px 13px;
		padding: 10px 5px;
		background: transparent url('../images/background_postit.png') no-repeat 0% 0%;
	}

	#homeRightBox .postIt.promotion, #contentRight .postIt.promotion {
		width: 176px;
		height: 124px;
		margin: 15px 0 0 13px;
		padding-top: 30px;
		background-image: url('../images/background_promotions.png');
	}

	#homeRightBox .postIt h3, #contentRight .postIt h3 {
		color: #FF791F;
		font-size: 11px;
		margin-bottom: 4px;
	}

	#homeRightBox .postIt h3 a, #contentRight .postIt h3 a {
		color: #FF791F;
	}

	#homeRightBox .postIt.promotion h3, #contentRight .postIt.promotion h3 {
		padding-right: 30px;
	}

	#homeRightBox .postIt p, #contentRight .postIt p {
		font-size: 10px;
		margin-bottom: 3px;
		padding-right: 5px;
		line-height: 12px;
	}

	#homeRightBox .postIt.promotion p, #contentRight .postIt.promotion p {
		margin-top: 20px;
	}

	#homeRightBox .postIt.promotion p.floatL, #contentRight .postIt.promotion p.floatL {
		margin-top: 0;
	}

	#homeRightBox .postIt img.actualite, #contentRight .postIt img.actualite {
		float: left;
	}

	#homeRightBox .postIt p, #contentRight .postIt p {
		margin: 3px 10px 3px 1px;
	}

	#homeRightBox .postIt p.floatL, #contentRight .postIt p.floatL {
		margin: 0 5px 40px 5px;
	}

	#homeRightBox .postIt p.legend, #contentRight .postIt p.legend {
		font-weight: bold;
		font-size: 9px;
	}

	#homeRightBox .postIt span a, #contentRight .postIt span a {
		color: #000000;
		text-decoration: none;
	}

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

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


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

#footer {
	height: 32px;
	margin: 20px 9px 0px 8px;
	background: transparent url('../images/background_footer.jpg') no-repeat 100% 0%;
	font-size: 10px;
}

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

	#footerLeft {
		color: #000000;
		padding-top: 15px;
		padding-left: 10px;

		float: left;
		height: 32px;
	}

	#footerLeft ul {
		display: table;
		list-style: none;
	}

	#footerLeft ul li {
		float: left;
		display: inline;
		padding-right: 20px;
	}

	#footerLeft ul li a:link, #footerLeft ul li a:visited {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}

	#footerLeft ul li a:hover {
		color: #FF791F;
	}

	#footerLeft ul li a:active {
		color: #FF791F;
	}

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


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

	#footerRight {
		width:200px;
		padding: 15px 0 0 10px;
		float:right;
		color:#FFFFFF;
	}

	#footerRight ul {
		list-style: none;
	}

	#footerRight ul li {
		display: inline;
		float: right;
		padding-right: 10px;
	}

	#footerRight ul li a:link, #footerRight ul li a:visited {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}

	#footerRight ul li a:hover {
		color: #FF791F;
	}

	#footerRight ul li a:active {
		color: #FF791F;
	}

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


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

	#footerBottom {
		height: 18px;
		margin: 20px 0 -28px 0;

		background: transparent url('../images/background_site_bottom.png') no-repeat 0% 0%;
	}

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

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