@charset "utf-8";
body {
	font: 75% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #e2e7ea url(images/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #484a57;
}
b, strong {
	color:#000000
}
img {
	border:0;
}
h1 {
	font-size:180%;
	color:#4f515e;
	font-weight:normal;
	margin-top:50px;
}
h2 {
	font-size:150%;
	color:#000000;
	margin:0;
	padding:0
}
a, a:link, a:visited, a:hover {
	color:#0088cc;
	text-decoration:none
}
a:hover {
	color:#0088cc;
	text-decoration:underline
}
.oneColFixCtrHdr #header {
	background: #fff url(images/bg_header.gif) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:900px;
	margin: 0 auto;
	height:85px;
	text-align:left
}
.oneColFixCtrHdr #header p {
	margin-left:720px;
	color:#999999;
	line-height:14px;
	text-align:left;
	font-size:90%;
	padding-top:2px;
	letter-spacing:1px;
	margin-top:-74px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
}
.oneColFixCtrHdr #banner-home {
	width:900px;
	height:240px;
}
.oneColFixCtrHdr #banner {
	width:900px;
	height:136px;
}
.oneColFixCtrHdr #menu {
	background:url(images/bg_menu.gif) repeat-x #333333;
	height:46px;
	margin:0;
	padding:0;
	padding-left:65px;
	padding-right:10px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 50px 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	letter-spacing:1px;
	min-height:300px;
}
.oneColFixCtrHdr #mainContent p {
	padding-bottom:4px;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	background:#fff url(images/bg_footer.gif) no-repeat;
	height:80px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 60px 0 0 625px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#999999;
}
.mytable, td { vertical-align:top; line-height:15px; text-align:justify }
.mytable h2 { text-align:left}
.retrait  {padding-left:100px;}
.partenaires {
	border:5px #c6d4d7 solid;
}
.projet {
	background:url(images/icones/projet.gif) no-repeat;
	vertical-align:top;
	padding:0px 10px 25px 100px;
	margin:0;
	width:48%
}
.conseil {
	background:url(images/icones/conseil.gif) no-repeat;
	vertical-align:top;
	padding:0px 20px 25px 100px;
	margin:0;
	width:52%
}
.autres {
	background:url(images/icones/autres.gif) no-repeat;
	vertical-align:top;
	padding:0px 20px 25px 100px;
	margin:0;
	width:52%
}
.installation {
	background:url(images/icones/installation.gif) no-repeat;
	vertical-align:top;
	padding:0px 20px 25px 100px;
	margin:0;
	width:52%
}
.maintenance {
	background:url(images/icones/maintenance.gif) no-repeat;
	vertical-align:top;
	padding:0px 10px 25px 100px;
	margin:0;
	width:48%
}
