body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  font-family: Verdana;
}
a img {
  border: 0px;
}
img {
  border-color: black;
}
embed, object {
  margin: 0px;
  padding: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
#header {
  margin: 0px;
  padding: 0px;
  width: 955px;
  color: #A6AFD4;
  background-color: #314E9C;
  font-family: Verdana;
  font-size: 11px;
}
#menu {
  margin: 0px;
  padding: 0px;
  width: 955px;
  background-color: #FF5900;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
#menu a {
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
#search {
  padding: 2px;
  font-family: Verdana;
  font-size: 10px;
  color: #FF5900;
  border: 1px solid #A6B3D6;
}
#search_button {
  margin-bottom:-3px;
}
* html #search_button {
  margin-bottom:-1px;
}
#middle {
  margin: 0px;
  padding: 0px;
  width: 955px;
  height: 450px;
  background-image: url(../img/logomask.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#footer {
  margin: 0px;
  padding: 0px;
  width: 955px;
  color: #0D2F8B;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
#footer a {
  color: #0D2F8B;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
#nav {
  margin: 19px;
  width: 147px;
}
#nav th {
  padding-left: 18px;
  padding-top: 8px;
  padding-bottom: 6px;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url(../img/nav_top.gif);
  background-repeat: no-repeat;
}
#nav th a {
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
#nav .retour {
  height: 30px;
  padding-top: 8px;
  padding-bottom: 6px;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url(../img/retour.gif);
  background-repeat: no-repeat;
}
#nav .retour a {
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
html #nav .retour {
  padding: 0px;
}
#nav .item {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #5478B8;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  background-image: url(../img/nav_bottom.gif);
  background-repeat: no-repeat;
}
#nav .item a {
  display: block;
  padding-left: 15px;
  color: #5478B8;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  background-image: url(../img/puce_item.gif);
  background-repeat: no-repeat;
  background-position: 1px 3px;
}
#nav .item_selected {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #5478B8;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  background-image: url(../img/nav_bottom_selected.gif);
  background-repeat: no-repeat;
}
#nav .item_selected a {
  display: block;
  padding-left: 15px;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  background-image: url(../img/puce_item_selected.gif);
  background-repeat: no-repeat;
  background-position: 1px 3px;
}
#nav .sub_item {
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  background-image: url(../img/nav_middle.gif);
  background-repeat: no-repeat;
}
#nav .sub_item a {
  display: block;
  padding-left: 15px;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
#nav .sub_item_selected {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #E59A1C;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  background-image: url(../img/nav_middle.gif);
  background-repeat: no-repeat;
}
#nav .sub_item_selected a {
  display: block;
  padding-left: 15px;
  color: #E59A1C;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
