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

body {
	font-family: "Bookman Old Style";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/*boite du texte*/
#ContenuTexte {
	font-family: "Bookman Old Style";
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-align: justify;
	width: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}


/* Grosse lettre du début du texte*/
.Lettrine {
	font-family: "Bookman Old Style";
	font-size: 4em;
	font-weight: bold;
	color: #793534;
	float: left;
	margin-right: 3px;
	padding-right: 3px;
	line-height: 1em;
}



/*Images des spirales*/
.spirale_top {
	background-image: url(../images/Spirale_Top.jpg);
	background-repeat: no-repeat;
}
 
.spirale {
	background-image: url(../images/Spirale_Core.jpg);
	background-repeat: repeat-y;
}
.accueil/* image temporaire */
   {
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}
img.FloatRight {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
}


/* Titre de la page en pâle */
.TitreFond {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #e7e7c4;
	letter-spacing: 10px;
}


.TitreContenu {
	font-size: 14px;
	color: #727150;
	text-decoration: underline overline;
	font-weight: bold;
	text-align: center;
}
.nomGuides {
	font-size: 14px;
	font-weight: bold;
}
.pucePlume {
	vertical-align: text-bottom;
}



/* Puce de liste */
.description  {
	list-style-image: url(../images/puce_trombone.gif);
}

.logoLien {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 15px;
}

/* Boite descriptif de l'équipe */
#Equipe {
	font-size: 11px;
	float: right;
	width: 275px;
	background-color: #DFDAD4;
	padding-left: 10px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #727150;
	border-bottom-color: #727150;
}



/* Liens de bas de page */
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
}



/* Comportement des hyperliens */
a:link {
	font-weight: normal;
	color: #6a2836;
	text-decoration: none;
 }
 
 a:active {
	font-weight: normal;
	color: #6a2836;
	text-decoration: none;
 }
 
 a:visited {
	font-weight: normal;
	color: #6a2836;
	text-decoration: none;
 }
 
 a:hover {
	font-weight: normal;
	color: #999966;
	text-decoration: none;
 }




/* Menu de navigation */

#menuh-container
	{
	top: 275px;
	left: -0.4em;
	position: absolute;
	}

#menuh
	{
	font-size: 15px;
	font-family: "Bookman Old Style";
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 1.5em;
	font-weight: bold;
	}
		
#menuh a
	{
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	width: 10em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999966;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #6a2836;
	background-color: #eeeee5;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #6a2836;
	}	
			
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float: left;
	}

#menuh li
	{
	position:relative; /* Sophie Dennis contribution for IE7 */
	}
