@charset "utf-8";
/* CSS Document */

html, body {
  	height: 100%;
}

*, html, body {
	margin:0 auto;
	padding:0;
}

body {
	font-family:'DinRegular', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#1e1f1f;
	line-height:25px;
	text-align:justify;
}

a, a:hover {text-decoration:none;}
li {list-style:none;}
img {border:0;}

p {
	font-family:'DinRegular', Arial, Helvetica, sans-serif;
	text-align:justify; 
	font-size:25px;
	color:#1e1f1f;
}

/* Style global */
.container {
  width: 970px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.font-color{
	color: #c80979 !important;
}
/* End Style global */

/* Fullscreen */

#welcome {
  	position: relative;
}

#welcome .container {
	position: relative; 
	margin: 0 auto; 
	padding: 0;
	width:100%;
  	height: 100%;
  	z-index: 600;
}

#welcome .slider-container {
	position:relative;
	width:100%;
}

#welcome .description {
	position: relative;
	width:100%;
	height:100%;
	top:0;
}

/* Supersized */

#supersized {  
	display:block; 
	position:fixed; 
	left:0; 
	top:0; 
	overflow:hidden; 
	z-index:-999; 
	height:100%; 
	width:100%; 
}

#supersized-loader { 
	position:absolute; 
	top:50%; 
	left:50%; 
	z-index:0; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	background:url(../img/supersized/progress.gif) no-repeat center center;
}
	
#supersized img { 
	width:auto; 
	height:auto; 
	position:relative; 
	display:none; 
	outline:none; 
	border:none; 
}

#supersized.speed img { 
	-ms-interpolation-mode:nearest-neighbor; 
	image-rendering:-moz-crisp-edges; 
}	

#supersized.quality img { 
	-ms-interpolation-mode:bicubic; 
	image-rendering: optimizeQuality; 
}			

#supersized li { 
	display:block; 
	list-style:none; 
	z-index:-30; 
	position:fixed; 
	overflow:hidden; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#000; 
}

#supersized a { 
	width:100%; 
	height:100%; 
	display:block; 
}

#supersized li.prevslide { 
	z-index:-20; 
}
	
#supersized li.activeslide { 
	z-index:-10; 
}

#supersized li.image-loading { 
	background:#000 url(../fullscreen/img/progress.gif) no-repeat center center; 
	width:100%; 
	height:100%; 
}

#supersized li.image-loading img { 
	visibility:hidden; 
}

#supersized li.prevslide img, #supersized li.activeslide img { 
	display:inline; 
}

.nav-slide { 
	position:absolute; 
	height: 102px; 
	width: 88px;
	top:50%; 
	bottom:0;
	opacity:0;
	cursor: pointer;
}

.page #prevslide, .page #nextslide { 
	opacity: 1;
}

#prevslide { 
	left:35px; 
	background:url(../fullscreen/img/back.png); 
}

#nextslide { 
	right:35px; 
	background:url(../fullscreen/img/forward.png); 
}

#prevref, #nextref{ 
	left: 0; 
	height: 36px; 
	width: 24px;	
	top: 50%;
	opacity: 1;
	margin-top: 6px;
	background:url(../images/prevref.png); 
}

#nextref { 
	right: 0;
	left: auto;
	background:url(../images/nextref.png); 
}

#prevslide:hover, #nextslide:hover { 
	cursor:pointer;
}

/* End Supersized */

/* End Fullscreen */

/* Carousel */
#slide-content{
    height: 360px;
    position: relative;
    width: 100%;
    z-index: 998;
	overflow: hidden;
}
#carousel{
	display: block;
	height: 360px;
}
#carousel div{
	float:left;
	width: 100%;
	height: 100%;
	text-align: center;
}
.caroufredsel_wrapper{
	margin: 0;
}
#carousel img{
	float: left;
	width: 100%;
}
/* End Carousel */

/* Breadcrumb */
.breadcrumb{
	background: rgba(126,126,126,.42);
	position: absolute;
	top: -38px;
	width: 100%;
	height: 38px;
}
.breadcrumb span{
	color: #f8f8f8;
	font-family: Calibri, Arial;
	font-size: 12px;
}
.breadcrumb a, .breadcrumb span span{
	color: #f8f8f8;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Calibri, Arial;
	line-height: 38px;
}
/* End Breadcrumb */

/* Header */

