/* conteneurs de la page */
#global { /*le conteneur global du site, qui sera centré */
position: relative; /* on positionne le conteneur */
width: 430px;
height: 530px;
margin-left: auto;
margin-right: auto;
text-align: left; /* on rétablit l'alignement du texte*/
}

/* conteneurs de la page */
#titre {
float: left;
width: 430px;
height: 244px;
top: 0px;
left: 0px;
background: url(images/titre.jpg) no-repeat top center;
}
#contenu {
float: left;
width: 385px;
height: 272px;
top: 44px;
left: 22px;
overflow: auto;
background: url(images/contenu.jpg) repeat-y top center;
}
#gauche {
float: left;
width: 22px;
height: 272px;
top: 244px;
left: 0px;
background: url(images/gauche.gif) no-repeat top center;
}
#droite {
float: left;
width: 23px;
height: 272px;
top: 244px;
left: 407px;
background: url(images/droite.gif) no-repeat top center;
}
#menu {
float: left;
width: 430px;
height: 14px;
top: 516px;
left: 0px;
background: url(images/menu.gif) no-repeat top center;
}
/* fin des conteneurs */

/* 475C7B */
body{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
  margin: 0; /* pour éviter les marges */
  padding: 0;
  background-color: #FFFFFF;
}
p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-decoration: none;
	color: #330066;
	margin: 0;
  margin-bottom: 7px;
	padding: 0;
  text-align: right;
  border-bottom: 1px dotted #000000;
}

h4 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
  border-bottom: 1px dotted #000000;
}

table {
	border: none;
}

select, input, textarea, select {
	margin: 1px;
	border: solid 1px #330066;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
  background-color: transparent;
}

option {
	margin: 1px;
	font-family: Verdana;
	font-size: 10px;
	color: #330066;
  background-color: #FFFFFF;
}

ul {
	margin-top: 0;
	padding-top: 0;
}
.menuSpacer {
	border-bottom: 1px dotted #FFEEDD;
	margin-bottom: 0px;
}

#contenu a:link {
 	color: #330066;
 	text-decoration: none;
 	border-bottom: 1px dotted #330066;
}

#contenu a:visited {
 	color: #330066;
 	text-decoration: none;
 	border-bottom: 1px dotted #330066;
}

#contenu a:hover {
/*	background-color: #FFFFFF;*/
	color: #330066;
	text-decoration: none;
	border-bottom: 1px solid #330066;
}