/* Styles de base */
<!--
html, body {
	height: 100%;
	margin:0;
	padding:0;
}

body {
	font: 75% arial,sans-serif;	
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	font: 95% arial,sans-serif;	
	height:97px;
	margin:0;
	padding-left:10px;
	background: #777777;
	border-bottom:solid 3px #FFA500;
	color:#CCC;
}

#header a, a:visited{ 
	color: #CCC;
	text-decoration:none;
}

#header a:hover{ 
	color: #FFF;
	text-decoration:none;
}

.push {
	height: 30px; /* La hauteur de .push est hauteur complète de footer : height+border+magin */
}

#footer{ 
	font: 95% arial,sans-serif;
	clear:left;
	width:100%;
	background: #777777;
	border-top:solid 3px #FFA500;
	color:#CCC; 
	height:27px;	
	line-height:25px;
}

#footer p{ 
	margin:0;
	padding:3px 10px;
	float:left;
	font-weight:bold;
}

#footer .powered{ 
	text-align:right;
	margin:0;
	float:right;
}

#footer a, a:visited{ 
	color: #CCC;
	text-decoration:none;
}

#footer a:hover{ 
	color: #FFF;
	text-decoration:none;
}

#mainContainer {
	
}

#mainContainer .diaporama {
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	overflow:hidden;
}

#home_block {
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

#home_search {
	float:left;
	width:500px;
	margin-right:10px;
	border-right:dotted 1px #CCC;
}

#home_stories {
	float:right;
	width:410px;
}

h1, h2, h3 {
  	/*font-family: "Trebuchet MS", Trebuchet, sans-serif;*/
	color:#777777;
	font-style:italic;
	font-weight: bold;
  }
  h1 {
  	font-size: 2em;
  	letter-spacing:2px;
  }
  h2 {
  	font-size: 1.5em;
	letter-spacing:1px;
  }
  h3 {
  	font-size:1.3em;
  }
  
p {
	font-size:1em;
	line-height:1.5em;
	text-align:justify;
	margin-right:2em;
}

li {
	display:block;
}

a, a:visited {
  text-decoration:none;
  color:#777;
  font-weight:bold;
  }

a:hover {
  color:#333; 
  text-decoration:none;
  font-weight:bold;
  }
  
/* Mode d'emploi */

.bk_top {
	float:right;
	padding-right:10px;
}

/* Reportage */

#colonne_gauche {
	width:250px;
	background-color:#999;
	float:left;
	padding:0 5px 0 0 ;
}

#colonne_centre {
	margin-left:260px;	
}

#panier {
		
}

.panier_titre {
	display:block;
	color:#999;
	background-color:#D8D8D8;
	font-size:0.7em;
	
}

#panier_aff {
	 height:300px;
	 overflow:auto;	
	 border:solid 1px #999;
}

#panier_zaff {
	border:solid 1px #999;
	height:300px;
	 overflow:auto;
}
-->
