@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(img/bg.jpg);
	color: #FFF;
}

.citation {
	color: #666;
	font-style: italic;
	font-size:14pt;
}

.colonne_gauche{
	font-size: 14pt;
	letter-spacing: -1px;
	font-weight: normal;
	background: url(img/transparence.png) repeat;
	padding: 5px;
	float:left;
	width: 200px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
}

/*******************************************\
             Header du site
\*******************************************/

#top {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -450px;
	padding-top: 30px;
	width: 500px;
	height: 50px;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
}

#top h1 {
	color: #FFF;
	padding: 0;
	margin: 0;
	font-size: 17pt;
}

#top h2 {
	color: #CCC;
	padding: 0;
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
}

/*******************************************\
                   Menu
\*******************************************/

#menu {
	position:absolute;
	left: 50%;
	margin-left: -450px;
	top: 100px;
	width: 900px;
	padding: 0;
	letter-spacing: -1px;
	display: block;
  	line-height: 44px;
	font-size: 13pt;
	clear: both;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	margin-left: 40px;
}

#menu a{
	color: #FFF;
	text-decoration: none;
}

#menu a:hover, .active {
	color: #666;
}

/*******************************************\
                   Contenu
\*******************************************/

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 170px;
	width: 900px;
}

#content h3{
	margin: 15px 0 10px 0;
	font-size: 14pt;
	letter-spacing: -1px;
	font-weight: normal;
	background: url(img/transparence.png) repeat;
	padding: 5px;
}

#content p{
	color: #CCC;
	font-size: 11pt;
	text-align:justify;
}

#content p strong {
	color: #fff;
	font-size: 13pt;
}

#content p .description {
	color: #999;
}

#content ul {
	list-style:none;
	color: #CCC;
}
