/* Styles généraux */
body { background-color: #333333; margin: 0; padding: 0; text-align: center; }
body, table { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; }
#page { width: 980px; margin-right: auto; margin-left: auto; position: relative; text-align: left; }
#nav { position: absolute; left: 24px; top: 208px; width: 960px; }
#nav a, #nav a:link { text-decoration: none; color: #1168AB; font-weight: bold; padding-right: 3px; padding-left: 12px; white-space: nowrap; }
#nav a:hover, #nav #current { color: #FF6600; text-decoration: underline; }
#contenu { padding: 2px 22px 0px; margin: 0px; background-image: url(/images/images/contenu.png); }
#contenu a, #contenu a:link { color: #666666; text-decoration: underline; font-weight: bold; }
#contenu a:hover { color: #990000; text-decoration: none;}
#bas { padding: 6px 10px; position: relative; overflow: hidden; width: 980px; margin-right: auto; margin-left: auto; }
#bas div { margin: 0px 10px 0px 4px; padding: 2px; float: right; }
#bas, #bas a, #bas a:link { font: 11px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #FFFFFF; }
#bas a:hover { color: #FF9900; text-decoration: underline; }
img {border: 0 ; }
.clear {clear: both; height:0;font-size: 1px;line-height: 0px; }
#ref { display: none; }
#refBas { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666; margin: 12px; }
/* Style d'écriture */
.titre, .titreCentre { font-size: 18px; font-weight: bold; color: #1168AB; }
.titreCentre { text-align: center; }
h1 { font-size: 2em; margin-top:0; margin-bottom:0; font-weight: bold; }
.gras { font-weight: bold; }
.cadre { border: 1px solid #666666; }

/* Images */
#contenu a img, #contenu a img:link  { padding: 5px; background-color: #CCCCCC; border: 1px solid #466DBA; }
#contenu a img:hover { border-color: #466DBA; background: #999999; }
#contenu a img.gauche { margin-top: 10px; margin-right: 12px; margin-bottom: 10px; margin-left: 0px; float: left; }
#contenu a img.droite { margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 12px; float: right; }

/* Tableaux */
#contenu .data table { margin-top: 12px; margin-bottom: 12px; border: 1px solid #666666;}
#contenu .data th { padding-top: 6px; padding-bottom: 6px; background-color: #708491; color: #FFFFFF; text-align: center; border: 1px solid #FFFFFF; }
#contenu .data th a, #contenu .data th a:link {text-decoration : underline; color : #FFFFFF; font-weight:bold}
#contenu .data th a:hover { color: #990000; }
#contenu .data td { font-size: 12px; text-align: center; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 4px; border: 1px solid #CCCCCC; }
#contenu .data td a, #contenu .data td a:link {text-decoration : underline; color : #713029; font-weight:bold}
#contenu .data td a:hover { color: #009999; }
#contenu .data tbody tr:hover { background-color:#CCFFCC; color: #666; }
#contenu .data tbody tr:hover td { border-color: #CCC; }
#contenu #pagination a img, #contenu #recherche a img { padding: 0px; border: 0; background-color: inherit}
#contenu .competence th { text-align: left; background-image: url(images/puce_orange.gif); background-repeat: no-repeat; text-indent: 22px; background-position: 10px; }
#contenu .competence td { text-indent: 18px; }


/* Tableaux avec photos */
#contenu .photos  { margin-top: 4px; margin-bottom: 6px; }
#contenu .photos td { font-size: 13px; text-align: center; padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; border: 0; font-weight: bold; color: #006666; }

/* Liste à puces */
#contenu ul { margin: 0px 0px 0px 24px; padding: 0px; list-style-image: url(images/puce_orange.gif); }
#contenu li { list-style-type: none; }
#contenu ul ul { list-style-image: url(images/puce.png); }

/* cadre arrondi */
.round {width: 800px; background: url(images/bas-gauche.png) no-repeat left bottom; margin-right: auto; margin-left: auto; }
.round-outer {background: url(images/bas-droite.png) no-repeat right bottom; padding-bottom: 12px;}
.round-inner {background: url(images/haut-gauche.png) no-repeat left top; color: #003366;}
.round h2 { background: url(images/haut-droite.png) no-repeat right top; padding: 10px; font-size: 15px; text-align: center; margin: 0px; }

/* formulaire */
form {margin: 0px; padding: 0px; }
input[type="text"], input[type="file"], textarea, select { font-size: 12px; height: 16px; border-top: 2px solid #999; border-left: 2px solid #999; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; }
textarea, input[type="file"], select { height: 100%; }
input[type="text"]:focus, textarea:focus {background: #ffc;}
fieldset { margin: 1px auto 12px; padding: 8px; border : 1px solid #1168AB; width: 860px; }
#erreur { font-weight: bold; color: #990000; background-color: #FFFFFF; border-top-width: 2px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #666666; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #666666; width: 600px; margin-right: auto; margin-left: auto; padding: 12px; margin-bottom: 12px; }
legend { font-weight: bold; color: #1168AB; font-size: 16px; margin-left: 10px; padding-right: 12px; padding-left: 12px; }
input[type="submit"]{ font-size: 14px; font-weight: bold; color: #333333; }

