* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #194e78;
}

a {
	text-decoration: underline; color: #194e78;
}

a:visited {
	text-decoration: underline; color: #194e78;
}

a:hover {
	text-decoration: underline; color: #FF6600;
}

img {
	border: 0;
}

p {
	margin-bottom: 10px;
}

div.clr {
	clear: both;
}

div#container {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 0;
	background-position: 100px 280px;
	position: relative;
	padding-top: 10px;
	width: 900px;
	background-repeat: no-repeat;
	background-image: url(images/contentbg.gif);
}

div#header {
	height: 150px;
	background: url(images/headerbg.gif) no-repeat 170px;
}

div#homeButton {
	border-color: #ff0300;
	border-width: 1px;
	border-style: dashed;
	display: block;
	width: 100px;
	height: 100px;
}

div#topmenu {
	left: 170px;
	z-index: 200;
	bottom: 0px;
	top: 100px;
	position: absolute;
	height: 30px;
	background: no-repeat;
}

div#title {
	padding-top: 20px;
	margin-top: 0px;
	padding-left: 50px;
	padding-bottom: 0;
	padding-right: 0;
	height: 40px;
	background: url(images/titlebg.gif) no-repeat;
	font-size: 16px;
	font-weight: bold;
}

div#inscriptions {
	position: absolute; 
	top: 180px; left: 590px;
}


.smalltext {
	font-size: 10px;
}

.fonctions {
	font-size: 10px;
	text-align: right;
	color: #ff6600
}

.telephone {
	font-size: 10px;
	text-align: right;
}

.email {
	font-size: 10px;
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.orangetext {
	color: #ff6600;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}

div#footerimg {
	background-color: white;
	height: 40px;
	width: 900px;
	background: url(images/footerbg.gif) no-repeat;
}

div#footer {
	margin-top: 5px;
	width: 900px;
	height: 20px;
	font-size: 9px;
	text-align: center;
}

div#footer a {
	text-decoration: none;
}

div#content {
	clear: left;
	padding-right: 50px;
	width: 550px;
	padding-left: 50px;
	line-height: 1.50;
}


div#borders {
	z-index: 1;
	background: url(images/centerbg.gif) repeat-y;
}

div#minheight {
	height: 320px;
	width: 1px;
	display: inline;
	float: right;
}

strong {
	color: #ff6600;
}

fieldset
{
	display: block;
	padding: 20px;
}


fieldset.news
{
	display: block;
}

fieldset.action
{
	display: none;
}

#progress {
	font-size: 14px;
	padding-top: 40px;
	height: 130px;
	display: none;
	font-weight: bold;
	border-color: #ff0300;
	position: fixed;
	top: 200px;
	left: 50%;
	width: 400px;
	z-index: 100;
	border: 1px dashed;
	text-align: center;
	background: #ffaaaa;
}

#OK {
	border-color: #529214;
	border-style: dashed;
	border-width: 1px;
	padding: 10px;
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
	color: #224115;
	width: 600px;
	background: #af8;
}

/* BUTTONS */

p.buttons {
	margin: 0;
}

.buttons a, .buttons button{
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    text-decoration: none;
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    text-decoration: none;
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    text-decoration: none;
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

#latestNews {
	z-index: 80;
	right: 30px;
	top: 190px;
	position: absolute;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	margin-right: 40px;
	line-height: 14px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-color: #aaaaaa;
	border-style: dashed;
	border-width: 1px;
	background-color: #EEEEEE;
	font-size: 10px;
	width: 180px;
	overflow: none;
	opacity: 0.8;
}

#latestNews:hover {
	opacity: 1;
}

#latestNews h2 {
	color: #ff6600;
	font-size: 10px;
	margin-bottom: 10px;
}

#latestNews a {
	color: #ff6600;
}

#latestNews img {
	margin-top: 10px;
	color: #666666;
}

#latestNews p {
	color: #194e78;
	margin-bottom: 10px;
}

#latestNews h1 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #666666;
}

#latestNews h1 a {
	color: #194e78;
	font-size: 12px;
}

#paveClub {
	color: #194e78;
	line-height: 12px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	border-top-color: #aaaaaa;
	border-top-width: 1px;
	border-top-style: dashed;
	line-height: 1.50;
}

#paveCoteCourts {
	color: #194e78;
	line-height: 12px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 10px 0;
	border-top-color: #aaaaaa;
	border-top-width: 1px;
	border-top-style: dashed;
	line-height: 1.50;
}

#paveCoteCourts p {
	font-weight: normal;
	font-size: 11px;
	margin-top: 20px;
}

#jeudis {
	line-height: 12px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 5px;
	border-top-color: #aaaaaa;
	border-top-width: 1px;
	border-top-style: dashed;
}

#raquette {
	height: 40px;
	margin: 0px 0px 10px 0px;
}

#tournoi {
	color: #194e78;
	line-height: 12px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top-color: #aaaaaa;
	border-top-width: 1px;
	border-top-style: dashed;
}

#tournoi a {
	color: #194e78;
}

#trophy {
	height: 43px;
	margin: 0px 0px 10px 0px;
}

.rss {
	display: inline;
	width: 12px;
	vertical-align: text-bottom;
}

.right {
	text-align: right;
}

#admin {
	text-decoration: none;
}

#admin:hover {
	color: #194e78;
	text-decoration: none;
}

#adminList li {
	line-height: 24px;
	margin-left: 20px;
	list-style-type: none;
}

.listIcon {
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}

#footerLinks {
	margin: auto;
}

#footerLinks td {
	padding: 7px;
	vertical-align: top;
	text-align: left;
}

#footerLinks strong {
	margin-left: 3px;
}

#footerLinks strong a {
	color: #ff6600;
}

.movie {
	height: 400px;
	width: 500px;
	margin: 0 0 0 25px;
}

#affil {
	width: 500px;
}

#affil td {
	font-variant: normal;
	padding: 5px;
}
