@charset "utf-8";

body {
	font: 100% Arial, sans-serif;
	background: #828073;
	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: #444444;
	margin:0;
	font-size:12px;
}

.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #f8f8f6;
	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. */
}

#headerZone {
	margin:0px;
	background-image:url(../images/bg_header.jpg);
	height:100px;
	border-bottom: 5px solid #FFFFFF;
}

#header {
	width:960px;
	margin-top:0px;
	margin:auto;
}

#header img{
	position:absolute;
	padding-top:15px;
}	

#header ul {
	padding:0;
	padding-top:65px;
	margin:0;
	margin-left:640px;
	list-style-type:none;
}

#header li{
	padding:0;
	margin:0;
	margin-left:2px;
	margin-bottom:5px;
	float:left; /*pour IE*/
}

#header ul li a{
	display:block;
	width:100px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	/*pour avoir un effet "outset" avec IE :*/
}

#header ul li a:hover{
	background-image:url(../images/bg_menu_hover.gif);
} 

#panoramicContentZoneHome {
	background-image:url(../images/bg_content.jpg);	
	height:340px;
}

#panoramicContentZone {
	background-image:url(../images/bg_content.jpg);	
	height:150px;
}

#panoramicContent {
	width:960px;	
	margin:auto;
}

.half{
	width:50%;	
	float:left;
}

.half ul li{
	padding:2px;
}

h1{
	margin:0;
	padding: 20px 10px 10px 10px;
	font-size:36px;
	font-weight:bold;
	color:#3c0f12;
}

h2{
	margin:0;
	padding:10px 0px 0px 10px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

p{
	margin:0px;
	padding:10px;
}

p a:link, p a:visited {
	color: #444444;
	text-decoration:underline;
}

p a:hover{
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
}

.three{
	padding:0px;
	margin:0px;
	width:320px;	
	float:left;
}

#mainContentZone {	
	float:left;
	width:100%;
	background-color:#d6df20;
	text-align:center;
	padding-bottom:30px;
}

#mainContent {
	width:960px;
	margin:auto;
	text-align:left;
}

#mainContentHome{
	height:180px;
	width:960px;
	margin:auto;
	background-repeat:repeat-y;
	text-align:left;
	background-image:url(../images/bg_main.gif);
}

#footerZone {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#828073;	
}

#footer {
	width:960px;
	margin:auto;
}

#footer a img{
	margin-bottom:-2px;
}

#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: 16px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#textarea{
	width:440px;
}

.textfield{
	width:200px;
}