/* Start of CMSMS style sheet 'Alex Sports' */
body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	cursor: default;
	background: #737473 url(images/background.gif) repeat-y;
}

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

#container {
	width: 100%;
	text-align: left;
	background-color: transparent;
}

#header {
	display: none;
}

h1 {
	font-size: 18px;
	color: #f8db25;
	font-weight: bold;
	text-align: center;
	padding-bottom: 23px;
	font-style: italic;
}

h2 {
	color: #E9EBB3;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 25px 0;
	margin-top: 5px;
}

h3 {
	color: #E9EBB3;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 5px 0;
	margin-top: 5px;
}

#left {
	float: left;
	width: 256px;
	color: black;
	background: transparent url(images/logo.jpg) no-repeat;
}

#column {
	padding: 379px 40px 0 55px;
}

#main {
	margin-left: 266px;
	padding: 25px 25px 35px 0;
}

#menu {
	margin-top: 20px;
	list-style: none;
	line-height: 2;
	font-weight: bold;
}

#menu li {
	background: url(images/dot.gif) no-repeat 0 8px;
	padding-left: 15px;
}

#menu .sousmenu {
	margin: 0;
	list-style: none;
}

#menu .sousmenu li {
	background: none;
	padding-left: 5px;
	font-size: 11px;
}

.currentpage a {
	color: #000;
	text-decoration: underline;
}

#menu .currentpage li a {
	color: #fff;
	text-decoration: none;
}

#adresse {
	padding-top: 35px;
	font-size: 11px;
	color: #1f1f1f;
}

#main p {
	color: black;
	line-height: 20px;
	padding: 5px 0;
}

#tabs {
	padding-bottom: 35px;
	text-align: center;
}

#tabs img {
	padding: 0 10px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	margin-left: 266px;
	font-size: 11px;
	padding: 0 25px 35px 0;
}

#footer a {
	color: #333;
}

#footer a:hover {
	background-color: transparent;
	color: #b3b3b3;
}

.right {
	float: right;
}

.left {
	float: left;
	color: #333;
}
/* End of 'Alex Sports' */

