@charset "iso-8859-1";

/** General **/

body
{
  margin: 0 auto;
  color: black;
  font-family: "Arial",sans-serif;
  font-size: 9pt;
  background: #134788 url('images/header.jpg') repeat-x;
  min-width: 770px;
}

img { border: none; }

p
{
  margin: 0 0 3pt 0;
  text-align: left;
}
form { margin: 0; }

a
{
  color: #1100d1;
  text-decoration: none;
}

a:hover
{
  color: #1100d1;
  text-decoration: underline;
}

h1
{
  text-align: left;
  margin: 0 0 1ex 0;
  font-size: 20pt;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 5px solid #134788;
  line-height: 1em;
}
h2
{
  text-align: left;
  padding-bottom: 0.4ex;
  border-bottom: 1px solid #425784;
  margin: 1.5ex 0 1ex 0;
  font-size: 15pt;
  font-weight: normal;
}
h3
{
  text-align: left;
  padding-left: 20px;
  padding-bottom: 0.4ex;
  margin: 2ex 0 0.7ex 0;
  font-weight: bold;
  font-size: 11pt;
  background-image: url('images/h3.jpg');
  background-repeat:  no-repeat;
}

/** Header **/

#header
{
  color: black;
  height: 100px;
  margin: 0 ;
  padding: 0 ;
  position: relative;
}

#banner
{
  padding: 10px 5px 0 15px;
  text-align: left;
}
#banner img{
	width: 300px;
	height: 81px;
}

#logo-sponsor
{
  float: right;
  width: 180px;
  height: 88px;
  margin: -5px 0px;
  text-align: center;
  background-color: white;
  border: 1px solid #000;
  overflow: hidden;
}
#logo-sponsor img
{
  vertical-align: middle;
  width: 150px;
  height: 90px;
}


#header-links
{
  text-align: left;
  font-family: Verdana,Tahoma,sans-serif;
  font-size: 16px;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 325px;
  right: 180px;

}
#header-links li
{ 
  display: inline;
  list-style-type: none;
  line-height: 32px;
  margin: 0px 2px;
  padding: 0px;
}
#header-links a
{
  color: black;
  padding: 3px 8px 5px 8px;
  border: 1px solid #000;
  margin: 8px 0px;
  background: #ffe71c url('images/menu.jpg') repeat-x;
}
#header-links a:hover
{
  color: black;
  text-decoration: none;
  border: 1px solid #000;
  background-color: #fff;
  background-image: none;
}

/** Colonne **/

#colonne
{
  float: left;
  width: 150px;
  text-align: center;
  color: white;
  font-size: 9pt;
  padding: 0px 10px 10px 10px;
}
#colonne dl
{
  margin: 0 0 10px 0;
  border: 1px solid #000;
}
#colonne dt
{
  font-weight: bold;
  color: #000;
  padding: 5px;
  font-size: 12px;
  text-transform: UPPERCASE;
  background: #ffe71c url('images/menu.jpg') repeat-x;
  border-bottom: 1px solid #000;
  line-height: 0.8em;
}
#colonne dd
{
  color: black;
  margin: 0;
  text-align: center;
  background-color: white;
  padding: 5px 0;
}
#colonne ul
{
  margin: 0;
  padding: 0;
}
#colonne li
{
  list-style: none;
  text-align: center;
  padding: 1px 0;
}
#colonne a
{
  color: #000;
  margin: 0 5px;
  display: block;
}
#colonne a:hover
{
  background-color:  #DDD;
  color: black;
  text-decoration: none;
}


/* Submit (connexion et sondage) */
p.colonne_ok
{
  text-align: center;
}
p.colonne_ok input
{
  border: 1px solid black;
  background-color: #fffd5d;
  color: black;
  padding: 1px 2px;
  font-size: smaller;
}


/* Login */

#log_form
{
  text-align: left;
}

#log_login, #log_mdp
{
  border: 1px solid black;
  width: 85px;
}
#log_form table
{
  margin: 0 auto;
  font-size: 100%;
}

.log_auto
{
  padding-left: 10px;
  vertical-align:middle; 
}
p.log_auto label
{
  font-size: smaller;
  vertical-align: middle;
}


/* Sondage */

#sondage_quest
{
  font-weight: bold;
  text-align: center;
}

