/*-------------------------------------------------------------*/
/* Reset
/*-------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  font: 12px 'Open Sans', sans-serif;
  font-weight: 400;
  color: #444;
}

html {
  position: relative;
  -webkit-font-smoothing: antialiased;
}

html, body {
  width: 100%;
  min-height: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
#wrapper {
width: 1023px;
margin: 0 auto;
background: #fff;
position: relative;
padding-top: 80px;

}
ol, ul {
  list-style: none;
}

input, img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
}

textarea, input {
  outline: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  line-height: 1;
}

.clear {
  clear: both;
}

strong {
  font-weight: 700;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.container .grid_1 {
  width: 30px;
}

.container .grid_2 {
  width: 70px;
}

.container .grid_3 {
  width: 110px;
}

.container .grid_4 {
  width: 150px;
}

.container .grid_5 {
  width: 190px;
}

.container .grid_6 {
  width: 230px;
}

.container .grid_7 {
  width: 270px;
}

.container .grid_8 {
  width: 310px;
}

.container .grid_9 {
  width: 350px;
}

.container .grid_10 {
  width: 390px;
}

.container .grid_11 {
  width: 430px;
}

.container .grid_12 {
  width: 470px;
}

.container .grid_13 {
  width: 510px;
}

.container .grid_14 {
  width: 550px;
}

.container .grid_15 {
  width: 590px;
}

.container .grid_16 {
  width: 630px;
}

.container .grid_17 {
  width: 670px;
}

.container .grid_18 {
  width: 710px;
}

.container .grid_19 {
  width: 750px;
}

.container .grid_20 {
  width: 790px;
}

.container .grid_21 {
  width: 830px;
}

.container .grid_22 {
  width: 870px;
}

.container .grid_23 {
  width: 910px;
}

.container .grid_24 {
  width: 950px;
}

.container .prefix_1 {
  padding-left: 40px;
}

.container .prefix_2 {
  padding-left: 80px;
}

.container .prefix_3 {
  padding-left: 120px;
}

.container .prefix_4 {
  padding-left: 160px;
}

.container .prefix_5 {
  padding-left: 200px;
}

.container .prefix_6 {
  padding-left: 240px;
}

.container .prefix_7 {
  padding-left: 280px;
}

.container .prefix_8 {
  padding-left: 320px;
}

.container .prefix_9 {
  padding-left: 360px;
}

.container .suffix_1 {
  padding-right: 40px;
}

.container .suffix_2 {
  padding-right: 80px;
}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/*-------------------------------------------------------------*/
/* General :
/*-------------------------------------------------------------*/
.wrapper {
  width: 1023px;
  margin: 0 auto;
  background: #fff;
}

h2 {
  color: #50aca5;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ededed;
}

