body {
	margin: 0;
	padding: 0;
	font: .75em/1.5em Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #000000;
	background:  #AEBBD9 url(bg2.jpg) repeat-x;
	text-align: left;
}
/* links */
a {
	color:#F03;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #010754;
	background-color: inherit;
	font-weight: bold;
}
/* headers */
h1, h2, h3 {
	font: bold 1.0em Arial, Sans-serif;
	color: #333;
}
h1 { font-size: 1.3em; color: #467EA4; } 
h2 { font-size: 1.2em; text-transform:uppercase; color: #467EA4;}
h3 { font-size: 1.1em; }

.entete {
	text-transform:uppercase;
	margin: 5px 3px;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #467EA4;
}
.entete2 {
	text-transform:uppercase;
	margin: 0px 3px;
	font: bold 3em 'Trebuchet MS', Arial, Sans-serif;
	color: #467EA4;
}
p, h1, h2, h3 {
	margin: 8px 15px;
	}
p {
	text-align:left;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666;
}
/* images */
img {
	border: 0px solid #CCC;
	text-align: right;
}
img.no-border {
	border: none;
}
img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
/*a img {  
  border: 0px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important;  IE fix
  border: 2px solid #568EB6;
}*/

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #4284B0;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #FAFAFA;
	border: 0px solid #f2f2f2;
	border-left: 0px solid #4284B0;
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
}
/* form elements */
form {
	margin:10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
}
/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #9EC630;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}
form.searchform input.button {
	margin: 0;
	padding: 2px 3px;
	font: bold 12px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;
	width: 60px;
	vertical-align: top;
}
/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 1050px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#side-content-wrap {
	float: left;
	width: 21%;
	margin: 0px;
	display: inline;
	padding: 0px;
	height: 120px;
	background: #000;
}
#side-right-content-wrap {
	float: right;
	width: 17%;
	margin: 0;
	display: inline;
	padding: 0px;
	background: #6297BC;
}
#content-wrap {
	float: left;
	margin-left: 0px;
	width: 100%;
	background: #5F5F5F;
	display: inline;
	height:26px;
}
/* header */
#header {
	padding-top:15px;
	position: relative;
	height: 202px;
	background:  url(bg2.jpg) repeat-x;
	
}
#header h1#logo {
	position: absolute;
	z-index:999;
	margin: 0;
	padding: 0;
	font: bolder 3.7em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/* text-transform: lowercase; */
	top: 25px;
	left: 39px;
	width: 493px;
	height: 32px;
}
#header h1#logo2 {
	position: absolute;
	z-index:999;
	margin: 0;
	padding: 0;
	font: bolder 3.7em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/* text-transform: lowercase; */
	top: 141px;
	left: 34px;
	width: 112px;
	height: 59px;
	visibility: visible;
}
#header h2#slogan {
	position: absolute;
	z-index:999;
	height:auto;
	background-color:#FFF;
	left: 682px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
	text-indent: 0px;
	text-transform:capitalize;
	font-family: Arial, Tahoma, 'trebuchet MS', Sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	width:340px;
	top: 9px;
}
#header form.searchform {
	position: absolute;
	top: -1px;
	right: -37px;
	width: 258px;
}
/* main */
#main2 {
	float: right;
	height:auto;
	margin-left: 0px;
	padding: 0;
	width: 84%;
	z-index: 99;
	background-color:#F7FFFE;
}
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 60%;
	text-align: left;
	z-index: 1;
}
#main #result_FFB {
	position:absolute;
	left:-118px;
	top:41px;
	width:600px;
	height:900px;
}
#main h2.titre-pique {
	background-image: url(css/pique_titre.jpg);
	background-repeat: no-repeat;
	text-transform:uppercase;
	padding: 2px 0 5px 30px;
}
#main h2.titre-coeur {
	background-image: url(css/coeur_titre.jpg);
	background-repeat: no-repeat;
	text-transform:uppercase;
	padding: 2px 0 5px 30px;
}
#main h2.titre-carreau {
	background-image: url(carreau_titre.gif);
	background-repeat: no-repeat;
	text-transform:uppercase;
	padding: 2px 0 5px 30px;
}
#main h2.titre-trefle {
	background-image: url(css/trefle_titre.jpg);
	background-repeat: no-repeat;
	text-transform:uppercase;
	padding: 2px 0 5px 30px;
}
#main ul.insidemenu {
	list-style:none;
	margin:10px 0 10px 5px;
	padding:0;
}
#main ul.insidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
	display:inline;
}
#main ul.insidemenu a {
	display:inline;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	padding:2px 5px 3px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;
	min-height:18px;
}
#main ul.insidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #444444;
	color: #33FF00;
	border-left:4px solid #FF6633;
}
#main li a#current {
	background: #666;
	color: #33FF00;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
