* {
	margin: 0;
	padding: 0;
}

body {
	background: #333 url(../img/bg.png);
	font: 11px Verdana, serif;
	color: #333;
}

img {
	border: 0;
	vertical-align: middle;
}

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

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

h2 {
	font-size: 13px;
	color: #fa0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #444;
  -moz-border-radius: 5px;
}

div.h2 {
}

h3 {
	font-size: 12px;
	color: #069;
	letter-spacing: 0.1em;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	text-transform: uppercase;
	background: #fff;
}

h4 {
	font-size: 12px;
	color: #064362;
	letter-spacing: 0.1em;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	border: 1px solid #dedede;
	border-width: 1px 0;
}

blockquote {
	border: 1px solid rgb(200, 200, 200);
	border-left: 5px solid rgb(200, 200, 200);
	padding: 5px;
	background: #f4f4f4;
	color: #666;
	margin: 10px 0;
}

hr {
	clear:both; 
	visibility:hidden;
}

.minuscules {
	text-transform: capitalize;
}

.big_red {
	color: #f00;
	font-size: 30px;
	font-weight: bold;
}

.blue_note {
	color: #064362;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.indice {
	font-size: 8px;
	vertical-align: super;
	color: #000;
}

#top, #header, #main, #banner, #bas {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* Top */
/* --- */
#top {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10000;
}

#top li {
	display: inline;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#top a {
	color: #fff;
}

#top a.jaune {
	color: #fa0;
	font-weight: bold;
}

#top a.rouge {
	color: #f00;
	font-weight: bold;
}

#links1 {
	float: left;
}

#links2 {
	position: absolute;
	right: 0;
}

/* Header */
/* ------ */
#header {
	width: 970px;
	height: 100px;
	top: 10px;
	z-index: 10;
}

#logo {
	position: absolute;
	left: 20px;
	z-index: 100;
}

#header form {
	position: absolute;
	right: 0;
	height: 27px;
	line-height: 27px;
	padding-right: 20px;
	width: 673px;
	text-align: right;
	color: #fff;
	font-size: 12px;
	z-index: 100;
	display: none;
}

#menu {
	position: absolute;
	left: 300px;
	top: 27px;
	width: 693px;
	height: 103px;
  display: none;
}

#sections {
	position: absolute;
	left: -50px;
	top: 35px;
}

#sections li {
	display: inline;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
}

#profil {
	position: absolute;
	right: 250px;
	top: 75px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	z-index: 20;
}

#profil a {
	color: #fac800;
	font-size: 11px;
}

#profil a:hover {
	color: #069;
}

#profil ul {
	display: inline;
	margin-left: 5px;
}

#profil li {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	color: #dedede;
	text-transform: capitalize;
	padding-right: 3px;
	letter-spacing: 0.03em;
}

#profil .bip {
	color: #fa0;
	font-size: 11px;
}

#main, #banner {
	width: 970px;
	background: #fff;
	padding: 20px 10px 10px;
}

#banner {
	padding: 5px 5px 0;
}

#banner img {
	vertical-align: top;
}

#banner object,
#banner embed {
	vertical-align: top;
}

#main {
  background: transparent url(../img/bg_head.png) no-repeat scroll left top;
  z-index: 1;
}

#content {
  width: 950px;
  background: #fff;
  padding: 0 10px 10px;
}

/* Num */
/* --- */
#num {
  position: relative;
  z-index: 10;
  padding-left: 250px;
}

/* Sky */
/* --- */
#sky {
	float: right;
	position: relative;
	width: 162px;
}

#sky h2 {
	width: 150px;
}

#sky_script {
	height: 600px;
	width: 160px;
	border: 1px solid rgb(200, 200, 200);
	border-top-width: 0;
	background: #fff;
	text-align: center;
	position: relative;
}

#sky_script object,
#sky_script embed {
	width: 160px;
	height: 600px;
}

/* Bas */
/* --- */
#bas {
	width: 970px;
	text-align: center;
	color: #f1f1f1;
	font-size: 11px;
	line-height: 20px;
}

#bas a {
	color: #f1f1f1;
}

#bas a:hover {
	color: #fa0;
}

img.hidden {
  display: none;
}

/* Pub */
/* --- */
#pave {
  float: right;
  display: none;
  width: 300px;
  height: 250px;
  position: relative;
  top: 15px;
  margin-bottom: 15px;
}