@charset "utf-8";
/* CSS Document */

body, html
	{
		padding:0;
		margin:0;
		background-color:#000;
	}
	
#site
	{
		width:975px;
		margin-left:auto;
		margin-right:auto;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		color:#441102;
	}
	
#index
	{
		background:url(images/accueil.jpg);
		width:975px;
		height:700px;
		margin-top:10px;
	}
	#titre_index
		{
			font-family:Tahoma, Geneva, sans-serif;
			font-size:48px;
			color:#e2cdc9;
			padding-top:30px;
			margin-left:320px;
			width:400px;
		}
		#titre_index a
			{
				font-family:Tahoma, Geneva, sans-serif;
				font-size:48px;
				color:#e2cdc9;
				text-decoration:none;
			}
	#contenu_index
		{
			width:570px;
			height:340px;
			margin-left:210px;
			margin-top:20px;
			padding-left:10px;
		}
		#contenu_index h1
			{
				color:#441102;
				font-size:24px;
				text-align:center;
			}
		#contenu_index h2
			{
				color:#441102;
				font-size:18px;
				text-align:center
			}
			
	#footer_index
		{
			width:975px;
			height:35px;
			border-bottom:solid #e2cdc8 2px;
			border-top:solid #e2cdc8 2px;
			text-align:center;
			padding-top:15px;
		}
		#footer_index a
			{
				color:#e2cdc8;
				text-decoration:none;
				font-size:14px;
			}
			
#header
	{
		width:975px;
		height:270px;
		background:url(images/header.jpg);
	}
	#sex-shop-lyon
		{
			width:400px;
			height:100px;
			margin-left:320px;
			padding-top:100px;
		}
		
#container
	{
		width:975px;
		background:url(images/contenu.jpg) repeat-x;
		background-color:#FFF;
		padding-bottom:10px;
	}
	#menu
		{
			width:975px;
			height:45px;
			background:url(images/menu.jpg) top no-repeat;
		}

	#menu_tab
		{
			margin-top:8px;
			margin-left:20px;
		}
	#menu .onglet_menu
		{
			width:110px;
			height:31px;
			background:url(images/onglet.jpg) no-repeat;
			text-align:center
		}
	#menu a
		{
			font-size:15px;
			color:#441102;
			text-decoration:none;
		}
	#menu a:hover
		{
			font-size:15px;
			color:#6d3f5b;
			text-decoration:none;
			font-weight:500;
		}
	#contenu
		{
			width:950px;
			min-height:400px;
			margin-left:15px;
		}
		
#footer
	{
		clear:both;
		margin-top:10px;
		width:975px;
		height:35px;
		border-bottom:solid #e2cdc8 2px;
		border-top:solid #e2cdc8 2px;
		text-align:center;
		padding-top:15px;
		color:#e2cdc8;
		text-decoration:none;
		font-size:14px;
		margin-bottom:10px;
	}
	#footer a
		{
			color:#e2cdc8;
			text-decoration:none;
			font-size:14px;
		}
		
.magasin_sex_shop
	{
		color:#441102;
			}