/* ---------------- Positions ---------------- */
#background {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#header {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 112px;
}
#content {
	display: block;
	position: absolute;
	top: 112px;
	left: 0px;
	width: 100%;
	bottom: 0;
	z-index: 0;
}
#menu {
	display: block;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 100px;
	height: auto;
}
#contenu {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	right: 130px;
	padding: 1em;
	min-height: 400px;
}

#content *{
	z-index: 0;
}

#UtilBar {
	position: absolute;
	top: 100px;
	bottom: 60px;
	right: 10px;
	width: 20px;
	z-index: 2;
}


/* ---------------- Header ---------------- */
#header {
	background: URL("../IMG/bg-header-repx.png") repeat-x;
	font-size: 1.2em;
}

#header .bg {
	margin: 0;
	width: 100%;
	height: 100%;
	color: #a35100; /*
	background-color: #ccff33; */
	background: URL("../IMG/bg-header-norep.png") no-repeat top left;
}

#header , #header a {
	color: #a35100;
}

#header h1, #header h2 {
	display: block;
/*	margin-left: 300px; */
	width: 100%;
	text-align: center;
}

#header span h1, #header span h2 {
	margin-left: 300px;
	width: 100%;
	text-align: left;
}

#header h1 {
	margin-top: -112px;
}

#header h1 span, #header h1 a, h1.titre-texte span {
	margin-left: -2px;
}

#header h1:before, h1.titre-texte:before {
	content: attr(title);
	display: block;
	color: #999;
	height: 25px;
	margin-bottom: -26px;
}

#header img.spip_logos {
	position: absolute;
	left: 195px;
	top: 15px;
}

* html #header .logo  {
	top: 1px;
}

#header p {
	text-align: center;
	font-size: 1.2em;
}

#header .slogan {
	float: left;
	margin-top : 10px;
	margin-right: 30px;
	margin-left:40px;
	width:126px;
	height:107px;
	background: URL("../IMG/css/slogan.png") no-repeat;
}

#header .slogan span {
	display: none;
}

#header .deco {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -95px;
}

#header ul.rubriques {
/*	display: table;
	margin: 0 auto; */
}

#header ul.rubriques li.menu-titre {
	list-style-type: none;
	float: left; /*
	display: table-cell; */
	width: 7em;
	height: 2em;
	line-height: .9em;
	margin: 0 -2.5%;
	margin-top: 1em;
	padding: 0;
	text-align: center;
	font-size: .9em;
}

#header ul.rubriques li.odd {
	padding-top: 2em;
}

#header ul.rubriques li.menu-titre a {
	color: white;
	font-weight: bolder;
}

/* ---------------- Side ---------------- */
#menu {
	/* background: URL("../IMG/bg-menu-norep.png") no-repeat */; 
	/* border: black solid 1px;
	-moz-border-radius: 10px; /* */
	text-align: center;
	height: 100%;
	z-index: 3;
}

#menu img {
	padding: 1px;
	border: black none 0px;
}

#menu ul { /*
	background-color: #fff;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 10px;
	/* border: black solid 1px; /* */
	padding: 1px;
	margin: 2px;
	list-style-type: none;
	display: inline;
}

#menu ul li {
	float: left;
}

#menu ul li, #menu ul li a {
	width: 100%;
	display: block;
	color: #a35100;
/*	background-color: #ccff33; */
}

#menu ul.rubriques {
	margin: 2em auto 0 auto;
}

#menu ul.rubriques li.menu-titre a {
	width: 100%;
	border-width: 0; /*
	border-bottom: #fff dotted 1px; */
	color: #ccff33;
	color: white;
	background: URL("../IMG/css/rubrique_bg.png") no-repeat;
/*	width: 160px; */
	width: 10%;
	height: 50px;
	padding-top: 10px;
	font-size: 1.4em; /*
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px; */
}

#menu ul.rubriques .menu-titre a {
	color: #a35100;
	background: URL("../IMG/css/rubrique_bg.png") no-repeat;
/*	width: 160px; */
	width: 10%;
	height: 50px;
	padding-top: 10px;
	font-size: 1em;
	color: black; /*
	border-width: 1px;
	border-color: #ef9 #9c0 #9c0 #ef9;
	border-style: solid; */
}

#menu ul.rubriques li.menu-titre a:hover {
	color: #ccff33; /*
	background-color: #a35100; */
}

#menu ul.rubriques .menu-titre a:hover {
	text-decoration: none;
	border-bottom: white solid 2px;
	color: white; /*
	background-color: #66c; */
}

#menu .formrecherche {
	padding: 1px;
	width: 96%;
}

#menu .logos {
	vertical-align: middle;
	text-align: left;
	margin: 1em 0 1em 8px;
}

#menu .logo {
	vertical-align: middle;
	padding-top: 30px;
	/* border: solid red 1px; */
	position: absolute;
	bottom: 10px;
	right: 10px; /* */
}

#menu .bubles {
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center;
}

#menu .bubles div {
  margin-top: 20px;
  margin-left:12mm;
  margin-bottom: -35px;
}
#menu .bubles div.odd {
  margin-left:0;
  margin-right:12mm;
  margin-bottom: -15px;
}

#menu .bubles a img {
  width:12mm;
  height:12mm;
}

#menu .bubles div a:hover img{
  width:18mm;
  height:18mm;
}

/* ---------------- UtilBar ---------------- */
/*
#UtilBar {
	background: URL("../IMG/css/utilbar_bg.png") repeat-y;
}

#UtilBarList {
	position: relative;
	top: 65%;
}
#UtilBar ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
*/

#Icones {
	float: right;
}

#Main #Texte *{
	z-index: 1;
}

#Icones ul li {
	list-style-type: none;
	float: right;
	margin-right: 0.5em;
}

#Icones #IconList li a span {
	display: none;
}
#Icones #IconList li {
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
}
#Icones #IconList li a {
	display: block;
	z-index: 10;
	width: 32px;
	height: 32px;
	background: url('../IMG/css/coccinelle.png') no-repeat;
}
#Icones #IconList li a#print:hover {
	background: url('../IMG/css/coccinelle-print.png') no-repeat;
}
#Icones #IconList li a#email:hover {
	background: url('../IMG/css/coccinelle-email.png') no-repeat;
}
#Icones #IconList li a#pdf:hover {
	background: url('../IMG/css/coccinelle-pdf.png') no-repeat;
}

/* ---------------- Footer ---------------- */
