* { padding: 0; margin: 0; } 

html {
	border-top: 2px solid #336699;
	text-align: center;
	}

	body {
		font: 12px/17px "Lucida Grande", tahoma, sans-serif;
		background: #fff;
		color: #21211f;
		width: 815px;
		margin: 87px auto;
		text-align: left;
		}
		
		body#tour {
				width: 500px;
		}
	
	.reset {
		display: block; 
		clear: both; 
		font-size: 1px; 
		height: 1px; 
		line-height: 0.1;
		}

/* interface
-------------------------------------------------------- */
#header, #content, #footer {
	float: left;
	position: relative;
	width: 100%;
	}
	
	#content {
		margin: 30px 0;
		}
		
		#tour #content {
			margin-top: 90px;
		}
		
		#main {
			float: left;
			width: 600px;
			}
			
			#home #main {
				float: left;
				width: 815px;
				}
			
		#sidebar {
			float: right;
			width: 180px;
			}

#footer {
	margin: 60px 0;
	border-top: 2px solid #f0f0f0;
	padding-top: 6px;
	}
	

	#newsletter-box {
		position: absolute;
		top: -95px; right: 0;
		width: 176px;
		border: 2px solid #c6db81;
		z-index: 1000;
		display: none;
		}
		
		* html #newsletter-box {
			top: -96px;
			}

	#search-box {
		position: relative;
		width: 176px;
		border: 2px solid #c6db81;
		margin: 5px 0 12px 0;
		}

#admin {
	position: absolute;
	top: 71px; left: 0px;
	z-index: 1000;
	}




/* image replacement
-------------------------------------------------------- */
#replacelogo {
	position: absolute;
	top: -60px; left: 0;
	width: 150px; height: 144px;
	background: url("logo_big.jpg") no-repeat;
	}

	#replacelogo h1, #replacelogo a {
		display: block;
		width: 150px; height: 144px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
		}

#replacelogo2 {
	position: absolute;
	top: -87px; left: 300px;
	width: 200px; height: 58px;
	background: url("LOGO NAISHI.jpg") no-repeat;
	}

	#replacelogo2 h1, #replacelogo2 a {
		display: block;
		width: 200px; height: 58px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
		} 


#newsletter {
	position: absolute;
	top: 6px; right: 0;
	width: 180px; height: 27px;
	}

	#newsletter span, #newsletter a {
		display: block;
		width: 180px; height: 27px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
		background: url("/src/newsletter.gif") 0 2px no-repeat;
		} 
		
		#newsletter a.open {
			background-position: 0 -25px;
			}






/* navigation links
-------------------------------------------------------- */
#navbar {
	position: relative;
	float: right;
	}

ul#nav {
	height: 60px; width: 465px;
	}

	ul#nav li {
		float: left;
		list-style: none;
		}
	
	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		margin: 0 !important;
		}

		ul#nav li#nav-index a { 
			left: -40px; top: 45px;
			width: 105px; height: 50px;
			background: url("menu.png") -5px 0 no-repeat ;
			}
		ul#nav li#nav-societe a { 
			left: 60px; top: 45px;
			width: 100px; height: 50px;
			background: url("menu.png") -105px 0 no-repeat;
			}
		ul#nav li#nav-produits a { 
			left: 162px; top: 45px;
			width: 100px; height: 50px;
			background: url("menu.png") -200px 0 no-repeat;
			}
		ul#nav li#nav-export a { 
			left: 262px; top: 45px;
			width: 100px; height: 50px;
			background: url("menu.png") -300px 0 no-repeat;
			}
		ul#nav li#nav-contact a { 
			left: 362px; top: 45px;
			width: 85px; height: 50px;
			background: url("menu.png") -400px 0 no-repeat;
			}

#sidebar h3 {
	background: #d2d4cd;
	padding: 5px 0 6px 8px;
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
	}
	
	#sidebar h3 a {
		color: #21211f;
		text-decoration: none;
		}

.blogbar {
	padding: 5px 0;
	background: #f0f0f0;
	margin-bottom: 10px;
	}

#subnav li, .blogbar li {
	background: #f0f0f0;
	display: inline;
	}
	
	#subnav li ul {
		padding-bottom: 6px;
		background: #f0f0f0;
		}
	
	#subnav li a {
		display: block;
		border-top: 1px solid #fff;
		padding: 5px 0 5px 25px;
		background: #f0f0f0 url("/src/dot.gif") 6px 8px no-repeat;
		font-size: 15px;
		text-decoration: none;
		color: #393a36;
		}
		
		#subnav li li a, .blogbar li a {
			border: none;
			display: block;
			background: #f0f0f0;
			padding: 0 0 0 33px;
			font-size: 11px;
			color: #6b6d67;
			}


				#subnav li li li a {
					border: none;
					display: block;
					background: #f0f0f0;
					padding: 0 0 0 45px !important;
					font-size: 9px;
					color: #6b6d67;
					}
					
					#subnav li li ul {
						margin: 0 0 -6px 0 !important;
					}

	#subnav a:hover {
		color: #21211f;
		}
		
	#subnav .current_page_item a {
		color: #21211f;
		border-left: 3px solid #a6d01b;
		}
	
	#subnav .current_page_item li a {
		color: #6b6d67 !important;
		border: none;
		}