header {
  	position:absolute;
  	top: 18px;
  	width: 100%;
	height: 89px;
	line-height:125px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/bg-header.png);
	background-color: rgba(252,252,252,.8);
	z-index: 1000;
}
.page header .container{
	position: relative;
}
.logo {
    float: left;
    height: 89px;
    line-height: 89px;
}
.logo img{
	vertical-align: middle;
}
.slogan{
	position: absolute;
	top: 135px;
	left: -40px;
	height: 179px;
}
.page .slogan{
    left: auto;
    right: 30px;
    top: 70px;	
}
/* End Header */

/* Menu */

nav {
    float: right;
    height: 89px;
    line-height: 89px;
    width: auto;
    z-index: 1000;
}
nav .nav {
  position: relative;
  float: right;
  display: block;
  text-align:center;
}
.nav > li {
  float: left;
  height: 100%;
  line-height: 89px;
}
.nav > li:last-child {
	margin:0;
}
.nav > li > a {
  float: none;
  text-decoration: none;
  font-family: 'source_sans_prosemibold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
  text-transform:uppercase;
  padding:0 12px;
  
  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
	  -ms-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.nav > li > a:hover, .nav > li > a.current {
	color: #c80979;
}
/* End Menu */

/* Block */

#block {
	position:absolute;
	bottom:70px;
	right:0;
	width:250px;
	height:auto;
	padding:25px 0;
	background-color:rgba(232,235,240,.62);
	z-index:1000;
}

#block img {
	display:block;
	text-align:center;
	margin-bottom:25px;
}

#block a:last-child img {
	margin-bottom:0;
}

/* End Block */

/* Content */

#content {
	position: relative;
	height:auto;
	padding-bottom:20px;
	z-index:999;
}

/* Left */

#content .content {
    float: left;
    padding-top: 0;
    z-index: 10;
	width: 100%;
}

#content .content .left {	
	padding-top: 16px;
	width: 28%;
	margin-right: 30px;
	float: left;
	padding-bottom: 50px;
	
	-webkit-box-shadow: 20px -20px 25px -17px #e4e4e4;
	   -moz-box-shadow: 20px -20px 25px -17px #e4e4e4;
	    -ms-box-shadow: 20px -20px 25px -17px #e4e4e4;
	     -o-box-shadow: 20px -20px 25px -17px #e4e4e4;
	        box-shadow: 20px -20px 25px -17px #e4e4e4;
}

#content .content .left ul {
	margin:0;
}

#content .content .left ul ul{
	margin-left: 20px;
	float: left;
	clear: both;
}

#content .content .left .pagenav ul ul li {
	line-height: 30px;
	padding-left: 0;
	border: none;
}

#content .content .left .pagenav ul li{
	border-bottom: 1px solid #dfdfdf;
    height: auto;
	line-height: 40px;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
	letter-spacing: unset;
}

#content .content .left .pagenav ul li:last-child{
	background: none;
}

#content .content .left .pagenav ul ul li a{
	background: url(../images/puce-sous-menu.png) no-repeat left center;
	color: #262626;
	padding-left: 10px;
}

#content .content .left .pagenav ul ul ul{
	margin-left: 1px;
}

#content .content .left .pagenav ul ul ul li a{
    color: #262626;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
	background: none;
}

#content .content .left .pagenav ul ul ul li a:hover, #content .content .left .pagenav ul ul ul li a.current{
	color: #c80979;
}

#content .content .left ul li,
#content .content .left ul li a {
	-webkit-transition:all .4s ease-in-out;
	   -moz-transition:all .4s ease-in-out;
	    -ms-transition:all .4s ease-in-out;
	     -o-transition:all .4s ease-in-out;
	        transition:all .4s ease-in-out;
}

#content .content .left ul li:hover {
	/*background:url(images/space-menu-left-H.png) center bottom no-repeat, url(images/puce-H.png) center left 5px no-repeat;*/
}

#content .content .left ul li a {
    color: #676767;
    float: left;
    font-family: 'Raleway',Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 20px;
	font-weight: bold;
    text-align: left;
    text-transform: normal;
    vertical-align: middle;
	letter-spacing: unset;
	background: url(../images/puce-list.png) no-repeat left center;
}

#content .content .left ul li.active a {
	color: #c80979;
	background: url(../images/puce-list-hover.png) no-repeat left center;
}

#content .content .left ul li:hover a {
	color:#c80979;
	text-decoration:none;
}

