/*

__        __      ____   ____        _       _   _                 
\ \      / / __  / ___| / ___|  ___ | |_   _| |_|_| ___  _ __  ___ 
 \ \ /\ / / '_ \| |  _  \___ \ / _ \| | | | | __| |/ _ \| '_ \/ __|
  \ 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: 62.5%/1.6em Arial, Helvetica, sans-serif;
		color: #ffffff;
		background-color: #ffffff;
	}
	
	/* ----- * /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; }
	.clearR { clear: right; }
	
	.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; }
	
	.noCursor {
		cursor: default;
	}
	
	.twoCols-1 {
		width: 50%;
		float: left;
		margin-right: 20px;
	}
	
	.twoCols-2 {
		overflow: hidden;
	}
	
	.threeCols-1 {
		width: 30%;
		float: left;
		margin-right: 20px;
	}
	
	.threeCols-2 {
		width: 30%;
		float: left;
		overflow: hidden;
		margin-right: 20px;
	}
	
	.threeCols-3 {
		width: 30%;
		overflow: hidden;
	}
	
	.pictoArrow span {
		margin-top: 4px;
		display: block;
		float: left;
		width: 15px;
		height: 11px;
		background: transparent url(../images/icon_arrow.png) 0% 0% no-repeat;
		font-size: 1px;
	}

	/* ----- * /Utilitaires * ----- */
	
	
	/* ----- * Titres * ----- */
	
	h1 {
		font-size: 2em;
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 1.6em;
		font-weight: normal;
		line-height: 25px;
	}
	
	h3 {
		font-size: 1.3em;
	}
	
	h4 {
		font-size: 1.2em;
	}
	
	/* ----- * /Titres * ----- */
			
/* ----- * /Générique * ----- */


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

#global {
	width: 100%;
	margin: 0;
}

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


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

#banner {
	position: relative;
	height: 110px;
	background: #cecece url(../images/bg_header.png) top left repeat-x;
}

#banner h1 {
	margin:  0 0 0 26px;
	float: left;
	background: transparent url(../images/bg_logo.gif) top left no-repeat;
	height: 110px;
}

