/*

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


 *****************************************************************
 *                                                               *
 *               Copyright 2009 WnG Solutions Sàrl               *
 *                      All rights reserved                      *
 *                                                               *
 *****************************************************************
 *                              *                                *
 *  WnG Solutions               *  http://www.wng.ch/            *
 *  Rue Centrale 15             *  Tel +41 21 320 11 11          *
 *  CH-1003 Lausanne            *  Fax +41 21 320 11 10          *
 *                              *                                *
 *****************************************************************

*/

/* ----- * Générique * ----- */

	/* ----- * Balises principales * ----- */
	
	* {
		padding: 0;
		margin: 0;
		border: 0;
		outline: none;
	}
	
	html {
		margin-bottom: 1px;
		height: 100%;
	}

	body {
		font: 12px Arial, Helvetica, sans-serif;
		color: #7d7b7c;
		background-color: #ececed;
	}
	
	a:link,
	a:visited,
	a:active {
		color: #84a0cf;
		font-size: 11px;
	}
	
	a:hover {
		color: #336699;
	}
	
	/* ----- * /Balises principales * ----- */
	
	
	/* ----- * Utilitaires * ----- */
	
	.spacer {
		clear: both;
		font-size: 0;
	}
	
	.hideMe {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	
	.floatL { float: left; }
	.floatR { float: right; }
	.clearL { clear: left; }
	.clearB { clear: both; }
	
	.marginTop { margin-top: 20px; }
	.marginRight { margin-right: 20px; }
	.marginBottom { margin-bottom: 20px; }
	.marginLeft { margin-left: 20px; }
	
	.textAlignLeft { text-align: left; }
	.textAlignCenter { text-align: center; }
	.textAlignRight { text-align: right; }
	.textAlignJustify { text-align: justify; }
	
	.textInput {
		border: 1px solid #84a0cf;
		padding: 2px;
		width: 170px;
	}
	.submitInput,
	.submitInput2 {
		border: 1px solid #84a0cf;
		padding: 0 5px;
	}
	
	.moreLarge {
		width: 200px;
	}
	
	.ajaxLoader {
		padding-right: 20px;
		background: transparent url(../images/ajax-loader.gif) top right no-repeat;
	}
	
	.whiter {
		height: 1px;
		width: 280px;
		background-color: #ffffff;
	}

	/* ----- * /Utilitaires * ----- */
	
	
	/* ----- * Titres * ----- */
	
	h1 {
		/*font-size: 2em;*/
		font-size: 17px;
		margin-bottom: 20px;
		font-weight: bold;
	}
	
	h2 {
		font-size: 17px;
		min-height: 24px;
		line-height: 24px;
		background: url(../images/back_slash.gif) no-repeat 0 0;
		padding: 5px 0 11px 30px;
		border-bottom: 1px dotted #7d7b7c;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	h3 {
		font-size: 16px;
		font-weight: bold;
		color: #84a0cf;
		text-transform: uppercase;
		border-bottom: 1px dotted #7d7b7c;
		padding: 4px 0;
		margin-bottom: 10px;
	}
	
		h3.noUpperCase {
			text-transform: none;
		}
	
	h4 {
		font-size: 15px;
		color: #84a0cf;
		padding: 4px 0 2px 0;
		margin: 0;
	}
	
	h5 {
		font-size: 15px;
		padding: 4px 0 2px 0;
		margin: 0;
	}
	
	hr {
		border: 0;
		border-bottom: 1px dotted #cccccc;
		display: block;
		background: url(../images/hr.png) no-repeat 0 0;
		height: 1px;
	}
	
	/* ----- * /Titres * ----- */
			
/* ----- * /Générique * ----- */


/* ----- * Conteneur global * ----- */

#global {
	width: 1216px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/backgrounds/global.jpg) repeat-y 0 0;
}

/* ----- * /Conteneur global * ----- */


/* ----- * Bannière * ----- */

#banner {
	height: 202px;
	background: url(../images/backgrounds/header.jpg) no-repeat 0 0;
}

#banner h1 {
	padding: 30px 0 0 40px;
	float: left;
}

#banner img.printImg {
	display: none;
}

#banner h1 a {
	display: block;
	width: 205px;
	height: 120px;
	background-color: transparent;
}

