html,body {
background-color : #EFC75C;
text-align:center;
vertical-align:middle;
font-family : Comic Sans MS;
}

table.bord {
border-style:solid; 
border-width:1px; 
border-color:black;
}

.tour {
border-style:solid; 
border-width:1px; 
border-color:#a53a18; 
}

ul,li,td {
font-size : 100%;
font-family : Comic Sans MS;
color : #5a1804;
background-color : #EFC75C;
}

p {
font-size : 100%;
font-family : Comic Sans MS;
color : #5a1804;
background-color : #EFC75C;
}

h1 {
font-size : 200%;
font-family : Comic Sans MS;
color : #cf3b00;
text-align: center;
}

h3 {
font-size : 200%;
font-family : Comic Sans MS;
color : #cf3b00;
}

h2 {
font-size : 150%;
font-family : Comic Sans MS;
color : #cf3b00;
padding-left:15px;
}

form {
background-color:#EFC75C;
padding:10px;
}

label {
font-family:"trebuchet ms",sans-serif;
font-weight:bold
}

input {
border:1px solid black;
background-color:#a53a18;
font-family:"trebuchet ms",sans-serif;
color:white;
}

select, option {
background-color:#a53a18;
color:white;
}

textarea {
border:1px solid black;
background-color:#a53a18;
font-family:"trebuchet ms",sans-serif;
color:white;
}

input.bouton {
border:3px outset #5a1804;
background-color: #EFC75C;
border-color: #DD6622;
font-weight:bold;
cursor:pointer;
font-family : Comic Sans MS;
color: #5a1804;
}

input.bouton:hover {
background-color:#5a1804;
color:#EFC75C;
}

input.bouton:active {
border:3px inset #5a1804;
border-color: #DD6622;
} 

a:link {color: green; text-decoration:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}


