@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	}
	
.main{
	padding:20px;
	width:100%;
	border-bottom:20px solid #0079C1;
	display:block;
	float:left;
	}	

#header,.titre{
	float:left;
	color:#0079C1;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	}
	
#header{
	font-size:28px;
	font-weight:bold;
	line-height:28px;
	}
	
.titre{
	font-size:14px;
	padding:10px 0 0 20px;
	outline:none;
	text-decoration:none;
	}
	
#main{
	text-align:center;
	}

#select,.titre:hover{
	color:#ef3327;
	outline:none;
	text-decoration:underline;
	}
	
#videos{
	background:#57A3D9;
	}
