body {
    color: white;
    background-color: gray;
  
    background-repeat: no-repeat;
    font-family: cursive;
    padding: 20px;
}

p {
    font-family: Sazanami Mincho;
    color: black;
    text-align: center;
}

a:active {
    color: white;
    font-size: 20px;
}

a:visited {
    color: black;
    font-size: 20px;
}

a:link {
    color: white
}

a:hover {
    color: black;
    font-size: 20px;
}

h1 {
    color: white;
    font-family: Sazanami Mincho;
    padding: 0;
    text-align: center;
}

h2 {
    color: white;
    font-family: Sazanami Mincho;
	text-align: center;
}

h3 {
    font-family: cursive;
}

#menu1 {
    width: 140px;
   
    padding: 5px;
    float: left;
    word-spacing: 20px;
    text-align: center;
    clear: both;
}
#menu2 {
    width: 180px;
    border: outset black;
    padding: 5px;
    float: right;
    word-spacing: 5px;
	  margin: 30px;
	  clear: both;
}

.left {
    float: left;
    border: outset;
    margin-left: 40px;
    border-width: 1px 3px 1px 1px;
    padding: 5px 20px;
    margin: 10px;
}


#entete {
	border: outset;
    text-align: center;
    clear: both;
}

#footer {
    text-align: center;
    clear: both;
    padding: 0;
    font-family: cursive;
}

#contenu {
    text-align: center;
    padding: 40px 0px 30px;
}

html > body input {
right:0;
}

.product form .text input {
border-left:0 none;
border-right:0 none;
border-top:0 none;
margin-left:20px;
width:30%;
}

.product form p {
line-height:50%;}



input {
margin:2px 0 5px;
padding:1px;}

input, textarea {
background-color:gray;
font-family:georgia,Verdana,Arial,Helvetica,sans-serif;
font-size:1.2em;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}


#content {
    color: gray;
}

.product form {
    clear: both;
    font-style: italic;
}

form, form p {
    position: relative;
}

.order {
    border: 0 none;
    clear: both;
    cursor: pointer;
    display: block;
    height: 20px;
}


