/* *********************************************
   *  pulp'arts  ******  webdesign development *
   *  www.pulp-arts.com - studio@pulp-arts.com *
   *  ---------------------------------------- *
   ********************************************* */

#Global{
width: 1000px;
height: auto;
position:absolute;
left: 50%;
margin-left: -500px;
background-color: #f5f5f5;
}

#Header{
width: 1000px;
height: 730px;
float: left;
background-color: #000000;
}
		#HeaderLeft{
		width: 600px;
		height: 720px;
		float: left;
		}
			#ZoneNews{
			width: 190px;
			height: 720px;
			float: left;
			background-image:url(../img/design/fondnews.jpg);
			background-repeat: no-repeat;
			}
					#Logo{
					padding-left: 20px;
					float: left;
					width: 130px;			
					height: 145px;
					padding-top: 10px;
					}
					#News{
					width: 110px; /* 190px */
					padding-left: 30px;
					padding-bottom: 20px;
					float: left;
	
					word-wrap:break-word;
					word-break:break-strict; 
					/* notes -----------
					text-wrap:normal | unrestricted | none | suppress; 
					word-wrap:normal | break-word; 
					word-break:normal | keep-all | loose | break-strict | break-all; 
					hyphenate:none | auto; 
					>> cf. http://www.w3.org/TR/css3-text/ 
					----------------- */
					}
			
			#ZoneStream{
			width: 410px;
			height: 720px;
			float: right;
			}
					#ZoneTV{
					width: 410px;
					height: 605px;
					float: left;
					}
										#Margin{
										width: 390px;			
										height: 25px;
										float: left;
										}
										#TetChannels{
										width: 390px;
										height: 35px;
										float: left;
										background-color: #111111;
										}
										#FiletRubrique{
										width: 390px;
										height: 15px;
										float: left;
										}
										#Stream{
										width: 390px;
										height: 410px;
										float: left;
										}
										#Zapette{
										width: 390px;
										height: 120px;
										float: left;
										}
					#ZoneRadio{
					width: 410px;
					height: 115px;
					float: left;
					}
										#TxtRubrique{
										width: 380px; /* 390px */
										float: left;
										padding-left: 10px;
										}
			
		
		#HeaderRight{
		width: 400px;
		height: 720px;
		float: right;
		}
					#ZoneChat{
					width: 400px;
					height: 605px;
					float: left;
					}
							#TetChat{
							width: 390px;
							height: 35px;
							float: left;
							background-color: #1f2932;
							}
							#Chat{
							width: 390px;
							height: 510px;
							float: left;
							background-color:#ffffff;
							}
	
					#ZoneSL{
					width: 400px;
					height: 115px;
					float: left;
					}
							#TetSL{
							width: 390px;
							height: 35px;
							float: left;
							background-color: #4d848f;
							}
		
#Middle{
width: 1000px;
height: auto;
float: left;
background-color: #f5f5f5;
}
		#MiddleLeft{
		width: 600px;
		height: auto;
		float: left;
		}
			#ZonePartners{
			width: 190px;
			height: auto;
			float: left;
			}
					#Partners{
					padding-left: 20px;
					float: left;
					width: 130px;			
					height: auto;
					padding-top: 10px;
					}
			#ZoneEdito{
			width: 410px;
			height: auto;
			float: right;
			}
					#Blog{
					float: left;
					width: 195px;			
					height: auto;
					padding-top: 10px;
					}
						#TetRubrique2{
						width: 185px;
						height: 35px;
						float: left;
						background-color: #1f2932;
						}
						#FiletRubrique2{
						width: 185px;
						height: 15px;
						float: left;
						}
						#TxtRubrique2{
						width: 185px;
						height: auto;
						float: left;
						}
					#Infos{
					float: right;
					width: 195px;			
					height: auto;
					margin: 10px 10px 0px 0px;
					}
		
		#MiddleRight{
		width: 400px;
		height: auto;
		float: right;
		}
					#Photos{
					width: 250px;
					height: auto;
					float: left;
					padding-top: 10px;
					}
						#TetRubrique3{
						width: 250px;
						height: 35px;
						float: left;
						background-color: #1f2932;
						}
						#FiletRubrique3{
						width: 250px;
						height: 15px;
						float: left;
						}
						#TxtRubrique3{
						width: 250px;
						float: left;
						}
					
					#Annonces{
					width: 120px;
					height: auto;
					float: right;
					margin: 10px 10px 0px 0px;
					}
						#TetRubrique4{
						width: 120px;
						height: 35px;
						float: left;
						background-color: #1f2932;
						}
						#FiletRubrique4{
						width: 120px;
						height: 15px;
						float: left;
						}
						#TxtRubrique4{
						width: 120px;
						float: left;
						}



#Bottom{
	width: 1000px;
	height: 50px;
	float: left;
	background-color: #000000;
	margin-top: 10px;
}
		
		
		
		
		
		
		
		
		
		
		
