.body{
	width: 100%;
	background-image : url('images/template/background_2.jpg');
	background-repeat : no-repeat;
	background-position : top;
	font-size : 12px;
	padding-top : 0px;
	background-attachment : fixed;
}

.container{
	margin-right: auto;
	margin-left : auto;
	width : 998px;
	margin : auto;
	border-left
 : 2px solid #457324;
	border-right
 : 2px solid #457324;
}

.footer{
	width: 100%;
	text-align : center;
}

.footer_links{
	width: 100%;
	postion : absolute;
	background-color : #56A68B;
	text-align : center;
	margin : 0 auto;
}

.header{
	background-color: #FFFFFF;
	width : 100%;
	text-align : center;
	display : block;
}

.header_links{
	width: 100%;
	text-align : left;
	margin : 0 auto;
	background-color : #FFFFFF;
	background-image : url(images/template/fond_menu.jpg);
	height
 : 39px;
}

.header_links_1{
	width: 100%;
	postion : absolute;
	text-align : center;
	margin : 0 auto;
	background-color : #F6FBDA;
	height : 0px;
	background-image : url('images/uploaded/header links2.png');
}

.left_colomn{
	padding: 20px;
	background-color : #FF0808;
	text-align : left;
}

.main_content{
	text-align: left;
	border : 0px;
}

.main_content_no_both{
	width: left;
	float : 900px;
	background-color : #AAAAAA;
	margin : auto;
	height : 100%;
}

.main_content_no_left{
	float: left;
	width : 70px;
	background-color : #AAAAAA;
	margin : auto;
}

.main_content_no_right{
	float: left;
	width : 670px;
	background-color : #AAAAAA;
	margin : auto;
}

.modules_css_0{
	background-color: #171FFF;
	margin-bottom : 10px;
}

.modules_css_1{
	background-color: #6678D4;
	margin-bottom : 10px;
	text-decoration : underline;
}

.modules_css_2{
	border: 1px dashed;
	padding-bottom : 10px;
	margin-bottom : 10px;
}

.modules_css_3{
	color: red;
	background-color : #F30283;
}

.modules_css_4{
	font-size: 12px;
	margin-bottom : 8px;
	display : block;
	font-size : 12px;
}

.product_list{
	background-color: #E7FF0A;
	background-image : url('images/uploaded/site/20080924141001_870301_HG.jpg');
	margin-bottom : 5px;
	padding : 10px;
}

.right_colomn{
	padding: 20px;
	background-color : #FFFFFF;
	text-align : left;
}

.text_1{
	color: green;
}
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0em; 
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 12px; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: black; 
  background: white; 
} 
 
 
p { 
  margin: 0; /* Marges plus faibles que par défaut. (7) */ 
  padding: 0px;
  
} 

address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
a:link { 
  color: #11C; 
} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: #00F; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}
///////////
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

div#page {
	position: relative;
	width: 60%;
	margin: 0 auto;
	min-height: 100%;
	background: burlywood;
}

/* --- PIED DE PAGE --- */
div#piedpage {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	background: royalblue;
}

/* --- SITE EN CONSTRUCTION --- */
div#ecart_construction {
	height: 100px;
}

div#bandeau_construction {
	position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #FF3;
}

div#bandeau_construction #tab_construction {
	width: 100%;
    height: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #666;
}