.orange_btn {
  display: inline-block;
  padding: 0 23px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8b1e), color-stop(100%, #ff800a));
  background-image: -webkit-linear-gradient(#ff8b1e, #ff800a);
  background-image: -moz-linear-gradient(#ff8b1e, #ff800a);
  background-image: -o-linear-gradient(#ff8b1e, #ff800a);
  background-image: linear-gradient(#ff8b1e, #ff800a);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  color: #fff;
}
.orange_btn.first {
  margin-left: 203px;
}
.orange_btn:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff800a), color-stop(100%, #ff8b1e));
  background-image: -webkit-linear-gradient(#ff800a, #ff8b1e);
  background-image: -moz-linear-gradient(#ff800a, #ff8b1e);
  background-image: -o-linear-gradient(#ff800a, #ff8b1e);
  background-image: linear-gradient(#ff800a, #ff8b1e);
}

.grey_btn {
  display: inline-block;
  padding: 0 23px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(#f3f3f3, #e9e9e9);
  background-image: -moz-linear-gradient(#f3f3f3, #e9e9e9);
  background-image: -o-linear-gradient(#f3f3f3, #e9e9e9);
  background-image: linear-gradient(#f3f3f3, #e9e9e9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
}
.grey_btn:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, #f3f3f3));
  background-image: -webkit-linear-gradient(#e9e9e9, #f3f3f3);
  background-image: -moz-linear-gradient(#e9e9e9, #f3f3f3);
  background-image: -o-linear-gradient(#e9e9e9, #f3f3f3);
  background-image: linear-gradient(#e9e9e9, #f3f3f3);
}

/*-------------------------------------------------------------*/
/* Header
/*-------------------------------------------------------------*/
header {
  height: 80px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #54bab2), color-stop(100%, #3f9c95));
  background-image: -webkit-linear-gradient(#54bab2, #3f9c95);
  background-image: -moz-linear-gradient(#54bab2, #3f9c95);
  background-image: -o-linear-gradient(#54bab2, #3f9c95);
  background-image: linear-gradient(#54bab2, #3f9c95);
  position: fixed;
  top: 0;
  width: 1023px;
  z-index: 999;
}

.logo {
  width: 261px;
  height: 46px;
  background: transparent url('../images/logo.png?1379673285') left top no-repeat;
  display: block;
  float: left;
  margin-top: 12px;
}

#topnav {
  float: right;
  margin: 21px 10px 0 0;
}
#topnav ul {
  /* position: relative; */
}
#topnav ul li.navlv1 {
  float: left;
  height: 42px;
  padding: 0 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#topnav ul li.navlv1 a.nvlvl {
  color: #fff;
  line-height: 42px;
  display: block;
  font-weight: bold;
}
#topnav ul li.navlv1.accueil {
  position: relative;
}
#topnav ul li.navlv1.accueil a {
  width: 25px;
  height: 42px;
  display: block;
  background: transparent url('../images/accueil.png?1368176476') left center no-repeat;
}
#topnav ul li.navlv1.accueil span {
  font-size: 10px;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: -16px;
  left: -40px;
  display: none;
}
#topnav ul li.navlv1.accueil:hover span {
  display: block;
}
#topnav ul li.navlv1:hover {
  background: #fff;
}
#topnav ul li.navlv1:hover a.nvlvl {
  color: #50aca5;
}
#topnav ul li.navlv1:hover .topnav_dd {
  display: block; 
}
#topnav .navlv1:hover .topnav_dd{
	display: block;
	z-index: 999999999;
}
#topnav ul li.navlv1:hover.accueil {
  background: none;
}
#topnav ul li.navlv1.selected {
  background: #fff;
}
#topnav ul li.navlv1.selected a.nvlvl {
  color: #50aca5;
}
#topnav ul li.navlv1.selected.accueil {
  background: none;
}

.topnav_dd {
  position: absolute;
  top: 61px;
  left: -36px;
width: 1023px;
  padding: 10px;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  border: 1px solid #50aca5;
  border-top: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: none;
  z-index: 9999999;
}

.navlv2_wrapper {
  float: left;
  width: 780px;
  overflow: hidden;
}

.navlv2_cnt {
  width: 195px;
  float: left;
}
.navlv2_cnt ul {
  margin: 10px 0;
}
.navlv2_cnt ul li a {
  color: #444;
  display: block;
  margin-left: 3px;
}
.navlv2_cnt ul li a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  background: transparent url('../images/subnav_bg.png?1368442404') left top no-repeat;
  margin-right: 6px;
}

.navlv2_title {
  border-bottom: 1px solid #50aca5;
}

.nav_pub {
  width: 145px;
  height: 150px;
  float: right;
}
.nav_pub img {
  width: 100%;
  height: 100%;
}

.go_login {
  float: right;
  display: block;
  height: 34px;
  line-height: 34px;
  color: #fff;
  border: 1px solid #de6800;
  padding: 0 22px;
  margin-top: 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0px 1px 1px #d16e10;
  -webkit-box-shadow: 0px 1px 1px #35736f;
  -moz-box-shadow: 0px 1px 1px #35736f;
  box-shadow: 0px 1px 1px #35736f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9a3b), color-stop(100%, #ff8008));
  background-image: -webkit-linear-gradient(#ff9a3b, #ff8008);
  background-image: -moz-linear-gradient(#ff9a3b, #ff8008);
  background-image: -o-linear-gradient(#ff9a3b, #ff8008);
  background-image: linear-gradient(#ff9a3b, #ff8008);
}
.go_login:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8008), color-stop(100%, #ff9a3b));
  background-image: -webkit-linear-gradient(#ff8008, #ff9a3b);
  background-image: -moz-linear-gradient(#ff8008, #ff9a3b);
  background-image: -o-linear-gradient(#ff8008, #ff9a3b);
  background-image: linear-gradient(#ff8008, #ff9a3b);
}

/*-------------------------------------------------------------*/
/* content
/*-------------------------------------------------------------*/
.topbar {
  height: 50px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f3f3f3, #eeeeee);
  background-image: -moz-linear-gradient(#f3f3f3, #eeeeee);
  background-image: -o-linear-gradient(#f3f3f3, #eeeeee);
  background-image: linear-gradient(#f3f3f3, #eeeeee);
}

.topbar_cnt {
  height: 50px;
  background: transparent url('../images/topbar_bg.png?1368179696') left center no-repeat;
}

.actus_slider {
  padding: 16px 0;
}

.actus_slide_page {
  width: 11px;
  float: left;
  margin-right: 10px;
}

.asp_pag {
  width: 11px;
  height: 7px;
  display: block;
  background: transparent url('../images/actu_slide_pag.png?1368180404') left top no-repeat;
}

.prev {
  background-position: 0 0;
  margin-bottom: 6px;
}
.prev:hover {
  background-position: -15px 0;
}

.next {
  background-position: 0 -13px;
}
.next:hover {
  background-position: -15px -13px;
}

.search {
  width: 258px;
  float: right;
  padding: 10px 0;
  position: relative;
}
.search input[type="text"] {
  height: 30px;
  width: 231px;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px;
  float: left;
}
.search input[type="submit"] {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 0;
  background: transparent url('../images/search.png?1368182828') 0 0 no-repeat;
}
.search input[type="submit"]:hover {
  background: transparent url('../images/search.png?1368182828') -33px 0 no-repeat;
}
.search:after {
  content: ' ';
  font-size: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.search_filter {
  float: left;
  width: 150px;
  padding: 10px 0;
  margin-left: 10px;
}

.reseaux {
  float: right;
  width: 132px;
  padding: 14px 0;
}

.social {
  float: right;
  display: block;
  margin-left: 12px;
  background: transparent url('../images/social.png?1368183718') left top no-repeat;
}

.facebook {
  width: 11px;
  height: 23px;
  background-position: 0 0;
}
.facebook:hover {
  background-position: 0 -33px;
}

.twitter {
  width: 28px;
  height: 22px;
  background-position: -24px 0;
}
.twitter:hover {
  background-position: -24px -33px;
}

.rss {
  width: 21px;
  height: 22px;
  background-position: -65px 0;
}
.rss:hover {
  background-position: -65px -33px;
}

.content {
  margin-top: 10px;
}

.slider_cnt, .slider_cnt .slider, .slider_cnt .slide {
  height: 240px;
  position: relative;
}

.slide_desc {
  height: 65px;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent url('../images/slide_desc_bg.png?1368192814');
  display: none;
}
.slide_desc a {
  color: #ff8b1e;
  font-size: 21px;
  font-weight: 700;
}
.slide_desc p {
  font-size: 14px;
  font-weight: 300;
}

#slide_pag {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 99;
}
#nav_index {
	height: 31px;
}
#nav_index > a {
	display: block;
	float: left;
	margin-left: 12px;
	margin-top: 13px;
	color: #3f9c95;
	font-weight: bold;
}
#slide_pag a, #nav_index span {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-right: 5px;
  background: transparent url('../images/slider_pag.png?1369035654') -20px 0 no-repeat;
}
#slide_pag a.selected, #nav_index span.selected {
  background: transparent url('../images/slider_pag.png?1369035654') 0 0 no-repeat;
}
#slide_pag a span {
  visibility: hidden;
}

.content_grid {
  margin-top: 26px;
}

.rendez_cnt {
  border-bottom: 1px solid #ededed;
  margin-top: -7px;
  padding-bottom: 0px;
  overflow: hidden;
}
.event_content a {
	font-size: 16px;
	font-weight: 600px;
}
.rendez_cnt div {
  float: right;
}
.rendez_cnt span {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: transparent url('../images/rendez.png?1374852290') left top no-repeat;
  float: left;
  margin-right: 1px;
}

.rendez_btn {
  display: block;
  height: 31px;
  line-height: 31px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #de6800;
  padding: 0 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0px 1px 1px #d16e10;
  -webkit-box-shadow: 0px 1px 1px #cccccc;
  -moz-box-shadow: 0px 1px 1px #cccccc;
  box-shadow: 0px 1px 1px #cccccc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9a3b), color-stop(100%, #ff8008));
  background-image: -webkit-linear-gradient(#ff9a3b, #ff8008);
  background-image: -moz-linear-gradient(#ff9a3b, #ff8008);
  background-image: -o-linear-gradient(#ff9a3b, #ff8008);
  background-image: linear-gradient(#ff9a3b, #ff8008);
}
.rendez_btn:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8008), color-stop(100%, #ff9a3b));
  background-image: -webkit-linear-gradient(#ff8008, #ff9a3b);
  background-image: -moz-linear-gradient(#ff8008, #ff9a3b);
  background-image: -o-linear-gradient(#ff8008, #ff9a3b);
  background-image: linear-gradient(#ff8008, #ff9a3b);
}

.rendez {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  height: 31px;
  line-height: 27px;
  border: 2px solid #ff8b1e;
  text-align: right;
  display: inline-block;
  padding: 0 11px;
}

.h3 {
  width: 110px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #50aca5;
  display: inline-block;
  padding: 0 20px 0 15px;
  position: relative;
  left: -15px;
  margin-top: 10px;
}
.h3 span {
  width: 9px;
  height: 9px;
  display: block;
  background: transparent url('../images/h3_bg.png?1368193392') left top no-repeat;
  position: absolute;
  left: 0;
  bottom: -9px;
}

.article {
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative;
  /* div{
  	overflow: hidden;
  	margin-top: 10px;
  } */
}
.article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.article small {
  font-weight: 300;
  display: block;
}
.article .article_title {
  font-size: 18px;
  padding-right: 20px;
}

.article_actions {
  width: 33px;
  height: 27px;
  background: #f1f1f1;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.article_actions:after {
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -2px;
}

.article_edit, .article_delete {
  width: 21px;
  height: 21px;
  display: block;
  float: left;
  background: transparent url('../images/edit_delete.png?1374841410') no-repeat;
}

.article_edit {
  margin: 3px 6px 0;
  background-position: 0 0;
}
.article_edit:hover {
  background-position: -29px 0;
}

.article_delete {
  margin: 3px 7px 0;
  background-position: 0 -29px;
}
.article_delete:hover {
  background-position: -29px -29px;
}

.article_title {
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.article_thumb {
  float: left;
  width: 200px;
  height: 160px;
  margin-right: 10px;
}
.article_thumb img {
  width: 100%;
  height: 100%;
}

.home_article_ct {
  float: left;
  width: 220px;
  text-align: justify;
  font-size: 14px;
}
.home_article_ct  a {
	font-size: inherit;
}
/* .article_ct{
	margin-left: 200px;
} */
.article_detail {
  overflow: hidden;
  margin-top: 10px;
}


.article_detail p.ad_author {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.article_detail p.ad_function {
  color: #50aca5;
}
.article_detail p.italic {
  font-style: italic;
}
.article_detail p img {
  width: 710px;
}
.article_detail h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.article_detail ol, .article_detail ul {
  margin-bottom: 10px;
}
.article_detail ol li, .article_detail ul li {
  margin-left: 28px;
  font-size: 18px;
}
.article_detail ul {
  list-style: circle;
}
.article_detail ol {
  list-style: decimal;
}
.article_detail em {
  font-style: italic;
  font-size: 18px;
}
.article_detail strong {
  font-weight: bold;
  font-size: 18px;
}
.article_detail a {
  color: #00;
  font-weight: 600;
  text-decoration: underline;
  font-size: inherit;
}
.article_detail a:hover {
  text-decoration: underline;
}
.article_footer a.print {
  width: 76px;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  display: block;
  background: transparent url('../images/print.png?1374851288') left top no-repeat;
  text-indent: 22px;
  font-style: normal;
  color: #444;
  cursor: pointer;
}
.article_footer a.print:hover {
  text-decoration: none;
}
.article_footer a.email {
  width: 108px;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  display: block;
  background: transparent url('../images/email.png?1375805146') left top no-repeat;
  text-indent: 22px;
  font-style: normal;
  color: #444;
  cursor: pointer;
}
.article_footer a.email:hover {
  text-decoration: none;
}
.article_footer a.pdf {
  width: 55px;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  display: block;
  background: transparent url('../images/pdf.png?1379677838') left top no-repeat;
  text-indent: 22px;
  font-style: normal;
  color: #444;
  cursor: pointer;
}
.article_footer a.pdf:hover {
  text-decoration: none;
}
.article_footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.author {
  float: left;
}

.social_network {
  display: inline-block;
  float: right;
}
.social_network:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.social_item {
  float: left;
  margin-right: 10px;
}

.facebook_comments_wrapper {
  margin-top: 20px;
}

.facebook_comments {
  margin-top: 10px;
}

.similar_articles_header {
  color: #50aca5;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  border-bottom: 1px solid #ededed;
}

.similar_article {
  height: 338px;
  background: #f0f0f0;
  padding: 10px;
  position: relative;
}
.similar_article .sa_type {
  font-size: 15px;
  color: #50aca5;
  margin-bottom: 5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  width: 210px;
  text-overflow: ellipsis;
}
.similar_article a {
  width: 210px;
  height: 160px;
  display: block;
  margin-bottom: 8px;
}
.similar_article a img {
  width: 100%;
  height: 100%;
}
.similar_article p {
  margin-bottom: 3px;
}
.similar_article a {
  color: #50aca5;
}

.more {
  display: block;
  font-weight: 600;
  color: #50aca5;
  position: absolute;
  bottom: 12px;
  right: 0;
  font-size: 14px;
}

.content_aside_bloc {
  margin: 55px 0 0 0;
}
.content_aside_bloc a {
  display: block;
  margin-bottom: 10px;
  position: relative;
  height: 101px;
}
.content_aside_bloc a span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 23px;
  left: 10px;
}
.content_aside_bloc a img {
  display: block;
}

.home_info {
  margin-top: 10px;
}

.home_info_ct {
  padding: 10px;
  background: #ededed;
  margin-top: 10px;
}
.home_info_ct:hover {
  background: #aad4d1;
}
.home_info_ct p {
  margin-bottom: 10px;
}
.home_info_ct a {
  font-weight: bold;
}
.home_info_ct span {
  font-style: italic;
}

.min_slider {
  margin-bottom: 5px;
}
.min_slider .slide {
  border: 1px solid #c6c9d4;
  height: 118px;
  float: left;
}
.min_slider .slide img {
  width: 100%;
  height: 100%;
}

/* .min_slider1{
	margin-bottom: 5px;
	.slide{
		height: 113px;
	}
}
.min_slider2{
	.slide{
		height: 122px;
	}
} */
.s_bloc {
  margin-bottom: 10px;
}

.certif {
  border: 1px solid #50aca5;
  height: 90px;
}
.certif p {
  float: left;
  text-align: right;
  margin-left: 8px;
}
.certif p:first-child {
  margin-top: 20px;
}
.certif img {
  float: right;
  margin: -13px 9px 0 0;
}

.espace_pub img {
  width: 100%;
}

.vote {
  background: #f0f0f0;
  padding: 10px 10px 0 10px;
  margin-top: 5px;
}

.vote_form {
  margin-top: 12px;
  position: relative;
}

.vote_percent {
  color: #50aca5;
  text-align: right;
}
.vote_percent span {
  margin-right: 8px;
  font-weight: bold;
}

.vf_bar {
  background: #fff;
  padding: 2px;
}
.vf_bar span {
  display: block;
  background: #50aca5;
  height: 6px;
}

.vote_item {
  overflow: hidden;
  margin-bottom: 5px;
}
.vote_item input[type='radio'] {
  float: left;
}
.vote_item span {
  float: left;
  display: block;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 2px 10px;
  width: 182px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.vote_item input[type='submit'] {
  float: right;
  height: 28px;
  width: 100px;
  background: #f0f0f0;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  cursor: pointer;
}

.vote_close {
  float: right;
  height: 28px;
  width: 100px;
  background: #f0f0f0;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
}

.sobrus_pharma {
  height: 60px;
  background: #f0f0f0 url('../images/sobrus_pharma.png?1368435374') center center no-repeat;
}

.newsletter {
  background: #f0f0f0;
  padding: 10px;
  position: relative;
}
.newsletter a {
  color: #ff8b1e;
  display: block;
}
.newsletter p.news_error {
  color: #f00000;
}
.newsletter p.news_success {
  color: #50aca5;
}

.newsletter_form {
  overflow: hidden;
  margin: 5px 0 10px 0;
}
.newsletter_form input[type="text"] {
  height: 30px;
  width: 182px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  float: left;
  cursor: pointer;
}
.newsletter_form input[type="submit"] {
  height: 30px;
  width: 62px;
  border: 1px solid #399a93;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #50aca5 url('../images/newsletter-mail.png?1368434792') center center no-repeat;
  float: left;
  margin-left: -2px;
  width: 30px;
  height: 30px;
  display: block;
}

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7 url('../images/loader.gif?1373643484') center center no-repeat;
  z-index: 999;
}

.content_cnt {
  margin-top: 15px;
  position: relative;
}

.bloc {
  border: 1px solid #50aca5;
  padding: 10px;
  margin-top: 15px;
  position: relative;
  display: block;
}

.bloc_title {
  display: block;
  font-size: 16px;
  color: #50aca5;
  font-weight: bold;
  margin-bottom: 10px;
}

.bloc_ct {
  font-size: 13px;
  margin-bottom: 10px;
}

.bloc_footer {
  font-size: 13px;
  color: #ff8b1e;
}
.bloc_footer span {
  font-size: 13px;
}
.bloc_footer span.bloc_date {
  color: #50aca5;
  float: right;
}

.small_ann {
  width: 25px;
  height: 21px;
  display: block;
  background: transparent url('../images/small_annonce.png?1368701638') left top no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}

.detail_event {
  border: 1px solid #50aca5;
  margin-bottom: 20px;
  position: relative;
}
.detail_event p {
  padding: 10px;
}
.detail_event p.de_title {
  font-size: 14px;
  font-weight: bold;
  color: #50aca5;
}
.detail_event p.de_txt {
  font-size: 14px;
  font-weight: 600;
}
.detail_event p span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.detail_event p span.small_txt {
  font-size: 12px;
  font-weight: 400;
}
.detail_event p span.de_orange {
  font-size: 12px;
  font-weight: 600;
  color: #ff7f06;
  display: inline;
}

.event_logo {
  display: block;
  height: 80px;
  width: 175px;
  text-align: center;
}
.event_logo span {
  font-size: 19px !important;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #f2f2f2;
  display: block;
}
.event_logo img {
  width: 100%;
}

.detail_annonce {
  border: 1px solid #50aca5;
  margin-bottom: 20px;
  position: relative;
}
.detail_annonce h3 {
  font-size: 24px;
  font-weight: bold;
  color: #50aca5;
  padding: 10px 10px 15px 10px;
}
.detail_annonce p {
  padding: 10px;
}

.big_ann {
  width: 35px;
  height: 29px;
  display: block;
  background: transparent url('../images/big_annonce.png?1368701668') left top no-repeat;
  position: absolute;
  top: -44px;
  right: 10px;
}

.detail_offre {
  background: #f2f2f2;
  padding: 10px;
}
.detail_offre h4 {
  font-size: 14px;
  font-weight: bold;
  color: #ff8b1e;
}
.detail_offre a {
  margin-right: 10px;
}
.detail_offre p {
  padding: 0;
}

.detail_offre_ct {
  padding: 20px 0;
}
.detail_offre_ct p {
  width: 50%;
  float: left;
  padding: 0;
}
.detail_offre_ct p.row {
  float: none;
  width: 100%;
}
.detail_offre_ct p.row strong {
  width: 100px;
}
.detail_offre_ct p strong {
  display: inline-block;
  width: 40%;
}
.detail_offre_ct p span {
  display: inline;
  font-size: 12px;
  font-weight: 400;
}
.detail_offre_ct p a {
  color: #50aca5;
  font-weight: bold;
}
.detail_offre_ct p a:hover {
  text-decoration: underline;
}

.annoce_form, .abus_form {
  margin-top: 20px;
  display: none;
}

.annoce_bloc {
  border: 1px solid #50aca5;
  height: 137px;
  margin-bottom: 10px;
  cursor: pointer;
}
.annoce_bloc:hover {
  background: #f0f0f0;
}

.ab_bg {
  height: 78px;
  margin-bottom: 10px;
}

.ab_emploi {
  background: transparent url('../images/emploi.png?1368707388') center bottom no-repeat;
}

.ab_demande {
  background: transparent url('../images/demande.png?1368707534') center bottom no-repeat;
}

.ab_stage {
  background: transparent url('../images/stage.png?1368707612') center bottom no-repeat;
}

.ab_pharmacie {
  background: transparent url('../images/pharmacie.png?1368707844') center bottom no-repeat;
}

.ab_locaux {
  background: transparent url('../images/locaux.png?1368707866') center bottom no-repeat;
}

.ab_btxt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.ab_stxt {
  color: #ff8b1e;
  text-align: center;
}

.bloc_thumb {
  width: 98px;
  height: 98px;
  display: block;
  float: left;
  margin-right: 10px;
}

.s_emploi {
  background: #f1f1f1 url('../images/emploi.png?1368707388') center center no-repeat;
}

.s_demande {
  background: #f1f1f1 url('../images/demande.png?1368707534') center center no-repeat;
}

.s_stage {
  background: #f1f1f1 url('../images/stage.png?1368707612') center center no-repeat;
}

.s_pharmacie {
  background: #f1f1f1 url('../images/pharmacie.png?1368707844') center center no-repeat;
}

.s_locaux {
  background: #f1f1f1 url('../images/locaux.png?1368707866') center center no-repeat;
}

.bloc_rct {
  float: left;
  width: 580px;
  padding: 10px 0;
}

.search_annonce {
  padding: 10px;
  background: #eee;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.search_annonce h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.search_annuaire {
  padding: 10px;
  background: #50aca5 url('../images/search_annuaire_bg.png?1369819442') right bottom no-repeat;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.search_annuaire h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.search_annuaire label {
  color: #fff;
}

.annonce_liste {
  margin-top: 10px;
  width: 100%;
}
.annonce_liste tr {
  border: 1px solid #f1f1f1;
}
.annonce_liste tr th, .annonce_liste tr td {
  padding: 0 10px;
}
.annonce_liste thead tr th {
  height: 40px;
  background: #f1f1f1;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}
.annonce_liste tbody tr td {
  height: 38px;
  font-size: 14px;
}
.annonce_liste tbody tr td.status {
  color: #50aca5;
}

.taction {
  display: inline-block;
  background: transparent url('../images/taction.png?1369832164') left top no-repeat;
  margin: 0 5px;
}

.tedit {
  width: 17px;
  height: 16px;
  background-position: 0 0;
}
.tedit:hover {
  background-position: 0 -19px;
}

.tdelete {
  width: 13px;
  height: 16px;
  background-position: -33px 0;
}
.tdelete:hover {
  background-position: -33px -19px;
}

.small_annuaire {
  width: 33px;
  height: 27px;
  display: block;
  background: transparent url('../images/small_annuaire.png?1369819512') left top no-repeat;
  position: absolute;
  top: -44px;
  right: 10px;
}

.big_annuaire {
  width: 53px;
  height: 45px;
  display: block;
  background: transparent url('../images/big_annuaire.png?1369819836') left top no-repeat;
  position: absolute;
  top: 2px;
  right: 10px;
}

.detail_annuaire {
  border: 1px solid #50aca5;
  margin-bottom: 2px;
  position: relative;
}
.detail_annuaire h3 {
  font-size: 24px;
  font-weight: bold;
  color: #50aca5;
  padding: 10px 10px 15px 10px;
}
.detail_annuaire p {
  padding: 0 10px;
}

.dau_detail {
  margin-bottom: 10px;
}
.dau_detail p {
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
.dau_detail p span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 72px;
}

.da_detail {
  margin-bottom: 10px;
}
.da_detail p {
  font-size: 13px;
  padding: 0 10px;
}
.da_detail p span {
  font-size: 13px;
  display: inline-block;
  width: 72px;
}

.da_bloc {
  background: #f2f2f2;
  padding: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.da_bloc em {
  display: block;
  width: 166px;
  height: 166px;
  line-height: 166px;
  background: #fff;
  text-align: center;
  float: left;
}
.da_bloc em img {
  vertical-align: middle;
  width: 100%;
height: 100%;
}

.dab_ct {
  width: 260px;
  float: left;
  padding: 0 20px;
}
.dab_ct h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dab_ct h4.orange_h {
  color: #ff7f06;
}
.dab_ct h4.green_h {
  color: #50aca5;
}
.dab_ct ul {
  margin-bottom: 10px;
}
.dab_ct ul li {
  font-weight: 600;
}

.dab_sp {
  list-style-image: url('../images/li.png?1369823824');
  margin-left: 23px;
}

.da_map {
  border: 1px solid #50aca5;
  height: 310px;
  position: relative;
}
.da_map > iframe {
	width: 710px;
	height: 310px;
}
.da_map hr {
  width: 288px;
  height: 20px;
  border: none;
  background: #50aca5;
  margin: 0;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -144px;
  z-index: 9999999;
}

.gallery_filter {
  position: relative;
  padding-top: 10px;
}
.gallery_filter .select_ovrd {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

.gallery_filter_links {
  position: absolute;
  top: 14px;
  right: 0;
}
.gallery_filter_links a {
  color: #50aca5;
  font-weight: bold;
}
.gallery_filter_links a:hover {
  text-decoration: underline;
}

.gallerie_bloc {
  margin-top: 10px;
  border: 1px solid #50aca5;
  position: relative;
}

.gb_ct {
  padding: 10px;
}
.gb_ct:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.gb_ct.cup {
  cursor: pointer;
}

.gellerie_ico {
  width: 51px;
  height: 33px;
  display: block;
  background: transparent url('../images/gallerie.png?1368714480') left top no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}

.video_ico {
  width: 45px;
  height: 32px;
  display: block;
  background: transparent url('../images/video_ico.png?1374851924') left top no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}
.audio_ico {
width: 45px;
  height: 32px;
  display: block;
  background: transparent url('../images/big_annonce.png?1374851927') left top no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}

.gallerie_items {
  background: #f0f0f0;
  padding: 10px 0;
  position: relative;
  margin-top: 40px;
  display: none;
}
.gallerie_items > div {
	overflow: hidden;
}
.gi_close {
  display: block;
  width: 81px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #50aca5;
  position: absolute;
  top: -28px;
  right: 24px;
  cursor: pointer;
}

.gallerie_item {
  width: 225px;
  height: 325px;
  float: left;
  margin: 0 5px 10px;
  position: relative;
  border: 1px dashed yellow;
}
.gallerie_item a {
  display: block;
  width: 100%;
  height: 300px;
}
.gallerie_item a span {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  background: #50aca5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  visibility: hidden;
  z-index: 9999;
}
.gallerie_item a img {
  width: 100%;
}
.gallerie_item a:hover span {
  visibility: visible;
}

.gallerie_other_media {
  margin: 0 3px;
}

.gallerie_item_title {
  display: block;
  text-align: center;
  font-weight: 600;
}

.addr_utile p {
  padding: 0 10px;
}
.addr_utile > iframe {
	margin: 0 auto;
	display: block;
}
.addr_utile p.au_addr {
  font-weight: bold;
}
.addr_utile p.au_addr a {
  font-weight: bold;
  color: #ff8818;
}

.addr_utile_logo {
  width: 69px;
  height: 69px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.addr_utile_logo img {
  width: 100%;
  height: 100%;
}
.addr_utile_logo span {
  width: 69px;
  height: 69px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  line-height: 69px;
  display: block;
  text-align: center;
  background: #50aca5;
}

.addr_utile_name {
  font-size: 24px;
  font-weight: bold;
  color: #50aca5;
  float: left;
  line-height: 69px;
}

.calendar_cnt {
  margin-bottom: 15px;
}

.calendar_action a {
  float: left;
}

.calendar_filter {
  float: right;
  width: 190px;
}
.calendar_filter label {
  font-size: 16px;
  display: inline-block;
  width: 40px;
  float: left;
  margin-top: 5px;
}
.calendar_filter .select_ovrd {
  margin-left: 40px;
  width: 188px;
}

.calendar_tabe {
  width: 100%;
  border-top: 1px solid #50aca5;
  border-left: 1px solid #50aca5;
  margin-top: 8px;
}
.calendar_tabe thead tr {
  border-right: 1px solid #50aca5;
}
.calendar_tabe thead tr td {
  height: 33px;
  background: #f0f0f0;
}
.calendar_tabe thead tr td div {
  width: 231px;
  position: relative;
  margin: 0 auto;
}
.calendar_tabe thead tr td div p {
  text-align: center;
  font-size: 16px;
  position: relative;
  margin-left: 9px;
}
.calendar_tabe thead tr td div p strong {
  font-size: 16px;
}
.event_content_nav > a > span {
  width: 7px;
  height: 14px;
  background: transparent url('../images/table_arrow.png?1368782338') no-repeat;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -7px;
}
.event_content_nav > a > span.tarr_left {
  background-position: 0 0;
  left: 0;
}
.event_content_nav > a > span.tarr_right {
  background-position: -14px 0;
  right: 0;
}
.calendar_tabe thead tr th {
  background: #50aca5;
  color: #fff;
  height: 30px;
  font-size: 16px;
  width: 98px;
}
.calendar_tabe tbody tr td {
  border-bottom: 1px solid #50aca5;
  border-right: 1px solid #50aca5;
  height: 99px;
}
.calendar_tabe tbody tr td .td {
  width: 100%;
  height: 100%;
  position: relative;
}
.calendar_tabe tbody tr td .td span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #50aca5;
}

.calendar_datepicker {
  width: 21px;
  height: 20px;
  display: inline-block;
  background: transparent url('../images/date.png?1372862154') left top no-repeat;
  margin-bottom: -3px;
}
.title_bloc {
	color: #50aca5;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
}

.event_type_color {
  overflow: hidden;
	margin-top: 20px;
}
.event_type_color span {
  float: left;
  margin-right: 15px;
  padding-left: 16px;
  position: relative;
}
.event_type_color span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0;
}
.event_type_color span.event_color:before {
  background: #ff8009;
}
.event_type_color span.conference_color:before {
  background: #8b26ea;
}
.event_type_color span.roundtable_color:before {
  background: #EEEEAD;
}
.event_type_color span.day_color:before {
  background: #5a74a8;
}
.event_type_color span.congress_color:before {
  background: #fcb27a;
}
.event_type_color span.formation_color:before {
  background: #f57b67;
}
.event_type_color span.other_color:before {
  background: #3f9c95;
}

.event_type_color span.living_room_color:before {
  background: #a74519;
}

.event_type_color span.colloque_color:before {
  background: #c3c1a0;
}

.event_type_color span.symposium_color:before {
  background: #22ecd2;
}

.t_event {
  display: block;
  width: 94px;
  height: 20px;
  line-height: 20px;
  margin-top: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
  padding: 0 2px;
  position: absolute;
  left: 3px;
  right: 0;
  z-index: 99;
}
.t_event:hover {
  /* .t_event_detail{
  	display: block;
  } */
}
.t_event.te_orange {
  background: #ff8b1e;
}
.t_event.te_magenta {
  background: #8b26ea;
}

.t_event_detail {
  width: 200px;
  min-height: 100px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 3px 1px #ededed;
  -moz-box-shadow: 0 0 3px 1px #ededed;
  box-shadow: 0 0 3px 1px #ededed;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 999;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: visible !important;
  display: none;
}
.t_event_detail span {
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: -7px;
  background: transparent url('../images/event_arr.png?1368785414') left top no-repeat;
}

.t_event_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.t_event_link {
  font-size: 11px;
  font-weight: bold;
  color: #50aca5;
  display: block;
  text-align: right;
}

.t_event_ct {
  font-size: 11px;
}

.t_event_orng {
  color: #ff8b1e;
  margin-top: 10px;
}

.t_event_green {
  color: #50aca5;
}

.forgot_pass_cnt {
  margin-top: 10px;
}
.forgot_pass_cnt p {
  font-weight: 600;
  margin-bottom: 10px;
}

.forgot_form {
  background: #f1f1f1;
  padding: 15px;
}
.forgot_form div {
  margin-bottom: 10px;
}
.forgot_form .submit {
  margin: 0;
}

.pagination {
  text-align: center;
  overflow: hidden;
}
.pagination li {
  display: inline-block;
  margin-top: 20px;
}
.pagination li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #50aca5;
}
.pagination li:hover a {
  background: #ededed;
  color: #444;
}
.pagination li.active {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #ededed;
  font-weight: 600;
}

/*-------------------------------------------------------------*/
/* Form
/*-------------------------------------------------------------*/
.input {
  width: 320px;
  font: 12px 'Open Sans', sans-serif;
  background: white;
  border: 1px solid #ddd;
  height: 28px;
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding-right: 24px;
  position: relative;
}
.input input {
  width: 100%;
  margin-top: 4px;
}

.date {
  width: 21px;
  height: 20px;
  display: block;
  background: transparent url('../images/date.png?1372862154') left top no-repeat;
  position: absolute;
  right: 1px;
  top: 3px;
}
.date.event_ico {
  top: -39px;
  right: 10px;
}

.input_text {
  width: 320px;
  font: 12px 'Open Sans', sans-serif;
  background: white;
  border: 1px solid #ddd;
  height: 28px;
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.textarea {
  width: 320px;
  font: 12px 'Open Sans', sans-serif;
  background: white;
  border: 1px solid #ddd;
  height: 28px;
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 100px;
}
.textarea.inline {
  width: 520px;
}

.input_login {
  width: 320px;
  font: 12px 'Open Sans', sans-serif;
  background: white;
  border: 1px solid #ddd;
  height: 28px;
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 170px;
}

.form {
  margin-top: 10px;
  position: relative;
}

.form_title {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  position: relative;
}
.form_title span {
  width: 60px;
  height: 28px;
  display: block;
  background: white url('../images/message_ico.png?1371552024') center center no-repeat;
  position: absolute;
  right: 0;
  top: -26px;
}

.contact_infos {
  width: 243px;
  background: #fff;
  border-top: 6px solid #50aca5;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-box-shadow: 0 0 7px 0 #dedede;
  -moz-box-shadow: 0 0 7px 0 #dedede;
  box-shadow: 0 0 7px 0 #dedede;
}
.contact_infos p {
  font-size: 14px;
  font-weight: 600;
}
.contact_infos p strong {
  font-size: 14px;
}

.form_row {
  margin-bottom: 10px;
}
.form_row.centered {
  text-align: center;
}
.form_row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form_row label {
  display: inline-block;
  width: 200px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  float: left;
}
.form_row label.contact_label {
  width: 90px;
}
.form_row label.inline {
  width: 100%;
  display: block;
}

.form_error {
  font-size: 10px;
  color: #f00000;
  padding-left: 203px;
}
.form_error.cntact {
  padding-left: 93px;
}

.na_sep {
  width: 103px;
  height: 1px;
  background: #eaeaea;
  margin: 0 auto;
  margin-bottom: 5px;
}

.new_account {
  color: #50aca5;
  text-align: center;
  display: block;
}

.sr_inline {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
}

.radio_overided div {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  float: left;
}

.radio_overided span {
  padding-top: 6px;
  float: left;
}

.radio_notselected {
  background: transparent url('../images/radio.png?1368447346') -29px 0 no-repeat;
}

.radio_selected {
  background: transparent url('../images/radio.png?1368447346') 0 0 no-repeat;
}

.radio_overided input[type="radio"] {
  width: 18px;
  height: 18px;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

/* .checkbox_overided, .radio_overided {
	cursor: pointer;
} */
.checkbox_overided div {
  width: 20px;
  height: 20px;
  padding: 2px;
  float: left;
  margin-right: 10px;
}

.checkbox_overided span {
  padding-top: 1px;
  float: left;
}

.checkbox_selected {
  background: transparent url('../images/checkbox.png?1368695558') 0 0 no-repeat;
}

.checkbox_notselected {
  background: transparent url('../images/checkbox.png?1368695558') -29px 0 no-repeat;
}

.checkbox_overided input[type="checkbox"] {
  width: 21px;
  height: 20px;
  opacity: 0;
  margin: -1px 0 0 -1px;
}

.acu {
  color: #ff8b1e;
}
.acu:hover {
  text-decoration: underline;
}

.select_cnt {
  display: inline-block;
  width: 320px;
}

.dn_cnt {
  display: inline-block;
  width: 93px;
  margin-right: 10px;
}

.select_ovrd_form {
  width: 100%;
  height: 30px;
  border: 1px solid #ddd;
  border-right: 0;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.select_ovrd_form.disabled {
  -webkit-box-shadow: inset 0 0 30px 4px #ebebeb;
  -moz-box-shadow: inset 0 0 30px 4px #ebebeb;
  box-shadow: inset 0 0 30px 4px #ebebeb;
}

.select_ovrd_form .select_txt {
  height: 30px;
  width: 100%;
  text-align: left;
  line-height: 30px;
  padding-left: 10px;
}

.select_ovrd_form span.select_arrow {
  width: 30px;
  height: 30px;
  background: transparent url('../images/select.png?1368692602') left top no-repeat;
  display: block;
  position: absolute;
  top: -1px;
  right: -0px;
}

.select_ovrd_form > select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: -2px;
  left: -1px;
  width: 100%;
  height: 30px;
  opacity: 0;
}

.upload {
  height: 28px;
  background: #f6f6f6;
  width: 320px;
  position: relative;
  display: inline-block;
}
.upload span.upld_btn {
  display: block;
  height: 29px;
  line-height: 29px;
  border: 1px solid #3f9c95;
  text-align: center;
  color: #fff;
  width: 130px;
  cursor: pointer;
  position: absolute;
  top: -1px;
  left: 0;
  background: #50aca5;
}
.upload span.upld_txt {
  line-height: 28px;
  font-size: 10px;
  color: #9b9b9b;
  position: absolute;
  left: 135px;
}

input[type="file"] {
  opacity: 0;
  position: absolute;
  top: -1000px;
}

.form_message {
  width: 400px;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  z-index: 99999999;
}
.form_message p {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.form_message p img {
  margin-right: 5px;
  vertical-align: middle;
}
.form_message.fm_succes {
  background: #f7f7f7;
  border-top: 3px solid #50aca5;
}
.form_message.fm_error {
  background: #f7f7f7;
  border-top: 3px solid #f00000;
}

.submit {
  height: 30px;
  border: 1px solid #d3d3d3;
  padding: 0 25px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(#f3f3f3, #e9e9e9);
  background-image: -moz-linear-gradient(#f3f3f3, #e9e9e9);
  background-image: -o-linear-gradient(#f3f3f3, #e9e9e9);
  background-image: linear-gradient(#f3f3f3, #e9e9e9);
  margin-left: 203px;
  cursor: pointer;
}
.submit:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, #f3f3f3));
  background-image: -webkit-linear-gradient(#e9e9e9, #f3f3f3);
  background-image: -moz-linear-gradient(#e9e9e9, #f3f3f3);
  background-image: -o-linear-gradient(#e9e9e9, #f3f3f3);
  background-image: linear-gradient(#e9e9e9, #f3f3f3);
}
.submit.orange {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8b1e), color-stop(100%, #ff800a));
  background-image: -webkit-linear-gradient(#ff8b1e, #ff800a);
  background-image: -moz-linear-gradient(#ff8b1e, #ff800a);
  background-image: -o-linear-gradient(#ff8b1e, #ff800a);
  background-image: linear-gradient(#ff8b1e, #ff800a);
  color: #fff;
}
.submit.orange:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff800a), color-stop(100%, #ff8b1e));
  background-image: -webkit-linear-gradient(#ff800a, #ff8b1e);
  background-image: -moz-linear-gradient(#ff800a, #ff8b1e);
  background-image: -o-linear-gradient(#ff800a, #ff8b1e);
  background-image: linear-gradient(#ff800a, #ff8b1e);
}

.orange_submit {
  height: 30px;
  border: 1px solid #de6800;
  padding: 0 25px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-left: 200px;
  cursor: pointer;
  color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9a3b), color-stop(100%, #ff8008));
  background-image: -webkit-linear-gradient(#ff9a3b, #ff8008);
  background-image: -moz-linear-gradient(#ff9a3b, #ff8008);
  background-image: -o-linear-gradient(#ff9a3b, #ff8008);
  background-image: linear-gradient(#ff9a3b, #ff8008);
}
.orange_submit:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8008), color-stop(100%, #ff9a3b));
  background-image: -webkit-linear-gradient(#ff8008, #ff9a3b);
  background-image: -moz-linear-gradient(#ff8008, #ff9a3b);
  background-image: -o-linear-gradient(#ff8008, #ff9a3b);
  background-image: linear-gradient(#ff8008, #ff9a3b);
}
.orange_submit.contact {
  margin-left: 90px;
}

.login_form_cnt {
  width: 193px;
  border: 1px solid #50aca5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 56px;
  right: 5px;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 5px 0 #dadada;
  -moz-box-shadow: 0 0 5px 0 #dadada;
  box-shadow: 0 0 5px 0 #dadada;
  display: none;
}

.login_form {
  padding: 10px;
}

.login_error {
  font-size: 10px;
  color: #f00000;
  margin-bottom: 10px;
}

.login_submit {
  height: 30px;
  border: 1px solid #1fa096;
  padding: 0 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #50aca5), color-stop(100%, #4a9e98));
  background-image: -webkit-linear-gradient(#50aca5, #4a9e98);
  background-image: -moz-linear-gradient(#50aca5, #4a9e98);
  background-image: -o-linear-gradient(#50aca5, #4a9e98);
  background-image: linear-gradient(#50aca5, #4a9e98);
  cursor: pointer;
}
.login_submit:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a9e98), color-stop(100%, #50aca5));
  background-image: -webkit-linear-gradient(#4a9e98, #50aca5);
  background-image: -moz-linear-gradient(#4a9e98, #50aca5);
  background-image: -o-linear-gradient(#4a9e98, #50aca5);
  background-image: linear-gradient(#4a9e98, #50aca5);
}

.login_sep {
  border: none;
  background: #eaeaea;
  height: 1px;
  width: 184px;
  margin: 0 auto;
}

.login_f {
  padding: 10px;
  text-align: center;
  background: #f6f6f6;
}
.login_f a {
  color: #c7c7c7;
}

.logout_cnt {
  padding: 5px 5px 0 5px;
}
.logout_cnt a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  background: #ededed;
  margin-bottom: 5px;
  padding: 0 5px;
}
.logout_cnt a:hover {
  color: #50aca5;
}
.logout_cnt a.logout {
  color: #ed0000;
}

.search_result {
  padding: 12px 18px;
  background: #f1f1f1 url('../images/search_result_bg.png?1369922298') right bottom no-repeat;
  min-height: 174px;
}
.search_result p {
  font-weight: 600;
  margin-bottom: 45px;
}
.search_result p span {
  color: #50aca5;
}
.search_result h3 {
  font-size: 14px;
  font-weight: 600;
}
.search_result li {
  font-weight: 300;
}

.to_top {
  line-height: 64px;
  font-weight: 600;
  position: fixed;
  right: 37px;
  bottom: 70px;
  color: #50aca5;
  padding-right: 73px;
  background: transparent url('../images/to_top.png?1375804416') right top no-repeat;
  cursor: pointer;
}

/*-------------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------------*/
.footer_top {
  background: #2f2f2f;
  margin-top: 20px;
  overflow: hidden;
}

.ft_cnt {
  padding: 30px 0;
  overflow: hidden;
}

.fm_items {
  float: left;
  width: 170px;
  color: #fff;
  border-left: 1px solid #50aca5;
  padding: 0 5px;
  font-size: 11px;
  font-weight: bold;
}

.fm_items_ttl {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.footer_menu {
  margin-top: 5px;
}
.footer_menu li a {
  color: #fff;
  font-size: 11px;
}

.last_update {
  color: #ff8b1e;
  line-height: 15px;
}
.last_update.day {
  font-size: 21px;
  font-weight: bold;
}
.last_update.month {
  font-size: 16px;
  font-weight: 600;
}
.last_update.year {
  font-size: 18px;
  font-weight: bold;
}

.footer_social_cnt {
  width: 262px;
  float: right;
}

.footer_social {
  margin-top: 18px;
}
.footer_social span {
  float: left;
  color: #fff;
}
.footer_social .fs {
  float: left;
  background: transparent url('../images/footer_social.png?1368438146') left top no-repeat;
  margin-left: 10px;
}
.footer_social .twitter {
  width: 22px;
  height: 18px;
  background-position: 0 0;
}
.footer_social .vimeo {
  width: 17px;
  height: 18px;
  background-position: -35px 0;
}
.footer_social .facebook {
  width: 9px;
  height: 18px;
  background-position: -71px 0;
}
.footer_social .youtube {
  width: 17px;
  height: 18px;
  background-position: -100px 0;
}
.footer_social .skype {
  width: 19px;
  height: 18px;
  background-position: -131px 0;
}

.footer_logo {
  width: 261px;
  height: 48px;
  background: transparent url('../images/footer_logo.png?1379673467') left top no-repeat;
}

#footernav {
  overflow: hidden;
  margin-bottom: 20px;
}
#footernav ul li {
  float: left;
  margin: 0 17px 0 0;
}
#footernav ul li a {
  color: #fff;
  font-weight: 300;
}
#footernav ul li a:hover {
  color: #ff7f06;
}

.created_by {
  float: right;
  font-size: 11px;
  font-weight: 300;
  line-height: 33px;
}
.created_by a {
  color: #5bb0e2;
  font-weight: 400;
  padding-left: 18px;
  margin-left: 4px;
  display: inline-block;
  position: relative;
}
.created_by a:after {
  content: '';
  display: block;
  width: 15px;
  height: 17px;
  background: transparent url('../images/sobrus.png?1374918104') left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.copyright {
  height: 33px;
  line-height: 33px;
  font-size: 11px;
  font-weight: 300;
  text-align: left;
}

.page_404_wrraper {
  width: 100%;
  height: 100%;
  background: #fff;
}

.page_404 {
  text-align: center;
  width: 286px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -143px;
}
.page_404 p {
  margin: 30px 0;
}

/*-------------------------------------------------------------*/
/* Compatibility
/*-------------------------------------------------------------*/
.compatible_wrraper {
  min-height: 100%;
  background: #f4f4f4 url('../images/compatible_bg.png?1373891396') center 23px no-repeat;
}

.compatible_header {
  padding: 240px 0 0 0;
}
.compatible_header p {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #50aca5;
  text-transform: uppercase;
}

.compatible_download {
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.browsers_bloc {
  overflow: hidden;
  width: 668px;
  margin: 0 auto;
}

.btn_green {
  display: inline-block;
  width: 100%;
  padding: 0 22px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #50aca5;
}

.browser_bloc {
  width: 152px;
  float: left;
  margin: 0 7px;
}
.browser_bloc .btn_green {
  visibility: hidden;
}
.browser_bloc:hover .browser_info {
  border: 3px solid #50aca5;
}
.browser_bloc:hover .btn_green {
  visibility: visible;
}

.browser_info {
  width: 152px;
  height: 152px;
  background: #fff;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  border: 3px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.browser_info img {
  margin: 16px;
}

.browser_txt {
  width: 152px;
  position: absolute;
  left: 0;
  top: 104px;
}
.browser_txt p {
  font-size: 14px;
  font-weight: 700;
}
.login_form_cnt .input {
	width: initial;
}
.no_result {
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
}
.type_handler {
	position: absolute;
	right: 5px;
	bottom : 5px;
}
.type_handler a {
	float: left;
	margin: 0 5px;
	color:#50aca5;
	font-size: 13px;
	font-weight: bold;
}
.type_handler a:hover {
	text-decoration: underline;
}
.type_handler img {
	width: 16px;
	height: 15px;
}
div.type_handler span {
	cursor: pointer;
	float: left;
	margin: 0 3px;
	position: static;
}
.event_content_wrapper {
	padding: 30px 0 10px 0;
}
.event_content_nav {
	margin: 30px auto 0 auto;
	text-align: center;
	width: 200px;
	position: relative;
}
.head_event_box {
	padding: 2px 15px;
	margin-bottom:5px;
	background: #f3f3f3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-top: -1px;
}
.event_box_color, .conference_box_color, .other_box_color, .roundtable_box_color, .day_box_color, .congress_box_color, .formation_box_color, .living_room_box_color, .colloque_box_color, .symposium_box_color {
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	width: 15px;
	height: 15px;
	margin-top: 5px;
}
.roundtable_box_color {
	background: #EEEEAD;
}
.day_box_color {
	background: #5a74a8;
}
.congress_box_color {
	background: #fcb27a;
}
.formation_box_color {
	background: #f57b67;
}
.event_box_color {
	background: #ff8009;
}
.other_box_color {
	background: #3f9c95;
}
.conference_box_color {
	background: #8b26ea;
}

.living_room_box_color {
	background: #a74519;
}

.colloque_box_color {
	background: #c3c1a0;
}

.symposium_box_color {
	background: #22ecd2;
}
.event_content_item {
	padding: 5px 0;
	margin: 0 5px;
	overflow: hidden;
	border-bottom : 1px dashed #343434;
}
.event_content {
	float: left;
}
.rand_orange {
	display: block;
	width: 15px;
	height: 15px;
	background: #ff8008;
	float: left;
	margin-right: 5px;
	border-radius: 7px;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: center;
}
.popup > span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.5;
}
.popup > div {
	display: inline-block;
	width: 650px;
	height: 600px;
	margin-top: 4%;
	background: #fff;
	position: relative;
}
.new-tag {
	background: url(../images/pharm-new.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 97px;
	height: 102px;
}
.close-popup {
	background: url(../images/close-popup.png) no-repeat;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 11px;
	right: 17px;
}
.popup-title {
	margin: 36px 0 45px 0;
}
.popup-title > span{
	font-size: 30px;
}
.dom-name {
	color: #50aca5;
}
.dom-suffx {
	color: #ff8512;
}
.dom-version {
	margin-left: 8px;
	color: #525555;
}
.pharm-img {
	
}
.pharm-sc {
	width: 400px;
	display: inline-block;
}
.pharm-sc > span {
	color: #525555;
	font-size: 14px;
	width: 280px;
	float: left;
}
.pharm-sc > div {
	float: right;
}
.pharm-btns {
	width: 525px;
	margin: 80px auto 0 auto;
}
.pharm-sc {
	margin-top: 38px;
}
.pharm-btns > a {
	display: inline-block;
	width: 206px;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	color: #fff;
	font-size: 18px;
}
.quick-links {
	padding-left: 19px;
}
#ql-newsletters {
	background: url(../images/newsletter-icon.png) no-repeat left center;
}
#ql-ads {
	background: url(../images/ql-ad.png) no-repeat left center;
}
#ql-photos {
	background: url(../images/photo-icon-quick.png) no-repeat left center;
}
