/*
 * 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: #4178d3; }

/* 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-color: #4178d3;*/
	}
	
	/* ----- * /Balises principales * ----- */
	
	
	/* ----- * 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; }

	.contentWrap { width: 950px; margin: 0 auto; }
	
	.ajaxLoader {
		float: left;
		background: url(../images/ajax/ajax-loader.gif) no-repeat 0 0;
	}
	
	.loginErrorMessage {
		position: absolute;
		top: 0;
		width: 300px;
		margin-left: 300px;
		padding: 5px;
		border: 1px #d66c68 solid;
		border-top: 0;
		background-color: #f6d3cf;
	}
	
	/* ----- * /Utilitaires * ----- */
	
/* ----- * /Générique * ----- */


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

#global {
	margin: 0 auto;
}

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


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

#banner {
	position: relative;
	margin:0 auto;
}

	/* ----- * Liens d'accessibilité * ----- */
	
	#accessKeys {
		position: absolute;
		top: 100px;
	}

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

	/* ----- * /Liens d'accessibilité * ----- */
	
	
	/* ----- * Header * -----*/
	
	#header {
		background: #ffffff url(../images/bgBlueHeader.png) repeat-x 0 0;
		height: 99px;
	}
	
		/* ----- * Onglet Login * ----- */
		
		#login {
			width: 150px;
			height: 44px;
			position: absolute;
			z-index: 1001;
			float: left;
		}
		
		#loginLeft {
			position: relative;
			height: 44px;
			background: url(../images/connectionLeft.png) no-repeat 0 0;
			float: left;
			margin-top: -1px;
			width:13px;
			z-index: 999;
		}
		
		#loginCenter {
			position: relative;
			height: 44px;
			background: url(../images/bgConnection.png) repeat-x 0 0;
			line-height: 35px;
			text-align: center;
			color: #ffffff;
			float: left;
			font-size: 18px;
			margin-top: -1px;
			z-index: 999;
		}
		
		#loginCenter a {
			color: #ffffff;
			text-decoration: none;
			line-height: 49px;
			outline: none;
		}
		
		#loginRight {
			position: relative;
			margin: 0;
			padding: 0;
			height: 44px;
			background: url(../images/connectionRight.png) no-repeat 0 0;
			float: left;
			width: 13px;
			margin-top: -1px;
			z-index: 990;
		}
		
		/* ----- * /Onglet Login * ----- */
		
		
		/* ----- * Formulaire de connexion * ----- */
	
		#connection {
			height: 83px;
			padding-top: 5px;
			background: url(../images/bgGreenHeader.png) repeat-x 0 0;
			display: none;
		}
		
		#connection .marginBottomMini {
			padding-bottom: 5px;
		}
		
		#connection form #formConnexionV3 fieldset{
			float: left;
			margin-right: 5px;
			color: #4178d3;
		}
		
		#connection ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#connection li {
			float: left;
			margin: 0;
			padding: 0;
		}
		
		#connection li label {
			float: none;
			display: block;
		}
		
		#connection li input.text {
			width: 120px;
		}
		
		#connection input.image {
			width: 44px;
			height: 26px;
		}
		
		/* ----- * /Formulaire de connexion * ----- */
		
		
		/* ----- * Menu de langues * ----- */
	
		#menuLang {
			float: left;
			z-index: 995;
			margin: 12px 15px 0 0;
			color: #ffffff;
		}
		
		#menuLang ul {
			float: left;
			text-align: left;
		}
		
		#menuLang ul li {
			list-style: none;
			display: block;
			float: left;
			padding-right: 10px;
		}
		
		#menuLang ul li a {
			color: #b8d54a;
		}
		
		/* ----- * /Menu de langues * ----- */
		
		
		/* ----- * Images de l'en-tête * ----- */
	
		#presentation {
			position: relative;
			padding: 0;
			height: 414px;
			background: #ffffff;
			z-index: 1000;
		}
		
		#mailtooDetail {
			position: relative;
			float: left;
			margin: 50px 0 0 0;
			padding: 0;
		}
		
		#mailtooBox {
			position: relative;
			margin-top: -75px;
			padding: 0;
			float: right;
		}
	
		/* ----- * Images de l'en-tête * ----- */
		
	/* ----- * /Header * ----- */
	
/* ----- * /Bannière * ----- */

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

#menuMain {
	height: 67px;
	background: url(../images/bgMenu.png) repeat-x 0 0;
}

#menuMain ul {
	list-style: none;
	margin: 0;
	margin-right: auto;
	padding: 0;
}

#menuMain li {
	display: block;
	float: left;
	width: 237px;
	margin-top: 3px;
	padding-top: 2px;
}

#menuMain li a span {
	display: block;
	margin: 0;
	padding: 0;
}

#menuMain li span.title {
	margin-top: -18px;
	font-size: 14px;
	color: #4178d3;
	font-weight: bold;
}