#banner h1 a:focus {
	outline: 1px #000000 dotted;
}

	/* ----- * Bannière Droit * ----- */

	#bannerRight {
		float: right;
		margin: 105px 20px 10px 0;
	}
	
		/* ----- * Macina Searchbox * ----- */
		
		/*#bannerRight div.tx-macinasearchbox-pi1 input {
			background: #000000;
			color: #ffffff;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			padding: 1px;
		} 
		
		#bannerRight div.tx-macinasearchbox-pi1 #searchform input#searchBox {
			border: 1px solid #7d7b7c;
			background: #ffffff;
			color: #7d7b7c;
			font-size: 10px;	
			margin-left: 5px;	
			padding: 1px;
			width: 130px;
			font-weight: normal;
			text-transform: none;
		}*/
		
		#bannerRight div.tx-macinasearchbox-pi1 {
			background: url(../images/backgrounds/search.jpg) no-repeat 0 0;
			height: 18px;
			width: 176px;
			
			padding: 2px;
		}
		
		#bannerRight div.tx-macinasearchbox-pi1 input#searchButton {
			background: none;
			background: url(../images/backgrounds/search_button.png) no-repeat 0 0;
			
			display: block;
			width: 19px;
			height: 14px;
		} 
		
		#bannerRight div.tx-macinasearchbox-pi1 #searchform input#searchBox {
			background: #ffffff;
			color: #7d7b7c;
			float: left;
			display: block;
			height: 14px;
			width: 145px;
			
			font-size: 10px;
		}
		
		#bannerRight div.tx-macinasearchbox-pi1 #roundedInput {
			display: block;
			width: 6px;
			height: 14px; 
			background: url(../images/backgrounds/search_rounded.png) no-repeat 0 0;
			float: left;
			margin-left: 1px;
		}
		
		/* ----- * /Macina Searchbox * ----- */
		
		/* ----- * Menu langues * ----- */
		
		#bannerRight ul#languages {
			list-style: none;
			padding-left: 0;
			margin: 10px 0 0 0;
			float: right;
		}
		
		#bannerRight ul#languages li {
			display: inline;
			margin-left: 0;
		}
		
		#bannerRight ul#languages li a {
			text-transform: uppercase;
			text-decoration: none;
			line-height: 20px;
			height: 20px;
			border-left: 1px solid #ececed;
			padding: 0 4px;
			display: block;
			float: left;
			color: #7d7b7c;
		}
		
		#bannerRight ul#languages li.firstLng a {
			border-left: none;
		}
		
		#bannerRight ul#languages li.activeLng a {
			font-weight: bold;
		}
		
		/* ----- * /Menu langues * ----- */

	/* ----- * /Bannière Droit * ----- */

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

	#accessKeys ul {
		/*float: left;*/
		list-style: none;
	}
	
	#accessKeys ul li {
		display: inline;
		padding-right: 5px;
	}
	
	#accessKeys ul li a:link,
	#accessKeys ul li a:visited,
	#accessKeys ul li a:hover,
	#accessKeys ul li a:active {
		color: #ececed;
		cursor: default;
	}
	
	#accessKeys ul li a:focus {
		color: #aaaaaa;
	}

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

	/* ----- * Outils * ----- */

	/* ----- * /Outils * ----- */

/* ----- * /Bannière * ----- */


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

#menuMain {
	height: 35px;
	width: 904px;
	float: right;
	background: url(../images/backgrounds/menuMain.jpg) no-repeat 0 0;
	margin-right: 7px;
}

#menuMain ul {
	list-style: none;
}

#menuMain ul li {
	float: left;
	width: 194px;
}

#menuMain ul li a {
	float: left;
	text-decoration: none;
	line-height: 35px;
	color: #ffffff;
	text-transform: uppercase;
	border-right: 1px solid #ffffff;
	font-size: 13px;
	width: 193px;
	height: 35px;
	display: block;
	text-align: center;
	position: relative;
}

#menuMain ul li.menuOn a,
#menuMain ul li.menuOn a:visited,
#menuMain ul li.menuOn a:active,
#menuMain ul li a:hover {
	background: url(../images/menuMain/hoverSolo.jpg) repeat-x 0 0;
}

