@charset "utf-8";
/* CSS Document */

body {
	background-color: #006699;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #EDFBFF;
}

h1 {font-size:20px;text-align:center;}	

h2 {font-size:18px;}

img {border:#EDFBFF solid 1px;}

a img {border:#EDFBFF solid 1px;}

a:link, a:visited, a:active {color:#EDFBFF;	text-decoration:none;}

a:hover {color:#EDFBFF; text-decoration:underline;}

li {list-style:none; text-align:left; padding:5px 0 5px 0;}

#page {
	position: relative;
	text-align: left;  /* pour annuler l'heritage de text-align:center de BODY */
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}

#bandeau {
	position:relative;
	width:780px;
	background-image: url(../img/bandeau.jpg);
	background-position: left;
	background-repeat: repeat-y;
	height:80px;
	border-style:solid;
	border-width:thin;
	border-color: #EDFBFF;
	overflow: hidden;
}

#titre {
	padding-top: 0px;
	padding-bottom:0px;
	padding-left:100px;
	font-size:38px;
	font-variant:small-caps;
	font-weight: bold;
	width:680px;
	text-align:center;
}

.ss-titre {font-size:24px; font-variant:normal;}

#webmaster {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	text-align:right;
	position:relative;
	top:15px;
	padding-top:15px;
	font-size:80%;
}

#webmaster a {color:#EDFBFF;}


#spacer { position:relative; width:2px; height:540px;}

#part {margin-top:50px;}

#table-1, #table-2, #table-3 {margin-top:50px;}

#table-1 {border-bottom:#EDFBFF solid 1px;}

#table-1 td {width:780px; text-align:center; padding-bottom:50px;}

#table-2 td { width:260px; text-align:center;}

#table-3 {border-top:#EDFBFF solid 1px;}

#table-3 td {padding-top:50px; text-align:center;}

.noimgborder a img { border:none 0px;}

.middle {border-left:#EDFBFF solid 1px; border-right:#EDFBFF solid 1px; }

.130 {width:130px;}
.260 {width:260px;}