#nav .last_item {
  background-position: bottom;
}
#content {
  padding-top: 19px;
  font-size: 10px;
}
#content table {
  font-family: Verdana;
  font-size: 11px;
  color: black;
}
#content h1 {
  margin: 0px;
  padding: 10px;
  padding-left: 35px;
  color: #0D2F8B;
  font-family: Verdana;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  background-image: url(../img/puce_title.gif);
  background-repeat: no-repeat;
  background-position: 18px 18px;
}
#content #imprim {
  margin-bottom:-3px;
}
#content #imprimlink {
  color: #0D2F8B;
}
#content #home {
  width: 955px;
}
#content #home #visu {
  width: 328px;
  height: 373px;
  background-position: 0px 40px;
  background-image: url(../img/accueil/accueil_01.jpg);
  background-repeat: no-repeat;
}
#content #home #word .color1 {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  color: #FD9A52;
  letter-spacing: 2px;
  text-decoration: none;
}
#content #home #word .color1:hover {
  color: #FD9A52;
  font-size: 12px;
  font-weight: bold;
}
#content #home #word .color2 {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  color: #8088BF;
  letter-spacing: 2px;
  text-decoration: none;
}
#content #home #word .color2:hover {
  color: #8088BF;
  font-size: 12px;
  font-weight: bold;
}
#content #home #word .color3 {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  color: #314E9C;
  letter-spacing: 2px;
  text-decoration: none;
}
#content #home #word .color3:hover {
  color: #314E9C;
  font-size: 12px;
  font-weight: bold;
}
#content #home #side {
  width: 220px;
}
#content #home #side #encart1 {
  width: 188px;
  text-align: left;
}
#content #home #side #encart1 .top {
  padding-left: 10px;
  height: 30px;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  background-image: url(../img/encart1_top.gif);
  background-repeat: no-repeat;
}
#content #home #side #encart1 .top2 {
  padding-left: 10px;
  height: 30px;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  background-image: url(../img/encart1_top2.gif);
  background-repeat: no-repeat;
}
#content #home #side #encart1 .middle {
  padding: 5px;
  color: black;
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  background-image: url(../img/encart1_middle.gif);
}
#content #home #side #encart1 .middle a {
  font-family: Verdana;
  font-size: 10px;
  color: #0D2F8B;
}
#content #home #side #encart1 .bottom {
  height: 8px;
  background-image: url(../img/encart1_bottom.gif);
  background-repeat: no-repeat;
}
#content #home #side #encart2 {
  width: 188px;
  text-align: left;
}
#content #home #side #encart2 .top {
  padding-left: 10px;
  height: 30px;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  background-image: url(../img/encart2_top.gif);
  background-repeat: no-repeat;
}
#content #home #side #encart2 .middle {
  padding: 5px;
  color: black;
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  background-image: url(../img/encart2_middle.gif);
}
#content #home #side #encart2 .middle a {
  font-family: Verdana;
  font-size: 10px;
  color: #0D2F8B;
}
#content #home #side #encart2 .bottom {
  height: 8px;
  background-image: url(../img/encart2_bottom.gif);
  background-repeat: no-repeat;
}
#content #home #side #encart3 {
  width: 188px;
  text-align: left;
}
#content #home #side #encart3 .top {
  padding-left: 10px;
  height: 30px;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  background-image: url(../img/encart3_top.gif);
  background-repeat: no-repeat;
}
#content #home #side #encart3 .middle {
  padding: 5px;
  color: black;
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  background-image: url(../img/encart3_middle.gif);
}
#content #home #side #encart3 .middle a {
  font-family: Verdana;
  font-size: 10px;
  color: #0D2F8B;
}
#content #home #side #encart3 .bottom {
  height: 8px;
  background-image: url(../img/encart3_bottom.gif);
  background-repeat: no-repeat;
}
#content #home #side #encart4 {
  width: 188px;
  text-align: left;
}
#content #home #side #encart4 .top {
  padding-left: 10px;
  height: 30px;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  background-image: url(../img/encart4_top.gif);
  background-repeat: no-repeat;
}
#content #home #side #encart4 .middle {
  padding: 5px;
  padding-right: 0px;
  color: black;
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  background-image: url(../img/encart4_middle.gif);
  line-height: 17px;
}
#content #home #side #encart4 .middle a {
  font-family: Verdana;
  font-size: 10px;
  color: #0D2F8B;
}
#content #home #side #encart4 .bottom {
  height: 8px;
  background-image: url(../img/encart4_bottom.gif);
  background-repeat: no-repeat;
}
#content .rub textarea {
  font-family: Verdana;
  font-size: 11px;
  width: 98%;
}
#content .rub select {
  font-family: Verdana;
  font-size: 11px;
}
#content .rub option {
  font-family: Verdana;
  font-size: 11px;
}
#content .rub .text {
  font-family: Verdana;
  font-size: 11px;
  width: 97%;
}
#content .rub img {
  margin: 10px;
}
#content .rub ul {
  margin: 0px;
  padding: 17px;
  list-style-image: url(../img/puce_rub.gif);
}
* html #content .rub ul {
  list-style-image: url(../img/puce_rub2.gif);
}
#content .rub li {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 11px;
  color: black;
}
#content .zoom ul {
  margin: 0px;
  padding: 17px;
}
#content .zoom li {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 11px;
  color: black;
}
#content #only {
  width: 955px;
}
#content #only .rub {
  width: 900px;
  margin: 0px;
  margin-left: 28px;
  font-family: Verdana;
  font-size: 11px;
  color: black;
}
#content #only h1 {
  padding-left: 47px;
  background-position: 30px 18px;
}
#content #only .rub .top {
  padding: 10px;
  padding-bottom: 7px;
  color: #FF5900;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../img/rub_top_900.gif);
  background-repeat: no-repeat;
}
#content #only .rub .middle {
  padding: 11px;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  background-image: url(../img/rub_middle_900.gif);
}
#content #only .rub .middle a {
  font-family: Verdana;
  font-size: 11px;
  color: #FF5900;
}
#content #only .rub .bottom {
  background-image: url(../img/rub_bottom_900.gif);
  background-repeat: no-repeat;
}
#content #one {
  width: 750px;
}
#content #one .rub {
  width: 728px;
  margin: 0px;
  margin-left: 17px;
  font-family: Verdana;
  font-size: 11px;
  color: black;
}
#content #one .rub .top {
  padding: 10px;
  padding-bottom: 7px;
  color: #FF5900;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../img/rub_top_728.gif);
  background-repeat: no-repeat;
}
#content #one .rub .middle {
  padding: 11px;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  background-image: url(../img/rub_middle_728.gif);
}
#content #one .rub .middle a {
  font-family: Verdana;
  font-size: 11px;
  color: #FF5900;
}
#content #one .rub .bottom {
  background-image: url(../img/rub_bottom_728.gif);
  background-repeat: no-repeat;
}
#content #one .rub .ref {
  padding: 10px;
  padding-bottom: 7px;
  color: #FF5900;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../img/ref_top.gif);
  background-repeat: no-repeat;
}
#content #one .rub .ref_title {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 7px;
  color: #FF5900;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #FEE1CB;
}
#content #one .ref {
  width: 728px;
  margin: 0px;
  margin-left: 17px;
}
#content #one .ref .top {
  padding-left: 10px;
  padding-top: 7px;
  height: 38px;
  color: white;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../img/ref_top.gif);
  background-repeat: no-repeat;
  vertical-align: top;
}
#content #one .ref .middle {
  padding: 11px;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  background-image: url(../img/ref_middle.gif);
}
* html #content #one .ref .middle {
  padding-top: 5px;
}
#content #one .ref .middle a{
  font-family: Verdana;
  font-size: 11px;
  color: #FF5900;
}
#content #one .ref .bottom {
  height: 8px;
  background-image: url(../img/ref_bottom.gif);
  background-repeat: no-repeat;
}
#content #one .social {
  width: 728px;
  margin: 0px;
  margin-left: 17px;
}
#content #one .social .top {
  padding-left: 10px;
  padding-top: 7px;
  height: 38px;
  color: white;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../img/siege_social.gif);
  background-repeat: no-repeat;
  vertical-align: top;
}
#content #one .social .middle {
  padding: 11px;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  background-image: url(../img/ref_middle.gif);
}
* html #content #one .social .middle {
  padding-top: 5px;
}
#content #one .social .middle a{
  font-family: Verdana;
  font-size: 11px;
  color: #FF5900;
}
#content #one .social .bottom {
  height: 8px;
  background-image: url(../img/ref_bottom.gif);
  background-repeat: no-repeat;
}
#content #two {
  width: 750px;
}
#content #two .rub {
  width: 535px;
  margin: 0 auto 0 auto;
  font-family: Verdana;
  font-size: 11px;
  color: black;
}
#content #two .rub .top {
  padding: 10px;
  padding-bottom: 7px;
  color: #FF5900;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../img/rub_top.gif);
  background-repeat: no-repeat;
}
#content #two .rub .plus {
  padding: 10px;
  padding-bottom: 7px;
  color: #FF5900;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../img/pour_en_savoir_plus.gif);
  background-repeat: no-repeat;
}
#content #two .rub .plus_title {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 7px;
  color: #FF5900;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #FEE1CB;
}
#content #two .rub .middle {
  padding: 11px;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  background-image: url(../img/rub_middle.gif);
}
#content #two .rub .middle a {
  font-family: Verdana;
  font-size: 11px;
  color: #FF5900;
}
#content #two .rub .bottom {
  background-image: url(../img/rub_bottom.gif);
  background-repeat: no-repeat;
}
#content #two .zoom {
  width: 535px;
  margin: 0 auto 0 auto;
}
#content #two .zoom .top {
  padding-left: 10px;
  padding-top: 7px;
  height: 38px;
  color: white;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../img/zoom_top.gif);
  background-repeat: no-repeat;
  vertical-align: top;
}
#content #two .zoom .middle {
  padding: 11px;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  background-image: url(../img/zoom_middle.gif);
}
* html #content #two .zoom .middle {
  padding-top: 5px;
}
#content #two .zoom .middle a{
  font-family: Verdana;
  font-size: 11px;
  color: #FF5900;
}
#content #two .zoom .bottom {
  height: 8px;
  background-image: url(../img/zoom_bottom.gif);
  background-repeat: no-repeat;
}
#content #two .side {
  width: 170px;
  margin: 0 auto 0 auto;
}
#content #two .side h3 {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #0D2F8B;
}
#content #two .side a {
  font-family: Verdana;
  font-size: 10px;
  color: #0D2F8B;
}
#content #two .side .top {
  height: 30px;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  background-image: url(../img/side_top.gif);
  background-repeat: no-repeat;
}
#content #two .side .middle {
  padding: 5px;
  color: black;
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  background-image: url(../img/side_middle.gif);
}
#content #two .side .bottom {
  height: 8px;
  background-image: url(../img/side_bottom.gif);
  background-repeat: no-repeat;
}
#content #one #coord {
  width: 250px;
}
#content #one #coord .top {
  width: 250px;
  height: 35px;
  background-image: url(../img/coordonnees_top.gif);
  background-repeat: no-repeat;
}
#content #one #coord .middle {
  background-color: #FFFAF7;
  background-image: none;
  width: 250px;
}
#content #one #coord a {
  font-family: Verdana;
  font-size: 10px;
  color: #0D2F8B;
}
#org .head {
  width: 400px;
}
#org .head img {
  margin: 0px;
  margin-right: 10px;
  margin-left: 10px;
}
#org .item img {
  margin: 0px;
  margin-right: 10px;
}
#org .item td {
  padding: 10px;
}
#org .head .htop {
  height: 10px;
  background-image: url(../img/org/h1_top.gif);
  background-repeat: no-repeat;
  font-size: 1px;
  padding: 0px;
}
#org .head .hmiddle {
  background-image: url(../img/org/h1_middle.gif);
}
#org .head .hbottom {
  height: 10px;
  background-image: url(../img/org/h1_bottom.gif);
  background-repeat: no-repeat;
  font-size: 1px;
  padding: 0px;
}
#org .separation {
  width: 470px;
  height: 35px;
  background-image: url(../img/org/separation.gif);
  background-repeat: no-repeat;
}
#org .item {
  width: 224px;
}
#org .item .mtop {
  height: 10px;
  background-image: url(../img/org/h2_top.gif);
  background-repeat: no-repeat;
  font-size: 1px;
  padding: 0px;
}
#org .item .mmiddle {
  background-image: url(../img/org/h2_middle.gif);
}
#org .item .mbottom {
  height: 10px;
  background-image: url(../img/org/h2_bottom.gif);
  background-repeat: no-repeat;
  font-size: 1px;
  padding: 0px;
}
#org .item .mtitle {
  width: 224px;
  background-image: url(../img/org/h2_title.gif);
}
#org .item .msep {
  width: 224px;
  height: 13px;
  background-image: url(../img/org/separation2.gif);
  background-repeat: no-repeat;
  font-size: 1px;
  padding: 0px;
}
.dhtmlmenu {
  margin-top: 19px;
  margin-left: 10px;
  position: absolute;
  visibility: hidden;
  display: none;
  background-color: white;
}
.dhtmlmenu a {
  display: block;
  margin-top: 1px;
  padding: 3px 16px 3px 16px;
  font-family: Verdana;
  font-size: 11px;
  color: #5478B8;
  background-color: #FEE2CC;
  background-image: url(../img/puce_item.gif);
  background-repeat: no-repeat;
  background-position: 3px 5px;
  text-decoration: none;
}
.dhtmlmenu a:hover {
  color: #5478B8;
  background-color: #FDA463;
  background-image: url(../img/puce_item_selected.gif);
  background-repeat: no-repeat;
  background-position: 3px 5px;
}


