/*========================================================
             Eléments génériques HTML
=========================================================*/
body {
  background-color: #222222;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #fff;
  background-image: url(images/chat.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

h1 {
  text-align: center;
  margin-bottom: 50px;
}

h1, h2 {
  color: #ccc;
}

h2{
  margin-top: 25px;
  margin-bottom: 25px;
}

h3 {
  font-size: 90%;
  margin-bottom: 5px;
  text-indent: 5px;
}

em {
  font-weight: normal;
  color: #AAA;
}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #941b1e;
  text-decoration: none;
}

a:active {}


/*========================================================
             Eléments spécifiques (class & ids)
=========================================================*/


.page {
  width: 800px;
  margin: auto;
}

.corps{
	background-color: red;

}

.colonne_gauche {
  position: relative;
  float: left;
  width: 260px;
  padding: 10px;
}

.colonne_droite {
  position: relative;
  float: left;
  width: 500px;
  padding: 10px;
}

.audio {
  position: relative;
  float: left;
}

.news{
  margin-left: 10px;
  position: relative;
  float: right;
  text-align: center;
}

.news p{
  max-width: 200px;
  margin-left: 30px;
  text-align: center;
  color: #941b1e
}

.news h2{
  margin-left: 20px;
}

.bio{
  position: relative;
  float: right;
}

.clear {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.membres{
  float: left;
  position: relative;
  margin-bottom: 50px;
}

.video{
	position: relative;
	clear: both;
	float: left;
	padding: 10px;
}

.fiche{ 
  position: relative;
  float: left;
  margin-right: 50px;  
}

.fiche h3{
  text-align: center;
  text-indent: 0px;
}
 .contact {
	clear: both;
	text-align: center;
}