/* Conceptinno - http://www.conceptinno.ch */

* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

a { 
  text-decoration: none;
  color: #EF7F64;
}

a.active, a:hover {
  color: #A22622;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  color: #000000;
  background-color: #FDEBE3;
  background-image: url(/data/fonds/texture_sable.jpg);
  background-position: left top;
  background-repeat: repeat;
}

div#page {
  margin: 20px auto 20px auto;
  width:960px;
  position: relative;
}

div#submenu {
  text-align: right;
  padding-bottom: 5px;
}

div#submenu ul {
  list-style: none;
}

div#submenu ul li {
  display: inline;
  padding: 0.1em 0.5em 0.1em 0.5em;
  font-size: 1.0em;
  color: #000000;
  font-weight: bold;
}

div#submenu ul li a {
  text-decoration: none;
  color: #000000;
}


div#submenu ul li a:hover, div#submenu ul li a.active {
  color: #E73029;
}

div#menu {
  background-color: #E94836;
  padding: 0.8em;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-radius-topright: 10px;
}

div#menu ul {
  list-style: none;
}

div#menu ul li {
  display:inline;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 1.0em;
	border-left: 2px #000000 solid;
  color: #000000;
}

div#menu ul li.first {
  border-left: 0px;
}

div#menu ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

div#menu ul li a.active, div#menu ul li a:hover {
  color: #FFFFFF;
}

div#header-print {
  display: none;
}

div#main {
  background-color: #E94836;
  padding: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius-bottomright: 10px;
}

div#right {
  float: right;
  width: 220px;
}

div#left {
  float: left;
  width: 220px;
}

div#content {
  height:auto !important;
  height:300px;
  min-height:300px;
}

div#content-left {
  width: 710px;
  height:auto !important;
  height:300px;
  min-height:300px;
  margin-left: 230px;
}

div#content-right {
  width: 710px;
  height:auto !important;
  height:300px;
  min-height:300px;
}

div#content-both {
  width: 480px;
  margin-left: 230px;
  height:auto !important;
  height:300px;
  min-height:300px;
}

div#main ul {
  margin-left: 1.6em;
}

div.box {
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div.box-reverse {
  background-color: #FDEBE3;
  color: #E73029;
  padding: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div.smallbox-group {
  height: 46px;
}

div.smallbox {
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
}

div.smallbox-reverse {
  background-color: #FDEBE3;
  color: #E73029;
  padding: 10px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
}

h1, h2, h3 {
  margin-bottom: 0.6em;
}

h1 {
  font-size: 1.6em;
  line-height: 1.4em;
}

h2 {
  font-size: 1.4em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.2em;
  line-height: 1.0em;
}

h1 a, h2 a, h3 a {
  float:right;
  margin-left: 10px;
  font-weight: normal;
}

h1 a {
  font-size: 0.6em;
  line-height: 3.0em;
}

h2 a {
  font-size: 0.6em;
  line-height: 2.5em;
}

h3 a {
  font-size: 0.6em;
  line-height: 2.0em;
}

h1 span, h2 span, h3 span {
  float:right;
  margin-left: 10px;
  font-weight: normal;
}

h1 span {
  line-height: 3.0em;
  font-size: 0.6em;
}

h2 span {
  line-height: 2.5em;
  font-size: 0.6em;
}

h3 span {
  line-height: 2.0em;
  font-size: 0.6em;
}

hr {
  border-top: 1px solid #000000;
  background: #FFFFFF;
  color: #FFFFFF;
}

div.box-reverse hr {
  border-top: 1px solid #E73029;
  background: #FDEBE3;
  color: #FDEBE3;
}

div.box a {
  color: #EF7F64;
}

div.box a:hover, div.box a.active {
  color: #A22622;
}

div.box-reverse a {
  color: #EF7F64;
}

div.box-reverse a:hover, div.box-reverse a.active {
  color: #A22622;
}

div.box h1, div.box h2, div.box h3 {
  color: #000000;
}

div.box h1 {
  border-bottom: 2px #000000 solid;
}

div.box-reverse h1, div.box-reverse h2, div.box-reverse h3 {
  color: #E73029;
}

div.box-reverse h1 {
  border-bottom: 2px #E73029 solid;
}

div#clear {
  clear:both;
}

div#footer {
  clear: both;
  color: #000000;
  text-align: center;
}

div#footer a {
  color: #000000;
  text-decoration: none;
}

div#footer a:hover {
  color: #E73029;
}

div#loginform {
  margin: 50px auto 50px auto;
  width: 450px;
}

