/* generalities */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, hr {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: Helvetica, Aria, sans-serif;
	height: 100%;
	background: #fff url(../images/bg-page.jpg) repeat-x 50% 0%;
}
a img {
	border: 0 none;
}
#global {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}
* html #gobal {
	height: 100%;
}
#header {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 200px;
}
#header h1 {
	width: 256px;
	height: 170px;
}
#header h1 a {
	display: block;
	width: 256px;
	height: 170px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#user, #login {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 5px 5px 10px;
	margin: 0 10px 0 0;
	width: 150px;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	background: #3270a2;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	z-index: 90;
}
#login {
	visibility: hidden;
}
#login ol li {
	list-style: none;
}
#login input {
	padding: 2px;
	color: #333;
	border: 1px solid #333;
	width: 110px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login input:focus {
	background-color: #bef;
	outline: none;
}
#login button {
	margin: 2px 10px 0 0;
	padding: 2px;
	border: 1px solid #9cf;
	background-color: #69c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login button:focus, #login button:hover {
	background-color: #9cf;
	outline: none;
}
#user li {
	margin: 0 0 0 12px;
	list-style: square;
	color: #9cf;
}
#user a:link, #user a:visited {
	color: #9cf;
	text-decoration: none;
}
#user a:hover {
	color: #bef;
}
/* menu */
ul#menu {
	position: absolute;
	top: 125px;
	left: 235px;
	margin: 0;
	padding: 0;
	height: 32px;
	z-index: 40;
}
ul#menu li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0 2px;
	list-style: none;
}
ul#menu li a, ul#submenu li a {
	display: block;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 3px 7px;
	color: #def;
	text-decoration: none;
}
ul#menu li a:hover, ul#submenu li a:hover {
	color: #fff;
}
ul#menu li.current a, ul#submenu li.current a {
	color: #fff;
	background: #c93;
	background: -webkit-gradient(linear, left top, left bottom, from(#d5ab58), to(#ad8330));
	background: -moz-linear-gradient(top,  #d5ab58,  #ad8330);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5ab58', endColorstr='#ad8330');
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
/* submenu */
ul#submenu {
	float: left;
	margin: 0 0 6px 0;
	width: 150px;
	list-style: none;
}
ul#submenu li {
	margin: 0 0 6px 0;
}
ul#submenu li a {
	font-size: 12px;
	color: #069;
}
ul#submenu li a:hover {
	color: #036;
	background: #e3e3e3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e9e9e9));
	background: -moz-linear-gradient(top,  #f3f3f3,  #e9e9e9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e9e9e9');
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
ul#submenu li.current a {
	background: #c93;
	background: -webkit-gradient(linear, left top, left bottom, from(#58abd5), to(#3083ad));
	background: -moz-linear-gradient(top,  #58abd5,  #3083ad);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#58abd5', endColorstr='#3083ad');
}
ul#submenu li.current a:hover {
	color: #fff;
}
ul#submenu li ul {
	margin: 0;
	padding: 3px 0 3px 0;
}
ul#submenu li li {
	margin: 2px 0 2px 6px;
	padding-left: 6px;
	list-style: none;
	background: url(../images/puce.png) no-repeat left 3px;
}
ul#submenu li li a, ul#submenu li.current li a {
	color: #39c;
	background : none;
	filter: none;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
ul#submenu li li a:hover, ul#submenu li.current li a:hover {
	color: #069;
	background: none;
	filter: none;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
