@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-color: #1e1e1e;
	background-image: url(images/fond.png);
	background-repeat: repeat-x;
}

.ie7 .oneColLiqCtrHdr #container {margin-top:-1px;}

.oneColLiqCtrHdr #container {
	width: 839px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 0px solid #000000; /* this overrides the text-align: center on the body element. */	
}

.ie7 .oneColLiqCtrHdr #header {margin-bottom:-3px;}
.oneColLiqCtrHdr #header {
	background: #1e1e1e;
	text-align:right;
	vertical-align: bottom;
}
.oneColLiqCtrHdr #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 */
	width: 839px;
}
.oneColLiqCtrHdr #mainContent {
	margin: 0;
	background: #1e1e1e;
	margin: -1px 0px -3px 0;
}
.link {
	color:#FFF;
	font-size:10px;
	text-align:right;
} 
.subMenu {
	color:#FFF;
	font-size:10px;
	height: 53px;
	padding: 34px 18px 0px 25px;

	text-align:right;
	vertical-align:baseline;
} 
.inside {
	color:#FFF;
	font-size:12px;
	height: 400px;
	margin-top:-34px;
	padding: 0px 20px 0px 50px;
	text-align:left;
}

.inside {
	color:#FFF;
	font-size:12px;
	height: 400px;
	margin-top:-34px;
	padding: 0px 20px 0px 50px;
	text-align:left;
}
.insideTitre{
	color:#CCC;
	font-size:12px;
}
:focus { -moz-outline-style: none; }

.oneColLiqCtrHdr #footer { 
	background:#1e1e1e;
	color:#FFF;
} 
.oneColLiqCtrHdr #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 */
	color:#FFF;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 2px 0px 0px 247px;
	text-align:left;
}
