@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #ffff00;
	background-image: url(../assets/BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.thrColFixHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background-image: url(../assets/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #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;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4c2f2b;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #sidebar2 img {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #sidebar2 h3 {
	text-align: center;
	height: 42px;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 10px;
}
#navcontainer {
	width: 180px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #4c2f2b;
	color: #fff;
}
.thrColFixHdr #container #sidebar2 h3 {
	background-image: url(../assets/H3-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainContent h1 {
	font-size: 1.3em;
}
#lettre {
	font-size: 0.8em;
	border: 1px solid #41141C;
	background-image: url(../assets/enveloppe-verte.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #c4ee01;
}
#lettre p {
	padding: 5px;
}
#lettre form {
	padding: 5px;
}

#email_address {
	background-color: #DEDAC8;
	border: 1px solid #41141C;
}
#sidebar1 input {
	border: 1px solid #41141C;
	background-color: #fafd06;
}
#lettre p {
	padding: 5px;
}
#lettre form {
	padding: 5px;
}

#email_address {
	background-color: #DEDAC8;
	border: 1px solid #41141C;
}
#sidebar1 input {
	border: 1px solid #41141C;
	background-color: #fafd06;
}	
