/* Feuille de styles - La Fugue */
/* version 8 */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;		
	background-color: #FFFFFF;
	margin: 0px;
}

/* Interface */
#cadre {
	position: absolute;
	width: 748px;
	height: auto;
	left: 20px;
	top: 50px;
	padding: 10px;
	color: #333333;
	background-image: url(../img/vague3.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #990000;
	border-left: 10px solid #990000;
}
#titre {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 360px;
	height: 90px;
	background-image: url(../img/titre.jpg);
}
#menu {
	position: absolute;
	left: 9px;
	top: 245px;
	width: 130px;
	height: auto;
	background-image:url(../img/menu.png);
	border: 1px solid #990000;
	padding: 15px 0 15px 30px;
	z-index: 1;
	font-size: 10px;
}
#texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 170px; 
	padding-top: 30px;
	clear: both;
}
#photo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	height: auto;
	width: 125px;
	border-left: 1px solid #999;
	padding-left: 6px;
	margin-left: 12px;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
#pied {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #990000;
	font-size: x-small;
	text-align: center;
	clear: both;
	margin-top: 12px;
}


/* Mise en page, enrichissement */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
}
.serie {
	background-color: #F1F1F1;
	padding: 10px;
	margin-top: 5px;
	color: #990000;
	border-top: 1px dotted #818181;
}
/* titre */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #818181;
	text-align: right;
}

/* LIENS */
/* liens génériques */

a:link { color: #990000; text-decoration: none; }
a:hover { color: #993300; text-decoration: underline; }
a:visited { color: #993300; text-decoration: none; } 

/* DIVERS */
.fd_gris { background-color: #F1F1F1; padding: 5px; margin-bottom: 5px; border-bottom: 1px dotted #CCC }

.left { float:left; }
.right { float: right; font-variant: small-caps; }

.imggauche { float: left; margin-right: 20px; font-size: 10px; color: #999999; }
.imgdroite { float: right; margin-left: 10px; font-size: 10px; color: #999999; }

.img001 {
	text-align: center;
	color: #666666;
	font-size: 10px;
}
.img001 img { padding: 2px; border: 8px solid #F1F1F1; }

.small { font-size:10px; }
.cap {
	font-variant: small-caps;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

/* FORMULAIRES */
/* formulaires par défaut */
input {
	font: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #990000;
	border: 1px solid #818181;
	background-color: #FFFFFF;
}
input.form {
	padding-left: 200px;
}

td {
	font-size: 11px;
	color: #990000;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}
.casesinvisibles {
	display: none;	
}

