/********************************************************

www.template.ch

CSS Standard

Site template v 2.12

© 2008 WnG Solutions Sŕrl
Rue Centrale 15 | CH - 1003 Lausanne
+4121 320 11 11 | info@wng.ch

********************************************************/
/* ----- * Defaults * ----- */

		/* ----- * All * ----- */
		
		* {
			padding:0px;
			margin:0px;
			
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			
			color:#333333;
		}
		
		html {
			margin-bottom: 0.1px;
			height:100%;
		}

		body {
			text-align:center;
		}
		
		.spacer {
			clear:both;
			font-size:0;
		}
		
		.floatL {
			float:left;
		}
		
		.floatR {
			float:right;
		}
		
		.clearL {
			clear:left;
		}
		
		.clearR {
			clear:right;
		}
		
		.hideMe {
			position:absolute;
			left:-9999px;
			top:-9999px;
		}
		
		.marginTop {
			margin-top:20px;
		}
		
		.marginBottom {
			margin-bottom:20px;
		}
		
		.contentMargins {
			margin-left:10px;
			margin-right:10px;
		}
		
		/* ----- * /All * ----- */
		
		/* ----- * Headers * ----- */
		
		h2 {
			font-size:16px;
		}
		
		h3 {
			font-size:14px;
		}
		
		/* ----- * /Headers * ----- */
			
		/* ----- * Text * ----- */
		
		p {
			margin:10px 0;
		}
		
		/* ----- * /Text * ----- */
		
		/* ----- * Images * ----- */
		
		img {
			border:0;
		}
		
		/* ----- * /Images * ----- */
		
		/* ----- * Links * ----- */
		
		a {

		}
		
		a:hover {

		}
		
		a:visited {
		
		}
		
		/* ----- * /Links * ----- */
			
		/* ----- * Forms * ----- */
		
		form fieldset.contact {
			border: none;
			margin-top: 15px;
		}
		
		form fieldset.contact label {
			float: left;
			width: 90px;
			margin-bottom: 10px;
		}
		
		form fieldset.contact div.floatR label {
			width: 70px;
		}
		
		form fieldset.contact option {
			padding-right: 10px;
		}
		
		form fieldset.contact .submit {
			margin: 15px 0 0 90px;
		}
		
		.textInput {

		}
		
		.submitInput {
		}
		
		.mandatory {
			color:#FF0000;
		}
		
		/* ----- * /Forms * ----- */
			
/* ----- * /Defaults * ----- */

/* ----- * Containers * ----- */

#global {
	width:950px;
	margin:0 auto;
	
	text-align:left;
	
	background:#0099FF;
}

/* ----- * /Containers * ----- */

/* ----- * Banner * ----- */

#banner {
	position:relative;
	height:80px;
	
	background:#CCCCCC;
}

#logo {
	display:block;
	width:160px;
	height:80px;
	
	background:#FFFF33;
}

#tools {
	position:absolute;
	right:0;
	top:0;
	
	padding:3px;
	
	background:#663333;
	color:#fff;
}

/* ----- * /Banner * ----- */

/* ----- * Menus * ----- */

	/* ----- * Main * ----- */

	#menuMain {
		height:30px;
		
		background:#6666CC;
	}

	#menuMain ul {
		list-style:none;
	}
	
	#menuMain ul li {
		display:inline;
	}

	#menuMain ul li a {
		float:left;
		
		height:10px;
		padding:8px 16px 12px 16px; /* Nécessite quelques corrections pour IE < 7 */
		
		text-decoration:none;
		
		background:#00CC66;
	}

	#menuMain ul li.menuOff a:hover {
		background:#66FF99;
	}

	#menuMain ul li.menuOn a {
		background:#66FF99;
	}

	/* ----- * /Main * ----- */

	/* ----- * Sub * ----- */

	#contentLeft ul {
		list-style:none;
	}
	
	#contentLeft ul li {

	}
	
	#contentLeft ul li a {
		display:block;
		padding:3px 5px; /* Nécessite quelques corrections pour IE < 7 */
		
		text-decoration:none;
	}
	
	#contentLeft ul li a:hover {
		background:#FF3366;
	}
	
	#contentLeft ul li.menuOn a {
		background:#FF3366;
	}

	/* ----- * /Sub * ----- */
	
/* ----- * /Menus * ----- */

/* ----- * Content * ----- */

#portal {
position:absolute;
top:50%;
left:100px;
margin-top:-42px;
width:500px;
height:85px;
}

#portalButtons {
margin-top:10px;
margin-left:251px;
}

#content {
	width:920px;
	border:15px solid #ffffff;
	background:#f6f4f4;
	margin-left:0px;
}

#contentLeft {
	float:left;
	width:160px;
	
	background:#FF9900;
}

#contentRight {
	float:right;
	width:240px;
	
	background:#FFCCFF;
}

#contentMain {
	overflow:hidden;
	
	padding:10px 20px;
	
	background:#00FFFF;
}

/* ----- * /Content * ----- */

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

#footer {
	background:#FFFFFF; /* Nécessite une correction pour IE < 7 */
}

#footer p {
	font-size:10px;
	margin:0;
}

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

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