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

Styles pour le layout des pages
	1.	Structure
	2.	Entte
	3.	Contenu principal
	4. 	Colonne du centre
	5.	Colonne gauche
	6.	Colonne Manchettes ( droite)
	7.	Pied de page
	
	
Notes: 

---*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/page_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;*/

}

/* backslash + etoile rend illisible pour IE5 Mac, 
etoile + html applique la regle a IE6(5*) PC seulement \*/
* html div#wrapper { width: 780px; } 
/* fin du hack */

/* ---------------------------------------- */
/* 2. Entête   	 						    */
/* ---------------------------------------- */
div#header {
	background: url(/images/pages-entete.jpg) no-repeat;
	height: 95px;
	width: 780px;
	position: relative;
}
#header a.logoSoproq{
    padding: 95px 0 0 0;
    margin: 0;
    width: 262px;
    overflow: hidden;
	background: url(/images/logo-entete.jpg) no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:95px; /* for IE5.5's bad box model */
	display: block;
}

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

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

div#menuContextuel{
	font-size:9px;
	color: #000000;
	position: absolute;
	top: 77px;
	left: 8px;
	width: 386px;
}
/* ---------------------------------------- */
/* 3. Contenu								*/
/* ---------------------------------------- */

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

td#centre{
/*	background-color: black;	*/
	width: 500px;
	padding: 10px 16px 20px 16px;
	vertical-align: top;
	font-size: 11px;
	line-height: 13px;
	
}

/* ---------------------------------------- */
/* 5. Colonne de gauche					    */
/* ---------------------------------------- */

td#colGauche{
	width: 160px;
	padding: 45px 8px 0 8px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #BC8610;
	vertical-align: top;

}

/* ---------------------------------------- */
/* 6. Colonne Manchettes					*/
/* ---------------------------------------- */

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

/* ---------------------------------------- */
/* 7. Footer								*/
/* ---------------------------------------- */

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