/*

__        __      ____   ____        _       _   _                 
\ \      / / __  / ___| / ___|  ___ | |_   _| |_|_| ___  _ __  ___ 
 \ \ /\ / / '_ \| |  _  \___ \ / _ \| | | | | __| |/ _ \| '_ \/ __|
  \ 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: #4e575e;
	}
	
	/* ----- * /Balises principales * ----- */
	
	
	/* ----- * Utilitaires * ----- */
	
	.spacer {
		clear: both;
		font-size: 0;
	}
	
	.hideMe {
		display: none;
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	
	.floatL { float: left; }
	.floatR { float: right; }
	
	.odd { background-color: #ffffff; }
	.even { background-color: #eeeff1; }
	
	.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; }
	
	input.button { color: #ffffff; background-color: #e60003; border: none; padding: 0px 8px;}
	
	input.checkbox { border: none; }
	
	.red, .tips { color: #e60003; }
	.noBorder { border: none; }
	
	.inactive { color: #a8a8a8; }
	
	.tips { font-weight: bold; }

	/* ----- * /Utilitaires * ----- */
	
	
	/* ----- * Titres * ----- */
	
	h1 {
		font-size: 2em;
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 1.8em;
	}
	
	h3 {
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 1.6em;
	}
	
	h4 {
		font-size: 1.4em;
	}
	
	h5 {
		font-size: 1.2em;
	}
	
	label {
		font-size: 1.2em;
	}
	
	input, select {
		margin: 3px 3px 3px 0px;
		border: solid 1px #919ba5;
	}
	
	input:focus {
		border-color: #e60003;
	}
	
	table {
		margin: 5px 0px;
	}
	
	p {
		margin: 3px 0px;
	}
	
	/* ----- * /Titres * ----- */
			
/* ----- * /Générique * ----- */


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

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

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

/* ----- * Login * ----- */

#loginInfo {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

#loginInfo a, #loginInfo a:visited, #loginInfo a:active  {
	color: #4e575e;
	text-decoration: underline;
}

#loginInfo a:hover {
	text-decoration: none;
	color: #e60003;
}

/* ----- * /Login * ----- */

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

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

#bannerLeft {
	float: left;
	background-color: #ffffff;
	width: 200px;
	height: 80px;
	background: url(../images/logo_uspi.jpg) no-repeat;
}

#bannerRight {
	float: left;
	background: #e60003;
	width: 750px;
	height: 80px;
}

#bannerRight h2 {
	margin-top: 48px;
	margin-right: 4px;
	color: #ffffff;
	font-size: 30px;
	padding: 5px 0px 5px;
}

#banner h1 {
	padding: 20px 0 0 20px;
	float: left;
}

#banner h1 a {
	display: block;
	width: 160px;
	height: 80px;
	background-color: #ffff00;
}

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

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


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


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


/*
#contentLeft {
	height: 30px;
	background-color: #2e2e8a;
}

#contentLeft ul {
	list-style: none;
}

#contentLeft ul li {
	display: inline;
}

#contentLeft ul li a {
	text-decoration: none;
	line-height: 30px;
	background-color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#contentLeft ul li a:hover,
#contentLeft ul li.menuOn a {
	color: #FF0000;
}
*/
/* ----- * /Menu principal * ----- */


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

