body
{
	background: white url("./img/background.jpg") repeat-x;
	text-align: justify;
}

h2
{
	color: #303030;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

a, a:visited
{
	color: black;
}

i
{
	color: red;
}

ul
{
  list-style-type: decimal;
  list-style-position: outside;
}

li
{
  text-decoration: none;
  margin-top: 8px;
}

rouge
{
	color: red;
}

bleu
{
	color: blue;
}

.current
{
  font-weight: bold;
  margin-right: 1px;
}

a .current
{
  text-decoration: none;
}

#title
{
	display: block;
	margin-left: 180;
	margin-bottom: 120px;
}

#texte
{
	display: block;
	padding: 0px;
  margin: 30px 20px 40px 20px;
  width: 850px;
  text-align: justify;  
}

#texte-flottant
{
	display: block;
	/*padding: 0px;*/
	margin-top: 200px;
	margin-left: 24px;
}

#texte p
{
  margin: 0px;
  padding: 0px;
  /*width: 800px;*/
}

#cti_div
{
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	padding: 0px;
}

#bandeau_div
{
	display: block;
	margin-top: 50px;
}

#infos_div
{
	/*
	width="650px";
	height="449px";
	*/
	margin-top: 0px;
	display: block;
	float: left;
}

#prefs_div
{
	margin-top: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
}

