/*---
AGRTQ
par Capella Technologies - www.capella.coop
Derniere revision : 23 decembre 2004

CSS pour la structure des pages	

Notes: 

---*/

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}

h1, h2, h3, h4 { padding: 0; margin: 0; }

p { padding: 5px 0 10px 0; margin: 0 }

div#cleaner {
	clear: both; 
	height: 0px;
}

/* ---------------------------------------- */
/* 1. Styles pour la structure				*/
/* ---------------------------------------- */
#wrapper {
	width: 780px;
	padding: 0px;
	margin: 0px;
	background: url(/images/commun/bg_page.gif) repeat-y left top;
}

#header {
padding:0px;
margin: 0px;
}

#container {
	width: 100%;
	float: left;
	margin-right: -138px;
}

#coldroite {
	width: 137px;
	float: right;
}

#combine /* col gauche + milieu --*/ { 
	margin-right: 137px;
}

#colgauche {
	width: 394px;
	margin-right: 232px;
	position: absolute;
	left: 0;
	top: 113;
}

#milieu {
 	margin-left: 156px; 
	padding-top: 26px;
	position: relative;
	z-index: 100;
}

div#txt_milieu_col1 {
	width: 338px;
	float: left;
	margin-right: -122px;
	position: relative;
	z-index: 100;
}

div#txt_milieu_col2 {
	margin-top: -120px;
	width: 122px;
	float: right;
	position: relative;
	z-index: 100;
}
#une {
	width: 127px;
	float: none;
	height: 500px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	text-align: left;
	background-color: #F6F7F9;
}
