/* Général --------------------------------------*/
body {
	background: #F5E829;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: left;
	/* for IE5x - see wrapper */
}

* {margin:0; padding:0; /* - Resets all margins and padding - */} 



body #conteneur{
	margin: 20px auto;
	position: relative;
	width: 700px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 100px;
	background: url(icones/top.gif) no-repeat;
}

/* Menu 1 --------------------------------------*/
#navbar {
	position: absolute; 
	top: 60px; 
	left: 0; 
	margin: 0 125px 0 125px; 
	padding: 0; 
	width: 450px;
	display: inline;
}
#navbar ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;  
	list-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#navbar li {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0; 
	/*float: left;*/
	width: 35px;
	position: relative;
	display: inline;
	text-align: right;
	
	border:solid #CC0;
	border-width:0 1px 0 0px;
	
	/*background: url(icones/fond_menu_1.gif) repeat 0 0;*/
  	/*border-right: 1px solid #CC0;*/
	/*border-right-width: 1px;*/
}

#navbar li a {
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;  
	/*display: block;*/
	color: #060; 
	text-decoration: none;
	text-align: right;
}
#navbar li a:hover {
	color: #000;
	margin: 0px -4px 0px 0px; 
	padding: 3px 9px 3px 5px;  
	color: #000;
	background: #F5E829;
	text-decoration: none;
}

/* Menu 2 --------------------------------------*/
#navbar2 {
	position: absolute; 
	top: 82px; 
	left: 0; 
	margin: 0px 100px 0 100px; 
	padding: 0px;
	width: 500px;
	display: inline;
}
#navbar2 ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;  
	list-style: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#navbar2 li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;  
	/*float: left;*/
	width: 35px;
	position: relative;
	display: inline;
	text-align: right;
	
	border:solid #CC0;
	border-width:0 1px 0 1px;
	
	/*background: url(icones/fond_menu_1.gif) repeat 0 0;*/
  	/*border-right: 1px solid #CC0;*/
	/*border-right-width: 1px;*/
}

#navbar2 li:before {
	background: url(icones/cadre.gif) no-repeat left top;
	border: 1px solid #F00;
}

#navbar2 li a {
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;  
	color: #060;
	text-decoration: none;
	text-align: right;
}


#navbar2 li a:hover {
	margin: 0px -4px 0px 0px; 
	padding: 3px 9px 3px 5px;  
	color: #000;
	background: #F5E829;
	text-decoration: none;
}


#titrePage {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-style: italic;
	text-align: left;
	color: #009900;
}

/* Contenu --------------------------------------*/
#contenu {
	margin: 0px 0px 0px 0px;
	padding: 100px 30px 0px 30px;
	
	/*background: url(icones/cadre.gif) no-repeat left top;*/
	
	background-image: url(icones/fond_corps.gif);
	z-index: 3;
	
	/*border: 0px solid #F00;*/
	
	
	/*border-top: 1px solid #C00;*/
	
	/*border-bottom: 0px solid #C00;*/
	
	/*height: 200px;*/
}

/* filter */
/* for Mozilla/Safari/Opera */
	*>#contenu {
	min-height: 200px;
}

/* for IE, with IE5/Mac backslash filter \*/
* html #contenu {
	height: 200px;
}
/* end filter */

#badge_programme {
	float: right;
}

#contenu p {
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 0px 0px;
}
#contenu p.centre{
	text-align: center;
	font-size: 19px;
	line-height: 16px;
}

#contenu p.heure {
	margin: 0px 20px 0px 10px;
	padding: 5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	font-style: italic;
	color: #000;
	font-weight: 600;
	float:left;
	
	/*border: solid #F00 1px;*/
}

#contenu p.nomGroupe {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #000;
	font-weight: 600;
	
	/*border: solid #F00 1px;*/
}
#contenu h1 {
	margin: 0px 0px 7px 30px;
	padding: 8px 30px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	
	width: 500px;
	
	/*border: solid #F00 1px;*/
	/*border-style: dotted;*/
	border-bottom: thin dotted #666;
	border-bottom-width: 1px;
}

#contenu h2 {
	margin: 0px 0px 4px 30px;
	padding: 15px 30px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 15px;
	font-weight: 500;
}

#contenu h3 {
	margin: 0px 0px 4px 30px;
	padding: 5px 30px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: 100;
}

