* {
	margin: 0;
	padding: 0;
	border: 0;
}

.none {
	display: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #cce4ee;
}

body, table, input, select, textarea {
  font: 11px Verdana, Helvetica, sans-serif;
  color: #000;
}

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

a:hover {
  text-decoration: underline;
}

#container_top, 
#container_middle, 
#container_bottom {
	margin: auto;
	padding: 0 5px;
	width: 980px;
}

/**
	CONTAINER TOP
*/

#container_top {
  height: 130px;
	background: url(../images/container_top.png) no-repeat;
}

#container_top #home {
  position: absolute;
  display: block;
  width: 800px;
  height: 100px;
}

#container_top #help, 
#container_top #sitemap {
  display: block;
  float: right;
  width: 56px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}

#container_top #sitemap {
  margin-right: 10px;
  margin-left: 9px;
  width: 95px;
}

#container_top .menu {
  position: absolute;
  top: 100px;
  width: 980px;
  height: 30px;
}

#container_top .tab, 
#container_top .first_tab, 
#container_top .middle_tab, 
#container_top .big_tab {
  display: block;
  float: left;
  margin-right: 1px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#container_top .middle_tab {
  width: 80px;
}

#container_top .big_tab {
  width: 120px;
}

#container_top #tab_131 {
  background: url(../images/tab_3.png) no-repeat;
}

#container_top #tab_4 {
  background: url(../images/tab_4.png) no-repeat;
}

#container_top #tab_5 {
  background: url(../images/tab_5.png) no-repeat;
}

#container_top #tab_6 {
  background: url(../images/tab_6.png) no-repeat;
}

#container_top #tab_7 {
  background: url(../images/tab_7.png) no-repeat;
}

#container_top #tab_8,
#container_top #tab_123 {
  background: url(../images/tab_8.png) no-repeat;
}

#container_top #tab_98 {
  background: url(../images/tab_98.png) no-repeat;
}

#container_top ul {
  position: absolute;
  top: 30px;
  padding: 5px;
  min-width: 70px;
  z-index: 1000;
}

#container_top ul li {
  margin: 5px 0;
  padding-left: 8px;
  list-style: none;
  background: url(../images/white_arrow.gif) 0 3px no-repeat;
}

#container_top ul a {
  color: #fff;
}

#container_top #list_131 {
  left: 0;
  background-color: #c06;
}

#container_top #list_4 {
  left: 71px;
  background-color: #f90;
}

#container_top #list_5 {
  left: 142px;
  background-color: #c00;
}

#container_top #list_6 {
  left: 213px;
  background-color: #c06;
}

#container_top #list_7 {
  left: 294px;
  background-color: #906;
}

#container_top #list_8 {
  left: 365px;
  background-color: #005fa2;
}

#container_top #list_123 {
  left: 436px;
  background-color: #005fa2;
}

#container_top #list_98 {
  left: 436px;
  background-color: #099;
}

#container_top form {
  position: absolute;
  right: 0;
  padding: 0 10px;
  padding-top: 4px;
}

#container_top #search_q {
  padding-right: 5px;
  width: 215px;
  height: 16px;
  line-height: 16px;
}

#container_top .submit {
  background-color: transparent;
  width: 80px;
  height: 20px;
  color: #fff;
}

#container_top .submit:hover {
  cursor: pointer;
}

/**
	CONTAINER MIDDLE
*/

#container_middle {
  clear: both;
  background: url(../images/container_middle.png) repeat-y;
}

#container_middle_left, 
#container_middle_center, 
#container_middle_right {
  float: left;
  padding: 9px 10px;
  width: 160px;
}

#container_middle_center {
  width: 600px;
}

/*
  SIDEBOX
*/

.sidebox {
  padding: 0 8px;
  width: 144px;
  color: #333;
  background-color: #e6e1da;
}

.sidebox_top, 
.sidebox_bottom {
  height: 10px;
  font-size: 0;
  background: url(../images/sidebox_top.png) no-repeat;
}

.sidebox_bottom {
  margin-bottom: 20px;
  background-image: url(../images/sidebox_bottom.png);
}

.sidebox .disciplines, 
.sidebox .logiciels, 
.sidebox .commander, 
.sidebox .infos_pratiques, 
.sidebox .voir_aussi {
  margin-bottom: 10px;
  height: 25px;
  background: url(../images/disciplines.png) no-repeat;
}

