/***** Base *****/
* {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #636969;
  background-color: #ededed;
}
a, a:visited, a:active, a:hover, input.text, select, textarea {
  color: #636969;
}
input.text2 {
  background-color: #ebebe4;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}
form {
  padding: 0;
  margin: 0;
}
table, td, th {
  border-collapse: collapse;
}
/***** Structure *****/
div#container {
  position: relative;
  margin: auto;
  margin-top: 10px;
  width: 770px;
  text-align: left;
}
div#container, div#header, div#centre, div#footer {
  background-color: white;
}

/* Header */
div#header {
  width: 770px;
  height: 95px;
}
div#header div#bandeau, div#header div#titre, div#header div#recherche, div#header div#logo, div#header div#menu {
  position: absolute;
}

/* Header : Bandeau */
div#header div#bandeau {
  width: 770px;
  height: 65px;
}
div.container_pub div#header div#bandeau {
  background: url(../images/header_fd_pub.png) no-repeat top left;
}
div.container_med div#header div#bandeau {
  background: url(../images/header_fd_med.png) no-repeat top left;
}

/* Header: titre */
div#header div#titre {
  top: 40px;
  left: 110px;
  width: 350px;
  height: 20px; /* 25 - 3 - 2 */
  padding: 3px 0 2px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

/* Header : recherche */
div#header div#recherche {
  top: 40px;
  left: 530px;
  width: 230px;
  height: 20px; /* 25 - 3 - 2 */
  padding: 3px 0 2px 0;
  color: white;
  font-weight: bold;
  text-align: right;
}
div#header div#recherche input.text {
  height: 12px;
}

/* Header : logo */
div#header div#logo {
  top: 20px;
  left: 30px;
  width: 52px;
  height: 75px;
  background: url(../images/logo_iesv.png) no-repeat top left;
}
div#header div#logo a {
  width: 52px;
  height: 75px;
  display: block;
}

/* Header : menu */
div#header div#menu {
  top: 65px;
  left: 110px;
  width: 660px;
  height: 30px;
  position: relative;
  z-index: 3;
}
div#header div#menu table {
  height: 100%;
}
div#header div#menu table td {
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
}
div.container_pub div#header div#menu table td {
  background: url(../images/puce/puce_carree_pub.png) no-repeat center left;
}
div.container_med div#header div#menu table td {
  padding-right: 5px;
  background: url(../images/puce/puce_carree_med.png) no-repeat center left;
}
div#header div#menu table td a:hover {
  text-decoration: none;
}
div.container_pub div#header div#menu table td.current * {
  color: #99cc33;
}
div.container_med div#header div#menu table td.current * {
  color: #006d2c;
}

/* Nav */
div.container_pub a.current {
  color: #99cc33;
}
div.container_med a.current {
  color: #006d2c;
}
ul#nav {
  height: 30px;
}
ul#nav, ul#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.0;
}
ul#nav li {
  float: left;
  padding: 0;
  color: #99cc33;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
div.container_pub ul#nav li {
  background: url(../images/puce/puce_carree_pub.png) no-repeat center left;
}
div.container_med ul#nav li {
  background: url(../images/puce/puce_carree_med.png) no-repeat center left;
}
ul#nav a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
}
ul#nav li a {
  padding-left: 15px;
}
ul#nav ul {
  position: absolute;
  left: -999em;
  margin-top: -2px;
  width: 164px;
}
ul#nav li li {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
div.container_pub ul#nav li li {
  background-image: none;
  background-color: #99cc33 ;
}
div.container_med ul#nav li li {
  background-image: none;
  background-color: #006d2c;
}
ul#nav li li a {
  padding: 5px;
  padding-left: 15px;
}
div.container_med ul#nav li li a {
  color: white;
}
ul#nav li li:hover a, ul#nav li li:hover li:hover a {
  font-weight: bold;
}
ul#nav li li:hover li a {
  font-weight: normal;
}
div.container_pub ul#nav li#nav1 {
  width: 75px;
}
div.container_pub ul#nav li#nav2 {
  width: 165px;
}
div.container_pub ul#nav li#nav3 {
  width: 80px;
}
div.container_pub ul#nav li#nav4 {
  width: 100px;
}
div.container_pub ul#nav li#nav5 {
  width: 120px;
}
div.container_pub ul#nav li#nav6 {
  width: 120px;
}
div.container_med ul#nav li#nav1 {
  width: 66px;
}
div.container_med ul#nav li#nav2 {
  width: 191px;
}
div.container_med ul#nav li#nav3 {
  width: 121px;
}
div.container_med ul#nav li#nav4 {
  width: 116px;
}
div.container_med ul#nav li#nav5 {
  width: 85px;
}
div.container_med ul#nav li#nav6 {
  width: 81px;
}
div.container_pub ul#nav li li a {
  width: 150px;
  border-bottom: 1px dashed #636969;;
}
div.container_med ul#nav li li a {
  width: 160px;
  border-bottom: 1px dashed white;;
}
div.container_pub ul#nav li li a.last, div.container_med ul#nav li li a.last {
  border: none;
}
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul {
  left: -999em;
}
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul {
  left: auto;
}
ul#nav li:hover, ul#nav li.hover {
	position: static;
}
ul#nav li ul ul {
  margin: -2em 0 0 171px;
}

