/* BASIC */
.print { display: none; }
.nc { text-transform: none; }
.ht { text-indent: -999em; overflow: hidden; }
.ha { position: absolute; left: -999em; }
/* HOME */
body.accueil #hd {
	position: relative;
	border: 2px solid #fff;
	margin: 5px 12px 5px 12px;
	padding: 30px;
	text-align: center;
}
body.accueil #hd h1 {
	display: block;
	width: 366px;
	height: 119px;
	margin: 20px auto 20px auto;
	background: url(/static/img/logo-accueil.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
body.accueil #nav {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	margin: 20px auto 20px auto;
}
body.accueil #nav li {
	background: none;
	display: inline;
	height: auto;
	margin: 0;
}
body.accueil #nav li#nav-fr { border-right: 1px solid #fff; }
body.accueil #nav li#nav-en { border-left: 1px solid #fff; }
body.accueil #nav a, 
body.accueil #nav span.a {
	display: inline;
	color: #fff;
	font-size: 150%;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0;
	padding: 0 1em;
}
body.accueil #nav a:hover {
	color: #eb008b;
}
/* TEMPLATE */
body { font-family: arial,helvetica,verdana,clean,sans-serif; }
#decoupe-top { background: url(/static/img/bg-t.png) repeat-x top; height: 8px; font-size: 0; }
#decoupe-right { background: url(/static/img/bg-r.png) repeat-y right; }
#decoupe-bottom { background: url(/static/img/bg-b.png) repeat-x bottom; height: 8px; font-size: 0; }
#decoupe-left { background: url(/static/img/bg-l.png) repeat-y left; }
#doc {
	color: #fff;
	background: #00adee;
	width: 775px;
	margin: 20px auto;
}
#hd, #bd, #ft { border: 2px solid #fff; }
#hd {
	position: relative;
	margin: 5px 12px 0 12px;
	padding: 30px;
	border-bottom: none;
}
#bd {
	margin: 0 12px;
	padding: 10px 30px 0 255px;
	border-top: none;
	border-bottom: none;
}
#ft {
	margin: 0 12px 5px 12px;
	border-top: none;
}
/* HEAD */
#hd h1 a {
	display: block;
	width: 552px;
	height: 89px;
	background: url(/static/img/logo.png) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}
#hd h1 a:hover {
	background: url(/static/img/logo.png) no-repeat 0 -89px;
}
/* HEAD NAVIGATION */
#nav {
	position: absolute;
	top: 160px;
	left: 30px;
	width: 173px;
}
#nav li {
	background: url(/static/img/bg-bt.png) no-repeat;
	height: 91px;
	margin-bottom: 20px;
}
#nav a {
	display: block;
	color: #fff;
	font: bubu;
	font-size: 150%;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
	padding: 52px 25px 0 0;
}
#nav a:hover {
	color: #00adee;
}
body.infos #nav-infos a, 
body.photos #nav-photos a, 
body.contacts #nav-contacts a {
	font-size: 250%;
	padding: 40px 25px 0 0;
}
/* BODY */
#bd #content {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 0 10px 0 0;
}
#bd h2 {
	font: bubu;
	font-size: 275%;
	margin: 0 0 .25em 0;
	text-transform: lowercase;
}
#bd dt {
	display: block;
	font: bubu;
	font-size: 275%;
	margin: 0 0 .25em 0;
	text-transform: lowercase;
}
#bd dd {
	display: block;
	margin: 0 0 1.5em 40px;
	font: bubu;
	font-size: 150%;
}
#bd dd li {
	display: block;
	padding: 0 0 1em 0;
}
#bd p {
	font-size: 150%;
	margin: 0 0 1em 0;
}
#bd a {
	color: #fff;
	text-decoration: none;
}
#bd a:hover {
	color: #eb008b;
}
/* CONTENT */
ul.photo-list {}
ul.photo-list li {
	float: left;
	width: 46%;
	padding: 0 0 1em 0;
	text-align: center;
}
/*
ul.photo-list a img {
	padding: 1px;
	border: 1px dashed #fff;
}
ul.photo-list a:hover img {
	border: 1px dashed #eb008b;
}
*/
/* FOOTER */
#ft {
	padding: 0 15px .5em 30px;
}
#ft ul.nav {
	margin: 0 0 .25em 0;
}
#ft ul.nav li {
	float: right;
	margin: 0 0 0 15px;
}
#ft ul.nav li a {
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
#ft ul.nav li.accueil a {
	width: 40px;
	height: 45px;
	background: url(/static/img/gb.png) no-repeat;
}
#ft ul.nav li.bubu-facebook a {
	width: 75px;
	height: 45px;
	background: url(/static/img/bubu-fb.png) no-repeat;
}
#ft .copyright {
	text-align: right;
	padding-top: .5em;
	font-size: 90%;
}
#ft .copyright span.bubu {
	color: #eb008b;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}