#banner h1 a {
	display: block;
	width: 160px;
	height: 90px;
	margin-top: 20px;
}

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

	/* ----- * 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: #ffffff;
		cursor: default;
	}
	
	#accessKeys ul li a:focus {
		color: #000000;
	}

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


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

	#tools {
		position: absolute;
		right: 0;
		top: 0;
		padding: 3px;
		color: #ffffff;
		background-color: #cc0000;
	}

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

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


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

#menuMain {
	height: 42px;
	background: transparent url(../images/bg_menu_main.gif) top left repeat-x;
}

#menuMain ul {
	list-style: none;
	padding-left: 18px;
}

#menuMain ul li {
	display: inline;
	float: left;
}

#menuMain ul li a {
	float: left;
	padding: 0 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 42px;
	font-size: 15px;
	color: #ffffff;
	background: transparent url(../images/bg_menu_main_sep.gif) top left no-repeat;
	display: block;
}

	#menuMain ul li.first a {
		background-image: none;
	}

#menuMain ul.menuSub {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 182px;
	background: transparent url(../images/bg_menu_sub.png) top left repeat;
	padding-left: 0;
}

#menuMain ul.menuSub li {
	display: block;
	float: none;
}

#menuMain ul.menuSub li a,
#menuMain ul.menuSub li a:link,
#menuMain ul.menuSub li a:visited {
	float: none;
	padding: 2px 0 2px 12px;
	border-top: 2px #ffffff solid;
	color: #000000;
	background-image: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 20px;
}

#menuMain ul.menuSub li.menuOn a {
	color: #deb100;
	background-color: transparent;
}

#menuMain ul.menuSub li a:hover,
#menuMain ul.menuSub li a:active,
#menuMain ul.menuSub li.menuOn a:hover,
#menuMain ul.menuSub li.menuOn a:active {
	background-color: #ffffff;
	cursor: pointer;
}
	
	#menuMain ul.menuSub li.first a {
		border-top: none;
	}

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


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

#content {
	background-color: #0e1f2f;
}
	
	
	/* ----- * Visuel * ----- */
	
	#visuel {
		width: 960px;
		background: transparent url(../images/bg_visuel.gif) bottom left repeat-x;
		padding-bottom: 30px;
	}
	
	#visuelRealisations {
		
	}
	
		#visuelRealisations.floatL {
			padding-bottom: 0;
			padding-right: 50px;
			margin-bottom: -42px;
		}
	
	/* ----- * /Visuel * ----- */
	
	
	/* ----- * Contenu principal * ----- */
	
	#contentMainWrap {
		width: 960px;
	}
	
	#contentMain {
		min-height: 250px;
		padding: 30px 20px 0 30px;
		font-size: 1.2em;
		overflow: hidden;
	}
	
	#contentMain h2 {
		text-transform: uppercase;
		padding-bottom: 18px;
	}
	
		.index #contentMain h2.floatL {
			padding: 5px 20px 0 0;
		}
	
	#contentMain h3 {
		text-transform: uppercase;
		font-weight: normal;
		padding: 10px 0 4px 0;
	}
	
	#contentMain h4 {
		padding: 8px 0 2px 0;
	}
	
	#contentMain p {
		padding: 4px 0 8px 0;
		line-height: 20px;
	}
	
		.index #contentMain p.floatL {
			padding-right: 20px;
		}
	
	#contentMain ul {
		margin: 10px 0;
		padding-left: 30px;
	}
	
		#contentMain ul.noStyle {
			padding-left: 0;
			list-style-type: none;
		}
		
		#contentMain ul.noMargins {
			margin: 0;
		}
	
	#contentMain ul li {
		padding: 2px 0;
	}
	
	#contentMain .gallery {
		margin-top: 20px;
	}
	
	#contentMain .gallery li {
		margin: 0 15px 30px 0;
		width: 155px;
	}
	
	#contentMain .gallery img {
		border: 2px #ffffff solid;
	}
	
	#contentMain a {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#contentMain a:hover {
		text-decoration: none;
	}
	
	#contentMain a.orange {
		color: #fe7d1a;
	}
	
	#contentMain a.orangeMini {
		color: #fe7d1a;
		font-size: 10px;
		text-decoration: none;
		font-weight: bold;
		text-align: right;
		margin-left: 175px;
	}
	
		#contentMain a.pictoArrow {
			color: #fe7d1a;
			font-size: 1.3em;
			text-decoration: none;
		}
		
		#contentMain a.pictoArrow:hover {
			color: #ffffff;
		}
	
		#contentMain a.pictoArrow:hover span {
			background-position: 0% 100%;
		}
		
		#contentMain a.noStyle {
			text-decoration: none;
		}
	
	#contentMain #mapFlash {
		position: relative;
		float: left;
		margin-left: -30px;
	}
	
	.realisations #contentMain em {
		display: block;
		
		width: 188px;
		margin-left: 200px;
		padding: 30px 5px 10px 15px;
		font-size: 1.3em;
		font-weight: normal;
		color: #0e1f2f;
		background: #fe7d1a url(../images/icon_arrow_bulle.png) top left no-repeat;
	}
	
		/* ----- * Formulaires * ----- */
		
		#contentMain fieldset ul {
			padding-left: 0;
			list-style: none;
		}
		
			#contentMain fieldset ul.floatL {
				padding-right: 100px;
			}
		
		#contentMain fieldset ul li {
			padding: 6px 2px;
		}
		
		#contentMain fieldset input.text {
			width: 180px;
			padding: 2px;
			color: #333333;
		}
		
			#contentMain fieldset input.text.small {
				width: 40px;
			}
			
			#contentMain fieldset input.text.medium {
				width: 133px;
			}
		
		#contentMain fieldset input.button {
			background: transparent;
			color: #ffffff;
			text-transform: uppercase;
			border: 0;
			border-bottom: 1px #ffffff solid;
		}
		
		#contentMain fieldset textarea {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			padding: 2px;
			color: #333333;
			width: 340px;
		}
		
		#contentMain fieldset ul.error {
			margin: 2px 0;
			padding-left: 30px;
			list-style: disc;
			color: #fe7d1a;
		}
		
		#contentMain fieldset ul.error li {
			padding: 0;
		}
		
		/* ----- * /Formulaires * ----- */
		
		
		/* ----- * Flash de défillement des logos "Ils nous font confiance" * ----- */
		
		#scrollingLogos {
			border: 2px #ffffff solid;
			padding: 0px;
		}
		
		/* ----- * /Flash de défillement des logos "Ils nous font confiance" * ----- */
	
	/* ----- * /Contenu principal * ----- */
	
	
	/* ----- * Logo SGS * ----- */
	
	#innerFooter {
		text-align: right;
		float: right;
		padding: 0 30px 20px 0;
		margin-top: -50px;
		position: relative;
	}
	
	/* ----- * /Logo SGS * ----- */
	
/* ----- * /Contenu * ----- */


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

#footer {
	height: 110px;
	background: #ffffff url(../images/bg_footer.png) top left repeat-x;
}

#footer p,
#footer a {
	font-size: 1.0em;
}

#footer p {
	padding: 3px;
	text-align: right;
}

#footer a {
	font-size: 1.0em;
	text-decoration: none;
	color: #878787;
}

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