/* Footer */
div#footer {
  width: 800px;
  height: 45px;
}
div.container_pub div#footer {
  background: url(../images/footer_fd_pub.png) no-repeat top left;
}
div.container_med div#footer {
  background: url(../images/footer_fd_med.png) no-repeat top left;
}
div#footer table {
  margin: auto;
  width: 70%;
  height: 100%;
}
div#footer table td, div#footer table td * {
  color: white;
  font-weight: bold;
  text-align: center;
}

/* Centre, centre haut, centre milieu, centre bas */
div#centre {
  height: 400px;
  position: relative;
  margin-top: 20px;
}
html>body div#centre {
  min-height: 400px;
  height: auto;
}
div#centre div#haut {
}
div#centre div#milieu {
  height: 265px;
}
html>body div#centre div#milieu {
  min-height: 265px;
  height: auto;
}
div#centre div#bas {
  background: url(../images/trait.png) no-repeat 110px 10px;
  padding-left: 110px;
}

/* Chemin de fer */
div#chemindefer {
  font-style: italic;
  padding: 0 0 15px 110px;
}

/* Titre h1 */
h1 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 2px 0 3px 110px;
}
div.container_pub h1 {
  background: url(../images/h1_fd1_pub.png) no-repeat top left;
  color: #99cc33;
}
div.container_med h1 {
  background: url(../images/h1_fd1_med.png) no-repeat top left;
  color: #006d2c;
}

/* Contenu */
div#contenu {
  padding: 15px 15px 0 110px;
  text-align: justify;
}

/* Zone de texte */
div#zonetexte {
  text-align: justify;
}

/* Mini */
div#mini {
  padding-top: 10px;
  text-align: right;
}
div#mini img {
  margin: 10px 7px;
}
div.container_pub div#mini img {
  border: 1px solid #99cc33;
}
div.container_med div#mini img {
  border: 1px solid #006d2c;
}

/* Accueil */
div#anim, div#accroche, div#alaune, div#prossante, div#consultpci, div#menuaccespro, div#paroleadherents, div#miniatures, div#testezconnaissances {
  position: absolute;
  overflow: hidden;
}

/* Accueil : anim flash */
div#anim {
  top: 0;
  left: 30px;
  width: 420px;
  height: 210px;
}
div#anim div {
  float: left;
}
div#anim div#object1 {
  text-align: center;
  width: 50px;
}

/* Accueil : accroche */
div#accroche {
  top: 220px;
  left: 50px;
  width: 370px;
  height: 90px;
  text-align: justify;
}
div#accroche span {
  color: #0096a2;
}

/* Accueil : miniatures */
div#miniatures {
  top: 325px;
  left: 290px;
  width: 270px;
  height: 70px;
}
div#miniatures div#mini {
  padding: 0;
}

/* Accueil: alaune */
div#alaune {
  top: 0;
  left: 470px; 
  width: 270px;
  height: 320px;
}
div.container_med div#alaune {
  height: 220px;
}
div#alaune span {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  display: block;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #0096a2;
  background: url(../images/puce/puce_ronde_pub2.png) no-repeat center left;
}
div.container_pub div#alaune a, div.container_pub div#alaune a:hover {
  color: #99cc33;
}
div.container_med div#alaune a, div.container_med div#alaune a:hover {
  color: #006d2c;
}

div#qscroller {
  height: 270px;
  overflow: auto;
	text-align: justify;
}
div.container_med div#qscroller {
  height: 170px;
}
div.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}
div.qslide {
	padding: 3px;
}

/* Accueil : trait */
div.trait {
  height: 10px;
  background: url(../images/trait.png) no-repeat center left;
}

/* Accueil : prossante */
div#prossante {
  top: 340px;
  left: 260px;
  width: 300px;
  height: 40px;
}

/* Accueil : consultpci */
div#consultpci {
  top: 340px;
  left: 560px;
  width: 205px;
  height: 40px;
}

/* Accueil : testezconnaissances */
div#testezconnaissances {
  top: 325px;
  left: 100px;
  width: 200px;
  height: 60px;
}

/* Accueil : paroleadherents */
div#paroleadherents {
  top: 228px;
  left: 587px;
  width: 183px;
  height: 170px;
}

