@charset "UTF-8";

/*
 * Global style
 */

@import url(default_style.css);
@import url(font.css);
@import url(html_tags.css);
@import url(views/index.css);
@import url(liste_des_membres_adherents.css);

#inad_members_window {
  position: relative;
  display: block;
  float: right;
  margin: 1em;
  margin-top: 0;
  padding: 1em 0 0 1em;
  background-color: #fcc !important;
	border: thin solid #c44 !important;
  max-width: 275px !important;
  z-index: 9999;
}
#inad_members_window img {
  vertical-align: middle;
/*
  margin: 5px;
  border: 2px solid black;
  width: 75px;
  height: 75px;
*/
}
#inad_members_window .close {
  position: absolute;
  right: 0;
  top: -2em;
  font-size: .7em;
  margin-right: 1em;
}

#inad_members_window .close:before {
  content: '(';
}

#inad_members_window .close:after {
  content: ')';
}

#inad_members_window h1 {
  font-size: 1.2em;
}

html {
  background: #323232 url(/images/inad/bg.png) 50% 0 repeat-y;
  height: 100%
}

html > body {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: white;
  min-height: 100%
}

html > body > * {
  text-align: left;
  line-height: 1.5em;
}

p {
  line-height: 130%;   
}

img,
table {
	border: 0;
}

.gravatar_picture img {
  width: 1em;
  height: 1em;
}

pre {
  background-color: #eee;
  padding: .8em;
  font-size: 1em;
}

.floatright {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}

.floatleft {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
}

.screenshot {
	float: right;
}

form fieldset {
  border: none;
  margin: 0;
  padding: 0
}

form input {
	border: thin solid #ccc;
	background-color: white;
	color: black;
	font-size: 1.1em;
	font-weight: normal;
  margin: 0;
  padding: .1em 0;
  /* CSS3: */
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
}

form input[type=submit] {
  padding-right: .3em !important;
  padding-left: .3em !important;
  font-variant: small-caps;
	font-weight: bold;
  border: thin solid #f66;
	background-color: #fcc;
  color: #f66;
	/*border: thin solid #fcc;
	background-color: #fee;
  color: #fcc;*/
}

hr {
  color: #fcc;
  /*background-color: #c44;*/
  height: 1px;
  border: none 0; 
  border-top: 1px solid #ccc;
  padding-top: .5em;
  padding-bottom: .5em;
}