body {
	background-color: #b80000;
}

.mymiddle {
	position:absolute;
	top:50%;
	margin-top:-300px;
	left:50%;
	margin-left:-485px;
}

a.menu1_off {
	color: #480000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
}

a.menu1_off:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 14px;
}


a.menu1_on {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
}

a.menu2_off {
	color: #480000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
}


a.menu2_off:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}


a.menu2_on {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
}

.titre {
	font-family: "Times New Roman";
	font-size: 30px;
	color: #000000;
}

.texte1 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.texte2 {
	font-family: Verdana;
	font-size: 12px;
	color: #510000;
}

.texte2 a {
	font-family: Arial;
	font-size: 12px;
	color: #510000;
	text-decoration: underline;
}


.vignette{
	border:3px solid #000;
	margin:0px 1px;
	width:80px;
	height:60px;
}

.vignette_on{
	border:3px solid #fff;
	margin:0px 1px;
	width:80px;
	height:60px;
}

#fleche_g, 
#fleche_d, 
#diapos{
	float:left;
}

#fleche_g, 
#fleche_d{
	margin-top:20px;
}

.fleche_g{
	float:left;
	width:20px;
	height:20px;
	background-image:url('images/fleche_g.png');
	_background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fleche_g.png', sizingMethod='scale');
}

.fleche_g:hover{
	float:left;
	width:20px;
	height:20px;
	background-image:url('images/fleche_g_on.png');
	_background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fleche_g_on.png', sizingMethod='scale');
}

.fleche_d{
	float:right;
	width:20px;
	height:20px;
	background-image:url('images/fleche_d.png');
	_background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fleche_d.png', sizingMethod='scale');
}

.fleche_d:hover{
	float:right;
	width:20px;
	height:20px;
	background-image:url('images/fleche_d_on.png');
	_background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fleche_d_on.png', sizingMethod='scale');
}

#pellicule{
	overflow: auto;
	width:550px;
	height: 90px;
	border:0px solid black;
	margin:0px;
	padding:0px;
	white-space:nowrap;
}



