/*
 * Copyright 2010 WnG Solutions Sàrl, all rights reserved
 *
 * WnG Solutions - Rue Marterey 5 - CH-1005 Lausanne
 * Tel +41 21 320 11 11 - Fax +41 21 320 11 10
 * http://www.wng.ch/ - info[at]wng[dot]ch
 */

/* Feuille de styles principale */


/*
 * !!! Attention: cette partie ne doit pas être modifiée !!!
 * ----- * RESET * -----
 */

/*
 * Remet à zéro les styles par défaut des différents navigateurs.
 * http://covertprestige.info/css/base-stylesheet/
 */

/* Général */
html { font-size: 100%; overflow-y: scroll; }
body { margin: 0; padding: 0; font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; font-size: .8em; line-height: 1.3; color: #000000; background: #ffffff; }

/* Titres */
h1, h2, h3, h4, h5, h6 { margin: 5px 0 2px 0; line-height: 1.2; font-weight: bold; font-style: normal; }
h1 { font-size: 1.75em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }

/* Listes */
ul, ol { margin: 5px 0 5px 32px; padding: 0; }

/* Paragraphes */
p { margin: 2px 0; }
address { margin: 2px 0; font-style: normal; }

/* Liens */
a { text-decoration: underline; }
a:link { color: #1111cc; }
a:visited { color: #333399; }
a:hover, a:focus, a:active { color: #0000ff; }
a:active { outline: none; }
a img { border: none; }

/* Divers */
em { font-style: italic; }
strong { font-weight: bold; }
sup, sub { line-height: 0; }

/* Formulaires */
form, fieldset { margin: 0; padding: 0; border: none; }
input, button, select { vertical-align: middle; }

/* Abréviations */
abbr[title] { border-bottom: 1px dotted; cursor: help; }

/* Citations */
blockquote { margin: 2px 0 2px 20px; padding: 0 0 0 10px; border-left: solid 2px #dddddd; }
q, cite { font-style: italic; }
q cite, q q { font-style: normal }
q { quotes: none; }
q:before, q:after { content: ""; }

blockquote p, li p { margin: 1px 0; }

/* Listes de définition */
dl { margin: 2px 0; }
dt { margin: 2px 0 0 0; font-weight: bold; }
dd { margin: 1px 0 1px 32px; }

/* Tableaux */
table { margin: 0; border: 1px solid #666666; border-collapse: collapse; border-spacing: 0; }
table td, table th { padding: 4px; border: 1px solid #ccc; vertical-align: top; }

/* HTML 5 */
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu { display: block; }

/*
 * ----- * /RESET * -----
 * !!! Edition uniquement à partir de cette ligne !!!
 */


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

	/* ----- * Balises principales * ----- */
	
	body {
		background: url(../images/bg_body.jpg) repeat-x scroll left top #b8c1ca;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 65.5%;
		line-height: 1.6em;
	}
	
	a:link, a:visited {
		color: #777777;
		text-decoration: underline;
	}
	
	a:hover, a:active {
		color: #009651;
	}
	
	/* ----- * /Balises principales * ----- */
	
	
	/* ----- * Titres * ----- */
	
	h1 {
		font-size: 2em;
		margin-bottom: 20px;
	}
	
	h2 {
		font-family: 'Eurostile', Arial, Helvetica, sans-serif;
		font-size: 2.0em;
		font-weight: bold;
		color: #009651;
		padding: 20px 0 10px 0;
		margin: 0;
	}
	
	h3 {
		font-size: 1.4em;
		color: #009651;
		padding: 12px 0 4px 0;
	}
	
	h4 {
		font-size: 1.2em;
	}
	
	h5 {
		font-size: 1em;
	}
	
	p {
		text-align: justify;
		margin: 0;
	}
	
	/* ----- * /Titres * ----- */
	
	
	/* ----- * Utilitaires * ----- */

	.spacer {
		clear: both;
		font-size: 0;
	}

	.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 * ----- */
	
/* ----- * /Générique * ----- */


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

#global {
	margin: 0 auto;
	width: 948px;
}

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


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

#banner {
	height: 120px;
	margin-right: 43px;
	position: relative;
}

#banner h1 {
	margin: 0;
	padding: 0;
	clear: left;
	float: left;
	padding-top: 27px;
}

#banner h1 a {
	display: block;
	width: 538px;
	height: 50px;
	background-image: url(../images/fr/logo_slogan.jpg);
}

#banner h1 a:hover {
	cursor: pointer;
}

.de #banner h1 a {
	background-image: url(../images/de/logo_slogan.jpg);
}

.it #banner h1 a {
	background-image: url(../images/it/logo_slogan.jpg);
}

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

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

	#accessKeys ul {
		margin: 0;
		margin-top: 3px;
		padding: 0;
		float:left;
		
	}
	
	#accessKeys li {
		display: inline;
		padding-right: 5px;
	}
	
	#accessKeys a:link,
	#accessKeys a:visited,
	#accessKeys a:hover,
	#accessKeys a:active {
		text-decoration: none;
		color: #ffffff;
		cursor: default;
	}
	
	#accessKeys a:focus {
		color: #000000;
	}

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


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

	#tools {
		color: #c4c3c3;
		font-size: 1.3em;
		padding: 3px;
		text-transform: uppercase;
		position: absolute;
		right: 0;
		top: 7px;
	}
	
	#tools #menuLang span {
		color: #009651;
		font-weight: bold;
	}
	
	#tools #menuLang a:link,
	#tools #menuLang a:visited {
		text-decoration: none;
		color: #c4c3c3;
		font-weight: bold;
	}
	
	#tools #menuLang a:hover,
	#tools #menuLang a:active,
	#tools #menuLang a.menuOn {
			color: #009651 !important;
	}

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

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


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

