/* CSS Document */

body {	/* fenêtre marge de 10 fond gris police trébuchet */
	background-color: #EEEEEE;
	font-family: "Trebuchet MS", "Verdana", "Arial";
}

#entete {
	top: 0px;
	width: 923px;
	height: 100px;
	background-image: url(images/club.gif);
	background-repeat: no-repeat;
}
#menu {
	position:absolute;
	top: 137px;
	left: 10px;
	width: 162px;
	text-align: left;
	border-right: thin outset #FFFFFF;
	border-bottom: thick outset #FFFFFF;
	border-left: thin outset #FFFFFF;
	background-color: white;
}

#contenu {
	position:absolute;
	top: 137px;
	left: 176px;
	width: 755px;
	border-bottom: thick outset #FFFFFF;
	border-right: thin outset #FFFFFF;
	border-left: thick outset #FFFFFF;
	background-color: white;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background: #003333;
	text-align: center;
}

.h3 {
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	line-height: 75%;
	color: #003333;
	}

.p1 {
	text-align: center;
	vertical-align: middle;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	color: #003333;
	line-height: 120%;
	margin-right: 10px;
	margin-left: 10px;
}

.p2 {
	text-align: left;
	vertical-align: text-top;
	font-size: 70%;
	font-style: normal;
	font-variant: small-caps;
	line-height: 75%;
	font-weight: bold;
	color: #003333;
}

.p3 {
	text-align: center;
	vertical-align: middle;
	font-size: 70%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	color: #003333;
}

.p4 {
	text-align: center;
	vertical-align: middle;
	font-size: 65%;
	font-style: italic;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003333;
	padding-top: 5px;
	padding-bottom: 10px;
}

.p5 {
	text-align: center;
	font-size: 120%;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: small-caps;
	color: #003333;
	vertical-align: middle;
}

.p6 {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #003333;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}

.p7 {
	text-align: center;
	font-size: 120%;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: small-caps;
	color: #003333;
	vertical-align: middle;
}

.p8 {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	line-height: 90%;
	font-weight: bold;
	color: #003333;
	vertical-align: middle;
}

.p9 {
	text-align: left;
	vertical-align: text-top;
	font-size: 70%;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	padding-left: 60px;
	color: #003333;
}
.picto {
	text-align: center;
	vertical-align: middle; 
}
	
img {
	border: none;           /* Ne pas entourer les images, même s'ils contiennent des liens */
	vertical-align: middle; /* Dans le cas d'une icône suivie d'un texte, par exemple       */
	text-align: center;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #003333;
	border: none;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #009900;
	border: none;
	}

a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
	border: none;
	}



#entete h1 {
	padding-left: 15px;
	padding-top: 0px;
	font-size: 150%;
	line-height: 50%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#menu ul {
	font-size: 75%;
	font-weight: bold;
	color: #003333;
	margin-left: 0;
	padding-left: 0px;
		list-style-type: none;
		line-height: 120%;
	}

.borduretextab {
	border: 1px solid #003333;
	font-size: 75%;
	font-weight: bold;
	color: #003333;
	text-align: left;
	padding-left: 5px;
	}
.bordurepicto {
	border: 1px solid #003333;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
.etoile {
	font-size: 150%;
	font-weight: bold;
}
	
#contenu ul {
	margin-left: 0;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
		list-style-type: none;
	}


	#contenu li 	{
	display: inline;
	background-color: #003333;
	font-size: 65%;
	font-weight: bold;
	color: white;
	list-style-type: none;
	line-height: 100%;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 2px;
	}
	
	#contenu li a
	{
		text-decoration: none;
		color: white;
	}
	

	#contenu li a:hover
	{
		text-decoration: none;
		color: #FF0000;
		background-color: white;
	}


#contenu h2 {
	background: #003333 no-repeat left center;
	padding-left: 10px;
	line-height: 150%;
	color: #FFFFFF;
}

#contenu h2 a
	{
		text-decoration: none;
		color: white;
	}
