/* CSS Document */

/* Le corps du site */

body,td,th {
	color: #003300;
}

body {
	background-color: #990000;
	}
a:link {
	text-decoration: inherit;
}
a:visited {
	text-decoration: inherit;
}
.texte1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	line-height: normal; /*défini espacement entre 2 paragraphes ! */
	color: #000000;
}
.texte1:link {
text-decoration:underline
}
.texte1:visited {
	text-decoration:underline;
}
.texte1rouge {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bolder;
	color:#990000;
	font-variant: normal;
	line-height: normal;
	}
.texte1rouge:link {
	text-decoration:underline
	}
.texte1rouge:visited {
	text-decoration:underline
	}
.texte1rougegrand {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	font-weight: bolder;
	color:#990000;
	font-variant: normal;
	line-height: normal;
	}
.texte1rougegrand:link {
	text-decoration: underline;
	}
.texte1rougegrand:visited {
	text-decoration: underline;
	}
.texte1rougegrandsouligné {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	font-weight: bolder;
	color:#990000;
	font-variant: normal;
	line-height: normal;
	text-decoration: underline;
}
.texte1rougetrèsgrand {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bolder;
	color:#990000;
	font-variant: normal;
	line-height: normal;
	font-style: italic;
	text-decoration: underline;
	}
.texte1rougetrèsgrand:link {
	text-decoration: underline;
	}
.texte1rougetrèsgrand:visited {
	text-decoration: underline;
	}
.label {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	margin-top: 10px;
	color:#000000;
}
.label:link {
text-decoration: underline
}
.label:visited {
text-decoration: underline
}

.texteaveclettrine {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	line-height: normal; /*défini espacement entre 2 paragraphes ! */
	color: #000000;
}
.texteaveclettrine:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic ;
	font-size: 40px;
	color: #990000;
	margin-right: 7px;
	float: left;
}
/* Titres avec cartouche aux bords arrondis et ombre: */
.titres {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
	display: block;
	font-style: normal;
	text-align: center;
	border: 0px solid #666666;
	background-image: url(images/fond_titres.jpg);
	background-repeat:no-repeat;
	height: 30px;
	width: 520px;
	background-position: top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
	} 
	.titres:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	display: block;
	font-style: normal;
	text-align: center;
	background-image: url(images/fond-titres-sans.jpg);
	}
.texteunderlinesmall {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	margin-top: -5px;
	text-decoration:underline;
	color: #000000;
}
.texteunderlinesmall:link {
	text-decoration:underline;
}
.texteunderlinesmall:visited {
text-decoration:underline
}
/*paramétres menu : */
	.menuprogrammme {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	text-decoration: underline;
	}
	.menuprogrammme:hover {
	background-image:url(images/fond_menu.gif);
	}

/* Aspect général du site - Les cadres principaux immuables: */
#entete {
	background-image: url(images/banniere.jpg);
	background-repeat:no-repeat;
	background-position: center;
	height: 80px;
	padding: 0px;
	border: 1px solid #000000;
	width: 990px;
	position: absolute;
	top: 5px;
	left: 5px;
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	}
#entete:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
#contenant {
	position: relative;
	width:1010px;
	height:610px;
	z-index:1;
	margin: auto;
	left: auto;
	right: auto;
	border: 0px solid #000000;
	top: auto;
	bottom: auto;
	cursor: auto;
	background-image: url(images/fond.jpg);
	text-align: center;
	clip: rect(auto,auto,auto,auto);
}
#contenantpage2 {
	position: relative;
	width:1010px;
	height:610px;
	margin: auto;
	left: auto;
	right: auto;
	border: 0px solid #000000;
	top: auto;
	bottom: auto;
	cursor: crosshair;
	background-image: url(../../ht2007/images/expo2.jpg);
}
#contenantpage3 {
	position: relative;
	width:1010px;
	height:610px;
	z-index:1;
	margin: auto;
	left: auto;
	right: auto;
	border: 0px solid #000000;
	top: auto;
	bottom: auto;
	cursor: crosshair;
	background-image: url(../../ht2007/images/expo3.jpg);
}
#contenu {
	position: absolute;
	width:875px;
	height:460px;
	z-index:1;
	left: 120px;
	right: auto;
	top: 90px;
	border: 1px solid #000000;
	-moz-border-radius: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	background-image: url(images/fond_bas.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	} /*dans le contenu se trouve #texte*/
#contenu:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	}
#basdepage {
	height: 40px;
	width: 990px;
	position: absolute;
	left: 5px;
	top: 555px;
	border: 1px solid #000000;
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	font-size: 12px;
}
#basdepage:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
/*cadre description principal de droite inclu dans le cadre #contenu : */
#texte {
	position: absolute;
	left: 33px;
	top: 10px;
	width: 810px;
	height: 410px;
	overflow: auto; /*scrolling*/
	padding: 10px;
}
#news {
	position: absolute;
	left: 531px;
	top: 73px;
	width: 248px;
	height: 345px;
	overflow: auto; /*scrolling*/
	border: 1px solid #000000;
	-moz-border-radius: 10px 0px 0px 10px;
	}
#description {
	position: absolute;
	left: 22px;
	top: 73px;
	width: 462px;
	height: 345px;
	text-align: left;
	overflow: auto;
	border: 1px solid #990000;
	-moz-border-radius: 10px 0px 0px 10px;
}

/* menu */
#navigation { /*le cadre de navvigation */
	position:absolute;
	right: 0px;
	left:5px;
	top:90px;
	width:110px;
	height:460px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
	} 
#navigation:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	}
.Navigation {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	font-style: normal;
	text-align: center;
	border: 1px solid #666666;
	text-decoration: none;
	} /* éléments menu, de "base" */
.Navigation:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	font-style: normal;
	text-align: center;
	text-decoration: blink;
	background-image: url(images/fond_menu.gif);
}/* modifie les éléments du menu au passage du curseur */

/* éléments esthétiques et divers : */

#persoaccordeon {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 700px;
	top: 465px;
} /*le personnage de la page d'accueil */

#lecteur {
	padding: 5px;
	height: 15px;
	width: 200px;
	position: absolute;
	left: 7px;
	top: 8px;
} /*c'est le cadre contenant les deux petites radios dans le menu */

#credits {
	height: 20px;
	width: 25px;
	position: absolute;
	left: 10px;
	top: 15px;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
} /*cadre contenant le lien vers la page crédits, en bas de page */
#ficheartiste {
	position: absolute;
	left: 725px;
	top: 90px;
	width: 270px;
	height: 460px;
	overflow: auto; /*scrolling*/
	border: 1px solid #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 10px 0px 0px 10px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	z-index: 8;
	overflow: auto;
}
#ficheartiste:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
#programme {
	position: absolute;
	width:580px;
	height:440px;
	z-index:8;
	background-color: #FFFFFF;
	left: 120px;
	right: auto;
	top: 90px;
	border: 1px solid #000000;
	-moz-border-radius: 10px 0px 0px 10px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	padding: 10px;
	margin: 0px;
	overflow: auto;
}
#programme:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