#menuMain {
	height: 36px;
	margin-right: 40px;
	margin-left: 0;
	padding: 0 3px;
	background: transparent url(../images/bg_menumain_grey.jpg) 10px 0 no-repeat;
}

	#menuMainCornerRight {
		background: transparent url(../images/bg_menumain_right.jpg) top right no-repeat;
		height: 36px;
		margin-left: 0;
		margin-right: 0;
	}

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

#menuMain ul li {
	display: inline;
}

#menuMain ul li a {
	float: left;
	display: block;
	margin-right: 1px;
	padding: 0 16px;
	background: transparent url(../images/bg_menumain_green.png) top left repeat-x;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	height: 36px;
}

#menuMain ul li a:hover,
#menuMain ul li.menuOn a {
	background-image: none;
}

#menuMain ul li a span {
	display: block;
	height: 36px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#menuMain ul li a:hover span,
#menuMain ul li.menuOn a span {
	background-position: bottom left;
}

	#menuMain ul li#menu_01 a,
	#menuMain ul li#menu_01 a:link,
	#menuMain ul li#menu_01 a:visited {
		padding-left: 20px;
		background: transparent url(../images/bg_menumain_left.jpg) bottom left no-repeat;
	}

	#menuMain ul li#menu_01 a:hover,
	#menuMain ul li#menu_01 a:active,
	#menuMain ul li#menu_01.menuOn a:link,
	#menuMain ul li#menu_01.menuOn a:visited,
	#menuMain ul li#menu_01.menuOn a:hover,
	#menuMain ul li#menu_01.menuOn a:active {
		padding-left: 20px;
		background-position: top left;
		/*background: transparent url(../images/bg_menumain_left_on.png) top left no-repeat !important;*/
	}

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


#linkVaudoise {
	float: right;
	left: -3px;
	position: relative;
	top: -20px;
	width: 43px;
}

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