img {
  border: 0px;
  vertical-align: text-bottom;
}

img.photo {
  border: 1px #000000 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 2px 2px 0px;
}

div.box-reverse img.photo {
  border: 1px #E73029 solid;
}

img.left {
  float: left;
  margin: 0px 10px 5px 0px;
}

img.right {
  float: right;
  margin: 0px 0px 5px 10px;
}

table {
  border-collapse: collapse;
}

table tr td, table tr th {
  font-size: 1em;
}

table tr th {
  font-weight: bold;
  text-align: left;
}

table.form tr td, table.form tr th {
  padding: 2px;
}

table.smallform tr td, table.smallform tr th {
  padding: 2px 0px 2px 0px;
}

table.form tr th {
  padding: 4px 2px 2px 2px;
  width: 180px;
  vertical-align: top;
}

table.list {
  width: 100%;
}

table.list tr th {
  text-align: left;
  font-weight: bold;
  padding: 2px;
  border-bottom: 1px #000000 solid;
}

table.list tr th a {
  font-weight: normal;
}

table.list tr td {
  padding: 2px;
  border-bottom: 1px #000000 dashed;
}

table.photos tr td {
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}

table.photos tr td.last {
  padding-right: 0px;
}

table.videos tr td {
  padding-right: 10px;
  padding-bottom: 10px;
}

table.videos tr td.last {
  padding-right: 0px;
}

a.video {
  display: block;
  width: 120px;
  height: 90px;
  background-color: #000;
  border: 1px #000000 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
}

table.calendar tr td {
  border: 1px #888888 solid;
  padding: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
}

table.calendar tr td.today {
  background-color: #88FF88;
}

table.calendar tr td.saturday {
  background-color: #DDDDDD;
}

table.calendar tr td.sunday {
  background-color: #BBBBBB;
}

table.calendar tr td.event {
  background-color: #FF8888;
  
}

table.calendar tr td.event a {
  display: block;
  font-weight: bold;
}

table.calendar tr td.days {
  background-color: #666666;
  color: #FFFFFF;
}

table.calendar tr td.next {
  font-size: 24px;
}

table.membres tr td.informations {
  width: 195px;
  padding: 0px 10px 10px 10px;
  vertical-align: top;
}

table.membres tr td.photo {
  width: 120px;
  padding-bottom: 10px;
  vertical-align: top;
}

table.borders tr td, table.borders tr th {
  border: 1px #000000 solid;
}

input, select, textarea {
  border: 1px #000000 solid;
  padding: 2px;
  width: 170px;
  font-size: 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

select {
  width: 176px;
}

select.moitie {
  width: 86px;
}

select.double {
  width: 354px;
}

select.large {
  width: 686px;
}

select.unetdemi {
  width: 265px;
}

textarea {
  width: 170px;
  height: 100px;
}

textarea.double {
  width: 350px;
}

textarea.large {
  width: 680px;
}

textarea.midhigh {
  height: 200px;
}

textarea.high {
  height: 400px;
}

textarea.troisquart {
  width: 125px;
}

input.number {
  width: 100px;
  text-align: right;
}

input.large {
  width: 680px;
}

input.unetdemi {
  width: 260px;
}

input.moitie {
  width: 80px;
}

input.troisquart {
  width: 125px;
}

input.double {
  width: 350px;
}

input.button {
  width: auto;
  padding: 2px 20px;
  border: 1px #000000 solid;
  background-color: #000000;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 5px;
}

div.box-reverse input.button {
  border: 1px #E73029 solid;
  background-color: #E73029;
  color: #FDEBE3;
}

input.checkbox {
  border: 0px;
  padding: 0px;
  width: auto;
  margin: 4px 6px 5px 2px;
}

input.radio {
  border: 0px;
  padding: 0px;
  width: auto;
  margin: 4px 6px 4px 2px;
}

div.error {
  background-color: #FFCCCC;
  padding: 5px;
  border: 1px #CC0000 solid;
  color: #CC0000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.error a {
  color: #CC0000;
}

div.warning {
  background-color: #FFCC88;
  padding: 5px;
  border: 1px #FF4400 solid;
  color: #FF4400;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.warning a {
  color: #FF4400;
}

div.success {
  background-color: #CCFFCC;
  padding: 5px;
  border: 1px #008800 solid;
  color: #008800;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.success a {
  color: #008800;
}

div#loginbox {
  background-color: #FFFFFF;
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  right: 0px;
}

span.colorSample {
  border: 1px #000000 solid;
  font-size: 1.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}