#content .content .left img.marge {
	-webkit-box-shadow:0 0 6px rgba(0,0,0,.4);
	   -moz-box-shadow:0 0 6px rgba(0,0,0,.4);
	    -ms-box-shadow:0 0 6px rgba(0,0,0,.4);
	     -o-box-shadow:0 0 6px rgba(0,0,0,.4);
	        box-shadow:0 0 6px rgba(0,0,0,.4);
}

/* End Left */

/* Right */
#content .content .right {
    float: left;
    padding-top: 16px;
    width: 68%;
}
#content .content .right.all{
	width: 100%;
}
/* End Right */
h1, h2, h3, h4{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #c80979;
	text-transform: uppercase;
}

.img-content{
	max-width: 100%;
	width: 100%;
}

#content h1 {
	margin: 0;
	margin-bottom: 25px;
}

#content .content h2 {
	color: #4d4d4d;
	font-size: 17px;
	margin-bottom: 10px;
}

#content .content a .content-gal{
	display: none;
}

#content .content .right h2{
	text-transform: none;
	margin-top: 0px;
}

#content p {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #676767;
	margin-bottom: 15px;
	font-weight: 400;
	clear: both;
}

#content p strong{
	color: #000;
	text-transform: none;
}

#content p b{
	color: #c80979;
	
}

#content .content-right h2{
	width: 100%;
	clear: both;
	color: #262626;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	margin: 15px 0 10px 0;
	float: left;
}

#content .content-right h2 a{
	font-size: 14px;
	font-weight: 700;
	color: #262626;
	background: url(../images/icon-gallery.png) no-repeat left 5px;
	line-height: 27px;
    padding-left: 25px;	
	float: left;
}

#content ul li{
	color: #616161;
	font-size: 14px;
	font-weight: 400;	
}

#content ul h3{
	color: #262626;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: none;
}

#content ul p{
	margin-bottom: 10px;
}

#content .content-right ul {
	width: 50%;
	float: left;
}

#content .content-right .block3 ul{
	width: auto;
}

#content .content .right .block3 > div{
	float: left;
	width: 70%;
}

#content .content .right .block3 .block3-left{
	width: 30%;
}

.block-liste{
	width: 50%;
	float: left;
}

#content .content-right .block-liste ul {
	width: 100%;
	margin-bottom: 20px;
}

#content .content-right ul.list-content {
	margin-left: 25px;
	width: auto;
	margin-bottom: 25px;
}

#content .content-right ul.list-content li {
	padding-left: 15px;
	background: url(../images/puce-list.png) no-repeat left center;
	color: #c80979;
	font-size: 13px;
}

#content .content-right ul.list-content.list-gris li{
	color: #616161;
}

#content .content-right ul a {
	color: #616161;
	font-size: 14px;
	font-weight: 400;
	background: url(../images/icon-gallery.png) no-repeat left 5px;
	line-height: 24px;
    padding-left: 25px;	
	clear: both;
	float: left;
	text-align: left;
	font-family: 'source_sans_proregular', Arial, Helvetica, sans-serif;
}

#content .content-right ul a:hover, #content .content-right ul a.selected {
	color: #c80979;
}

