/* CSS Document */

html
	{
		background-color:#fed8fe;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		background-image:url(../images/htmlBG.jpg);
		background-repeat:repeat-x;
	
	}
	
body
	{
		width:1050px;
		margin:auto;
		background-image:url(../images/header.jpg);
		background-repeat:no-repeat;
		
	
	}

/* Le top */

#top
	{
		display:block;
		height:250px;
	
	}
	
	#MenuTop
		{
			float:left;
			height:20px;
			display:block;
			margin-top:125px;
			margin-left:176px;
		
		}
		
		#MenuTop a
			{
				float:left;
				width:94px;
				height:20px;
				padding-top:3px;
				color:#33CC00;
				margin-right:2px;
				text-align:center;
				color:#b146b1;
				text-decoration:none;
				font-weight:bold;
			
			}
			
			#MenuTop a:hover
				{
					background-color:#5a515a;
					color:#FFFFFF;
				
				}
				
	#MenuRecherche
		{
			width:300px;
			height:40px;
			background-image:url(../images/MenuRechercheBG.jpg);
			background-repeat:no-repeat;
			float:left;
			margin-left:560px;
			margin-top:15px;
		
		}
		
		#MenuRecherche input[type=text]
			{
				width:129px;
				height:20px;
				background-image:url(../images/MenuTopRechercheInput.jpg);
				border:0px;
				background-repeat:no-repeat;
				background-color:#f2b3e0;
				margin-top:5px;
				margin-left:90px;
				padding:2px;
				padding-left:8px;
				padding-right:5px;
				font-weight:bold;
				color:#CCCCCC;
				display:inline;
			
			}
			
		#MenuRecherche img
			{
				cursor:pointer;
				display:inline;
			
			}
			
	#TopAcces
		{
			margin-top:25px;
			margin-left:220px;
			font-weight:bold;
			color:#554c55;
		
		}
		
		#TopAcces a
			{
				color:#554c55;
				text-decoration:none;
				margin-left:5px;
				margin-right:5px;
			}
	
/* Les menus */

#blocMenuGauche
	{
		float:left;
		width:150px;
		height:200px;
	
	}
	
#blocMenuDroit
	{
		float:right;
		width:150px;
	
	}
	
	/* Les menus eux meme */
	
	.menu
		{
			width:130px;
			margin:auto;
			background-image:url(../images/menuBG.jpg);
			background-repeat:repeat-y;
			margin-bottom:20px;
		
		}
		
		.menu strong
			{
				display:block;
				width:130px;
				height:30px;
				background-image:url(../images/menuStrongBG.jpg);
				background-repeat:no-repeat;
				padding:8px;
				font-size:14px;
				color:#bc1626;
			
			}
			
		.menu a
			{
				display:block;
				color:#504950;
				padding:3px;
				padding-left:10px;
				background-color:#eac0ea;
				margin-right:4px;
				margin-bottom:2px;
				font-weight:bold;
				text-decoration:none;
			
			}
			
		.menu a:hover
			{
				background-image:url(../images/MenuAOverBG.jpg);
				background-repeat:repeat-y;
				color:#FFFFFF;
			
			}
	
/* Contenu */

/* ESPACE -> margin top : 75px; */

#content
	{
		display:block;
		width:726px;
		background-image:url(../images/contentBG.jpg);
		background-repeat:repeat-y;
		margin-left:161px;
		margin-top:75px;
	
	}
	
/* Footer */

#footer
	{
		display:block;
		clear:both;
		background-image:url(../images/footer.jpg);
		height:75px;
		padding-left:220px;
		padding-top:60px;
		font-weight:bold;
		color:#b930b6;
		background-repeat:no-repeat;
	
	}
	
	#footer a
		{
			color:#b930b6;
			text-decoration:underline;
		
		}
		
		#footer a:hover
			{
				color:#333333;
				text-decoration:underline;

			
			}
#lienFooter
{
			text-align:center;
}

#lienFooter a {
			color:#b930b6;
}
	
/* ---------------------- MISE EN PAGE DU CONTENU : LISTE DES VIDEOS // VISIONNEUSE  ---------------------- */


/* --- AFFICHAGE DE LA VIDEO --- */

.affichage
	{
		width:683px;
		background-image:url(../images/affTop.jpg);
		background-repeat:no-repeat;
		background-position:top;
		background-color:#fbc8f6;
		padding-top:15px;
		display:block;
		margin:auto;
	
	}
	
	.affichage .bloc1
		{
			width:240px;
			float:left;
		
		}
	
	.affichage h1
		{
			height:27px;
			margin:10px;
			color:#d70200;
			font-size:18px;
			font-weight:bold;
			background-image:url(../images/affH1.png);
			background-repeat:no-repeat;
			padding-left:30px;
			padding-top:2px;		
		}
	
	.affichage p
		{
			margin:10px;
			padding:10px;
			text-align:justify;
		
		}
		
	.affichage .lecteur
		{
			margin:auto;
			margin-top:10px;
			display:block;
			margin-top: 50px;
			text-align:center;
		
		}
		
	.affichage a
		{
			display:block;
			margin-top:25px;
			text-align:center;
		
		}
		
	.affichage img
		{
			border:0px;
		
		}

/* --- LISTE DES VIDEOS --- */

.video
	{
		width:220px;
		height:249px;
		float:left;
		margin:10px;
		background-image:url(../images/videosBG.jpg);
		background-repeat:no-repeat;
	
	}
	
	.video a
		{
			display:block;
			color:#a58ba4;
			text-decoration:none;
			margin:5px;
			text-align:center;
			padding:10px;

		}
		
	.video a img
		{
			border:0px;
			margin-left:10px;
			border:1px #CCCCCC solid;
			width:150px;
			height:140px;
			display:block;
		
		}
		
	.video .apercu
		{
			width:200px;
			height:200px;
			display:block;
			margin:auto;
			background-color:#FFFFFF;
			margin-top:20px;
		
		}
		
#pages
	{
		display:block;
		margin:20px;
		text-align:center;
	
	}
	
	#pages a
		{
			margin-left:5px;
			margin-right:5px;
			text-decoration:none;
			color:#000000;
			border:1px #fcc8f6 solid;
			padding:5px;
		
		}
		
.okmec{
background:url('../images/MenuTopOk.png');
border:none;
width:38px;
height:30px;
margin-top:-10px;
} 





#discl_bg {
	top:0px;
	left:0px;
	background:#000;
	z-index:99;
	width:100%;
	height:1500px;
	position:absolute;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
#discl_content {
	top:0px;
	left:0px;
	color:#FFF;
	font-size:15px;
	z-index:100;
	width:100%;
	position:absolute;
	margin-top:10%;
}
#discl_image {
	background:url(/images/belle-sexy.png) no-repeat;
	width:515px;
	height:187px;
	margin:0px auto;
	padding:193px 0px 0px 110px;
}
* html #discl_image {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/belle-sexy.png", sizingMethod="crop");
}
* html #discl_image a {
	position:relative;
}
#discl_ads {
	width:380px;
	height:140px;
	overflow:hidden;
	padding-left:116px;
}
*+html #discl_ads {
	padding-left:90px;
}
* html #discl_ads {
	padding-left:90px;
}
#discl_ads .discl_img1,
#discl_ads .discl_img2 {
	position:absolute;
	margin-left:-95px;
	margin-right:5px;
}
#discl_ads .discl_img2 {
	margin-top:62px;
}