body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #A071B2;
	margin: 0; /* pour éviter les marges */
	padding: 0;
	background: #C9C4F2;
}

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

/* conteneurs de la page */
#gauche1 {
position: absolute;
top: 0px;
left: 0px;
width: 100px;
height: 280px;
background: url(images/gauche1.jpg) no-repeat top left;
}

#gauche2 {
position: absolute;
top: 0px;
left: 100px;
width: 83px;
height: 280px;
background: url(images/gauche2.jpg) no-repeat top left;
}

#gauche3 {
position: absolute;
top: 280px;
left: 0px;
width: 100px;
height: 220px;
background: url(images/gauche3.jpg) no-repeat top left;
}

#menu {
position: absolute;
top: 280px;
left: 100px;
width: 73px;
height: 210px;
padding: 5px;
background: url(images/menu.jpg) no-repeat top left;
}

#contenu {
position: absolute;
top: 0px;
left: 183px;
width: 238px;
height: 485px;
background: #FFFFFF;
overflow: auto;
}

#bas {
position: absolute;
top: 485px;
left: 183px;
width: 238px;
height: 15px;
background: url(images/bas.jpg) no-repeat top center;
}

#droite1 {
position: absolute;
top: 0px;
left: 421px;
width: 190px;
height: 250px;
background: url(images/droite1.jpg) no-repeat top center;
}

#droite2 {
position: absolute;
top: 0px;
left: 611px;
width: 189px;
height: 250px;
background: url(images/droite2.jpg) no-repeat top center;
}

#droite3 {
position: absolute;
top: 250px;
left: 421px;
width: 190px;
height: 250px;
background: url(images/droite3.jpg) no-repeat top center;
}

#droite4 {
position: absolute;
top: 250px;
left: 611px;
width: 189px;
height: 250px;
background: url(images/droite4.jpg) no-repeat top center;
}
/* fin des conteneurs */

/* début des paragraphes */

span.owned {
	padding: 5px;
	padding-bottom: 10px;
}

p.centre {
text-align: center;
}

p {
margin: 7px; /* pour éviter les marges */
}
/* fin des paragraphes */

h1 {
font-size: 12px;
border-bottom: 1px solid #C9C4F2;
}

h2 {
font-size: 12px;
}

ul {
margin: 0;
padding: 5px;
list-style-type: none;
}

li {
	background: url(images/puce.gif) no-repeat 0 4px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 16px;
}

/* début des liens */

a {
color: #A071B2;
text-decoration: underline;
}

a:hover {
color: #A071B2;
text-decoration: none;
}

a:visited {
color: #A071B2;
}

img {
border:none;
}

hr {
color: #C9C4F2;
border-style: solid;
width: 200px;
}

table {
width: 90%;
}

td {
text-align: center;
}

/* fin des liens */

form {
margin:0px;
padding: 0px;
}

/* debut elements de formulaire */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A071B2;
	background-color: #FFFFFF;
	border: 1px solid #A071B2;
}

select, option {
	font-family: Arial, Helvetica, sans-serif;
	color: #A071B2;
	background-color: #FFFFFF;
  font-size: x-small;
	border: 1px solid #A071B2;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A071B2;
	background-color: #FFFFFF;
	border: 1px solid #A071B2;
}