/*

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


 *****************************************************************
 *                                                               *
 *               Copyright 2008 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 {
		height: 100%;
	}

	body {
		font: 62.5%/1.6em Arial, Verdana, Helvetica, sans-serif;
		color: #333333;
		background: url('../images/background.gif') no-repeat;
	}
	
	/* ----- * /Balises principales * ----- */
	
	
	/* ----- * Utilitaires * ----- */
	
	.spacer {
		clear: both;
		font-size: 0;
		height:12px;
	}
	
	.hideMe {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	
	.floatL { float: left; }
	.floatR { float: 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; }

	/* ----- * /Utilitaires * ----- */
	
	
	/* ----- * Titres * ----- */
	
	h1 {
		font-size: 2em;
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 1.8em;
	}
	
	h3 {
		font-size: 1.6em;
		background-image:url(../images/background_h3.png);
		padding:3px;
		padding-left:7px;
		text-transform:uppercase;
	}
	
	h4 {
		font-size: 1.4em;
	}
	
	h2,
	h4 {
		color: #2aa86d;
	}
	
	p {
		padding:6px;
	}
	
	ul {
		padding:6px;
		list-style: none;	
	}
	
	ul a {
		font-weight:bold;
	}
		
	a {
		color:#2aa86d;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	input {
		border:1px solid #009966;
	}
	/* ----- * /Titres * ----- */
			
/* ----- * /Générique * ----- */


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

#global {
	width: 924px;
	margin: 45px 0 0 56px;
}

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


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

#banner {
	height: 133px;
	margin-left:5px;
}

#banner h1 {
	float: left;
}

#banner h1 a {
	width: 235px;
	height: 44px;
	display: block;
	background: url('../images/logo.gif') no-repeat;
	margin-right: 60px;
}

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

	/* ----- * Slogan * ----- */
	
	#slogan {
		float: left;
		margin-top: 18px;
	}
	
	#slogan h2 {
		color: #2aa86d;
		line-height: 18px;
		font-weight: normal;
		margin-bottom: 2px;
		text-transform: uppercase;
	}
	
	#slogan h2 strong {
		line-height: 20px;
	}
	
	#slogan h2 .little {
		font-size: 12px;
	}
	
	/* ----- * /Slogan * ----- */

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


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

#content {
	margin-left:10px;
	font-size: 1em;
	margin-bottom:6px;
}

.contentBox {
	margin:0 0 6px 0;
	text-align:justify;
	border: 1px #dcdcdc solid;
	background: url('../images/background_blanc.png');
	padding-bottom:6px;
}
.contentBox a {
	 color:#2aa86d;
	 font-weight:bold;
}
.content a:visited {
	color:#2aa86d;
}

	/* ----- * Contenu de gauche * ----- */
	
	#contentLeft {
		width: 285px;
		text-align: right;
		float:left;
	}
	
	#contentLeft a {
		list-style: none;
		font-weight:bold;
		font-size:1.2em;
	}
	
	#contentLeft h4 {
		margin: 0 0 10px 0;
		font-size: 1.2em;
		text-transform: uppercase;
	}
	

		/* ----- * Videos * ----- */
		
		#contentLeft .separator {
			margin-bottom: 4px;
		}
	
		#contentLeft .videoLink {
			padding: 2px 0 1px 0;
			display: inline;
			background: url('../images/background_vert.png');
		}
		
		#contentLeft .videoLink a,
		#contentLeft .videoLink span {
			padding: 0 3px 0 10px;
		}
		
		#contentLeft .videoLink a {
			color: #444444;
			font-size: 1.2em;
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
		}
		
		#contentLeft .videoLink span {
			color: #686e6d;
			font-style: italic;
		}

		/* ----- * /Videos * ----- */
	

		/* ----- * Footer * ----- */
		
		#contentRightFooter ul,
		#contentRightFooter li {
			list-style: none;
			text-align: left;
		}
		
		#contentRightFooter ul.footer li a {
			color: #2aa86d;
			margin: 2px 2px 0 0;
		}

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

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

	#contentRight {
		width: 182px;
		float:left;
		margin-left:6px;
	}
	
	/* ----- * /Contenu de droite * ----- */
	
	
	/* ----- * Contenu principal * ----- */
	#contentMain {
		width: 434px;
		float: left;
		margin-left: 6px;
	}
	
	#contentMain h4 {
		padding-left: 6px;
	}
	
	/* ----- * /Contenu principal * ----- */

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


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

#footer {
	width: 730px;
	text-align: right;
}

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