ul#submenu li li.current {
	list-style: none;
}
ul#submenu li li.current a, ul#submenu li li.current a:hover {
	color: #000;
}
/* content */
#content {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	padding: 0 0 260px 0;
	color: #333;
	font-size: 12px;
}
.content {
}
.content h1 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0 0 12px 0;
	color: #363;
	font-size: 24px;
	text-transform: uppercase;
}
.content h2 {
	font-family: "Arial Rounded MT Bold", Helvetica, Arial, sans-serif;
	padding: 18px 0 9px 0;
	color: black;
	font-size: 18px;
}
.content h3 {
	font-family: "Arial Rounded MT Bold", Helvetica, Arial, sans-serif;
	padding: 18px 0 9px 0;
	color: black;
	font-size: 14px;
	color: #363;
}
.content p {
	padding: 3px 0 9px 0;
}
.content a {
	color: #369;
}
.content a:hover {
	color: #06c;
}
.content ul {
	margin-left: 1.5em;
	margin-bottom: 1.25em;
	margin-top: 0.75em;
}
.content ul li {
	list-style-image: url(../images/puce.png);
}
.content span.comments {
	background: url(../images/bulle.png) no-repeat 0 0;
	padding: 0 0 0 16px;
}
.content p.pagination {
	text-align: center;
}
.content .pagination span, .content .pagination a {
	padding: 2px 6px;
	margin: 3px;
	color: #fff;
	background: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content .pagination a {
	color: #000;
	background: #bdf;
	text-decoration: none;
}
.content .pagination a:hover {
	background: #9cf;
}
.content .pagination span.current {
	color: #fff;
	background: #3a7ba9;
}
#main {
	padding: 0 30px 30px;
}
#main.col2 {
	margin-left: 160px;
}
hr.clear {
	clear: both;
	visibility: hidden;
}
/* forms */
ol.fields {
	padding-left: 0;
}
ol.fields li label {
	padding-left: 0;
}
form fieldset {
	margin: 0 0 12px 0;
	padding: 10px;
	border: 1px solid #9cf;
	background-color: #f9fcff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
form fieldset legend {
	color: #fff;
	background-color: #9cf;
	padding: 2px 4px;
	border: 1px solid #9cf;
	min-width: 200px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.content form fieldset legend a {
	color: #fff;
	text-decoration: none;
}
.content form fieldset legend a:hover {
	color: #fff;
	text-decoration: underline;
}
form fieldset ol.fields li {
	margin: 6px 0;
}
ol.fields li.form_captcha span.cms_captcha {
	margin-left: 0;
}
/* footer */
#footer {
	position: relative;
	height: 226px;
	margin-top: -232px;
	background-color: #194775;
	border-top: 6px solid #81add6;
}
#footer blockquote {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}
#footer h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
#footer p {
	padding: 12px 0 0 0;
	line-height: 1.33em;
	font-size: 11px;
	color: #69c;
	text-align: center;
}
#footer div p {
	text-align: justify;
	padding-left: 70px;
	background: url(../images/footer-logos.png) no-repeat 0 0;
}
#footer #f-ligue, #footer #f-epsvb {
	float: left;
	width: 280px;
	padding: 20px 70px 0px 0;
}
#footer div#f-epsvb p {
	background-position: 0 -160px;
}
#footer #f-clubs {
	padding: 20px 40px 10px 0;
}
#footer #f-clubs ul {
	padding: 12px 0 0 0;
	list-style: none;
}
#footer #f-clubs ul li {
	font-size: 11px;
	line-height: 1.5em;
	color: #69c;
}
#footer #f-clubs ul li.flft {
	float: left;
	width: 100px;
}
#footer p#f-copy {
	clear: left;
	padding: 12px 0 0 0;
}
#footer a {
	color: #69c;
	text-decoration: underline;
}
#footer a:hover {
	color: #9cf;
}
#footer a#renseignements {
	display: block;
	margin-top: 20px;
	width: 290px;
	height: 55px;
	background: url(../images/renseignements.png) no-repeat;
	text-indent: -9999px;
}
div.loading {
	color: transparent;
	background: url(/assets/images/loading.gif) no-repeat center center;
}
.highlight {
	margin: 10px 0 5px;
	padding: 10px;
	background-color: #fff;
	border: 1px dotted #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.mellow {
	background-color: #ffc;
	border-color: #666;
}
.blueish {
	background-color: #ccf;
	border-color: #666;
}
.greenish {
	background-color: #cfc;
	border-color: #666;
}
.redish {
	background-color: #fcc;
	border-color: #666;
}
.frgt {
	float: right;
}
