body
{
  background-color:   #12103f;
  background-image:   url('images/flocons.png');
  background-repeat:  repeat-x;
}

div#all
{
  margin-left: 100px;
  margin-right: 100px;

  background-image: url('images/shadow.png'); 
  background-repeat: repeat-y;

  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
  padding-right: 17px;
  width: 799px; 
}

div#splash {
  background-image:  url('images/pulse.gif');
  height: 800px;
  width:  600px;

  text-align: center;
}

div#white {
  margin-left: auto;
  margin-right: auto;

  margin-top: 300px;
  width: 360px;
}

div#title {
  background-image:  url('images/etoiles.png');
  background-repeat: repeat-x;
  background-color:  #ecb4fe;

  text-align:       center;
  padding-top:        10px;
}

div#menu {
/*  background-color: #edb5ff; */
  text-align:       center;
  margin-top:       5px;
  padding-top:      5px;
  padding-bottom:   5px;
/*  border-bottom:    2px solid #fff7a1; */
}

h2 {
  font-variant:  small-caps;
  font-family:   helvetica,Arial;
  color:         #ed9b2f;
}

div#main {
  padding: 30px;
}

div#top {

  background-image: url('images/top.png');
  background-repeat: no-repeat;

  height: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 828px; 

}

div#bottom {

  background-image: url('images/bottom.png');
  background-repeat: no-repeat;

  height: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 828px; 

}

.menu {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fa8525) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fa8525 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fa8525');
	background-color:#ffc477;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #eda951;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}

.menu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fa8525), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fa8525 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8525', endColorstr='#ffc477');
	background-color:#fa8525;
}

.menu:active {
	position:relative;
	top:1px;
}

img {
  border-width: 0px;
}


div, p {
  text-align: justify;
/*  font-family: "Nimbus Sans L",helvetica; */
  font-family: helvetica;
}

dd {
  padding-bottom: 5px;
}
