#header {
	width: 100%;
	height: 100px;
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	background-color: #630b01;
	text-align:center;
	border: 1px solid #630b01;
}

a {
	color: white;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	padding: 5px;
	font-size: 16px;
}

#footer {
	border: 1px solid black;
	width: 100%;
	margin-left: -1px;
	margin-top: -4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-size:12px;
	color:#000000;
	background-color: #630b01;
	background-repeat: repeat-x;
	clear: both;
}

#menu_top {
	width: 100%;
	height:25px;
	background-color:#630b01;
}

/* Le corps de la page */
#page {
	width: 100%;	
	background-color: #222;
	color: white;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/harpe.png');
	/* pas de bg pour ie6 */
	_background-image: none;
	border: 1px solid black;
	height:95%;
}

#content {
	height: 95%;
	padding: 0px;
	width: 100%;
	border-top: 1px solid black;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url("../images/biere.gif") ;
	overflow:auto;
}
#content2 {
	padding: 5px;
	padding-right:0px;
}

#content p {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#flechettes {
	float: right;
	height: 330px;
	width: 110px;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url("../images/flechettes.gif") ;
}

#video {
	padding-top: 6px;
	padding-left: 16px;
	width: 520px;
	height: 416px;
	margin-right: auto;
	margin-left: auto;
}

#flash {
	margin-left: -40px;
	float: left;
}

#tableau {
	float: right;
	width: 268px;
	height: 202px;
	padding: 5px;
	margin: 15px;
	margin-right: 40px;
	background-color: #333;
}

.soiree {
	padding: 3px;
	height: 100px;
	border: 0px solid blue;
}
html>body .soiree{
	height: auto;
	min-height: 100px;
}

#bierre_mois {
	padding: 3px;
}

.date {
	width: 90px;
	color: black;
	background-color: #EEEEEE;
	margin: 5px;
	padding: 2px;
	border: 2px solid red;
	text-align: center;
	float: left;
}

.date_numj {
	color: #ff0000;
	font-size: 1.4em;
}

.date_mois {
	text-transform: capitalize;
}

.date_jour {
	text-transform: capitalize;
}

.partenaires li a {
	color: white;
	text-decoration: none;
}

.partlogo {
	width: 100px;
	vertical-align: middle;
}

.drapeau {
	margin-bottom: 1px;
	vertical-align: middle;
}