#content {
	background: none repeat scroll 0 0 transparent;
}

	/* ----- * Contenu de gauche * ----- */
	
	#contentLeft {
		float: left;
		width: 200px;
		background-color: #ff9900;
	}

	#contentLeft ul {
		margin-left: 0;
		list-style: none;
	}
	
	#contentLeft a {
		display: block;
		padding: 3px 5px;
		text-decoration: none;
	}
	
	#contentLeft a:hover,
	#contentLeft .menuOn a {
		background-color: #ff3366;
	}

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

	#contentRight {
		float: right;
		width: 170px;
		padding: 15px;
		background-color: #ffccff;
	}
	
	/* ----- * /Contenu de droite * ----- */
	
	
	/* ----- * Contenu principal * ----- */

	#contentMain {
		background: url(../images/bg_content_main.png) repeat-y scroll left top transparent;
		overflow: hidden;
		padding: 0 3px;
	}
	
	#contentMain p {
		font-size: 1.2em;
		padding: 4px 0 8px 0;
		color: #777777;
	}
	
	#contentMain ul {
		list-style: square;
		padding: 4px 0 8px 0;
		margin: 0;
	}
	
	#contentMain ul li {
		font-size: 1.2em;
		margin-left: 30px;
		color: #777777;
	}
	
	#contentMain a {
		color: #777777;
		text-decoration: underline;
	}
	
	#contentMain a:hover {
		color: #009651;
	}
	
	#contentMain .buttonWrapper {
		padding: 2px 4px;
		border: 1px #c9c9c9 solid;
		background: #e1dfe0 url(../images/bg_form_submit.jpg) top left repeat-x;
		text-decoration: none;
		color: #777777;
	}
	
		#contentMain .buttonWrapper:hover {
			color: #777777;
		}
	
		#contentMainInner {
			background: url(../images/bg_content_inner.jpg) repeat-x scroll left bottom transparent;
			padding: 0;
			overflow: hidden;
		}
		
		#contentMainInnerPadding {
			background: url(../images/bg_content_inner.jpg) repeat-x scroll left bottom transparent;
			min-height: 400px;
			padding: 20px 40px;
			overflow: hidden;
		}
		
		#contentMain .colLeft {
			width: 47%;
			float: left;
			overflow: hidden;
		}
		
		#contentMain .colRight {
			width: 47%;
			float: right;
			overflow: hidden;
		}
		
		#contentMain .colBorderTop {
			background: url(../images/bg_colcatcher_top.png) no-repeat scroll left top transparent;
			height: 6px;
			width: 334px;
		}
		
		#contentMain .colCatcher {
			background: url(../images/bg_colcatcher_main.png) repeat-y scroll left top transparent;
			padding: 0 20px 15px 20px;
			width: 294px;
		}
		
		#contentMain .colCatcher .csc-header h2 img {
			margin: auto;
			display: block;
		}
		
		#contentMain .colBorderBottom {
			background: url(../images/bg_colcatcher_bottom.png) no-repeat scroll left top transparent;
			height: 6px;
			width: 334px;
		}

	
	/* ----- * /Contenu principal * ----- */
	
#content div.spacer.contentFooter {
	background: url(../images/bg_content_footer.png) no-repeat scroll left top transparent;
	height: 7px;
	margin-bottom: 7px;
}

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

/* ----- * contentCatcher * ----- */

#contentCatcher {
	margin-bottom: 5px;
}

#contentCatcher ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contentCatcher ul li {
	float: left;
	margin-right: 7px;
}

#contentCatcher ul li a:hover,
#contentCatcher ul li a img:hover {
	cursor: pointer;
}

/* ----- * /contentCatcher * ----- */

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

#footer {
	color: #7E7E7E;
	margin-right: 43px;	
}

#footer p,
#footer a {
	font-size: 1.2em;
	color: #7e7e7e;
}

#footer p {
	margin: 5px 0;
}

#footer a {
	text-decoration: none;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
}

#footer .right {
	float: right;
}

#footer .left {
	float: left;	
}

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

/* ----- * /MISC * ----- */

iframe {
	border: 0;	
}

/* ----- * /MISC * ----- */