#menuMain ul li.first a:hover,
#menuMain ul li.first_menuOn a,
#menuMain ul li.first_menuOn a:visited,
#menuMain ul li.first_menuOn a:active {
	background: url(../images/menuMain/hover.jpg) no-repeat 0 0;
}

	/* Sous menu javascript */
	
	#menuMain ul li ul.jMenuSub {
		z-index: 50;
		float: left;
		
		display: none;
	}
	
	#menuMain ul li ul.jMenuSub li {
		display: list-item;
		z-index: 95;
		position: relative;
		top: 0px;
	}
	
	#menuMain ul li.menuOn ul.jMenuSub li a,
	#menuMain ul li.menuOn ul.jMenuSub li a:visited,
	#menuMain ul li.menuOn ul.jMenuSub li a:active,
	#menuMain ul li ul.jMenuSub li a,
	#menuMain ul li ul.jMenuSub li a:visited,
	#menuMain ul li ul.jMenuSub li a:active {
		text-decoration: none;
		line-height: 34px;
		height: 34px;
		color: #ffffff;
		background: none;
		background: #7d7b7c url(../images/menuMain/firstCell_group.jpg) no-repeat 0 0;
		/* background: #7d7b7c; */
		border: 0;
		border-bottom: 1px solid #ffffff;
		width: 193px;
		float: left;
		z-index: 99;
	}
	
	#menuMain ul li.menuOn ul.jMenuSub li.menuOn a,
	#menuMain ul li.menuOn ul.jMenuSub li.menuOn a:visited,
	#menuMain ul li.menuOn ul.jMenuSub li.menuOn a:active,
	#menuMain ul li.menuOn ul.jMenuSub li a:hover,
	#menuMain ul li ul.jMenuSub li.menuOn a,
	#menuMain ul li ul.jMenuSub li.menuOn a:visited,
	#menuMain ul li ul.jMenuSub li.menuOn a:active,
	#menuMain ul li ul.jMenuSub li a:hover {
		/*background: #1a171b;*/
		background-color: #1a171b;
		background-position: 0 100%;
	}
	
	#menuMain ul li.menuOn ul.jMenuSub li.first a,
	#menuMain ul li.menuOn ul.jMenuSub li.first a:visited,
	#menuMain ul li.menuOn ul.jMenuSub li.first a:active,
	#menuMain ul li ul.jMenuSub li.first a,
	#menuMain ul li ul.jMenuSub li.first a:visited,
	#menuMain ul li ul.jMenuSub li.first a:active {
		background: url(../images/menuMain/firstCell_group.jpg) no-repeat 0 0;
	}
	
	#menuMain ul li.menuOn ul.jMenuSub li.last a,
	#menuMain ul li.menuOn ul.jMenuSub li.last a:visited,
	#menuMain ul li.menuOn ul.jMenuSub li.last a:active,
	#menuMain ul li ul.jMenuSub li.last a,
	#menuMain ul li ul.jMenuSub li.last a:visited,
	#menuMain ul li ul.jMenuSub li.last a:active {
		background: url(../images/menuMain/lastCell_group.png) no-repeat 0 0;
		border-bottom: 0;
	}
	
	#menuMain ul li.menuOn ul.jMenuSub li.first.menuOn a,
	#menuMain ul li.menuOn ul.jMenuSub li.first.menuOn a:visited,
	#menuMain ul li.menuOn ul.jMenuSub li.first.menuOn a:active,
	#menuMain ul li.menuOn ul.jMenuSub li.first a:hover,
	#menuMain ul li ul.jMenuSub li.first.menuOn a,
	#menuMain ul li ul.jMenuSub li.first.menuOn a:visited,
	#menuMain ul li ul.jMenuSub li.first.menuOn a:active,
	#menuMain ul li ul.jMenuSub li.first a:hover {
		background: url(../images/menuMain/firstCell_group.jpg) no-repeat 0 100%;
	}
	
	#menuMain ul li.menuOn ul.jMenuSub li.last.menuOn a,
	#menuMain ul li.menuOn ul.jMenuSub li.last.menuOn a:visited,
	#menuMain ul li.menuOn ul.jMenuSub li.last.menuOn a:active,
	#menuMain ul li.menuOn ul.jMenuSub li.last a:hover,
	#menuMain ul li ul.jMenuSub li.last.menuOn a,
	#menuMain ul li ul.jMenuSub li.last.menuOn a:visited,
	#menuMain ul li ul.jMenuSub li.last.menuOn a:active,
	#menuMain ul li ul.jMenuSub li.last a:hover {
		background: url(../images/menuMain/lastCell_group.png) no-repeat 0 100%;
	}
	
	/* /Sous menu javascript */

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

/* ----- * Pre-Contenu * ----- */

#preContent {
	height: 266px;
	width: 1216px;
	margin-top: 10px;
	padding: 0 7px 0 9px;
	z-index: 10;
}

/* ----- * /Pre-Contenu * ----- */

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

#global #content {
	background: url(../images/backgrounds/content_cols_home.gif) repeat-y 0 0;
	margin-top: 30px;
	width: 1216px;
	min-height: 400px;
}

#global.int #content {
	background: url(../images/backgrounds/content_cols.jpg) repeat-y 0 0;
}

#content a,
#content a:active,
#content a:visited {
	color: #84a0cf;
	font-size: 13px;
}

#content a:hover {
	color: #336699;
}

#content #contentLeft p.moreLink,
#content #contentRight p.moreLink,
#content #contentMain p.moreLink {
	text-align: right;
}

#content #contentMain p.moreLink a:link,
#content #contentMain p.moreLink a:visited,
#content #contentMain p.moreLink a:active {
	color: #84a0cf;
	font-size: 13px;
}

