/*---
SOPROQ // CSS
Auteur: Sophie Gagnon - Capella technologies - www.capella.coop
Derniere revision: 30 novembre 2004

Styles pour le layout de la page index
	1.	Structure
	2.	Entête
	3.	Contenu principal
	4.	Colonne Manchettes ( droite)
	
Notes: 

---*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	background-color: #9C2010;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/index_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	background-color: #9C2010;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}
/* ---------------------------------------- */
/* 1. Styles pour la structure				*/
/* ---------------------------------------- */
div#wrapper {
	padding: 0; 
	width: 780px; 
	
	position: relative;
	text-align: left;
	/*border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #BC8610;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #BC8610;*/

}

/* ---------------------------------------- */
/* 2. Entte   	 						    */
/* ---------------------------------------- */
div#header {
	background: url(/images/index-entete.jpg) no-repeat;
	height: 186px;
	width: 780px;
	position: relative;

} 

div#menuUtilitaire{
	font-size: 9px;
	position: relative;
	top: 5px;
	left: 0px;
	margin-left: 695px;
	width: 71px;
}

div#menu{
	font-size: 11px;
	position: absolute;
	top: 150px;
	width: 780px;
	height: 15px;
}

div#menuContextuel{
	position: absolute;
	top: 168px;
	width: 387px;
	background-color: #9C2010;
	height: 45px;
}

/* ---------------------------------------- */
/* 3. Contenu								*/
/* ---------------------------------------- */

table#contenu{
	top: 2px;
	width: 780px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
}
/* ---------------------------------------- */
/* 4. Centre								*/
/* ---------------------------------------- */

td#centre{
	width: 660px;
	padding: 25px 50px 0 100px;
	vertical-align: top;
}

/* ---------------------------------------- */
/* 5. Colonne Manchettes					*/
/* ---------------------------------------- */

td#manchette{
	background-color: #9C2010;
	padding: 10px 10px 0 14px;
	width: 120px;
	vertical-align: top;
}

/* ---------------------------------------- */
/* 6. Footer								*/
/* ---------------------------------------- */

div#footer{
	background-color: #702019;
	padding: 0;
	width: 780px;
	height: 15px;
	position: relative;
}