body {
bgcolor: #CCCCCC;
topmargin : 0;
leftmargin : 0;
color: FFFFFF;
background-color: #FFFFFF;
}


.titre {
color: #000000;
font-weight: bold;
font-size: 0.9em;
font-family:courier;
}

.copy {
color: #000000;
font-weight: bold;
font-size: 0.8em;
font-family:verdana, arial, helvetica;
}

.item_nav {
color: #000000;
font-weight: bold;
font-size: 0.9em;
font-family:courier;
text-decoration:none;
}

.nav {
color: #CCCCCC;
font-weight: bold;
font-size: 0.9em;
font-family:courier;
text-decoration:none;
}

.nav:hover {
color: #000000;
font-weight: bold;
font-size: 0.9em;
font-family:courier;
text-decoration:none;
}

.item_int {
color: #000000;
font-weight: bold;
font-family:courier;
font-size: 0.9em;
}

.titre_int {
color: #000000;
font-weight: bold;
font-size: 0.9em;
font-family:courier;
}

.copy_int {
color: #000000;
font-weight: normal;
font-size: 0.8em;
font-family:courier;
}			


a.index{
color: #C9CDD3;
text-decoration: none;
font-family: verdana, arial;
font-size : 1.5em;
font-weight: bold;  
text-transform: uppercase;
}

a.index:hover{
color: #000000;
text-decoration: none;
}

a.nav_int {
color: #C9CDD3;
text-decoration: none;
font-weight: bold;
font-family:courier;
font-size: 0.9em;
}

a.nav_int:hover {
color: #000000;
text-decoration: none;
font-weight: bold;
font-family:courier;
font-size: 0.9em;
}

form {
background-color:#F5F5F5;
}

input {
border:1px solid black;
background-color:#C9CDD3;
font-family:courier,sans-serif;
color:#000000;
font-size:0.8em;
}

select, option {
background-color:#C9CDD3;
color:#C9CDD3;
}

textarea {
border:1px solid black;
background-color:#C9CDD3;
font-family:courier, sans-serif;
color:#000000;
font-size:12px;
}

input.bouton {
border:2px outset red;
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
background-color:white;
color:#C9CDD3;
}
input.bouton:active {
border:2px inset red;
background-color:#C9CDD3;
color:#000000;
}