.boxSmall {
height:100%;
width:205px;
}
.boxSmall .top {
background-image:url('https://www.resaplace.com/doc/img/deco/box_orange_small_top.gif');
font-size:0px;
height:5px;
}
.boxSmall .middle {
background-image:url('https://www.resaplace.com/doc/img/deco/box_orange_small_middle.gif');
height:100%;
padding:0pt 7px;
}
.boxSmall .bottom {
background-image:url('https://www.resaplace.com/doc/img/deco/box_orange_small_bottom.gif');
font-size:0px;
height:5px;
}

#boxPark {
  width:303px;
  margin-top:5px;
}
#boxPark .top {
  height:18px;
  padding:12px 10px 7px 50px;
  background-image:url('https://www.resaplace.com/doc/img/deco/box_blue_top.gif');
}
#boxPark .middle {
  padding:12px 10px 7px 25px;
  background-image:url('https://www.resaplace.com/doc/img/deco/box_blue_middle.gif');
  line-height: 18px;
  padding: 5px 12px 2px 15px;
}
#boxPark .bottom {
  height:8px;
  background-image:url('https://www.resaplace.com/doc/img/deco/box_blue_bottom.gif');
}

#news body {
	background-color: #A2B7F2;
	margin-left: 0px;
}
#news td {
   	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #464646;
	text-decoration: none
}
#news .text2 {
   	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none
}
#news .title {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none
}
#news .slogan {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #4689D1;
	text-decoration: none
}
#news .text1 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none
}
#news .cat {
	font-variant: small-caps;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none
}
#news .cat_ {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}
#news .link {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none
}
#news .table {
	background-color: #FFFFFF;
	border: 1px solid #000099;
	margin-top: 5px;
}
#news .table_ {
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #BFFEA4;
	margin-top: 5px;
}