.sidebox .logiciels {
  background-image: url(../images/logiciels.png);
}

.sidebox .commander {
  background-image: url(../images/commander.png);
}

.sidebox .infos_pratiques {
  background: url(../images/infos_pratiques.png) no-repeat;
}

.sidebox .voir_aussi {
  background: url(../images/voir_aussi.png) no-repeat;
}

.sidebox a {
  color: #333;
}

.sidebox hr {
  height: 0;
  margin: 10px 0;
  border-top: 1px dotted #aea393;
}

.sidebox h4 {
  font-size: 11px;
  font-weight: bold;
}

.sidebox h4.accordion_toggle {
  font-weight: bold !important;
  cursor: pointer;
}

.sidebox .lcouv {
  margin-bottom: 5px;
  border: 1px solid #999;
}

.sidebox ul li, .sidebox a.accordion_toggle {
  display: block;
  margin-top: 5px;
  padding-left: 8px;
  list-style: none;
  background: url(../images/orange_arrow.gif) 0 3px no-repeat;
}

.sidebox .accordion_disciplines ul li {
  background: none;
}

#container_middle_center h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
  color: #f60;
  border-bottom: 1px dotted #f60;
}

#container_middle_center .home h2 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

#container_middle_center h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #f60;
}

/*
  BOX
*/

.box {
  margin: 10px 0;
}

.box .tl {
  background: url(../images/tl_box.png) 0 0 no-repeat;
}

.box .tr {
  padding: 8px 10px;
  background: url(../images/tr_box.png) 100% 0 no-repeat;
}

.box .br {
  background: url(../images/br_box.png) 100% 100% no-repeat;
}

.box .bl {
  background: #f1eeeb url(../images/bl_box.png) 0 100% no-repeat;
}

.box hr {
  height: 0;
  margin: 5px 0;
  border-top: 1px dotted #ab9782;
}

/*
  PAGINATION
*/

.legend {
  margin-bottom: 5px;
}

.pagination {
  color: #f1eeeb;
  line-height: 15px;
}

.pagination em {
  font-style: normal;
  color: #000;
}

.pagination a, .pagination strong {
  padding: 5px;
  color: #f60;
  text-align: center;
  background: url(../images/page_off.png) 50% 50% no-repeat;
}

.pagination a:hover, .pagination strong {
  color: #fff;
  font-weight: normal;
  background: url(../images/page_on.png) 50% 50% no-repeat;
}

/*
  BOOK LIST
*/

.book_list {
  margin-top: 30px;
}

.home .book_list {
  margin-top: 20px;
}

.book_list .book {
  float: left;
  margin-bottom: 15px;
  width: 280px;
  font-size: 10px;
}

.home .book_list .book {
  width: 184px;
}

.book_list .odd_book {
  margin-left: 40px;
}

.home .book_list .center_book {
  margin-left: 24px;
  margin-right: 24px;
}

.book_list .book .lcouv {
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #999;
}

.book_list .book hr {
  height: 0;
  margin: 3px 0;
  border-bottom: 1px solid #999;
}

.book_list .book h4 {
  font-size: 11px;
  font-weight: bold;
}

.book_list .book h5 {
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: normal;
}

.book_list .book strong {
  color: #f60;
}

.book_list .book .link strong {
  color: #000;
}

.book_list .book .link {
  font-size: 10px;
  padding-left: 8px;
  background: url(../images/orange_arrow.gif) 0 3px no-repeat;
}

.book_list .pdf {
    background: url(/images/pdf.gif) 100% 0 no-repeat;
}

/**
  SITEMAP
*/

.sitemap {
  margin-top: 20px;
  margin-left: 20px;
}

.sitemap li {
  font-weight: bold;
}

.sitemap li ul li {
  font-weight: normal;
}


/**
	CONTAINER BOTTOM
*/

#container_bottom {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 10px;
  color: #0082a0;
  text-align: center;
  background: url(../images/container_bottom.png) no-repeat;
}

#container_bottom a {
  margin: 0 20px;
  font-size: 10px;
  color: #0082a0;
}

#modal_overlay {  
  background-color: #cce4ee;
}

#modal_image {
  border: 1px solid #999;
}