/* Style form */
.label {
  width:100px;
  text-align:right;
  float:left;
  padding-right:10px;
  font-weight:bold;
}
#register-form label.error {
  color:#FB3A3A;
  font-weight:bold;
}
#content p.alert{
	color: red;
	font-family: 'source_sans_prosemibold', Arial, Helvetica, sans-serif;
}
form{
    border: 1px solid #e7e7e7;
    border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    clear: both;
    float: left;
    overflow: hidden;
    padding: 20px;
    width: 93%;
	background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0.4), rgba(255, 255, 255, 0));
	border-bottom: 0;
	position: relative;
	overflow: visible;	
}
form:after{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #fff;
    border-image: url(../images/border.png) 25 30 10 20 round stretch;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: " ";
    height: 199px;
    left: -1px;
    position: absolute;
    width: 100%;
}
.row{
	clear: both;
	display: block;
	margin-bottom: 10px;
	float: left;
	position: relative;
	z-index: 99999;
}
.row-check{
	margin-bottom: 30px;
}
.row-submit{
	margin-top: 0px;
    width: 555px;
}
.row label{
    color: #1f3434;
    float: left;
    font-size: 14px;
    margin-top: 2px;
    min-width: 250px;
}
.row input.input, .row select, .row textarea{
	border: 1px solid #d4d4d4;
	height: 25px;
	padding-top: 5px;
	background: #fff;
	padding-left: 10px;
	width: 292px;
	color: #a9b1c6;
	display: inline;
}
.row input.check{
	float: left;
    margin-right: 10px;
    margin-top: 9px;
}
.row textarea{
	height: 100px;
}
.row select.jqTransformHidden{
	display: none;
}
.jqTransformSelectWrapper{
	background: #fff;
	border: 1px solid #d4d4d4;
	display: inline-block;
}
.jqTransformSelectWrapper div span{
	height: 23px;
	color: #a9b1c6;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen{
	background: url(../img/select_right.png) no-repeat center center;
}
.jqTransformSelectWrapper ul{
	top: 33px;
}
#contentPage .jqTransformSelectWrapper ul li{
	margin-left: 0;
}
span.jqTransformCheckboxWrapper{
	margin-right: 10px;
    margin-top: 8px;
}
a.jqTransformCheckbox, .jqTransformRadio{
	width: 16px;
	height: 18px;
}
.jqTransformRadioWrapper {
    margin: 7px 10px 0 0;
}
a.jqTransformCheckbox {
    background-image: url(img/checkbox.png);
}
.jqTransformRadio {
    background-image: url(img/radio.png);
}
.row select{
	width: 200px;
	height: 35px;
}
.btn-valider{
	background: url(../images/bg-submit.png) repeat-x left top;
	color: #fff;
	border: none;
	border-left: 1px solid #c80979;
	text-align: center;
	height: 29px;
	font-size: 18px;
	line-height: 28px;
	border-radius: 5px;
	padding: 0 10px;
	float: right;
	margin-right: 0;
	cursor: pointer;
}
.row label.error{
    color: red;
    font-size: 11px;
    margin-top: 2px;
    min-width: auto;
    position: absolute;
    right: 10px;
    width: auto;
}
.infos-demande{
	position: absolute;
	right: 20px;
}
/* Fin Form */

/* References */
.references{
	float: left;
	width: 100%;
	position: relative;
}
.references h4{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 17px;
	padding-bottom: 8px;
}
#ref-carousel{
	min-width: 100%;
}
.references .caroufredsel_wrapper{
	width: 885px !important;
	margin-left: 35px !important;
}
.references li{
	float: left;
    text-align: center;
    margin: 0 12px;
	height: 72px;
	line-height: 72px;
}
.references li img{
	vertical-align: bottom;
	max-height: 72px;
}

/* End References */

/* End Content */

/* Footer */

footer {
  	position: relative;
  	bottom:0;
  	width: 100%;
	height: 41px;
	line-height: 41px;
	background-color: #ebebea;
  	z-index: 1000;
}

footer span {
	font-family: 'source_sans_prosemibold', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	color:#4e4e4e;
	text-transform:uppercase;
}

footer ul {
	margin:0;
	height: 41px;
	line-height: 41px;
	float: right;
}

footer ul li {
	padding-right:5px;
	float: left;
}

footer ul.inline li:last-child {
	border:0;
}

footer a {
	float: left;
	font-size:13px;
	padding:0 10px;

	-webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
	    -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

footer a:hover {
	text-decoration:none;
	background-color:#4C81B7;
	color:#fff;
}

/* End Footer */

/* Style Carousel Gallery */
.jcarousel-skin-tango{
    width: 206px;
    height: 291px;	
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 206px;
    height: 291px;
    padding: 0;
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  206px;
    height: 291px;
}

.jcarousel-skin-tango .jcarousel-item,
.jcarousel-skin-tango li {
    width: 206px;
    height: 95px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

iframe{
	overflow: hidden;
	width: 870px;
	height: 396px;
}


div.pp_default .pp_content_container .pp_right, div.pp_default .pp_content_container .pp_left{
	padding: 0 !important;
	background: none !important;
}

.pp_top, .pp_bottom{
	height: 0 !important;
	background: none !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 9px;
    left: 90px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: transparent url(../images/carousel/next-vertical.png) no-repeat 0 0;
}


/*.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}*/

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    /*background-position: 0 -96px;*/
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 7px;
    left: 90px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: transparent url(../images/carousel/prev-vertical.png) no-repeat 0 0;
}

/*.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}*/

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    /*background-position: 0 -96px;*/
}

#gallery{
    float: left;
    position: relative;
    z-index: 9999999;
}

#slideshow-main {
	width:429px; 
	float:left; 
	margin-right:3px;
	height: 290px;
}

#slideshow-main ul {
	margin:0; 
	padding:0; 
	width:429px;
	height: 290px;
}

