/* Start of CMSMS style sheet 'Commune' */
body {
	background: #9b9b9b url(uploads/design/page_background.png) top left repeat-x;
	margin: 0;
	padding: 0;
	
	font-family: arial;
	font-size: 0.8em;
}

a img {
  border: 0;
}

a:visited {
text-decoration: none;
color:#615b55;
font-weight: bold;
}
a {
text-decoration: none;
color:#615b55;
font-weight: bold;
}
a:hover {
text-decoration: underline;
color:#615b55;
font-weight: bold;
}

td {
  vertical-align: top;
}

/* PAGE */

div#page {
  position: relative;
	width: 920px;
	margin: 0 auto;
}

/* HEADER */

div#header {
	position: relative;
}

div#header h1 {
	padding: 0;
	margin: 0;
	width: 920px;
	height: 124px;
	/* background: transparent url(uploads/design/header_background.png) top left no-repeat; */
	z-index: 2;
}

div#header h1 span {
	display: none;
}

div#cube_left {
	position: absolute;
	left: -75px;
	top: 30px;
	width: 94px;
	height: 105px;
	background: transparent url(uploads/design/header_background_extra_left.png) top left no-repeat;
	z-index: 1;
}

div#cube-right {
  position: absolute;
  top: 35px;
  left: 730px;
}

/* MENU */

div#menu {
	width: 920px;
	height: 40px;
	background: transparent url(uploads/design/menu_background.png) top left no-repeat;
	
	font-family: Trebuchet MS;
}

div#menu ul.level1 {
	display: block;
	margin: 0;
	padding: 11px 0 0 22px;	
	list-style-type: none;
}

div#menu ul.level1 li.level1 {
	position: relative;
	float: left;
	height: 27px;
	z-index: 2;
}

div.menu_container {
  position: relative;
  top: -3px;
}

div.menu_hider {
  position: absolute;
  width: 260px;
  overflow: hidden;
}

div#menu ul.level2 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 250px;
	border: 2px solid #fff;
	border-top: 0;
}

div#menu ul.level2 li.level2 {
	padding: 2px 2px 2px 4px;
	height: 20px;
	border-top: 2px solid #fff;
	background-color: #9b9b9b;
}

div#menu ul.level2 li.level2:hover {
	background-color: #a00;
}

div#menu ul.level2 li.level2 a {
	padding-left: 4px;
}

div#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* MAIN */

div#main {
	clear: left;
	background: transparent url(uploads/design/main_background.png) top left repeat-y;
min-height: 450px;
}

div#main-in {
	padding: 15px 20px 0 15px;
}

div#main-text p {
	margin: 0;
}

/* MAIN RIGHT */

div#main_right {
  position: relative;
	float: right;
  margin-left: 10px;
}

div#recherche {
  position: absolute;
  left: 85px;
  top: 35px;
}

div#recherche-resultat {
  min-height: 400px;
}

div#formulaire {
	width: 205px;
	height: 443px;
	background: transparent url(uploads/design/module_formulaire.png) top left no-repeat;
}

div#formulaire-in {
  padding: 140px 10px 10px 10px;
}

/* FOOTER */

div#footer {
  position: relative;
	width: 920px;
	height: 16px;
	background: transparent url(uploads/design/footer_background.png) top left no-repeat;
}

div#footer div {
  color: #fff;
  font-size: 0.7em;
}

div#footer-copyright {
  position: absolute;
  top: 10px;
  left: 10px;
}

div#footer-mentions-legales {
  position: absolute;
  top: 10px;
  left: 820px;
}

div#footer-mentions-legales a {
  color: #fff;
  text-decoration: none;
}

div#footer-mentions-legales a:hover {
  text-decoration: underline;
}
/* End of 'Commune' */

/* Start of CMSMS style sheet 'Page' */
/* MAIN */

div#main-title {
	width: 665px;
	height: 38px;
	background: transparent url(uploads/design/main_title_background.png) top left no-repeat;
}

div#main-title h2 {
  margin: 0;
  padding: 6px 0 0 40px;
  font-size: 1.3em;
  color: #a00;
  text-align: center;
  width: 665px;
}

/* QUIZZ */

div.quiz p.quiz_item {
  padding-top: 15px;
}

div.quiz span.question {
  background: transparent url(uploads/design/puce.gif) top left no-repeat;
  padding-left: 20px;
}

div.quiz span.answers input {
  margin-left: 50px;
}
/* End of 'Page' */