/* non-navigation links
-------------------------------------------------------- */
#main a, #women a, #tour a {
	color: #6699FF;
	}


#footer a {
	color: #6b6d67;
	}
	
#main a:hover, #footer a:hover, #women a:hover, #tour a:hover {
	color: #393a36;
	}

	.edit a, #admin a {
		background: #8db703;
		color: #fff !important;
		padding: 3px 6px;
		text-decoration: none;
		font-size: 9px !important;
		}
		
		.edit a:hover, #admin a:hover {
			background: #393a36;
			}

	.sign a {
		text-decoration: none;
	}

#sidebar .edit, #hide-edit .edit  {
	display: none;
}

#admin a {
	font-size: 14px;
	}
	
	a img {
		border: none !important;
	}

a.soft {
	text-decoration: none;
}


/* content area
-------------------------------------------------------- */
#masthead img {
	border: 5px solid #f0f0f0;
	}
	


.col {
	float: left;
	width: 390px;
	border-right: 5px solid #f0f0f0;
	margin: 30px 0;
	}
	
.largeCol {
	margin: 30px 0;
}

.end {
	border: none;
	}

.home-image {
	float: left;
	margin: 0 12px 60px 12px;
}

.inlineimg {
	margin: 0 12px 12px 12px;
}

table {
	margin: 0;
	padding: 0;
	margin-left: 12px;
	border: none;
	border-collapse: collapse;
}

td {
	padding-right: 10px;
}

td.spaced {
	padding-top: 3px;
}


/* text
-------------------------------------------------------- */
#main p, #main li, #main h4 {
	padding-left: 6px;
	}


#main p {
	padding-bottom: 18px;
	}
	
	p.news {
		margin-top: 10px;
	}
	
	p.sign {
		text-align: right;
		font-size: 11px;
	}
	
	#footer p {
		text-align: center;
	}

p.important {
	margin-top: 5px;
	margin-bottom: 5px;
	color: red;
}

p.validate {
	margin-top: 5px;
	margin-bottom: 5px;
	color: green;
}

p.paragraphe {
	margin-top: 5px;
}

p.spaced {
	margin-top: 20px;
}

p.center {
	text-align: center;
}

p.showed {
	text-align: center;
	margin-bottom: 12px;
}

li {
	list-style: none; 
	}
	
	li.large, #tour li {
		padding-left: 6px;
		margin-left: 21px;
		padding-top: 6px;
		}
	
li.espaced {
	padding-top: 3px;
}
		
		#main p.vid {
			list-style:none;
			float: left;
			width: 45%;
			display: block;
			padding-bottom: 20px;
		}
	
	ul.large {
		padding-bottom: 18px;		
		}

/* CSS PARSAGE */
ul.indente {
	margin: 0;
	padding: 0;
	padding-left: 50px;
	padding-top: 5px;
}

ul.normal {
	margin: 0;
	padding: 0;
	padding-left: 25px;
}

li.simple {
	list-style: none;
	padding-top: 3px;
}

li.decore {
	list-style: square;
	padding-top: 3px;
}
	

ul.indent {
	margin: 0;
	padding: 0;
	padding-left: 50px;
	padding-top: 5px;
}
	ul.indent li.decoration {
		list-style: square;
		padding-top: 3px;
	}
	
	ul.indent li.largeMenu {
		padding-bottom: 5px;
	}

ul.smallIndent {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-top: 5px;
}

	ul.smallIndent li.largeMenu {
		padding-bottom: 5px;
	}
	
	ul.smallIndent li.decoration {
		list-style: square;
		padding-bottom: 3px;
	}

ul.classic {
	margin: 0;
	padding: 0;
	padding-left: 25px;
}
	
	ul.classic li {
		list-style: square;
		padding-bottom: 3px;
	}
	
	ul.classic li.soft {
		list-style: none;
	}
	
h2 {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 24px;
	height: 30px;
	}

#footer p {
	color: #9da197;
	font-size: 9px;
	}

.testimonial p {
	font: 12px/18px georgia, times, serif;
	font-style: italic;
	margin-top: 30px;
	color: #6b6d67;
	}
	
.tags {
	font-size: 10px;
	margin-top: -6px;
	margin-bottom: 21px;
	color: #6b6d67;
	padding-top: 6px;
	border-top: 2px solid #f0f0f0;
	}

.fontBig {
	font-size: 14px;
}

	
h3 {
	font-weight: normal;
	font-size: 18px;
	color: #336699;
	margin-bottom: 10px;
}