#slideshow-main li {
	width:429px; 
	height:290px; 
	display:none;
	position:relative;
}

#slideshow-main li.active {
	display:block !important;
}

#slideshow-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	background:#000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;
}

#slideshow-main li span.content {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	z-index:1000;
}

#slideshow-main li span.content h1 {
	font-size:14px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#slideshow-main li span.content p {
	font-size:11px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#slideshow-carousel {
	float:left; 
	width:206px;
	position:relative
}

#slideshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#slideshow-carousel li {
	background:#fff; 
	height:97px; 
	position:relative
}

#slideshow-carousel li .arrow {
	left:3px; 
	top:28px; 
	position:absolute; 
	width:20px; 
	height:40px; 
	background:url(../images/carousel/arrow_white.png) no-repeat 0 0; 
	display:block;
}

#slideshow-carousel li a {
	background:#000; 
	display:block; 
	width:206px; 
	height:95px;
}


#slideshow-carousel .active {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0; 
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}



#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:99998;
  background-color: #4D4D4D;
  display:none;
  
}  
#boxes .window {
	position:fixed;
	left:0;
	top:0;
	width:638px;
	height:329px;
	display:none;
	z-index:99999;
	padding: 0 2px 2px;
	background: #fff;

	-moz-transition:top 800ms;
	-o-transition:top 800ms;
	-webkit-transition:top 800ms;
	transition:top 800ms;
}
 
.close {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1d1d1d;
	float: right;
	margin-right: 2px;
}
/* End Carousel Gallery */
#content .map{
	float: left;
	width: 26%;
	margin:0 3.5%;
	text-align: center;
}

#content .map > *{
	clear: both;
}

#content .map p{
	text-align: center;
}

.map-canvas {
    border: medium none;
    float: left;
    height: 245px;
    margin: 0;
    width: 250px;
}

#content p.block-ref{
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 0 4px #f2f2f2;
    float: left;
    height: 85px;
    line-height: 85px;
    margin-bottom: 18px;
    margin-right: 20px;
    text-align: center;
    width: 143px;
	clear: none;
}
p.block-ref img{
	vertical-align: middle;
}
#content p.block-ref:hover {
    box-shadow: 0 0 12px #c80979;
    transform: scale(1.05);
}
h3.title-ref{
	margin-bottom: 15px;
	text-transform: none;
	color: #000;
	font-size: 19px;
}

.pp_title{
	background: #fff;
    color: #919191;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 10px;
    text-align: justify;
    width: 97.5%;
	font-family: 'source_sans_proregular', Arial, Helvetica, sans-serif;
}

.packs a{
    color: #676767;
    float: left;
    margin: 0 16px 10px 0;
    text-align: center;
	font-weight: bold;
	background: url(../images/icon-agr.png) no-repeat right 90px;
}

.packs img{
	display: block;
}

.recrute img{
	float: left;
	margin: 0 15px 30px 0;
}

#content .recrute p{
	clear: none;
}

#content .block-type p{
	float: left;
	clear: none;
	width: auto;
	text-align: center;
}
.block-type a{
	position: relative;
	display: block;
	text-align: center;
}
.block-type img{
	width: 155px;
}
.block-type strong{
	clear: both;
	font-size: 11px;
}
#tooltip {
    position:absolute;
    z-index:9999;
    color:#000;
    font-size:14px;
    width:180px;  
	font-family: 'source_sans_prosemibold', Arial, Helvetica, sans-serif;	
	text-align: left;
}
 
#tooltip .tipHeader {
    height:8px;
    /*background:url(images/tipHeader.gif) no-repeat;*/
}
 
/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}
 
#tooltip .tipBody {
    background-color:#D6D6D6;
    padding:5px 5px 5px 15px;
	border-radius: 6px;
}
 
#tooltip .tipFooter {
    height:8px;
    /*background:url(images/tipFooter.gif) no-repeat;*/
}

/*Google Map*/
#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
  height:400px;
  width:600px;
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container iframe{
    height:400px;
    width:600px;
}

.simplemodal-wrap{
	overflow: hidden !important;
}



.sub-menu{
	display: none;
}
#content .content-right ul.menu-content a{
	background: #616161;
	padding: 10px;
	clear: none;
	float: none;
	margin: 0 10px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	width: 170px;
	display: inline-block;
}
#content .content-right ul.menu-content a.current, #content .content-right ul.menu-content a:hover{
	background: #c80979;
}
#content .content-right ul.menu-content{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#content ul.menu-content li{
	display: inline;
}