#content {
	background-color: #ffffff;
}

	/* ----- * Contenu de gauche * ----- */
	
	#contentLeft {
		float: left;
		width: 190px;
		padding-top: 10px;
		padding-right: 10px;
	}

	#contentLeft ul {
		list-style: none;
		width: 90%;
	}
	
	#contentLeft ul li a {
		font-size: 11px;
		display: block;
		padding: 3px 5px; /* Nécessite quelques corrections pour IE < 7 */
		text-decoration: none;
		font-weight: bold;
		color: #4e575e;
		background-color: #ffffff;
		border-bottom: solid 2px #dedcdd;
	}
	
	#contentLeft ul li a.selected {
		color: #e60003;
	}
	
	.menuTopLink {
		border-top: solid 2px #dedcdd;
	}
	
	#contentLeft ul li a:hover,
	#contentLeft ul li.menuOn a {
		color: #e60003;
	}

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

	#contentMain {
		font-size: 1.2em;
		overflow: hidden;
		/*padding: 10px 20px;*/
		padding: 10px 0px;
		background-color: #ffffff;
	}
	
	#contentMain ul li, ol li {
		margin-left: 30px;
	}
	
	#contentMain a {
		color: #ff0000;
	}
	
	#contentMain h3 {
		margin-bottom: 10px;
	}
	
	#contentMain a:hover {
		text-decoration: none;
	}
	
		/* ----- * Login * ----- */
			
		#login label.textfield {
			width: 130px;
			float: left;
			padding-top: 3px;
		}
		
		#login label.checkbox {
			width: 250px;
			float: left;
			padding-top: 2px;
			padding-left: 2px;
		}
		
		#login a {
			font-style:italic;
		}
		/* ----- * /Login * ----- */
		/* ----- * Company * ----- */
	
		
		/* ----- * /Company * ----- */
		
	.msgConfirm, .msgError, .msgQuestion {
		border: solid #919ba5 1px;
		padding: 10px 15px 10px 51px;
		margin: 10px 25px 15px;
		
	}
	
	.msgConfirm {
		background: url(../images/pictos/info.gif) no-repeat;
		background-position: 1.5% 50%;
	}
	
	.msgError {
		background: url(../images/pictos/error.gif) no-repeat;
		background-position: 1.5% 50%;
	}
	
	.msgQuestion {
		background: url(../images/pictos/interro.gif) no-repeat;
		background-position: 1.5% 50%;
	}
	
	table.fileList {
		width: 749px;
		margin-left: 1px;
		border: solid #919ba5 1px;
		border-spacing: 0px;
		border-collapse: collapse; 
	}
	
	.addButton {
		padding-left: 22px;
		background: url(../images/pictos/add.png) no-repeat;
		line-height: 22px;
	}
	
	.actionButton {
		width: 22px;
		height: 22px;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	
	.actionButton, .addButton {
		cursor: pointer;
	}
	
	.actionButton:hover {
		background-position: 0px -22px;
	}
	
	.actionAdd {
		background: url(../images/pictos/add.png);
	}
	
	.actionEdit {
		background: url(../images/pictos/edit.png);
	}
	
	.actionCopy {
		background: url(../images/pictos/copy.png);
	}
	
	.actionDelete {
		background: url(../images/pictos/delete.png);
	}
	
	.actionPdf {
		background: url(../images/pictos/pdf.png);
	}
	
	.actionXls {
		background: url(../images/pictos/xls.png);
	}
	
	.actionDoc {
		background: url(../images/pictos/doc.png);
	}
	
	.actionDownload {
		background: url(../images/pictos/download.png);
	}
	
	.actionAdmin {
		background: url(../images/pictos/admin.png);
	}
	
	.actionUp {
		background: url(../images/pictos/up.png);
	}
	
	.actionDown {
		background: url(../images/pictos/down.png);
	}
	
	.actionShow {
		background: url(../images/pictos/show.png);
	}
	
	.actionHide {
		background: url(../images/pictos/hide.png);
	}
	
	.actionButton:hover, .addButton:hover {
		background-position: 0px -22px;
		color: #e60003;
	}
	
	h4 {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	table.fileList th {
		font-size: 1.2em;
		color: #ffffff;
		padding: 6px 3px;
		font-weight: bold;
		background-color: #a8afb9;
		border-bottom: solid #919ba5 1px;
	}
	
	table.fileList td {
		padding: 3px 4px;
	}
	/*
	table.fileList tr:hover {
		background-color: #ffdddd;
	}*/
	
	#formCompany label {
		width: 50px;
	}
	
	.mandatory {
		margin: 5px 0px;
	}
	
	.inputLabel, .inputLabelExt {
		float: left;
		padding-top: 3px;
		width: 100px;
	}
	
	.inputLabelExt {
		width: 200px;
	}
	
	/* ----- * CompanySheet Form * ----- */
	
	#formCompanySheet label {
		width: 115px;
	}
	
	#formCompanySheet input, #formCompanySheet select {
		/*float: left;*/
		margin-top: 0px;
		margin-bottom: 6px;
	}
	
	#formCompanySheet textarea {
		width: 90%;
		height: 100px;
	}
	
	/* ----- * /CompanySheet Form * ----- */
	
		/* ----- * Article * ----- */
		.introduction, .article {
			margin: 5px 0px;
			padding: 15px 20px;
			background-color: #eeeff1;
			text-align: justify;
		}
		
		.introduction h3 {
			line-height: 1.2em;
			font-size: 2em;
			padding-top: 0px;
			margin-top: 0px;
			float: left;
		}
		
		div.article h4 {
			margin-top: 0px;
			float: left;
		}
		
		textarea {
			border: solid 1px #919ba5;
			width: 96%;
		}
		
		.var {
			color: #e60003;
			font-style: italic;
		}
		/* ----- * /Article * ----- */
		
		
		/* ----- * FAQ * ----- */
		
		#faqContent h2 {
			margin-top: 15px;
			padding-bottom: 3px;
			border-bottom: 1px #4e575e solid;
		}
		
		#faqContent h3 {
			margin-top: 10px;
		}
		
		#faqContent img {
			margin: 10px 0px;
			padding: 5px;
			border: 1px #4e575e solid;
		}
		
		/* ----- * /FAQ * ----- */
	
	/* ----- * /Contenu principal * ----- */

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


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

#footer {
	border-top: solid #4e575e 1px;
	background-color: #ffffff;
	font-size: 1.1em;
}

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

#footer p {
	margin: 0;
}

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

#footer a:hover {
	color: #000000;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
}

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