/* CSS Document */

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


#entete {
	top: 0px;
	width: 921px;
	height: 90px;
	background-image: url(images/entete.jpg);
	background-repeat: no-repeat;
	font-family: "Book Antiqua";
	font-size: 250%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#menu {
	position:absolute;
	top: 105px;
	left: 10px;
	width: 162px;
	text-align: left;
	border-bottom: thick outset #FFFFFF;
	border-right: thin outset #FFFFFF;
	border-left: thick outset #FFFFFF;
	background-color: white;
}

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

h1 {
	text-align: center;
	font-family: "Trebuchet MS", "Verdana", "Arial";
	font-size: 200%;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	vertical-align: middle;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	line-height: 200%;
	color: #FFFFFF;
	}

h3 {
	text-align: center;
	font-size: 75%;
	line-height: 75%;
	color: #000000;
	}

.p1 {
	text-align: center;
	vertical-align: middle;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 300%;
}

.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: #000000;
}

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

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

.p5 {
	text-align: center;
	font-family: "Trebuchet MS", "Verdana", "Arial";
	font-size: 120%;
	font-style: normal;
	line-height: 200%;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	vertical-align: middle;
}

.p6 {
	text-align: center;
	font-family: "Trebuchet MS", "Verdana", "Arial";
	font-size: 80%;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}

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

.p8 {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	line-height: 90%;
	font-weight: bold;
	color: #000000;
	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: 3;
	color: #000000;
}
.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: #000000;
	border: none;
	}

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

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


#menu h2 {
	background: #666666 no-repeat left center;
	padding-left: 10px;
	}

#menu ul {
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
		list-style-type: none;
		line-height: 250%;
	}

.borduretextab {
	border: 1px solid #000000;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	}
.bordurepicto {
	border: 1px solid #000000;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
.bordurepicto1 {
	font-size: 75%;
	border: 1px solid #000000;
	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: #666666;
	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: #000000;
		background-color: white;
	}


.p10 {
	text-align: center;
	font-size: 70%;
	color: #000000;
}
.p11 {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
