body {
	margin: 0;
	padding: 0;
	background: white;
}
#page{
	position: relative;
	width: 900px;
	margin:0 auto;
	padding: 0px;
	font-family:Verdana;
	font-size:0.7em ;
	vertical-align: top;
	background: white;
}

img {
	border:none;
}

a img {
	border:0;
}

a {
	text-decoration:none;
}

* {  
	outline: none;
	list-style-type: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}

/* STYLESHEET */

/** ENTETE **/
#header {
	width: 900px;
	height: 300px;
	background: transparent url('../images/header-video-skate.jpg') center no-repeat;
}

#bouton {
	background:grey;
	color:white;
	font-weight:bold;
}

/** MENU **/
#menu {
	width: 100%;
	padding-top: 255px;
	height: 20px;
	margin-bottom: 10px;
}

.menu_item {
	width: 170px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bolder;
}
.menu_item a {
	color: #738fbe;
}

.menu_item a:hover {
	color: white;
	background: #738fbe;
}

#cse-search-box input[type="text"] {
	border: 1px solid #738fbe;
}

#cse-search-box input[type="submit"] {
	border: 1px solid #738fbe;
	color: #738fbe;
	background: #ccccff;
	height: 18px;
}
#cse-search-box input[type="submit"]:hover {
	border: 1px solid #738fbe;
	color: #ccccff;;
	background: #738fbe
}

/** CONTENU **/
#content {
	margin: 0;
	padding-top: 20px;
	text-align: center;
}

/** PIED D'PAGE **/
#footer {
	width: 900px;
	height: 181px;
	background: transparent url('../images/footer-video-skate.jpg') top center no-repeat;
	text-align:center;
	padding-top: 0;
}
#footer a {
	color: #738fbe;
	font-weight: bold;
}
#footer a:hover {
	color: white;
	background: #738fbe;
}

/** YOUTUBE **/
div.item {   
	border: 1px solid silver;
	background: silver;
  	margin: 5px; 
  	padding: 2px; 
  	width: 450px;
  	height: 100px;
  	padding-bottom: 20px;
  	text-align: left;
}
span.thumbnail {
  	float: left;
  	margin-left: 10px;
  	margin-right: 10px;
  	padding: 2px;
  	border: solid silver 1px;  
  	font-size: x-small; 
  	text-align: center
}
span.title {
  	font-weight: bolder;  
  	font-size: medium;
}
img {
  	border: 0px; 
}    
a {
  	color: #738fbe; 
  	text-decoration: none;  
}

#table_pays h3, #table_pays h2 {
	margin: 0;
}
#table_pays .flag {
	width: 35px;
}