
/* Général */
body {
	color: #ffffff;
	background:#fdad13;
	text-align:center;
	margin:auto;
	text-align:center;
	font-family:Verdana;
	font-style:italic;
}

p,span{
	line-height:1.2em;
	font-size:0.8em;
	font-style:justify;
	padding:6px;
}

h1 {
	font-size:1.6;
	color: rgb(255, 102, 0);
	padding:6px;
}

h2{
	font-size:1.2;
	color: rgb(133, 51, 0);
	padding:6px;

}
h3 {
	font-size:1.0;
	font-weight:bold;
	padding:6px;
}

h4 {
	font-size:0.8;
	font-weight:bold;
	padding:6px;
}

hr {
 border-top: 3px dashed #FF9900;
}

#fond {
	background: #fdad13 url('./images/background.jpg') no-repeat top left;
	width:1280px;
	margin:auto;
	padding-top:350px;
	border:none;
	Z-index:1;
	overflow-x: hidden;
}

/* en tete */
#entete {
	color:#fa2e03;
	height:0px;
	text-align:left;
	margin-left:17%;
	vertical-align:top;
	border:none;
	padding:0;
	Z-index:1;
}

.newsletter{
	margin-bottom:25px;
}

/* Contenu principal */
#contenu {
	background:none;
	color:#000;
	border:none;
	width:882px;
	margin:0;
	padding:0px 0px 0px 0px;
	font-size:1em;
	*/font-size:0.9em;
	z-index:20;
}

/* Pied de page */
#pied {
	clear:both;
	overflow:hidden;
	height:40px;
	color: #E6A948;
	background: #fdad13;
	position:bottom;
}

#pied a {
	color: #E6A948;
	text-decoration: none;	
}

.onglet_container {
	overflow: hidden;
	clear: both;
	float: left; 
	text-align:left;
	width: 100%;
	background: url('./images/trans.png')repeat top left;
	Z-index:10;
}
.onglet_content {
	min-height:500px;
	text-align:left;
	padding: 0px;
	font-size: 1em;
	Z-index:10;
}

ul.onglets {
	background:none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style: none;
	height: 21px; /*--hauteur des onglets--*/
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	position:bottom;
	Z-index:10;
}

ul.onglets li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px; /*--   -1 de la hauteurs onglets--*/
	*/height: 19px; /*--   -2 pour IE !*/
	border: 1px solid #000;
	border-left: none;
	margin-bottom: -2px;
	overflow: hidden;
	position: relative;
	background: url('./images/trans.png')repeat top left;
	Z-index:10;
}

ul.onglets li a {
	text-decoration: none;
	color:#59211c;
	display: block;
	font-size: 0.8em;
	padding: 0 15px;
	border: 2px solid #fff;
	outline: none;
	Z-index:10;
}

ul.onglets li a:hover {
	background: url('./images/trans2.png')repeat top left;
	color:#d0bd54;	
}

html ul.onglets li.active, html ul.onglets li.active a:hover  { 
	background: url('./images/trans2.png')repeat top left;
	border-bottom: 1px solid #fff; /* pour connecter l'onglet et son contenu

}
