body{
	background-color:#307AA9;
	text-align:center;
	font-family:Arial;
	font-size:0.8em;
}
h1{
	color:#307AA9;
	font-size:16px;
}
h2{
	color:#307AA9;
	font-size:16px;
	margin-top:20px;
}
#container{
	background-color:white;
	text-align:left;
	width:960px;
	margin:auto;
}
#left{ 
	background-color:#FBFCFD;
	float:left; 
	width:700px; 
}
#right{ 
	color:#307AA9;
	background-color:white;
	float:left; 
	width:230px;
}
#right a{
	color:#307AA9;
}
#addressBar{
	margin:10px 10px 0px 10px ;
}
#helpBox{
	background-color:#307AA9;
	background-image:url('../images/box.gif');
	background-repeat:no-repeat;
	margin:0px 10px;
}
#helpBoxDiv, a{
	color:white;
}
#helpBoxDiv, p{
	padding:10px 10px 5px 10px;
}
#videoBoxContent{
	margin:10px;
	background:black;
	text-align:center;
}
#adBox{
	margin:10px;
}
#ad1{
	float:left;
	width:340px;
}
#ad2{
	float:left;
	width:340px;
}
#tabs{
	font-size:1em;
}
#contentBox{
	margin:10px;
}
.urls{
	margin:0px;
	padding:0px;
	margin-left:15px;
	list-style-type: square;
}
#lastVideosBox, #popularVideosBox, #communityBox{
	width:210px;
	padding:0px 10px;
	border-left:1px solid lightblue;
}
.alert{
	text-align:center;
	margin:10px;
	padding:10px;
	border:2px solid red;
	background:lightyellow;
}
.alert a{
	color:blue;
}
#addressBar input{
	font-size:18px;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
}
#global {
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 960px; 
  height: 300px; 
  margin-left: -480px; /* moitié de la largeur */ 
  margin-top: -150px; /* moitié de la hauteur */ 
  border: 1px solid lightgreen;
  background:white;
  text-align:left;
}
#global a{
	color:blue;
	padding:5px;
	border:1px solid black;
}