body {
  /*background: #fff url('/static/img/construction.png') no-repeat;*/
  margin: 0;
  padding: 0;
  color: #555;
  font-family: arial;
  font-size: 10pt;
  text-align:justify;
}

.tableau{
	font-size:12px;
}

.left {
  margin-top: 10px;
  float: left;
  width: 250px;
}

.verbatimleft {
  margin-top: 20px;
  padding: 5px;
  font-size: 7pt;
  text-align: right;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.verbatimleft .author {
  color: #222;
  margin-left: 10px;
  font-size: 7pt;
}

.verbatimleft .verbatimContenu{
	font-style:italic;
}

.verbatimleft .desc{
	font-size: 7pt;
}
.right {
  font-size: 7pt;
  margin-top: 20px;
  float: right;
  width: 200px;
}

.right li {
  list-style-type: none;
}

#counter {
  padding: 5px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

th, td {
  font-size: 8pt;
}

th {
  text-align: right;
  padding-right: 5px;
}

h1 {
  font-size: 10pt;
  color:#000000;
}

h2 {
  font-size: 10pt;
}

table {
  width: 80%;
  margin: auto;
}

.slogan {
	font-size: 15px;
	color:#000000;
	font-weight:bold;
	font-style:italic;
}


img {
  border: none;
}

#header {
  margin: 0;
  font-size: 10px;
}

#header .logo {
  padding: 0;
}

#header .logo p {
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

#header .counter {
  width: 200px;
}

#header .counter li {
  list-style-type: none;
}

#page {
  background-color: #fff;
  width: 1100px;
  min-width: 800px;
  margin: auto;
  margin-top: 0;
  padding: 0;
}

#menu {
  margin-top: -20px;
  padding-left: 256px;
  color:#000000;
  font-weight:bold;
}
/*background-color: #00f;*/

#menu a {
  padding: 3px;
  margin: 6px;
  font-size:13px;
  font-weight:normal;
}

a {
  color:#CC0033;
  font-weight: bold;
  text-decoration: none;
  font-style:normal;
}

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

a:visited {
  color: :#CC0033;
}

/*background-color: #fff;*/

#content {
  margin-top: 25px;
  margin: 30px 220px 5px 270px;
  min-height: 450px;
}

.verbatim, .participant {
  color: #333;
  padding: 10px;
  margin: auto;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  width: 90%;
}

.verbatim .author {
  font-weight: bold;
  margin-top: 10px;
  /*text-align: right;*/
  margin-left: 15%;
}

.verbatim .author .desc {
  font-style: italic;
}

.participant {
  min-height: 80px;
}

.participant .name, .participant .text {
  margin-left: 100px;
}

.participant .avatar {
  float: left;
}

.partners h2 {
  margin: 0;
  margin-bottom: 8px;
  clear: both;
}

.partner {
  width: 120px;
  height: 150px;
  float: left;
  padding: 0;
  margin-left: 70px;
  /*margin-right: 30px*/;
  display: table-cell;
  vertical-align: middle;

}

table.registration td{
	width: 200px;
}


table.partners tr {
  height: 150px;
}

.blog {
  padding-left: 230px;
}

#sidebar {
  width: 200px;
  float: left;
}

#footer {
  margin: 0;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 70px;
  color: #555;
  /*background-color: #ddd;*/
  text-align: center;
  border-top: 1px solid #777;
}

#footer img {
  margin: 10px;
}

#footer p {
  margin: 2px 0;
}
