﻿html
{
	margin: 0;
	padding: 0;
}

body
{
	
	/*background: url(Images/fond-uni-bleu.jpg) repeat top center;*/
	background: url(Images/billaskinBIS.jpg) repeat top center;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

.TopBanner
{
	margin: auto;
	width: 900px;
	position: relative;
	top: 0px;
	left: 0px;
}

.Container
{
	margin: auto;
	width: 900px;
	background: url(Images/YDS18BIS.jpg) no-repeat top center;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}

.intro
{
	width: 900px;
	text-align: center;
	margin-top: 160px;
	margin-bottom: 10px;
}

.SurfDays
{
	width: 900px;
	margin: auto;
}

.TitreBulle
{
	height: 18px;
	font-weight: bold;
}

h2
{
	font-size: x-large;
	margin-top: 0;
	border-top-width: 0;
	padding-top: 0;
	margin-bottom: 0;
	border-bottom-width: 0;
	padding-bottom: 0;
}

.BulleAide
{
	position: absolute;
	padding: 5px 5px 5px 5px;
	background-image: url('Images/fond-transparent.png');
	width: 310px;
	border-style: solid;
	border-color: #899ab4;
	border-width: 1px;
}

.Menu
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	float: left;
	margin: 2px 2px 2px 2px;
	background-image: url('Images/fond-transparent.png');
}

.Menu:hover
{
	border-color: Red;
	background-image: url('Images/Sable.jpg');
}


