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


﻿html {
height: 100%;
margin: 0;
padding: 0;
}


body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #ED2230;
	height: 100%;
	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: #2a291e;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FF9999;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FF9999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	z-index:1;
}

.oneColFixCtr #colGauche {
	/*width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*text-align: left; /* this overrides the text-align: center on the body element. */
	/*position: relative;*/
}

.oneColFixCtr #colDroite {
	width: 240px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;
	left: 520px;
	float: right;	/*top: 0px;*/
	border-left: 1px solid #FFF;
}

.oneColFixCtr #header {
	padding: 20px 0 0 0;
	width: 780px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	z-index:2;
}

.oneColFixCtr #mainContent {
	padding: 0 260px 0 20px;
}

.oneColFixCtr img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	/*height:100%;*/
}

/*div#background{
	position:fixed;
	width:100%;
	height:100%;
}*/

div#trame{
	position:fixed;
	width:100%;
	height:100%;
	background-image: url(../images/trame_cochons.gif);
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2 {
	color:#f05133;
}
