/* CSS Document */

body { background-color:#283941; background-image:url(images/site-fond.png); background-repeat:repeat-y; background-position:center; }

body, table, td, form, textarea, input, select, div { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#666; }

h1, h2, h3, h4, h5, h6 { padding:0px; margin:0px; color:#283941; }
h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

a { color:#283941; text-decoration:none; }
a:hover { color:#666; }

a.index { color:#fff; text-decoration:underline; }
a.index:hover { color:#999; }

#site { width:700px; margin-left:auto; margin-right:auto; }

#footer { color:#fff; height:28px; line-height:28px; background-image:url(images/footer-fond.png); background-repeat:repeat-x; text-align:center; }
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { color:#ccc; }

#copyright { color:#666; height:40px; line-height:40px; text-align:center; font-size:10px; }
#copyright a { color:#666; text-decoration:underline; }
#copyright a:hover { color:#283941; }

input, select, textarea, .champ { border:1px solid #999; border-collapse:collapse; font-size:10px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#000; }
.pas_input { border:none; }

.candidats_titre { background-color:#ececec; height:35px; line-height:35px; }

.bouton_valider { cursor:pointer; font-size:12px; }
.bouton_annuler { cursor:pointer; background-color:#283941; color:#fff; font-size:12px; }

.bord_gris_haut { border-top:1px solid #ccc; border-collapse:collapse; }

.taille10 { font-size:10px; }

.texte_blanc { color:#fff; }
a.texte_blanc { color:#fff; text-decoration:underline; }
a.texte_blanc:hover { color:#999; }

.obligatoire { color:#f00; font-weight:bold; }

.ann_details { z-index:100000; position:absolute; margin-left:50%; width:400px; left:-200px; background-color:#fff; padding:5px; display:none; text-align:center; cursor:pointer; border:1px solid #283941; border-collapse:collapse; }