#content #contentMain p.moreLink a:hover {
	color: #336699;
}

	/* ----- * Contenu de gauche * ----- */
	
	#contentLeft {
		float: left;
		margin: 0 10px 0 20px;
		padding: 10px;
		/*border-left: 1px dotted #84a0cf;
		border-right: 1px dotted #84a0cf;*/
		min-height: 400px;
		width: 260px;
	}
	
	#global.int #contentLeft {
		width: 265px;
		min-height: 600px;
		margin: 0 30px 0 20px;
		overflow: hidden;
		padding-bottom: 0;
		padding-top: 0;
	}
	
	#contentLeft h3 {
		text-transform: none;
	}
	
	#contentLeft .news-latest-summary a {
		text-decoration: none;
	}
	
		/* ----- * Sous Menu * ----- */
		
		#global.int #contentLeft ul {
			list-style: none;
			border-bottom: 1px dotted #7d7b7c;
			background: #ffffff;
			/*margin-top: 1px;*/
		}
		
		#global.int #contentLeft ul li ul {
			border-bottom: none;
		}
		
		#global.int #contentLeft ul li ul li {
			margin-left: 15px;
		}

		#global.int #contentLeft ul li ul li.menuOn ul li {
			margin-left: 30px;
		}
		
		#global.int #contentLeft ul li ul li.first a {
			border-top: none;
		}
		
		#global.int #contentLeft ul li a,
		#global.int #contentLeft ul li.menuOn span {
			display: block;
			padding: 10px 5px; /* Nécessite quelques corrections pour IE < 7 */
			text-decoration: none;
			font-size: 13px;
			border-top: 1px dotted #7d7b7c;
		}
		
		#global.int #contentLeft ul li a:link,
		#global.int #contentLeft ul li a:visited,
		#global.int #contentLeft ul li a:active,
		#global.int #contentLeft ul li.menuOn ul li a:link,
		#global.int #contentLeft ul li.menuOn ul li a:visited,
		#global.int #contentLeft ul li.menuOn ul li a:active,
		#global.int #contentLeft ul li.menuOn ul li.menuOn ul li a:link,
		#global.int #contentLeft ul li.menuOn ul li.menuOn ul li a:visited,
		#global.int #contentLeft ul li.menuOn ul li.menuOn ul li a:active,
		#global.int #contentLeft ul li ul li a:link,
		#global.int #contentLeft ul li ul li a:visited,
		#global.int #contentLeft ul li ul li a:active {
			color: #7d7b7c;
			font-weight: normal;
		}
		
		#global.int #contentLeft ul li.menuOn span,
		#global.int #contentLeft ul li.menuOn a:link,
		#global.int #contentLeft ul li.menuOn a:visited,
		#global.int #contentLeft ul li.menuOn a:active,
		#global.int #contentLeft ul li.menuOn ul li.menuOn span,
		#global.int #contentLeft ul li.menuOn ul li.menuOn a:link,
		#global.int #contentLeft ul li.menuOn ul li.menuOn a:visited,
		#global.int #contentLeft ul li.menuOn ul li.menuOn a:active {
			color: #84a0cf;
			font-weight: bold;
		}
		
		#global.int #contentLeft ul li a:hover,
		#global.int #contentLeft ul li.menuOn a:hover,
		#global.int #contentLeft ul li.menuOn ul li a:hover,
		#global.int #contentLeft ul li ul li.menuOn a:hover,
		#global.int #contentLeft ul li.menuOn ul li.menuOn ul li a:hover,
		#global.int #contentLeft ul li.menuOn ul li.menuOn a:hover {
			color: #000000;
		}
		
		/*#global.int #content #contentLeft #blueBox {
			width: 265px;
			background: #b5c6e2;
			float: left;
			display: block;
		}*/
		
		#global.int #content #blueBox div.degradeBlue {
			display: block;
			height: 267px;
			width: auto;
			background: url(../images/backgrounds/degrade_bleu_menu.jpg) repeat-x 0 0;
		}
		
		/*#global.int #contentLeft div.degradeBlueEnd {
			display: block;
			width: 265px;
			height: 100%;
			background-color: #b5c6e2;
		}*/
		
		/* ----- * /Sous Menu * ----- */
		
		/* ----- * Accroches * ----- */
		
		#contentLeft div.box,
		#contentLeft div.box.news {
			margin-bottom: 15px;
		}
		
		#contentRight div.box h3 {
			text-transform: none;
		}
		
		#contentLeft div.box.news h3 {
			border-top: none;
			padding: 0;
			height: 40px;
		}
		
		#contentLeft div.box.news h3 a {
			text-transform: none;
		}
		
		#contentLeft div.box.news .news-latest-morelink a:link,
		#contentLeft div.box.news .news-latest-morelink a:visited,
		#contentLeft div.box.news .news-latest-morelink a:active {
			text-decoration: underline;
		}
		
		#contentLeft div.box h3 {
			border-top: 1px dotted #7d7b7c;
		}
		
		#contentLeft div.box p {
			font-size: 13px;
			margin-bottom: 5px;
		}
		
		#contentLeft div.box.news p {
			text-align: left;
			margin: 5px 0;
		}
		
		/* ----- * /Accroches * ----- */

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

	#contentRight {
		float: right;
		width: 428px;
		margin: 0 20px 0 10px;
		padding: 10px;
		/*border-left: 1px dotted #84a0cf;
		border-right: 1px dotted #84a0cf;
		/*min-height: 400px;*/
		font-size: 13px;
	}
	
	#global.int #contentRight {
		width: 220px;
		min-height: 600px;
		margin: 0 20px 0 30px;
		padding: 28px 10px 10px 10px;
	}
	
	#global.int #contentRight .box h3 {
		display: block; 
		height: 40px;
	}
	
	#contentRight p {
		margin-bottom: 10px;
	}
	
	#contentRight a,
	#contentRight a:link,
	#contentRight a:visited,
	#contentRight a:active {
		color: #84a0cf;
	}
	
	#contentRight a:hover {
		color: #336699;
	}
	
		#contentRight a.linkBlue,
		#contentRight a.linkBlue:link,
		#contentRight a.linkBlue:visited,
		#contentRight a.linkBlue:active {
			color: #84a0cf;
		}
		
		#contentRight a.linkBlue:hover {
			color: #336699;
		}
	
	/* ----- * /Contenu de droite * ----- */
	
	
	/* ----- * Contenu principal * ----- */
	
	#contentMain {
		font-size: 13px;
		overflow: hidden;
		padding-top: 10px;
	}
	
		#contentMain p.largerFontSize {
			font-size: 15px;
		}
	
	.headerP { font-size: 16px; color: #cccaca; padding-top: 10px; font-weight: bold; }
	#contentMain p.headerP { font-size: 16px; color: #cccaca; padding-top: 10px; font-weight: bold;}
	
	#global.int #contentMain h2 {
		margin-bottom: 10px;
		font-size: 17px;
	}
	
	#global #contentMain a,
	#global #contentMain a:visited,
	#global #contentMain a:active {
		color: #84a0cf;
	}
	
	#global #contentMain a:hover {
		color: #336699;
	}
	
	#global.int #contentMain a,
	#global.int #contentMain a:visited,
	#global.int #contentMain a:active {
		color: #84a0cf;
	}
	
	#global.int #contentMain a:hover {
		color: #336699;
	}
	
		#global #contentMain a.linkBlue,
		#global #contentMain a.linkBlue:link,
		#global #contentMain a.linkBlue:visited,
		#global #contentMain a.linkBlue:active {
			color: #84a0cf;
		}
		
		#global #contentMain a.linkBlue:hover {
			color: #336699;
		}
	
	#global.int #contentMain p,
	#contentMain p {
		margin-bottom: 10px;
	}
	
	#contentMain ul {
		margin-bottom: 10px !important;
	}
	
	#contentMain ul li {
		margin-left: 15px;
	}
	
	/* ----- * /Contenu principal * ----- */
	
	
	/* ----- * Contenu sur deux colonnes * ----- */
	
	#contentMain div.contentTwoCols div.left,
	#contentMain div.contentTwoCols div.right {
		width: 47%;
		float: left;
		overflow: hidden;
	}
	
	#contentMain div.contentTwoCols div.right {
		float: right;
	}
	
	/* ----- * /Contenu sur deux colonnes * ----- */
	
	
	/* ----- * Fil d'ariane * ----- */
	
	#breadcrump {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 0;
		position: relative;
		top: -14px;
	}
	
	/* ----- * /Fil d'ariane * ----- */
	
	/* ----- * MailFormPlus * ----- */
	
	#mailformplus input,
	#mailformplus select,
	#mailformplus textarea {
		font-size: 11px;
	}
	
	#mailformplus div.errorList {
		margin: 5px 0;
		margin-bottom: 10px;
	}
	
	#mailformplus div.errorList div.title {
		font-weight: bold;

	}
	
	#mailformplus div.errorList ul li {
		color: #cc3300;
	}
	
	#mailformplus ul {
		list-style: none;
	}
	
	#mailformplus ul li {
		padding: 2px 0;
		margin: 0;
	}
	
	#mailformplus ul li label {
		float: left;
		width: 120px;
		display: block;
	}
	
	#mailformplus ul li select.textInput {
		width: 176px;
	}
	
	#mailformplus ul li textarea.textInput {
		height: 100px;
		width: 320px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		overflow: auto;
	}
	
	#mailformplus ul li input.submitInput {
		
	}
	
	#mailformplus ul li input.submitInput2 {

	}
	
	/* ----- * /MailFormPlus * ----- */
	
	
	/* ----- * Envoyer à un ami * ----- */
	
	#tipAfriend fieldset ul {
		list-style-type: none;
		margin-top: 20px;
	}
	
	#tipAfriend fieldset ul li {
		margin-left: 0;
		padding: 2px 0;
	}
	
	#tipAfriend fieldset ul li textarea.textInput {
		height: 100px;
		width: 320px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		overflow: auto;
	}
	
	/* ----- * /Envoyer à un ami * ----- */
	
	
	/* ----- * FCE Membre Equipe * ----- */
	
	#contentMain .teamMemberContainer {
		margin-bottom: 20px;
	}
	
	#contentMain .teamMemberContainer img {
		float: left;
		margin-right: 15px;
	}
	
	#contentMain .teamMemberContainer .teamMemberDetails {
		overflow: hidden;
	}
	
	#contentMain .teamMemberContainer .teamMemberDetails dd {
		padding: 1px 0;
	}
	
	#contentMain .teamMemberContainer .teamMemberDetails .teamMemberName {
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	/* ----- * /FCE Membre Equipe * ----- */
	
	/* ----- * tt_news * ----- */
		
		/* ----- * LATEST * ----- */
		
		#contentLeft .news-latest-item .news-latest-header h3 a,
		#contentLeft .news-latest-item .news-latest-header h3 a:visited,
		#contentLeft .news-latest-item .news-latest-header h3 a:active {
			font-size: 14px;
			font-weight: bold;
			color: #84a0cf;
			font-size: 14px;
			/*border-bottom: 1px dotted #84a0cf;*/
			padding: 4px 0;
			margin-bottom: 10px;
			text-decoration: none;
		}
		
		#contentLeft .news-latest-item .news-latest-header h3 a:hover {
			color: #336699 !important;
		}
		
		#contentLeft .news-latest-item .news-latest-summary a p,
		#contentLeft .news-latest-item .news-latest-summary a:visited p,
		#contentLeft .news-latest-item .news-latest-summary a:active p {
			color: #7d7b7c;
		}
		
		/* ----- * /LATEST * ----- */
		
		/* ----- * LIST * ----- */
		
		#contentMain .news-list-item {
			margin-bottom: 25px;
		}
		
		#contentMain .news-list-item .news-list-header {
			margin-bottom: 6px;
		}
		
		#contentMain .news-list-item .news-list-header .news-list-title a:link,
		#contentMain .news-list-item .news-list-header .news-list-title a:visited,
		#contentMain .news-list-item .news-list-header .news-list-title a:active {
			color: #84a0cf !important;
			font-size: 14px !important;
			font-weight: bold;
			/*padding-left: 10px;
			background: url(../images/puce.gif) no-repeat 0 50%;*/
		}
		
		#contentMain .news-list-item .news-list-header .news-list-title a:hover {
			color: #336699;
		}
		
		#contentMain .news-list-item .news-list-header .news-list-title {
			font-size: 14px !important;
			font-weight: bold;
			/*padding-left: 10px;
			background: url(../images/puce.gif) no-repeat 0 50%;*/
		}
		
		#contentMain .news-list-item .news-list-header .news-list-date {
			/*color: #84a0cf;*/
		}
		
		#contentMain .news-list-item .news-sumarry {
			line-height: 18px;
		}
		
		#contentMain .news-list-item .titleHidden {
			display: none;
		}
		
		#contentMain .tx-ttnews-browsebox {
			width: auto;
		}
		
		#contentMain .tx-ttnews-browsebox table {
			margin: auto;
		}
		
		/* ----- * /LIST * ----- */
		
		/* ----- * SINGLE * ----- */
		
		#contentMain .news-single-item .news-single-summary .news-single-place,
		#contentMain .news-single-item .news-single-summary .news-single-date {
			font-size: 16px; color: #cccaca; padding-top: 10px; font-weight: bold;
		}
		
		#contentMain .news-single-item .news-single-summary .news-single-place p {
			margin: 0;
			display: inline;
		}
		
		#contentMain .news-single-item .news-single-summary div.summary {
			display: inline;
			font-size: 16px; color: #cccaca; padding-top: 10px; font-weight: bold;
		}
		
		#contentMain .news-single-item .news-single-summary div.summary p {
			display: inline;
		}
		
		#contentMain .news-single-item .news-single-content {
			line-height: 16px;
			margin-top: 10px;
		}
		
		#contentMain .news-single-item .news-single-files .titleHidden {
			display: none;
		}
		
		#contentMain .news-single-item .news-single-place p.bodytext {
			overflow: hidden;
			padding-left: -50px;
			position: relative;
		}
		
		/* ----- * /SINGLE * ----- */
		
	/* ----- * /tt_news * ----- */
	
	/* ----- * wng_pittet_register * ----- */
	
	#content #contentMain .tx-wngpittetregister-pi1 div.dontShow,
	#content #contentMain .tx-wngpittetregister-pi1 span.dontShow,
	#content #contentMain .tx-wngpittetregister-pi1 td.dontShow,
	#content #contentMain .tx-wngpittetregister-pi1 #wngPR_formContainer .wngPR_formMod.dontShow {
		display: none;
	}
	
		/* ----- * LIST * ----- */
		
		#contentMain div.wngPR_container {
			margin-bottom: 25px;
		}
		
		#contentMain div.wngPR_container h3 {
			border: none;
			display: inline;
			text-transform: none;
			/*padding-left: 10px;
			background: url(../images/puce.gif) no-repeat 0 52%;*/
		}
		
		#contentMain div.wngPR_container span.wngPR_h3annexe,
		#contentMain div.wngPR_container p.wngPR_title,
		#contentMain div.wngPR_container p.wngPR_label {
			font-size: 15px;
		}
		
		#contentMain div.wngPR_container p.wngPR_title,
		#contentMain div.wngPR_container p.wngPR_label {
			font-weight: bold;
			margin: 4px 0 0 0 !important;
			padding: 0;
		}
		
		#contentMain div.wngPR_container p.wngPR_title {
			color: #84a0cf;
		}
		
		#contentMain div.wngPR_container p.wngPR_summary {
			margin: 4px 0 0 0 !important;
			font-size: 14px;
		}
		
		#contentMain div.wngPR_container p.wngPR_morelink {
			margin: 4px 0 0 0;
		}
		
		/* ----- * /LIST * ----- */
		
		
		/* ----- * FORM * ----- */
		
		#wngPR_formContainer h3 {
			text-transform: none;
			font-weight: bold;
			color: #7b7d7c;
			font-size: 12px;
			border-bottom: none;
		}
		
		#wngPR_formContainer #wngPR_navigation .wngPR_mandatory {
			margin-left: -300px;
			float: left;
		}
		
		#wngPR_formContainer #wngPR_tableContainer.wngPR_tableContainer {
			overflow-x: scroll;
		}
		
		#wngPR_formContainer #wngPR_tableContainer.wngPR_tableContainer table {
			width: 1000px;
		}
		
		#wngPR_formContainer h4 {
			margin: 20px 0 10px 0;
		}
		
			/* ----- * MODULES * ----- */

			#contentMain #wngPR_formContainer .wngPR_formMod {
				display: table-cell;
				width: 38px;
				height: 43px;		
				border-top: 1px dotted #7d7b7c;
				padding: 0 5px 5px 5px;
				background: url(../images/help.jpg) no-repeat 50% 80%;
				text-align: center;
			}
			
			#contentMain #wngPR_formContainer .wngPR_formMod p {
				padding-top: 2px;
				font-size: 16px;
				text-align: center;
				margin-bottom: 0;
				margin-top: -10px;
			}
			
			#contentMain #wngPR_formContainer .wngPR_formMod div.wngPR_modDesc {
				display: none;
				visibility: hidden;
			}
			
				/* ----- * DESCRIPTION MODULES * ----- */
				
				#contentMain #wngPR_formContainer #wngPR_modsDescription {
					border-top: 1px dotted #7d7b7c;
					width: 273px;
					height: 56px;
					padding: 3px;
					font-size: 13px;
				}
				
				#contentMain #wngPR_formContainer #wngPR_modsDescription span.wngPR_id_desc {
					color: #84a0cf;
					font-weight: bold;
				}
				
				#contentMain #wngPR_formContainer #wngPR_modsDescription p.wngPR_title_desc {
					margin: 0;
					padding: 0;
				}
				
				/* ----- * /DESCRIPTION MODULES * ----- */
			
			/* ----- * /MODULES * ----- */
		
			/* ----- * CONTRIBUTORS * ----- */
		
			#contentMain #wngPR_formContainer .wngPR_contributor {
				display: table-row;
				min-height: 60px;
				border-top: none;
			}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_modGroup {
				height: 60px;
			}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_modCheck {
				width: 53px;
				height: 60px;
				border: 1px dotted #7d7b7c;
				border-width: 0 0 1px 0;
			}
			
				#contentMain #wngPR_formContainer .wngPR_contributor.first .wngPR_modCheck {
					border-width: 1px 0 1px 0;
				}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_modCheck.last {
				width: 45px;
				/*border-right: 1px solid #84a0cf;*/
			}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_modCheck input {
				margin: 2px 0 0 15px;
			}
			
			#contentMain #wngPR_formContainer #addModuleContrib td {
				padding: 10px 0;
			}
			
			/* ----- * /CONTRIBUTORS * ----- */
			
			/* ----- * FORMULAIRES * ----- */
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_contributorForm {
				width: 300px;
				border: 1px dotted #7d7b7c;
				border-left: none;
				border-right: none;
				border-top-width: 0;
				padding: 10px 0 10px 0;
			}
			
				#contentMain #wngPR_formContainer .wngPR_contributor.first .wngPR_contributorForm {
					border-top-width: 1px;
				}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_contributorForm ul {
				list-style: none;
				padding-left: 0;
				margin: 2px 0 0 5px;
			}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_contributorForm ul li {
				margin-left: 0;
				padding: 1px 0;
				width: 125px;
			}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_contributorForm ul li label {
				font-size: 11px;
				float: left;
				width: 50px;
				cursor: pointer;
			}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_contributorForm span.dotMandatorySelect {
				position: relative;
				left: 4px;
			}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_contributorForm ul li select {
				font-size: 11px;
				border: 1px solid #84a0cf;
				width: 111px;
			}
			
			#contentMain #wngPR_formContainer .wngPR_contributor .wngPR_contributorForm ul li .inputBox {
				font-family: Arial, Helvetica, sans-serif !important;
				border: 1px solid #84a0cf;
				font-size: 11px;
				padding: 2px;
				width: 105px;
			}
			
			/* ----- * /FORMULAIRES * ----- */
			
			/* ----- * ADRESSE DE FACTURATION * ----- */
			
			#contentMain #wngPR_formContainer #wngPR_addressBilling ul {
				list-style: none;
			}
			
			#contentMain #wngPR_formContainer #wngPR_addressBilling ul.checkbox li {
				margin: 0;
				padding: 5px 0;
			}
			
			/* ----- * /ADRESSE DE FACTURATION * ----- */
			
			/* ----- * FORM BOTTOM * ----- */
				
			#contentMain #wngPR_formBottom {
				margin-top: 10px;
			}
				
				/* ----- * FORM BOTTOM LEFT * ----- */
			
				#contentMain #wngPR_formBottom .wngPR_formBottomLeft {
					float: left;
					width: 301px;
				}
				
				#contentMain #wngPR_formBottom .wngPR_formBottomLeft ul {
					list-style: none;					
				}
				
				#contentMain #wngPR_formBottom .wngPR_formBottomLeft ul li {
					margin-left: 0;
					padding: 2px 0;
				}
				
				#contentMain #wngPR_formBottom .wngPR_formBottomLeft ul li label {
					float: left;
					width: 135px;
				}
				
				#contentMain #wngPR_formBottom .wngPR_formBottomLeft ul li .inputBox {
					width: 277px;
					border: 1px solid #84a0cf;
					padding: 2px;
					font-size: 11px;
					font-family: Arial, Helvetica, sans-serif !Important;
				}
				
				/* ----- * /FORM BOTTOM LEFT * ----- */
			
				/* ----- * FORM BOTTOM RIGHT * ----- */
				
				#contentMain #wngPR_formBottom .wngPR_formBottomLeft {
					float: left;
				}
				
				#contentMain #wngPR_formBottom .wngPR_formBottomRight ul {
					list-style: none;					
				}
				
				#contentMain #wngPR_formBottom .wngPR_formBottomRight ul li {
					margin: 0;
				}
				
				#contentMain #wngPR_formBottom .wngPR_formBottomRight .wngPR_textarea {
					border: 1px solid #84a0cf;
					width: 319px;
					height: 162px;
					margin-top: 1px;
					padding: 1px;
					font: 12px Arial, Helvetica, sans-serif;
				}
				
				/* ----- * /FORM BOTTOM RIGHT * ----- */
			
			/* ----- * /FORM BOTTOM * ----- */
			
			/* ----- * CHECKBOX * ----- */
			
			#contentMain #wngPR_formConditions {
				margin-top: 10px;
			}
			
			/* ----- * /CHECKBOX * ----- */
			
			/* ----- * BUTTONS * ----- */
			
			#contentMain #wngPR_formButtons {
				margin-top: 10px;
			}
			
			#contentMain #wngPR_formButtons .submitButtonWngPR,
			#contentMain #wngPR_formButtons .resetButtonWngPR {
				border: 1px solid #7d7b7c;
				padding: 1px;
				min-width: 80px;
			}
			
			#contentMain #wngPR_formButtons .submitButtonWngPR {
				font-weight: bold;
			}
			
			#contentMain #wngPR_formButtons .resetButtonWngPR {
				
			}
			
			/* ----- * /BUTTONS * ----- */
			
			/* ----- * NAVIGATION * ----- */
			
			#contentMain #wngPR_navigation {
				width: 420px;
				margin-left: 170px;
			}
			
			#contentMain #wngPR_navigation div.modCount {
				float: left;
				width: 70px;
				height: 20px;
				line-height: 20px;
			}
			
			#contentMain #wngPR_navigation div.arrowRightContainer {
				width: 200px;
				height: 20px;
				text-align: right;
				float: right;
			}
			
			#contentMain #wngPR_navigation div.arrowLeftContainer {
				float: left;
				width: 200px;
				height: 20px;
			}
			
			#contentMain #wngPR_navigation #arrowLeft,
			#contentMain #wngPR_navigation #arrowRight {
				font-size: 13px;
				cursor: pointer;
			}
			
			#contentMain #wngPR_navigation #arrowRight {
				
			}
			
			#contentMain #wngPR_formErrors {
				padding: 0 0 20px 0;
			}
			
			#contentMain #wngPR_formErrors #wngPR_formErrorsList {
				color: #993333;
				font-weight: bold;
				margin-top: 10px;
			}
			
			/* ----- * /NAVIGATION * ----- */ 
			
		/* ----- * /FORM * ----- */
	
	/* ----- * /wng_pittet_register * ----- */
	
	/* ----- * Résultats de recherche * ----- */
	
	#contentMain .tx-indexedsearch span.info-title {
		font-weight: bold;
		width: 50px;
		display: block;
	}
	
	#contentMain .tx-indexedsearch .tx-indexedsearch-whatis,
	#contentMain .tx-indexedsearch fieldset .tx-indexedsearch-search-submit,
	#contentMain .tx-indexedsearch fieldset .tx-indexedsearch-form {
		margin-bottom: 5px;
	}
	
	#contentMain .tx-indexedsearch ul.browsebox {
		list-style: none;
		margin-bottom: 10px;
	}
	
	#contentMain .tx-indexedsearch ul.browsebox li {
		display: inline;
		margin-left: 0;
		margin-right: 4px;
	}
	
	#contentMain .tx-indexedsearch ul.browsebox li a {
		text-decoration: none;
	}
	
	#contentMain .tx-indexedsearch .tx-indexedsearch-res-item {
		margin-bottom: 25px;
	}
	
	#contentMain .tx-indexedsearch .tx-indexedsearch-res-item ul {
		list-style: none;
	}
	
	#contentMain .tx-indexedsearch .tx-indexedsearch-res-item ul li {
		margin-left: 0;
		margin-right: 15px;
	}
	
	/* ----- * /Résultats de recherche * ----- */
	
/* ----- * /Contenu * ----- */


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

#footer {
	background: url(../images/backgrounds/footer.jpg) no-repeat 0 0;
	min-height: 48px;
	height: 48px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
}

#footer p,
#footer a {
	font-size: 1.1em;
	color: #7d7b7c;
}

#footer p {
	margin: 0;
	border-top: 1px dotted #7d7b7c;
	padding-top: 10px;
	padding-left: 20px;
}

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

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer #powered a:link,
#footer #powered a:visited,
#footer #powered a:active {
	color: #dddddd;
}

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