@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto; /* pour ï¿½viter les marges */
	text-align: left; /* pour corriger le bug de centrage IE */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #990000;
}
#contient {
	margin :0 auto;
	width:1000px;
	text-align:left;
}
#bandeau {
	position:relative;
	width:1000px;
	background-image: url(images/essai.jpg);
	height: 197px;
	left: 0;
}
#perenoel {
	position:relative;
	background-image: url(Nouveau%20dossier/web/pere-noel-ski.gif);
	background-repeat: no-repeat;
	width:200px;
	height:234px;
	left: 300px;
	top: -150px;
	overflow: auto;
	
}
#menu{
	width:1000px;
	height:27px;
	position:relative;
	left: 0;
	background-image: url(images/background_midcol.jpg);
	background-position: center center;
	text-align: center;
}
	
	#menu ul {
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
}
#menu ul li {
	position:relative;
	margin-left:0px;
	float: left;
	display: block;	/* mise en block de <a> pour lui donner des dimensions */
	text-decoration:none;
	list-style: none;
	
}
#menu ul li a {
	position:relative;
	margin-left:0px;
	float: left;
	display: block;
	background-position: 0% -27px;
	
}
#menu ul li a actif  {
	background-position: 0% -27px;
}
/*#menu  ul li#actif span {
 background-position: 0% 0px;
}
*/
#menu ul li a:hover {
 background-position: 0% 54px;
}
/*#menu ul li a:hover span {
  background-position: 100% 0px;

	  cursor: pointer;
}*/
#menu ul li a#menu1{
	width:87px;
	height:27px;
	background-image:url(images/accueil.jpg);
}
#menu ul li a#menu2{
	background-image:url(images/contact.jpg);
	width:86px;
	height:27px;
}
#menu ul li a#menu3{
	background-image:url(images/leclub.jpg);
	width:97px;
	height:27px;
}
	
#menu ul li a#menu4{
	background-image:url(images/lesequipes.jpg);
	width:135px;
	height:27px;
}
#menu ul li a#menu5{
	background-image:url(images/partenaires.jpg);
	width:162px;
	height:27px;
}
#menu ul li a#menu6{
	background-image:none;
	width:107px;
	height:27px;
	;
	background-color: #990000;
}
#menu ul li a#menu7{
	background-image:url(images/forum.jpg);
	width:76px;
	height:27px;
}
#menu ul li a#menu8{
	background-image:url(images/presse.jpg);
	width:150px;
	height:27px;
}
/*sous menu*/
#ssmenu {
	width:900px;
	height:auto;
	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
}
#ssmenu1 {
	position:relative;
	text-align:left;
	width:715px;
	height:25px;
	background-color:#FFFFFF;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	z-index: 2;
	visibility: hidden;
	left: 10px;
	float: none;
	text-indent: 90px;
	border-top-style: solid;
	}

#ssmenu2 {
	position:relative;
	text-align:left;
	width:720px;
	height:25px;
	background-color:#FFFFFF;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	z-index: 3;
	visibility: hidden;
	top: -27px;
	left: 10px;
	text-indent: 185px;
	border-top-style: solid;
	}
#ssmenu3 {
	position:absolute;
	text-align:left;
	width:auto;
	height:auto;
	background-color:#CCCCCC;
	text-decoration:none;
	left: 291px;
	border-top-width: 1.5pt;
	border-right-width: 1.5pt;
	border-bottom-width: 1.5pt;
	border-left-width: 1.5pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-right: 2mm;
	padding-bottom: 2mm;
	padding-left: 2mm;
	z-index: 4;
	top: -10px;
	visibility: hidden;
	}
	/*
#ssmenu4 {
	position:absolute;
	text-align:left;
	width:auto;
	height:auto;
	background-color:#CCCCCC;
	text-decoration:none;
	left: 594px;
	border-top-width: 1.5pt;
	border-right-width: 1.5pt;
	border-bottom-width: 1.5pt;
	border-left-width: 1.5pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-right: 2mm;
	padding-bottom: 2mm;
	padding-left: 2mm;
	visibility: hidden;
	}
	*/
	#scroller{
	position:relative;
	width:190px;
	height:118px;
	}
	
	#scroller2 {
	position:absolute;
	width:221px;
	height:300px;
	left: 784px;
	top: 328px;
	overflow: auto;
}
	
