/* CSS Document */

/* Redéfinition de classes */
/* ----------------------- */
body
{
	font-family: Vivaldi, "Monotype Corsiva", Arial, "Times New Roman", sans-serif ;
	font-size: 24px ;
}

a
{
	color: #000000 ;
	text-decoration: none ;
}

a:hover
{
	color: #AAAAAA;
}

/* Classes uniques */
/* --------------- */
#logo
{
	background-image: url( images/logo2.png ) ;
	background-repeat: no-repeat ;
	background-position: top right ;
	border: none ;
	height: 220px ;
}

#logo440
{
	background-image: url( images/logo440.png ) ;
	background-repeat: no-repeat ;
	background-position: top right ;
	border: none ;
	height: 230px ;
}

#voletgauche
{
	width: 310px ;
	height: 720px ;
	float: left ;
}

#voletdroit
{
	width: 570px ;
	height: 720px ;
	float: left ;
}

#voletgauche-image, #voletdroit-image
{
	width: 440px ;
	height: 720px ;
	float: left ;
}

#fond
{
	margin: 50px auto 20px auto ;
	width: 960px ;
	height: 800px ;
}

#haut, #bas
{
	background-image: url( images/blank75.png ) ;
	height: 40px ;
	clear: both ;
}

#gauche, #droite
{
	background-image: url( images/blank75.png ) ;
	height: 720px ;
	width: 40px ;
	float: left ;
}

#centre
{
	height: 720px ;
	width: 880px ;
	float: left ;
}

#lienadmin
{
	text-align: center ;
}

#copyright
{
	color: #666666 ;
	text-align: center ;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold ;
	font-size: 10px ;
}

/* Classes normales */
/* ---------------- */
.titre
{
	font-family:Vivaldi, "Monotype Corsiva", Arial, "Times New Roman", sans-serif;
	font-size:36px;
	font-weight:bold;
}

.text2
{
	font-family:"Monotype Corsiva", Arial, "Times New Roman", sans-serif;
	font-size:16px;
}			

.text
{
	font-family:"Monotype Corsiva", Arial, "Times New Roman", sans-serif;
	font-size:14px;
}

.credits
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.fondmini
{
	background-image:url(images/bande50.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.fondmini2
{
	background-image:url(images/bande15-50.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.help
{
	font-weight:bold;
	text-decoration:underline;
	cursor:help;
}

.nontext
{
	cursor:default;
}

.marge10
{
	margin: 10px ;
}

.assembleur
{
	clear: both ;
}

.agauche
{
	float: left ;
}

.adroite
{
	float: right ;
}

.centrer
{
	text-align: center ;
}

.justifier
{
	text-align: justify ;
}

.liencopyright
{
	color:#666 ;
	text-decoration: underline ;
}