h3.center {
	text-align: center;
}
	
	#main #first { background: #6b6d67; padding: 10px; margin-bottom: 20px;}
	#main #first * { color: #fff !important; border: none !important; }
	#first p.tags { padding: 0 !important; margin: 0 !important;}

#main h3 span {
	font-weight: normal;
	font-size: 10px;
	color: #6b6d67;
	}

#home #main h3, #home #main p {
	padding: 0 12px;
	}
	
.rss {
	padding: 30px 15px;
}

.rss img {
	margin-right: 6px;
	float: left;
	margin-top: 2px;
}

.rss a {
	text-decoration: none;
	color: #8db703;
}

#women {
	margin: 21px 0;
	}

	#women p {
		padding-bottom: 21px;
	}

.detail {
	font-size: 78%;
}

.grande {
	font-size: 15px;
}

.normale {
	font-size: 12px;
}

.petite {
	font-size: 10px;
}

.detail a {
	text-decoration: none;
}

.bleu {
	color: #6699FF;
}

.bleuPastel {
	color: #336699;
}

.vert {
	color: green;
}

.rouge {
	color: red;
}

.jaune {
	color: yellow;
}

.orange {
	color: orange;
}

.violet {
	color: purple;
}

.noir {
	color: black;
}

.gris {
	color: #6b6d67;
}

/* form content
-------------------------------------------------------- */

form {
	margin-top: 10px;
}
	form.center {
		margin-bottom: 15px;
		text-align: center;
	}
	
	form.paragraphe {
		padding-left: 12px;
	}

input {
	margin-top: 5px;
}

input.boutonGras {
	font-weight: bold;
}

input.boutonItalique {
	font-style: italic;
}

input.boutonSouligner {
	text-decoration: underline;
}

textarea {
	margin-top: 5px;
}

select.editeurText {
	height: 20px;
}

/*.brochureform {
	background: #f5f8ea url("/src/brochure.jpg") 430px 12px no-repeat;
	padding: 12px 200px 12px 12px;
}

#tour .brochureform {
	background: #f5f8ea !important;
	padding:  12px !important;
	}

	#rw-nl .brochureform {
		background: #f5f8ea !important;
		padding:  12px !important;
		width:  180px;
		float: right;
		margin-left: 21px;
		margin-bottom: 21px;
		}

#tour .brochureform p, #tour .brochureform h3 {
	padding-bottom: 21px;
}


#brochuredl {
	background: #f5f8ea;
	padding: 12px;
	}
.brochureform strong {
	font-size: 14px;
}

fieldset {
	border: none;
}


.brochureform label {
	position: relative;
	display: block;
	float: left;
	width: 49%;
	padding-bottom: 12px;	
}

input.normal {
	border: 1px solid #8db703;
	background: #fff;
	width: 160px;
	padding: 6px;
}

#tour input.normal {
	width: 190px;
}

#commentform input.normal {
	width: 380px;
	}

textarea.normal {
	border: 1px solid #8db703;
	background: #fff;
	width: 380px; height: 100px;
	padding: 6px;
}

input, textarea {
	font: 13px "Lucida Grande", tahoma, sans-serif;
	border: 0;
	float: left;
	}

.newsletter-form {
	border: 1px solid #fff;
	background: #f5f8ea;
	padding: 8px 0;
	}

	.newsletter-form #mb-iky-iky, .newsletter-form #s {
		width: 128px; height: 18px;
		border: 1px solid #8db703;
		}
	
		.newsletter-form fieldset {
			border: 0; 
			padding: 2px 8px;
			display: block;
			font-size: 9px;
			line-height: 10px;
			}

			.newsletter-form label {
				border: 0; 
				display: block;
				font-size: 9px;
				line-height: 10px;
				padding-bottom: 6px;
				}
				
#enpcontent, .enptitle input {
	border: 1px solid #6b6d67 !important;
	width: 90%;
	margin: 6px 0;
	font: 13px "Lucida Grande", tahoma, sans-serif;
}

* html .newsletter-form #mb-iky-iky {
	width: 120px;
}

.errFld {
	border: 1px solid #b80000 !important;
	}

.errMsg {	
	background: #b80000 !important;
	color: #fff;
	float: left;
	padding: 0 3px;
	font-size: 9px;
	}


.comment-area {}

	.comment-author {
		font-size: 10px;
		margin: -15px 15px 21px 6px;
		color: #6b6d67;
		padding: 3px !important;

		}

	.nocomments {
		color: #fff;
		background: #8db703;
		padding:  5px !important;
		margin: 30px 0;
		}

	#commentform {
		padding: 15px;
		margin-bottom: 30px;
		background: #f5f8ea;
		}

			#commentform label {
				border: 0; 
				display: block;
				font-size: 9px;
				line-height: 10px;
				padding: 3px 0;
				width: 100%;
				clear: left;
				float: left;
				}
				
				#commentform span {
					padding:  6px 12px;
					display: block;
					float: left;
				}*/