#menuMain li span.text { 
	margin-top: -19px;
	padding: 0;
	color: #656565;
	height: 11px;
	line-height: 12px;
}

#menuMain a {
	background: transparent no-repeat left top;
	height: 58px;
	float: left;
	margin-left: -3px;
	padding: 0 16px 0 65px;
	text-decoration: none;
	line-height: 67px;
}

#menuMain a.wheel { background-image: url(../images/pictoWheel.png); }
#menuMain a.check { background-image: url(../images/pictoCheck.png); }
#menuMain a.caddie { background-image: url(../images/pictoCaddie.png); }
#menuMain a.play { background-image: url(../images/pictoPlay.png); }

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

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


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

#content {
	background: #fbfbfd url(../images/bgContent.png) repeat-x 0 0;
	min-height: 489px;
	clear: both;
}

	/* ----- * Contenu de gauche * ----- */
	
	#contentLeft {
		float: left;
		width: 200px;
		background: url(../images/bgContent.png) repeat-x 0 0;
		color: #656565;
		font-size: 16px;
	}

	#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;
		margin: 0 0 0 20px;
		text-align: left;
		font-weight: bold;
	}
	
	.normal #contentRight { width: 373px; }
	.fifty-fifty #contentRight { width: 50%; }
	
	#contentRight a {
		padding-top: 15px;
		font-size: 16px;
		color: #4178d3;
		text-decoration: none;
	}
	
	#contentRight a.pucePlay {
		padding: 15px 75px 0 0;
		background: url(../images/nextBig.png) no-repeat right 0;
		height: 38px;
		display: block;
	}
	
	#contentRight a img {
		border: 0;
		margin-bottom: 25px;
	}
	
	h4 {
		margin-top: 30px;
		color: #4178d3;
	}
	
	fieldset ul li label {
		width: 150px;
		float: left;
	}
	
	fieldset ul li input {
		width: 255px;
	}
	
	fieldset ul li select {
		width: 260px;
	}
	
	tbody {
		border: 0;
	}
	
	tbody {
		color: #656565;
	}
	
	tbody tr.tr-even.tr-0 {
		background-color: #aaca37;
		color: #ffffff;
	}
	
	tbody tr.tr-even.tr-2 {
		background-color: #aaca37;
	}
	
	tbody tr.tr-odd.tr-1 {
		background-color: #e6f988;
	}
	
	tbody tr.tr-odd.tr-last {
		background-color: #e6f988;
	}
	
	/* ----- * /Contenu de droite * ----- */
	
	
	/* ----- * Contenu principal * ----- */

	#contentMain {
		font-size: 1.1em;
		overflow: hidden;
		padding: 10px 0;
		background: url(../images/bgContent.png) repeat-x 0 0;
	}
	
	#contentMain h2 {
		font-size: 24px;
		color: #4178d3;
		margin: 20px 0;
	}
	
	#contentMain ul {
		margin: 5px 0;
		padding: 0;
	}
	
	#contentMain li {
		margin: 5px 0;
		padding: 2px 0 2px 25px;
		list-style: none;
		background: url(../images/puce.png) no-repeat 0 2px;
	}
	
	#contentMain .pictoNext li {
		background-image: url(../images/nextSmallBlue.png);
		background-position: 0 0;
	}
	
	#contentMain ul.contactList {
		list-style: none;
	}
	
	#contentMain ul.contactList li {
		background: none;
		margin-top: 10px;
		padding: 0;
	}
	
	#contentMain ul.contactList li label {
		padding-top: 13px;
	}
	
	#contentMain .csc-textpic li {
		background: none;
		padding: 0;
		margin: 0;
	}
	
	#contentMain input {
		margin-top: 10px;
	}
	
	#contentMain a {
		color: #ff0000;
	}
	
	#contentMain a:hover {
		color: #ffff00;
	}
	
	#contentMain .contentBox img {
		float: left;
	}
	
	/* ----- * /Contenu principal * ----- */
	
	
	/* ----- * Deux colonnes * ----- */
	
	.twoCols .col1,
	.twoCols .col2 {
		float: left;
		width: 48%;
	}
	
	.twoCols .col1 {
		margin-right: 10px;
	}
	
	/* ----- * /Deux colonnes * ----- */
	
	
	/* ----- * Trois colonnes * ----- */
	
	.threeCols .col1,
	.threeCols .col2,
	.threeCols .col3 {
		float: left;
		width: 30%;
	}
	
	.threeCols .col1,
	.threeCols .col2 {
		margin-right: 10px;
	}
	
	/* ----- * /Trois colonnes * ----- */
	
/* ----- * /Contenu * ----- */


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

#footer {
	margin: 0;
	padding: 0;
	background-color: #425e80;
	color: #ffffff;
	text-align: right;
	height: 52px;
	line-height: 52px;
}

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

#footer p {
	margin: 0;
	padding: 0;
}

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

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
}

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