/* Accueil : menu/accès pro */
div#menuaccespro {
  left: 0;
  width: 255px;
  top: 320px;
  height: 80px;
}
div.container_med div#menuaccespro {
  left: 82px;
  top: 230px;
  height: 80px;
}
div#menuaccespro div.titre {
  margin-bottom: 5px;
}
div.container_pub div#menuaccespro div.titre {
  background: url(../images/h1_fd2_pub.png) no-repeat top left;
}
div.container_med div#menuaccespro div.titre {
  background: url(../images/h1_fd2_med.png) no-repeat top left;
}
div#menuaccespro span {
  display: block;
  padding-left: 20px;
  padding-top: 3px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
div.container_pub div#menuaccespro span, div.container_pub div#menuaccespro span * {
  color: white;
}
div.container_med div#menuaccespro span {
  margin-left: 80px;
  padding-left: 15px;
  background: url(../images/puce/puce_ronde_med.png) no-repeat center left;
}
div#menuaccespro ul {
  margin: 0;
  padding-left: 30px;
}
div#menuaccespro ul li {
  list-style-type: none;
  background: url(../images/puce/puce_fleche_pub.png) no-repeat center left;
  padding-left: 15px; 
  font-weight: bold;
}

/* Liste d'articles */
div.listearticles {
  padding: 7px 0;
}
div#listearticlesfirst, div#listearticlesonly {
  padding-top: 0;
}
div#listearticleslast, div#listearticlesonly {
  border-bottom: none;
}
div.container_pub div.listearticles {
  border-bottom: 1px dashed #99cc33;
}
div.container_med div.listearticles {
  border-bottom: 1px dashed #006d2c;
}
div.listearticles table {
  width: 100%;
}
div.listearticles td.titre {
  height: 20px;
  font-weight: bold;
  vertical-align: top;
}
div.listearticles td.descriptif {
  padding-left: 10px;
}
div.container_pub div.listearticles td.titre, div.container_pub div.listearticles td.titre * {
  color: #99cc33;
}
div.container_med div.listearticles td.titre, div.container_med div.listearticles td.titre * {
  color: #006d2c;
}
div.listearticles table table {
  width: auto;
}

/* Navigation pages */
div#navigpages {
  margin: 0;
  margin-top: 15px;
  padding: 4px 0;
  text-align: right;
}
div#navigpages, div#navigpages * {
  text-decoration: none;
  font-weight: bold;
}
div.container_pub div#navigpages, div.container_pub div#navigpages * {
  color: #99cc33;
}
div.container_med div#navigpages, div.container_med div#navigpages * {
  color: #006d2c;
}

/* Tableaux formulaires */
table.form td, table.form th {
  padding: 3px;
}
/* Tableau formulaire actu */
table.actu {
  margin-bottom: 15px;
}
table.actu th {
  padding-left: 0;
}
table.actu td {
  padding: 5px;
  font-weight: bold;
}

/* Div divers */
div.lien {
  text-align: right;
  font-style: italic;
  padding-right: 10px;
  font-weight: bold;
}
div.bouton {
  text-align: center;
  margin: 20px 0;
}
div.intro {
  margin-bottom: 20px;
}
div.alerte {
  color: red;
  font-weight: bold;
}
div.rq {
  margin-top: 30px;
}
div.mention {
  text-align: justify;
  margin-top: 15px;
}
div.lienleft {
  text-align: left;
}

/* Puces listes avec puces rondes */
ul.puce_ronde {
  margin: 2px 0;
  padding-left: 10px; 
}
div.container_pub ul.puce_ronde li {
  list-style-type: none;
  background: url("../images/puce/puce_ronde_pub.png") no-repeat center left;
  padding-left: 10px;
}
div.container_med ul.puce_ronde li {
  list-style-image: url("images/puce/puce_ronde_med.png");
}

div.desc {
  color: #707173;
  font-size: 14px;
}
ul.uneliste {
  margin: 0;
  padding: 0;
}
ul.uneliste li {
  margin: 0 0 10px 40px;
}
ul#deuxlistes, ul#deuxlistes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#deuxlistes li {
  padding: 5px 0;
}
ul#deuxlistes ul {
  padding: 0 30px;
}
ul#deuxlistes ul li {
  border: none;
  padding: 0;
  list-style-type: disc;
}
ul#deuxlistes li a.titre, ul#deuxlistes li span.titre {
  font-size: 12px;
  font-weight: bold;
}

span.attachments {
  font-weight: bold;
  color: #99cc33;
}

/* Tableau plante */
td#cel1, td#cel2 {
  vertical-align: top;
}
td#cel2 {
  text-align: right;
  width: 150px;
}
td#cel1 span, td#cel3 span {
  color: #e18b00;
  font-weight: bold;
}
td#cel3 p, td#cel3 p * {
  font-size: 9px;
}