/* sidebar */
#sidebar {
	float: left;
	width: 16%;
	margin: 0;
	display: inline;
	padding: 0;
	height:auto;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 10px;
	padding:0;
}
#rightbar ul.sidemenu {
	list-style:none;
	margin:10px 10px 0px 10px;
	padding:0;
}
#rightbar ul.sidemenu2 {
	list-style:none;
	margin:2px 10px 15px 10px;
	padding:0;
}
#rightbar ul.sidemenu li {
	margin-bottom:2px;
	border: 1px solid #f2f2f2;
}
#rightbar ul.sidemenu2 li {
	margin-bottom:2px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu li {
	margin-bottom:2px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #222;
	text-decoration:none;
	padding:2px 5px 3px 10px;
	background: #e9e9e9;
	border-left:4px solid #bbb;
	min-height:18px;
}
#rightbar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #222;
	text-decoration:none;
	padding:2px 5px 3px 10px;
	background: #e9e9e9;
	border-left:4px solid #bbb;
	min-height:18px;
}
#rightbar ul.sidemenu2 a {
	display:block;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
	padding:2px 5px 3px 10px;
	background: #8CB4CE;
	border-left:4px solid #444;
	min-height:18px;
}
* html body #sidebar ul.sidemenu a {
	height: 18px;
}
* html body #rightbar ul.sidemenu a {
	height: 18px;
}
#sidebar ul.sidemenu a:hover {
	padding:2px 5px 3px 10px;
	background: #444;
	color: #33FF00;
	border-left:4px solid #FF6633;
}
#rightbar ul.sidemenu a:hover {
	padding:2px 5px 3px 10px;
	background: #444;
	color: #33FF00;
	border-left:4px solid #FF6633;
}
#rightbar ul.sidemenu2 a:hover {
	padding:2px 5px 3px 10px;
	background: #444;
	color: #FF0000;
	border-left:4px solid #FF6633;
}
/* rightbar */
#rightbar {
	float: right;
	width: 22%;
	padding: 0;
	margin:0;
}
/* Footer */
#footer {
	clear: both;
	color: #FFF;
	background: #A9BAC3;
	border-top: 5px solid #568EB6;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#footer .footer-left {
	float: left;
	width: 65%;
}
#footer .footer-right {
	float: right;
	width: 30%;
}
/* menu tabs */
#content-wrap ul {
	z-index: 999999;
	position: relative;
	margin:0;
	padding: 0;
	list-style:none;
	right: -2px;
	bottom: 0px !important;
	bottom: 0px;
	font: bold 13px Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif;
	width: 323px;
	color:#000;
}
#content-wrap li {
	display:inline;
	margin:0;
	padding:0;
}
#content-wrap a {
	float:left;
	background: url(tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#content-wrap a span {
	float:left;
	display:block;
	background: #5BA756 
;
	padding:6px 15px 3px 8px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#content-wrap a span {
	float:none;
}
/* End IE5-Mac hack */
#content-wrap a:hover span {
	color:#000;
	background-color:#999999;
}
#content-wrap a:hover {
	background-position:0% -42px;
}
#content-wrap a:hover span {
	background-position:100% -42px;
}
#content-wrap #current a {
	background-position:0% -42px;
	background-color: #86B573;
	color: #FFF;
}
#content-wrap #current a span {
	background-position:100% -42px;
	color: #fcfcfc;
}
/* end menu tabs */
/* alignment classes */
.float-left {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
/* additional classes */
.clear {
	clear: both;
}
.green {
	color: #41993D;
}
.gray {
	color: #5F5F5F;
}
.table {
	width: 320px;
	margin-right: 5px;
	margin-left: 5px;
	text-align:center;
}
.table_comite {
	width: 550px;
	margin-right: 5px;
	margin-left: 5px;
	text-align:center;
	word-spacing: inherit;
	clear:both
}
.table_agenda {
	width: 580px;
	margin-right: 5px;
	margin-left: 5px;
	text-align:center;
	word-spacing: normal;
	table-layout: auto;
}
.club {
	width:650px;
	margin-top:40px;
	background:#eee;
	float:left;
	margin-left:100px;
}
.table_club {
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	text-align:center;
	word-spacing: inherit;
	table-layout: fixed;
}
#news_convoc {
	position:absolute;
	left:324px;
	top:263px;
	width:192px;
	height:92px;
}
#news_accueil {
	position:absolute;
	left:195px;
	top:307px;
	width:192px;
	height:148px;
	visibility: visible;
}
#news_president {
	position:absolute;
	left:293px;
	top:311px;
	width:192px;
	height:148px;
}
#table1 {
	text-align:center;
	width:590px;
	line-height:normal;
	border:1px;
	min-height:100px;
	margin-bottom:12px;
	margin-left:0px;
	float:left;
	clear:both;
	background-color: #f2f2f2;
}
#table_convoc {
	text-align:center;
	width:800px;
	border:1px;
	min-height:15px;
	margin-bottom:12px;
	margin-left:15px;
	float:left;
	clear:both;
	background-color: #f2f2f2;
}
.ligne_titre td {
	border-top: 2px solid #999999;
	background-color:#538DB5;
	color:#FFF;
	font-weight:bold;
	line-height:20px;
	width:150px;
	text-align: center;
}
.ligne_data td {
	border-top: 1px solid #d3d3d3;
	min-height:25px;
	line-height: 18px;
	text-align:center;
	font-weight: normal;
	width:150px;
}
.ligne_verte td {
	border-top: 2px solid #999999;
	background-color:#a2a2a2;
	line-height:25px;
	text-align:center;
}
.ligne_sep td {
	border-top: 1px solid #d3d3d3;
	line-height: 22px;
	text-align:center;
	font-weight: normal;
}
.ligne_red {
	line-height: 13px;
	font: 1em Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