#contenu a {
	color: #090;
	text-decoration: none;
	font-weight: 600;
}
#contenu a:hover {
	color: #000;
}
#contenu strong {
	color: #333333;
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: 100;
}
#contenu .champFormulaire {
	/*border: 5px solid #F00;*/
	background-image: url(icones/spacer.gif);
	background-repeat: repeat;
	background-color: #eeffee;
	color: #000000;
	width: 250px;
}

#contenu .champFormulaireGd {
	/*border: 5px solid #F00;*/
	background-image: url(icones/spacer.gif);
	background-repeat: repeat;
	background-color: #eeffee;
	color: #000000;
	width: 400px;
}

#contenu table {
	/*border: 1px solid #F00;*/
	/*width: 440px;*/
	/*margin: 0px 100px 0px 158px;*/
	/*padding: 0px 100px 10px 158px;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	/*line-height: 12px;*/
	text-align: left;
	color: #000;
	/*font-weight: 600;*/
}

/* filter */
/* for Mozilla/Safari/Opera */
	*>#contenu table {
	margin: 0px 100px 0px 0px;
}

/* for IE, with IE5/Mac backslash filter \*/
* html #contenu table {
	margin: 0px 100px 0px 0px;
}
/* end filter */


#contenu table a {
	color: #090;
	text-decoration: none;
	font-weight: 600;
}
#contenu table a:hover {
	color: #000;	
}

.image {
	/*position:absolute;*/
	float: right;
	left: 0px;
	/*top: 100%;*/
	bottom:0px;
	/*border: solid #0000FF 2px;*/
	
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	/*width: 350px;*/
	/*height: 300px;*/
	/*vertical-align: bottom;*/
	/*text-align: right;*/
}

.imageIllustr {
	/*position:absolute;*/
	float: right;
	left: 0px;
	/*top: 100%;*/
	bottom:0px;
	/*border: solid #0000FF 2px;*/
	text-align: right;
	font-size: 9px;
	
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
	/*width: 350px;*/
	/*height: 300px;*/
	/*vertical-align: bottom;*/
	/*text-align: right;*/
}
/* News --------------------------------------*/
#contenu .news {
	margin: 0px -9px 10px 10px;
	padding: 5px;
	background: #D1DDD1;
	/*position:absolute;*/
	float: right;
	border: solid #CCC 1px;
	
	width: 200px;
}

#contenu .news h1 {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	
	border-bottom: thin solid #000;
	border-bottom-width: 1px;
}

#contenu .news h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #000;
	font-style: italic;
	font-size: 11px;
	font-weight: 600;
}

#contenu .news p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#contenu .news a {
	color: #666;
	text-decoration: none;
	font-weight: 700;
	border-bottom: thin dotted #000;
	border-bottom-width: 1px;
}
#contenu .news a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: thin solid #000;
	border-bottom-width: 1px;
}

.vignetteHome {
	float: left;
	height: 160px;
	margin-bottom: 10px;
	margin-right: 7px;
}

.vignetteHome img {
	height: 150px;
}
.clearboth {
	clear: both;
}

/* Sponsors --------------------------------------*/
#sponsors {
	margin: 50px 0px 0px 0px; 
	padding: 0px 0px 10px 0px;  
	/*display: inline;*/
	
	
	/*
	height: 30px;
	min-height: 30px;
	*/
	
}
#sponsors ul {
	margin: 20px 0px 10px 0px; 
	padding: 0px 0px 0px 0px;  
	list-style: none;
	text-align: center;
}
#sponsors li {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0; 
	position: relative;
	display: inline;
}

#sponsors li a {
	margin: 0px 0px 0px 0px; 
	padding: 0px 5px 0px 3px;
}



#sponsors li a img{
	border: 0;
}
#sponsors li a:hover {
	margin: 0; 
	padding: 0px 5px 0px 3px;
}




/* Pied --------------------------------------*/
#pied {
	background: url(icones/bottom.gif) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	height: 30px;
	min-height: 30px;
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	vertical-align: middle;
	color: #666666;
}

#pied image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pied a {
	color: #333333;
	text-decoration: none;
	
}
#pied a:hover {
	color: #FF9900;
}






















/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ Source HERB ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 




body#conteneur #navbar li#home a,
body#navon_products #navbar li#products a#top,
body#navon_order #navbar li#order a,
body#navon_about #navbar li#about a {
	height: 16px; 
	display: block; 
	padding: 8px; margin: 0; 
	color: #FBFBF2; 
	text-align: center; text-decoration: none; 
	background: url(/img/navpageon.gif) repeat 0 0;
}*/