#news .bl {background: url("http://www.effia.fr/doc/newsletter/img/deco_nlex/bl_b.gif") 0 100% no-repeat #AAB0E0; width: 55em}
#news .br {background: url("http://www.effia.fr/doc/newsletter/img/deco_nlex/br_b.gif") 100% 100% no-repeat}
#news .tl {background: url("http://www.effia.fr/doc/newsletter/img/deco_nlex/tl_b.gif") 0 0 no-repeat}
#news .tr {background: url("http://www.effia.fr/doc/newsletter/img/deco_nlex/tr_b.gif") 100% 0 no-repeat; padding:10px}
#news .clear {font-size: 1px; height: 1px}




#espace-emploi-map { width:772px; position:relative; }
#title { margin-top:0px; font-size:55px; left:445px; width:339px; color:rgb(110,130,185); position:absolute; top:-8px; }
#map-bkg {margin-top:48px; border:0px;}

#espace-emploi-content {margin:0; }
#espace-emploi-content p { margin:0 0 10px 0; font-size:12px; }
.selected-title { color:#FF5900;}
.content-title span.puce { color:#FF5900!important; }
.frame {border:0px; z-index:3; width:772px; height:300px; margin-top:20px; }
.frame-bottom-box { text-align: right; margin:0 3px 16px 0; font-size:12px; }
a.link-postuler { text-decoration:none; border:0; }
.postuler { padding: 2px 8px; background-color: rgb(255, 89, 0); color:#fff; font-size:14px; }

/* Styles added on 2009/09/04 by Alexis Eck */
/* The .content-tile & .selected-title styles has been edited. It previously was :
.content-tile { color:#0D2F8B; font-size:20px!important; text-transform:uppercase; cursor:pointer; width:450px;}
.selected-title { color:#FF5900;}
*/
.content-title {
}
#espace-emploi-tabs ul li.selected-tab {
	color: #FFFFFF;
	background-color: #FDA463;
	/*background-color: #FF5900;*/
}
#espace-emploi-tabs ul li.selected-title { 
	color: #FFFFFF;
	background-color: #FDA463;
	/*background-color: #FF5900;*/
}
#espace-emploi-content .join {
	font-weight: bold;
	color: #FF5900;
	margin-left: 10px;
}
#espace-emploi-content .row2 {
	margin-left: 85px;
}
#espace-emploi-content .jobs {
	font-weight: bold;
}
#espace-emploi-tabs {
	min-width: 772px;
	max-width: 772px;
	margin: 0;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#espace-emploi-tabs ul {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	list-style-type: none;
}
#espace-emploi-tabs ul li {
	color: #0D2F8B;
	cursor: pointer;
	background-color: #FEE1CB;
	/*background-color: #FDA463;
	border-bottom: 1px solid #000000;*/
	font-size: 9px;
	font-weight: bold;
}
#topic-1, #topic-2, #topic-3 {
	float: left;
}
#topic-6, #topic-5, #topic-4 {
	float: right;
}
#topic-6, #topic-5 {
	margin-left: 4px;
}
#topic-1, #topic-2 {
	margin-right: 4px;
}
#topic-3 {
	margin-right: 1px;
}
#topic-4 {
	margin-left: 1px;
}
#espace-emploi-tabs ul li span.corner {
  display:block;
  float:left;
  height:24px;
  width:9px;
}

#espace-emploi-tabs ul li .tabs-title {
  float:left;
  height:17px;
  padding:7px 0 0 0;
}
#espace-emploi-tabs ul li:hover {
	color: #FFFFFF;
	background-color: #FDA463;
	/*background-color: #FF5900;*/
}
.contents {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
	font-size: 12px;
	text-align: justify;
}
.container {
	height: 160px;
}
.containers {
	width: 770px;
	display: block;
	float: left;
	border: 1px solid #FAD463;
}
/* End of addition */