/* --------- DEBUT CLASSES COMMUNES ----------- */
body {
background-color:#FFF;
color:#666;
margin:1px 0.5em 0 0.5em;
font-family:Arial,sans-serif;
}

a:link {
text-decoration:none;
} 

a:visited {
text-decoration:none;
}

a:hover {
text-decoration:underline;
cursor:pointer;
}

a:active {
text-decoration:none;
}

.bold { 
font-weight:bold;
}

.center {
text-align:center;
}

.left {
text-align:left;
}

.right {
text-align:right;
}

.nomargin {
margin:0;
}

caption {
font: bold Arial,sans-serif;
color:#666;
padding: 1em 0 1em 0;
}

.focus:focus {
background-color:#7BB5DF;
color:#FFF;
}


img {
border:0;
}

h1 {
font: Arial,,Helvetica,Geneva, sans-serif;
color:#065B9F;
margin:2em 0 1em 1em}

h1 span {
border-top:1px solid #ACCADF;
border-bottom:1px solid #ACCADF;
margin:0;
}

input.button {
font: Arial, Helvetica,Geneva, sans-serif;
background-color:#2384CF;
alignment:center;
color:#FFF;
border-right-color:#ACCADF;
border-bottom-color:#ACCADF;
border-top-color:#E6F0F7;
/* margin:2em 2em 0 0;*/
}

input.bouton.annuler {
font: bold Arial,sans-serif;
background-color:#FFF;
alignment:center;
color:#2384CF;
border-right-color:#ACCADF;
border-bottom-color:#ACCADF;
border-top-color:#E6F0F7;
margin:2em 2em 0 0;
}

form {
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
}


select
{
    FONT-SIZE: 11px;
    COLOR: #003399;
    FONT-FAMILY:  "Arial", "Helvetica","Verdana", "sans-serif";
    BACKGROUND-COLOR: #ffffff
}


.bgblue {  background-color: #D5ECFC}
.bgblue2 {  background-color: #EAF6FD}
.txtOrange10 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #FF8401}

#results{
background-color:#FFF;
width:auto;
border-width:0 1px 0 1px;
border-style:solid;
border-color:#ACCADF;
padding:0.5em;
padding-left:0.7em;
font:Arial,sans-serif;
}

#results div{
background-color:#FFF;
}