/*liens texte*/
a.type4:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11pt;
	color: #990000;
	font-weight: normal;
}
a.type4:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:normal;
	color:#666666;
	text-decoration:none
}
a.type4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
a.type4:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color:#990000;
	text-decoration: none;
}
a.type1:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11pt;
	color: #990000;
	font-weight: normal;
}
a.type1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:normal;
	color:#666666;
	text-decoration:none
}
a.type1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
a.type1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color:#990000;
	text-decoration: none;
}
a.type2:link {
	background-color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
}
a.type2:visited {
	background-color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#CCCCCC;
	text-align: center;
	text-decoration: none;
}
a.type2:hover {
	background-color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#CCCCCC;
	text-align: center;
	text-decoration: none;
}
a.type2:active {
	background-color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
}
a.type3:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}a.type3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}
a.type3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}
a.type3:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

/*contenu*/
#titre{
	position:relative;
	width:auto;
	height:auto;
	top: 0px;
}
#fin{
	position:absolute;
	width:auto;
	height:59px;
	top: 11px;
	left: 0px;
	z-index: 1;
}


#box_vide{
position:relative;
	background-image:url(Nouveau%20dossier/bouton/vide.gif);
	width:910px;
	height:320px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#box_pt{
	background-image:url(Nouveau%20dossier/bouton/vide.gif);
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:1000px;
	margin-top:120px;
	border: medium outset #999999;
}
#box_moy{
	width:1000px;
	height:280px;
	border: medium none #999999;
	position: relative;
	left: 0;
	top: -90px;
}

#box_grd{
	position:relative;
	background-image:url(images/background_midcol.jpg);
	height: 1000px;
	width: 1000px;
	left: 0;
	border-top-width: 3pt;
	border-right-width: 3pt;
	border-bottom-width: 3pt;
	border-left-width: 3pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	background-repeat: repeat;
	top: -54px;
}
#box_tgrd{
position:relative;
	background-image:url(Nouveau%20dossier/bouton/vide.gif);
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:2500px;
	margin-top:120px;
	border: medium outset #999999;
}
#box_trd{
position:relative;
	background-image:url(Nouveau%20dossier/bouton2/hivermon.jpg);
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:1500px;
	margin-top:120px;
	border: medium outset #999999;
}
#tableau{
	position:relative;
	width:780px;
	height:620px;
	margin-left:auto;
	margin-right:auto;
}
#logo_odos{
	position:relative;
	float:left;
	width:300px;
	height:60px;
	left: 5px;
	top: 50px;
}
#logo_ffvb{
	position:absolute;
	width:300px;
	height:60px;
	left: 481px;
	top: 0px;
	z-index: 6;
}
/*titre stylr*/

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#990000;
	text-align: center;
	vertical-align: text-top;
	text-decoration: underline;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#990000;
}
h2{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bolder;
	color:#990000;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
	text-align: left;
	vertical-align: top;
	line-height: normal;
}
.bordure{
	border: 1pt outset #990000;
}
.bordure_2{
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.bordure_3{
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.bordure_4{
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.bordure_5{
	border: 1pt solid #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #990000;
	margin-left:10px;
	margin-right:10px;
}
.titre{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#990000;
	text-align: center;
	vertical-align: text-top;
	text-decoration: underline;
}
.texte_1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #990000;
	text-align:left;
	font-weight: normal;
}
.texte_2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #990000;
	margin-left:10px;
	margin-right:10px;
}
.texte_3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
	text-align:center;
	}
	.texte_4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #990000;
	text-align:center;
}
.texte_5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
	margin-left:50px;
	margin-right:10px;
	}
	.texte_6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	text-align:center;
	}
.sstitre_1{
	background-color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
}
.sstitre_2{
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
}
.sstitre_3{
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
	}
	.sstitre_4{
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
	}
.texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#000000;
	padding: 5px;
}
.textelegale{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	padding: 5pt;
	text-align:left;
}
.sstitre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color:#000000;
}
.equipe{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.equipe_tab{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align:left;
}
.equipe_tab2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color:#FFFFFF;
	text-align:left;
}
.equipe_compo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

img {
	border: thin none #666666;
}
.bordimg{
	border: 3px groove #990000;
}
/*mention légale*/

#mention {
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	}

