/* @override http://www.xlr8rs.be/assets/templates/xlr8rs2007/xlr8rs2007.css */

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:13px helvetica,arial,clean,sans-serif;
	color: black;
	background: white url(backg.png) no-repeat fixed center top;
}

table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

p {
	text-align: justify;
	margin-bottom: 1em;
	line-height: 1.5em;
}

ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}

li {
	margin-bottom: .4em;
}

a {
	color: #ff00ff;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #ff00ff;
	text-decoration: none;
}
a:active,
a:hover {
	color: #ff00ff;
	text-decoration: underline;
}
h2, h3, h4 {
	color: black;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}
h2 {
	font-size: 160%;
	padding: 0;
	margin-bottom: 0.2em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
#site {
	width: 710px;
	margin: 0 auto;
	position: relative;
	background: white;
}

#topOfPage {
	background-color: black;
	vertical-align: middle;
	display: table;
	position: relative;
	width: 100%;
}

#link2home {
	display: table-cell;
	width: 15%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

#link2home a span {
	display: none;
}

#menu {
	text-align: left;
	min-height: 80px;
	vertical-align: middle;
	display: table-cell;
	background-color: transparent;
	margin-right: -2em;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
* #menu { /* IE */
	/*height: 50px;*/
	font-size: 166%;
	color: white;
}

* #menu { /* IE */
	/*height: 50px;*/
	font-size: 150%;
	color: white;
}

#menu ul {
	position: static;
	display: block;
	width: auto;
	padding-left: 0;
}

#menu li {
	display: inline;
	margin-right: 1.3em;
}
#menu li a {
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	color: #ff00ff;
}

#titre {
	position: relative;
	display: block;
}
* html #titre { /* IE */
	height: 1em; /* 20070416 : sinon le titre n'apparait pas sur IE */
}
#titre h1 {
	position: absolute;
	bottom: 10px;
	margin-left: 0.667em;
	font-size: 300%;
	/*min-height: 50px;*/
	color: #fffff5;
}
#titre img {
	width: 100%;
}

#contenu {
	color: #666666;
	padding: 2em;
}

#contenu table tr td {
	padding-bottom: 1.4em;
}
#contenu ul,#contenu ol {
	margin-bottom: 1.1em;
	padding-left: 2.5em;
}

#contactform form label {
	font-weight: bold;
	display: block;
	margin-bottom: -.5em;
}
#contactform form input,
#contactform form textarea {
	border-top: #bbb 1px solid;
	border-left: #bbb 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	padding: .3em;
	width: 360px;
}

#homepage_announcement {
	display: inline-block;
	float: none;
	font-size: 125%;
}

.homepage_picleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* MaxiGellery */
div.childscontainer {
	/*width: 100%;*/
	/*margin-left: 50px;*/
}
ul.thumbs {
	clear: both;
}
ul.thumbs li {
	width: 165px;
	height: 135px;
}
ul.thumbs li p {
	font-size: 85%;
	text-align: center;
}

.justifyleft {
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}


.justifyright {
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* /MaxiGellery */
#footer {
	text-align: center;
	padding: 10px 0;
	border-top: #ccc thin solid;
	width: 92%;
	margin: 0 auto;
	font-size: 90%;
	clear: both;
}

.trombi {
	font-size: 16px;
}

#wucclogo {
	float: right;
	right: 13px;
	position: relative;
	top: -72px;
	margin-left: 22px;
}
