img
{
border-style:ridge;



}


h1
{
font-size:xx-large;
color:red;

}
h2
{
font-size:x-large;
color:yellow;

}

h3
{
font-size:medium;
color:brown;

}



#espace1 {
	background-color: #F4CED1;
	width:180px;
	padding:0px;	
	margin:auto;
	margin-top:20px;
}

#espace1 h2 {
	margin-top: 0px;
	font-size:95%;
	color: #FFFFFF;
	border-bottom-color: #821A28;
	background-color: #CE263D;
	padding:3px;
}

#espace2 {
	background-color: #CBE68A;
	margin:auto;
	margin-top: 20px;
	width:180px;
	padding:0px;	
}
#espace2 h2 {
	margin-top: 0px;
	font-size:95%;
	color: #FFFFFF;
	border-bottom-color: #658026;
	background-color: #98BC42;
	padding:3px;
}
#espace3 {
	background-color: #F3CD91;
	margin:auto;
	margin-top: 20px;
	width:180px;
	padding:0px;
}
#espace3 h2 {
	font-size:95%;
	color: #6B6062;
	color: #FFFFFF;
	border-bottom-color: #CC7E00;
	background-color: #F19300;
	padding:3px;
}
#espace4 {
	background-color: #C4B8D9;
	margin:auto;
	margin-top: 20px;
	width:180px;
	padding:0px;	
}
#espace4 h2 {
	font-size:95%;
	color: #6B6062;
	color: #FFFFFF;
	border-bottom-color: #523F7F;
	background-color: #6651A2;
	padding:3px;
}
#espace5 {
	margin:auto;
	background-color: #b1d3e7;
	margin-top: 20px;
	width:180px;
	padding:0px;	
}
#espace5 h2 {
	font-size:95%;
	color: #6B6062;
	color: #FFFFFF;
	border-bottom-color: #123447;
	background-color: #2d7ca9;
	padding:3px;
}



img {
	border:none;
}






#filrouge {
	font-size: 9px;
	color: #638499;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A3BDCC;
	text-transform: uppercase;
}
#filrouge a:link {
	color: #638499;
	font-weight: normal;
	text-decoration: none;
}
#filrouge a:visited {
	color: #638499;
	font-weight: normal;
	text-decoration: none;
}
#filrouge a:hover   { text-decoration:underline; }


ul {
	list-style-type:none;
}




/*
menu
*/

.menu {
	list-style-type:none;
	background:url(/menu/menu_bg.gif) 50% 0 #515151 repeat-x;
	margin:0;
	margin-left:4px;
	margin-bottom:1px;
	padding:0;
	height:80px;
	width:935px;
	border-top:1px solid #FFFFFF;
	overflow:hidden;
}

.menu li {
	background:none;
	padding:0;
	display:table-row;
	vertical-align:middle;
	float:left;
	height:80px;
	
}

.menu li.last_menu,
.menu li.right_menu {
	float:right;
}


.menu li a {
	font-size:10pt;
	font-weight:normal;
	text-transform:uppercase;
	line-height:normal !important;
	line-height:80px;
	display:table-cell;
	vertical-align:middle;
	height:80px;
	padding:0 20px 0 20px;
	background:url(/menu/menu_triple.gif) top left transparent repeat-x;
}

.menu li a:hover,
.menu li a:active {
	background-position:center left;
	color:#FFFFFF;
}

.menu li.current_page_item a {
	background-position:bottom left !important;
	color:#1F3700 !important;
}

.menu li a.first_menu {
	padding-left:55px;
	background-repeat:no-repeat;
	background-image:url(/menu/menu_start_triple.gif);
}

.menu li a.last_menu,
.menu li a.last_menu_off {
	padding-right:35px;
	background-repeat:no-repeat;
	background-image:url(/menu/menu_end_triple.gif);
	background-position:top right;
}

.menu li a.last_menu:hover,
.menu li a.last_menu:active {
	background-position:center right;
}

.menu li.current_page_item a.last_menu {
	background-position:bottom right !important;
}

.menu li a {
	color:white;
	text-decoration:none;
}





ul#menuclubs{ 
	width: 100%;
	height: 43px;
	background: url("images/menu-bg.png")  top left repeat-x; 
	font-size: 95%; 	
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	display:block;
	}
ul#menuclubs li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menuclubs li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 8px 0; 
	}
ul#menuclubs li a:hover { 
	color: #333; 
	}
ul#menuclubs li a.current{ 
	color: #FFF; 
	background: url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}