/* CSS Document */

html{
	width:100%;
	height:100%;
	overflow:hidden;
}


body {
	font-family: "Verdana",Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	width:100%;
	height:100%;
	color : #7B1734;
	text-align: center;
	margin:0;
	background-color: #F6F7ED;
	overflow:hidden;
}



/********** Liens/img/divers  *************/

hr{ clear:both;
border:0px;
border-top:dashed 1px #7B1734;

}

a,
a:visited{
	text-decoration:underline;
	outline:none;
	color:#7B1734;

}

a:hover{
	text-decoration:none;
	outline:none;
	color:#333;

}


a.on,
a.on:visited,
a.on:hover{
	text-decoration:none;
	outline:none;
	color:#7B1734;

}




#menu2 a,
#menu2 a:visited{
	text-decoration:none;
	outline:none;
	color:#7B1734;

}


#menu2 a:hover{
	text-decoration:none;
	outline:none;
	color:#333;
}




img {
border:0px;

}


strong, strong.spip{

	font-weight:bold;
	color:#7B1734;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

/********** blocs principaux  *************/

#header{
	position: relative;
	text-align: center; /* pour annuler l'heritage de text-align:center de BODY */
	margin:0px auto; /* auto pour centrer horizontalement la boite dans BODY 
			 pour le navigateurs autres que IE/WIN */
	padding: 0;
	width: 100%; /* ou 100% pour largeur fluide pleine largeur */
	height:15px;
	background-color:#7B1734;
	overflow: hidden;
}


#container{
	position: relative;
	text-align: center; /* pour annuler l'heritage de text-align:center de BODY */
	margin:0 auto; /* auto pour centrer horizontalement la boite dans BODY 
			 pour le navigateurs autres que IE/WIN */
	padding: 0;
	width: 99%; /* ou 100% pour largeur fluide pleine largeur */
	height:100%;
	overflow:auto;
	
	}


#page{
	position: relative;
	text-align: center; /* pour annuler l'heritage de text-align:center de BODY */
	margin:0px auto; /* auto pour centrer horizontalement la boite dans BODY 
			 pour le navigateurs autres que IE/WIN */
	padding: 0;
	width: 875px; /* ou 100% pour largeur fluide pleine largeur */
	height:auto;


}


#page #logo{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:125px;
}


#page #menu{
	position:absolute;
	top:150px;
	left:0px;
	width:160px;
	height:auto;
	text-align:left;
	
}


#page #titre{
	position:absolute;
	top:15px;
	left:170px;
	text-align:left;
	width:425px;
	height:122px;
}


#titre h1{
	line-height:23px;
	font-size:24px;
	padding:0px;
	margin:0px;

}

#titre h3{
	font-size:10px;
	padding:0 10px 0 0;
	margin:0px;
	font-weight:bold;
	line-height:13px;

}
#titre h3 p.spip{
	font-size:10px;
	padding:0;
	margin:0;

}

#page #deco{
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../../IMG/base/element_14.gif);
	background-repeat:no-repeat;
	width:280px;
	height:125px;

}

#page #contenu{
	position:absolute;
	top:150px;
	left:170px;
	text-align:left;
	width:705px;
	height:auto;
}

	#contenu #bloc_left{
		position:absolute;
		top:0px;
		left:0px;
		text-align:left;
		width:405px;
		height:auto;
		margin:0px;
		padding:0 10px 0 10px;
	}

	#contenu #bloc_right{
		position:absolute;
		top:0px;
		left:425px;
		text-align:left;
		width:280px;
		height:auto;
		margin:0px;
		padding:0 0 0 0;
	}
	#bloc_right div{
margin:0px;
		padding:0 0 0 0;

}
	#bloc_right h1{
		margin:0px;
		padding:0 0 0 0;
		font-size:11px;
		color:#F49E00;
	}

	#bloc_right h3{
		margin:0px;
		padding:10px 0 0 0;
		font-weight:normal;

	}


	#contenu #bloc_top{
		position:absolute;
		top:0px;
		left:0px;
		text-align:left;
		width:100%;
		height:250px;
		margin:0px;
		padding:0 10px 0 0;
		overflow:hidden;
		
	}

	#contenu #bloc_bottom{
		position:absolute;
		top:230px;
		left:0px;
		text-align:left;
		width:50%;
		height:auto;
	}
	
	#contenu #bloc_produit{
	position:relative;
	background-color: #7B1734;
	height:auto;
	width:98%;
	color:#FFF;
	padding:10px;
}

#contenu #bloc_produit_suite{
	background-color: #FFFFE3;
	height:auto;
min-height:100px;
	width:100%;
	padding:10px;
	margin:0;

}
#bloc_produit_suite p.spip{
	margin:0;
	padding:5px;
}


	#bloc_produit #photo{

	width:auto;
	float:left;
}

	#bloc_produit #texte{
	float:left;
	width:280px;
	margin-left:15px;
}






#page #galerie{
	position:absolute;
	top:90px;
	left:0px;
	width:100%;
	height:330px;
	text-align:left;
	
}

		#bloc_article{
			width:auto;
			margin:0px;
			float:left;
			height: auto;
		}
		
		#image_article{
			margin:0px;
		
		}
		#texte_article{
			width:210px;
			height:80px;
			margin:5px 0 0 0;
		}
		
		#texte_article h1{
			font-weight:bold;
			font-size:10px;
			margin:0px;
			padding:0px;
		
		
		}



#footer{
	width:auto;
	height:60px;
	text-align:left;
	background-color:#7B1734;
margin: 0 0 30px 0;
padding: 10px;
	}

/* MENU JQUERY */

		#navigation {
			margin: 0;
			padding: 0;
			list-style: none;
			color: #fff;
			width: 168px;
			text-align: left;

			}
		#navigation a, #navigation span {
			display: block;
			padding: 4px 10px;
			color: #7B1734;
			text-transform:uppercase;
			text-decoration: none;
			background: #F6F7ED;

			}
		#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
			font-weight: bold;
			}
		#navigation .open a, #navigation .open span {
			background-image: url(menu_demo/menu-item-enroule.png);
			font-weight: normal;

			}
		#navigation a:hover, #navigation a:focus, #navigation a:active {
			text-decoration: underline;

			}
		#navigation .subMenu {
			background: ##F6F7ED;
			font-size: .9em;
			text-transform:lowercase;
			margin: 0;
			padding: 0 0 0 20px;
			border-bottom: 1px solid #FFF;

		background-color:#FFFFE9;
			}
		#navigation ul.subMenu a {
			background: none;
			padding: 3px 10px;
			text-transform:lowercase;
			color: #333;
			}




/***** Galerie Jquery fade + play auto ***********/



#slideshow { position: relative; width: 400px; height:250px; }
#controls { z-index: 1000; position: absolute; top: 0px; left: 0px; display: none;
    background-color: #F6F7ED; border: 0px solid #fff; margin: 0; padding: 6px; 
    width: 400px;
}
#controls span { margin: 0 5px }


#slideshow #output {color:#fff; background-color:#333; padding:5px 8px ;   width:auto; height:auto; position: absolute;
top:0px; left:0px; opacity: 0.85; z-index:500; }