.sondage, .sondage_results
{
  font-size: smaller;
  text-align: left;
  margin: 0;
}
table.sondage td
{
  padding: 1px 0;
}

.sondage_results p
{
  margin-top: 1ex;
}
.sondage_results div
{
  background-color: #425784;
  color: white;
  border: 1px solid black;
  padding: 0 1px;
  text-align: right;
}
p.sondage_total
{
  margin-top: 1.5ex;
}

#body
{
}

#messages-zone
{
  color: black;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #EEE;
  border-bottom: 1px dashed #666;
  overflow: auto;
  height: 100%;
}

#compteur-coupe
{
  float: left;
  font-weight: bold;
  margin: 0 10px 2px 15px;
}
#etat-porte
{
  float: right;
  font-weight: bold;
  margin: 0 15px 2px 10px;
}

#content
{
  color: black;
  padding: 15px 50px 15px 30px;
  overflow: auto;
  height: 100%;
  text-align: center;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
#content .date
{
  color: #0b2b70;
}
#content .compta_rouge
{
  color: #ff0000;
}

#content .compta_vert
{
  color: #00ff00;
}


#content p
{
  margin-left: 20px;
}

#footer
{
  clear: both;
  padding: 15px ;
  text-align: right;
  vertical-align: middle;
  color: #fff;
  margin: 0;
  background-position: bottom;
}
#footer li
{
  display: inline;
  list-style-type: none;
  margin: 0 3px;
}
#footer img
{
  vertical-align: middle;
}


/* Messages pour les actions de membres */

.msg_confirm, .msg_erreur
{
	margin: 0.5ex 0 0.7ex 0;
	font-weight: bold;
}
.msg_erreur
{
	color: red;
}


/* Tableau pour un membre (historique, groupes) */

table.membre
{
	display: inline;
	text-align: center;
	vertical-align: middle;
	margin: 6pt;
  font-size: 9pt;
}

table.membre td.photo
{
	padding-top: 6pt;
	height: 62px;
	width: 100px;
}

table.membre td.filiere
{
	font-style: italic;
	padding-bottom: 6pt;
}


/* Tableaux des pages de gestion (+ peaufinages) */

.gestion
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 3px solid #425784;
	font-size: 8pt;
	margin: 6pt auto;
}

.gestion td
{
	border: 1px solid #425784;
	padding: 3px 3px;
}

.gestion th
{
	border-style: solid;
  border-color: #425784;
	border-width: 1px 1px 2px 1px;
	font-weight: bold;
	text-align: center;
  font-size: 110%;
	padding: 3px 5px;
	background-color: #e6edf2;
  color: black;
}

.gestion th a
{
  background-color: #e6edf2;
  color: #425784;
}

tr.sond_enligne td { border-bottom-width: 2px; }
tr.sond_enligne td.sond_choix { border-bottom-width: 1px; }
tr.sond_enligne td.sond_votes { border-bottom-width: 1px; }

td.sond_choix,
td.sond_votes
{
	border-bottom-color: #E4C6BA;
	border-left-color: #425784;
}
td.sond_votes,
td.sond_votes_bas
{
	text-align: right;
	padding-right: 3px;
}

td.oui, td.non
{
	font-weight: bold;
	text-align: center;
  background-color: inherit;
}
td.oui a, td.non a { font-weight: normal; }

td.oui { color: green }
td.non { color: red }

td.date
{
	text-align: center;
	font-family: 'Courier New', monospace;
}

td.actions
{
	text-align: center;
	line-height: 150%;
}

td.prix, td.num, input.num
{
  text-align: right;
  font-family: 'Courier New', monospace;
}

td.texte
{
  text-align: left;
}

/* Liste des pages */
p.liste-pages
{
  text-align: left;
}
p.liste-pages strong {}


/* Liste horizontale */

ul.horizontal
{
  text-align: center;
  font-size: 110%;
  margin: 1ex 0;
  padding: 0;
}
ul.horizontal li
{
  display: inline;
  list-style-type: none;
  padding: 0.1ex 0.1em 0.1ex 0.3em;
  border-left: 1px solid black;
}
ul.horizontal li.first
{
  border-left: none;
}
ul.horizontal li.current
{
  font-weight: bold;
}

.centrer { text-align: center; }

