/****** RESET CSS ******/


html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { 
	margin: 0;
	padding: 0;

}
.overV{
	overflow:visible;
}
li.submenu ul {

}
iframe {
	display:block;
	clear:both;
}
@media screen and (max-width:767px) {
 iframe {
	width: 100%;
 }
}
/******************************
*******  STICKY FOOTER  *******
******************************/
html,body{
	/*height:100%;*/
}
#wrapper{
	/*height:auto;
	min-height:100%;*/
}
#container {
	padding:15px 0 0;/* must be same height as the footer */
}
#footer {
	margin-top:45px;
	clear:both;
	/*position: relative;
	z-index:10;
	margin-top: -180px;*/ /* negative value of footer height */
	height: 95px;
	background:url(../site/bgFooter.png) 0 0 repeat-x transparent;
}

 



fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;

/**** liens par défaut ***/
}
a {
	color: #000;
}
a:hover {
}
/***********************
*******  GLOBAL  *******
***********************/
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.print {
	display: none;
}
body {
	background:url(../site/bgYellow.png) center 255px repeat-x;
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	text-align: center;
	color: #171717;
}
#wrapper {
	background:url(../site/animalsBanner.jpg) center 102px no-repeat;
	margin: 0 auto;
	text-align: left;
}
.pancarte #wrapper {
	background:url(../site/animalsBannerPancarte.jpg) center 102px no-repeat;
}

/**********************
******  HEADER  *******
**********************/

#header {
	height: 85px;
	width:100%;
	height:249px;
	margin:0 auto;
	padding:10px 0 0;
}
#header > .inside{
	width:80%;

	margin:0 10%;
}
#header .navLogo{
	float:left;
}
#header #topMenuOnline +  .navLogo{
	position:relative;
	top:-50px;
}
#header .logo {
	width: 219px;
	height: 85px;
	overflow: hidden;
	text-indent: -7777px;
	background: url(../site/logo.png) 0 0 no-repeat;
}
#header .logo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	top: 0;
}
#header .mod_login {
	float: right;
	overflow: visible;
	height: 95px;
	padding: 5px 5px 0 60px;
	position: relative;
	margin-top: -100px;
	color: #FFFFFF;
	background: url("../images/header_spacer.png") left top no-repeat;
}

#main .mod_login .formbody p.error{
	font-size: 1em;
    color: red;
}

#header .mod_login label {
	display: block;
	width: 80px;
	font-size: 11px;
	font-style: italic;
	font-family: Georgia, Arial, sans-serif;	
}
#header .mod_login input.text,
#header .mod_login input.password {
	background: url("../images/bg_textfield.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #E0E0E0;
    height: 16px;
    padding: 0 5px;
    width: 110px;
    margin-bottom: 5px;
}
#header .mod_login input.submit {
	padding: 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
	background: #0090D1;
	border: none;
	cursor: pointer;
	width: 122px;
}
#header .mod_login p.error {
	position: absolute;
	width: 260px;
	bottom: 10px;
	right: 10px;
	color: #0090D1;
	text-align: right;
}
#header #tl_logout {
	margin-top: 18px;
}
#header #tl_logout input.submit {
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
	text-decoration: underline;
	color: #b2b2b2;
}

#header #goHome {
	float:right;
	padding-right:10px;
}
#header #goHome  a{
	text-decoration:none;
	display:block;
	width:34px;
	height:27px;
	font-size:0;
	color:#fff;
	text-indent:-6000px;
    background: url("../site/btnHomeHeader.png") no-repeat center center transparent;
}

#follow{
	margin-top: 2rem;
	display: flex;
}

#fbFollow{
	background:url(../site/fb.png) 0 0 no-repeat transparent;
	width:25px;
	height:25px;
	line-height:25px;
	color:#fff;
	margin-right:5px;
}
	#fbFollow a{
		display:block;
		width:100%;
		height:100%;
		text-indent:-9999px;
		overflow:hidden;
		line-height:0;
		color:#fff;
		text-decoration:none;
	}
	#fbFollow a:hover{
		text-decoration:underline;
	}
#twFollow{
	background:url(../site/twitter-bird-white-on-blue.png) 0 0 no-repeat transparent;
	width:25px;
	height:25px;
	line-height:25px;
	color:#fff;
	margin-right:5px;
}
#twFollow a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	color:#fff;
	text-decoration:none;
}
#twFollow a:hover{
	text-decoration:underline;
}
#GoogleFollow{
	width:25px;
	height:25px;
	line-height:25px;
	margin-right:5px;
}
#GoogleFollow a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	color:#fff;
	text-decoration:none;
	background: url(../images/google-plus.png) no-repeat center;
	background-size: contain;
}

#header #recommend{
	float:right;
	font-weight:bold;
	color:#c96e04;
	background:url(../site/recommend.png) 0 0 no-repeat transparent;
	width:109px;
	height:25px;
	cursor:pointer;
	line-height:25px;
	text-indent:8px;
	position:relative;
	z-index:2;
}
#header #recommend .level_2{
	position:absolute;
	background:#e7e7e7;
	border-right:1px solid #949494;
	border-left:1px solid #949494;
	border-bottom:1px solid #949494;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	width:106px;
	margin:-5px 0 0 0;
}
#header #recommend .level_2 li{
	margin-left:7px;
}
#header #recommend .level_2 li a{
	text-decoration:none;
}
#header #recommend .level_2 li a:hover{
	text-decoration:underline;
}
#header #baseline{
	margin:21px 0 0 15px;
	width:270px;
	float:left;
	font-family:ColaborateRegular;
	font-size:22px;
	color:#434b51;
	/*position:absolute;
	left:219px;
	top:2px;*/
}
#header #infoprix{
	/*margin:41px 0 0 15px;*/
	width:270px;
	font-family:ColaborateRegular;
	font-size:22px;
	color:#EF9C02;
        position:absolute;
        top:73px;
        left:232px;
}


#header #topMenu{
	float:right;
	margin:40px 0 0;
}
#header #topMenu a{
	text-decoration:none;
}
#header #topMenu a:hover{
	text-decoration:underline;
}
#header #topMenu li{
	float:left;
}
#header #topMenu li.adherer{
	background:url(../site/bgBtnJoin.png) 0 0 no-repeat;
	width:98px;
	height:48px;
	text-align:center;
	line-height:48px;
}
#header #topMenu .adherer span, #header #topMenu .adherer a{
	display:block;
	width:100%;
	height:100%;
	font-family:ColaborateMediumRegular;
	font-size:20px;
	color:#333333;
}
#header #topMenu li.login{
	background:url(../site/bgBtnMemberArea.png) 0 0 no-repeat;
	width:215px;
	height:48px;
	text-align:center;
	line-height:39px;
	margin-left:5px;
}
#header #topMenu .login span, #header #topMenu .login a{
	display:block;
	width:100%;
	height:100%;
	font-family:ColaborateMediumRegular;
	font-size:20px;
	color:#333333;
}

#header #topMenuOnline{
	clear:right;
	float:right;

	background:url(../site/bgTopMenuOnline.png) 0 0 repeat-x transparent;
	margin:10px 0 0;
	overflow:visible;
}
#header #topMenuOnline .level_1 > li{
	float:left;
	font-size:13px;
	color: #333;
	margin-left:19px;
	height: 36px;
	line-height: 36px;
}
#header #topMenuOnline .level_1{
	background:url(../site/bgLeftTopMenuOnline.png) 0 0 no-repeat transparent;
	margin-left:0;
	padding-left:10px;
	height:36px;
}
#header #topMenuOnline .level_1 > li.first{
	margin-left:0;
}
#header #topMenuOnline .level_1 > li.last{
	background:url(../site/bgRightTopMenuOnline.png) right 0 no-repeat transparent;
	padding-right:10px;
}
#header #topMenuOnline .level_1 > li a, #header #topMenuOnline .level_1 > li span{
	display:block;
	float:left;
	color: #333;
	text-decoration:none;
}
#header #topMenuOnline .level_1 > li a:hover{
	text-decoration:underline;
}
#header #topMenuOnline .level_1 > li.loupe a, #header #topMenuOnline .level_1 > li.loupe span,
#header #topMenuOnline .level_1 > li.loupe a, #header #topMenuOnline .level_1 > li.loupe strong{
	background:url(../site/loupe.png) 0 center no-repeat transparent;
	padding-left:25px;
	font-weight: 400;
}
#header #topMenuOnline .level_1 > li.doc a, #header #topMenuOnline .level_1 > li.doc span,
#header #topMenuOnline .level_1 > li.doc a, #header #topMenuOnline .level_1 > li.doc strong{
	background:url(../site/doc.png) 0 center no-repeat transparent;
	padding-left:16px;
	font-weight: 400;
}
#header #topMenuOnline .level_1 > li.star a, #header #topMenuOnline .level_1 > li.star span,
#header #topMenuOnline .level_1 > li.star a, #header #topMenuOnline .level_1 > li.star strong{
	background:url(../site/star.png) 0 center no-repeat transparent;
	padding-left:22px;
	font-weight: 400;
}
#header #topMenuOnline .level_1 > li.pen a, #header #topMenuOnline .level_1 > li.pen span,
#header #topMenuOnline .level_1 > li.pen a, #header #topMenuOnline .level_1 > li.pen strong{
	background:url(../site/pen.png) 0 center no-repeat transparent;
	padding-left:20px;
	font-weight: 400;
}

#header #topMenuOnline .level_2{
	background:url(../site/bgMenuOnlineL2.png) 0 0 repeat-x #f2f6f8;
	padding:15px 0 0 0;
	border:1px solid #b0b4b8;
	position:absolute;
	z-index:101;
	top:99px;
}
#header #topMenuOnline .last .level_2{
	right:5px;
	
}
#header #topMenuOnline .level_2 li{
	display:block;
	background:url(../site/puceMenuOnlineL2.png) 0 2px no-repeat;
	padding:0 10px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#333333;
	line-height:normal;
}
#header #topMenuOnline .level_2 li a, #header #topMenuOnline .level_2 li span, #header #topMenuOnline .level_2 li a, #header #topMenuOnline .level_2 li strong{
	display:block !important;
	float:none !important;
	color:#333333 !important;
	padding:0 0 12px 0!important;
	border-bottom:1px solid #b0b4b8;
	margin:0 0 12px 0!important;
	background:none !important;
	width:100%;
	
}
#header #topMenuOnline .level_2 li span, #header #topMenuOnline .level_2 li strong{
	color:#4f8600 !important;
}

#header .zoomPancarte{
	display:block;
}

.pancarte #header .zoomPancarte{
	/*background: none repeat scroll 0 0 #CCCCCC;
    opacity: 0.5;*/
    display: block;
    height: 132px;
    left: 50%;
    margin-left: -360px;
    position: absolute;
    top: 117px;
    width: 170px;
}

/******  MENU  ******/
#menu {
	overflow: visible;
	margin: 0;
}
#menu ul.level_1{
	clear:right;
}
#menu ul.level_1 > li{
	display:block;
	min-height:13px;
	clear:both;
	margin:15px 0 !important;
	background:url(../site/greyArrow.png) 0 2px no-repeat;
}
#menu ul.level_1 > li > a, #menu ul.level_1 > li > span, #menu ul.level_1 > li > a, #menu ul.level_1 > li > strong {
	box-sizing:border-box;
	padding-left: 17px;
}
#menu ul.level_1 > li.active, #menu ul.level_1 > li.trail{
	background:url(../site/greenArrow.png) 0 2px no-repeat;

}
#menu ul.level_1 li  {
	margin: 0;
	position: relative;
	z-index: 50;
}
#menu ul.level_1 li a,
#menu ul.level_1 li span,
#menu ul.level_1 li strong {
	display: block;
	position: relative;
	font-weight:bold;
	font-size: 13px;
	z-index: 50;
	color: #d35d0e;
	text-decoration: none;
	cursor: pointer;
	outline:none;
}
#menu ul.level_1 li a:hover,
#menu ul.level_1 li.opened a,
#menu ul.level_1 li a.trail,
#menu ul.level_1 li span.active,
#menu ul.level_1 li strong.active{
	color: #4e9b00;
}
#menu ul.level_1 li ul.level_2 {
	width: 100%;
	box-sizing:border-box;
	padding:20px;
	background: #f2f6f8;
	border:1px solid #b5b8ba;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	z-index: 100;
	overflow: hidden;
	display:none;
	margin-top:7px;
}
#menu ul.level_1 li.trail ul.level_2, #menu ul.level_1 li.active ul.level_2{
	display:block;
}
#menu ul.level_1 li ul.level_2 li {
	width: 100%;
	margin: 0;
	text-align:left;.
}
#menu ul.level_1 li ul.level_2 li a,
#menu ul.level_1 li ul.level_2 li span {

	display:block;
	margin-bottom:10px;
	color: #373634;
	font-size: 11px;
	font-weight:normal;
}
#menu ul.level_1 li ul.level_2 li a.first, 
#menu ul.level_1 li ul.level_2 li span {
	margin-top:10px;
}
#menu ul.level_1 li ul.level_2 li a:hover,
#menu ul.level_1 li ul.level_2 li a.trail,
#menu ul.level_1 li ul.level_2 li span.active{
	text-decoration:underline;
}

/********************
****  CONTAINER  ****
********************/

#container > .inside{
	width:80%;
	margin:0 10%;
}

/********************
*******  LEFT  ******
********************/

#left {
	position:relative;
	z-index:1;
	width: 30%;
	box-sizing:border-box;
	padding:0 15px;
	float: right;
}

/********************
*******  RIGHT  ******
********************/

#right {
	width: 279px;
	float: right;
	padding:0;
}

/********************
*******  MAIN  ******
********************/

#main {
	width: 720px;
	position: static;
	overflow: hidden;
}

#main #gMap{
	
	position:relative;
	top:23px;
	overflow:visible !important;
}

#main #gMap > #ajax > .inside{
	background:url(../site/bgMap.png) 0 0 no-repeat;
	width:302px;
	height:209px;
	padding:15px;
	margin:0 auto;
	margin-bottom:85px;
}
#main #gMap > #ajax > .inside h2{
	font-family:ColaborateRegular;
	font-size:22px;
	background:none;
	padding:0;
	margin:0 0 10px;
	color:#1d2021;
	width:250px;
	margin-left:48px;
}
#main #gMap > #ajax > .inside #myAdress{
	background:url(../site/bgInputGmap.png) 0 0 no-repeat;
	width:275px;
	height:30px;
	line-height:30px;
	display:block;
	border:0;
	padding:0 0 0 10px;
	margin:5px auto;
	font-size:15px;
	color:#1d1a19;
}
#main #gMap > #ajax > .inside #category{
	background:url(../site/bgInputGmap.png) 0 0 no-repeat;
	width:285px;
	height:30px;
	display:block;
	border:0;
	padding:0;
	margin:5px auto;
	font-size:15px;
	color:#1d1a19;
}

#main #gMap .btn{
	background:url(../site/bgBtnSearch.png) 0 0 no-repeat;
	width:102px;
	height:47px;
	line-height:47px;
	text-align:center;
	border:0;
	padding:0;
	margin:0;
	float:right;
	color:#333333;
	font-family: ColaborateMediumRegular;
	font-size:20px;
	cursor:pointer;
	position:relative;
	top:25px;
}


/**********************
*******  FOOTER  ******
**********************/

#footer {
	clear:both;
	width: 100%;
	/*margin:15px 0 0;
	padding: 15px 0;*/
	text-align: center;
	color: #697580;
}
#footer > .inside{
	width:80%;
	margin:0 10%;
	text-align:center;
	padding:15px;
	box-sizing:border-box;
}
#footer a {
	color: #697580;
}
#footer a:hover {
	text-decoration: none;
}
#footer #ref img{
		max-width: 100%;
		height: auto;
	}
#footer .mod_navigation {
	display: inline;
}
#footer #footLinks{
	float:right;
}
#footer #footLinks a{
	margin-right:10px;
}
#footer #footLinks a.last{
	margin-right:0;
}
#footer #copy{
	float:left;
}
#footer #ref{
	clear:both;
	margin-top:20px;
	color:#7f7f7f;
	text-align:left;
	padding-bottom:20px;
}
#footer #ref a{
	color:#7f7f7f;
}
/**************************
*******  CONTAO  *******
**************************/

/* Display modes */
#main .column_100 { clear: both; float: none; overflow: hidden; width: 100%; }
#main .column_50_left { clear: both; display: inline; float: left; margin-right: 1%; overflow: hidden; width: 49%; }
#main .column_50_right { clear: right; display: inline; float: right; margin-left: 1%; overflow: hidden; width: 49%; }
#main .column_33_left { clear: both; display: inline; float: left; margin-right: 1%; overflow: hidden; width: 32%; }
#main .column_33_center { display: inline; float: left; margin-left: 1%; margin-right: 1%; overflow: hidden; width: 32%; }
#main .column_33_right { clear: right; display: inline; float: right; margin-left: 1%; overflow: hidden; width: 32%; }
#main .column_67_left { clear: both; display: inline; float: left; margin-right: 1%; overflow: hidden; width: 66%; }
#main .column_67_right { clear: right; display: inline; float: right; margin-left: 1%; overflow: hidden; width: 66%; }

/* Gallery */
#main .ce_mediaGallery ul.thumbnails { list-style: none; margin: 0; overflow: hidden; padding: 0; width: 100%; }
#main .ce_mediaGallery ul.thumbnails li { display: inline; float: left; list-style: none; margin: 0 1% 0 0; padding: 0; }
#main .ce_mediaGallery ul.thumbnails li.first_col { clear: left; margin-left: 0; }
#main .ce_mediaGallery ul.cols_1 li { width: 100%; margin-right: 0; }
#main .ce_mediaGallery ul.cols_2 li { width: 49%; }
#main .ce_mediaGallery ul.cols_3 li { width: 32%; }
#main .ce_mediaGallery ul.cols_4 li { width: 24%; }
#main .ce_mediaGallery ul.cols_5 li { width: 19%; }
#main .ce_mediaGallery ul.cols_6 li { width: 15%; }

/******  mod_article  ******/
.mod_article {
	text-align: justify;
}
.mod_article .block {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	overflow: visible;
}
.mod_article h1,
.mod_article h2,
.mod_article h3,
.mod_article h4,
.mod_article h5,
.mod_article h6 {
	clear:both;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}
.mod_article h1, #mbImage .ce_text h1{
	font: normal 35px ColaborateLightRegular;
	color: #dd7200;
	padding: 0;
	margin:0 0 15px 0;
	text-align:left;
}
.mod_article h2, #mbImage .ce_text h2 {
	font: normal 24px ColaborateRegular;
	color: #f9a800;
	margin:0 0 10px 0;
}
.mod_article h3, #mbImage .ce_text h3, #right .h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #58a803;
	margin:0 0 5px 0;
}
#right .h3{
	margin-left:6px;
}
.mod_article h4, #mbImage .ce_text h4 {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #0090D1;
}
.mod_article h5, #mbImage .ce_text h5 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #0090D1;
}
.mod_article p, #mbImage .ce_text p {
	margin: 0 0 12px 0;
}
.mod_article a, #mbImage .ce_text a{
	color:#58a803;
}
.mod_article a:hover, #mbImage .ce_text a:hover{
	text-decoration:none;
}
.mod_article strong, #mbImage .ce_text strong {
	color:#d35d0e;
}
.mod_article a strong{
	color:#58A803;
}
.mod_article .image_container, #mbImage .ce_text .image_container {
	text-align: center;
	/*margin:0;*/
	/*line-height: 0;*/
}
.mod_article table .image_container{
	margin:0;
}
.mod_article .image_container .image_frame img {
	border: 1px solid #B8B8B8;
}
.mod_article .image_container .caption {
	margin: 0 0 20px;
	color: #8C8C8C;
	font-style: italic;
	position: relative;
	z-index: 0;
}

/******  ce_text  ******/
.ce_text {
	text-align: justify;
}
.ce_text sup {
	font-size: 10px;
}
.ce_text ul,
.ce_text ol, 
#mbImage .ce_text ul,
#mbImage .ce_text ol {
	padding: 0 0 0 15px;
	list-style:none;
	list-style-image:none;
}
.ce_text ul li, #mbImage .ce_text ul li, .mod_comcontratshow ul li{
	background:url(../site/puce.png) 0 4px no-repeat;
	padding-left:20px;
	min-height:9px;
	margin-bottom:3px;
}
#mbImage .ce_text ul li{
	background:url(../site/puce.png) 0 6px no-repeat;
}
.ce_text ol, #mbImage .ce_text ol {
	list-style-type: decimal;
	list-style-position:inside;
}
.float_right {
	margin: 0 0 15px 15px;
}
.float_left {
	margin: 0 15px 15px 0;
}
.column_50_left .float_right,
.column_50_right .float_right {
	margin: 0 0 15px 15px;
}
.column_50_left .float_left,
.column_50_right .float_left {
	margin: 0 15px 15px 0;
}
.column_33_left .float_right,
.column_33_right .float_right {
	margin: 0 0 5px 5px;
}
.column_33_left .float_left,
.column_33_right .float_left {
	margin: 0 5px 5px 0;
}

/******  ce_table  ******/
.ce_table  {
}
.ce_table table {
	width: 100%;
}
.ce_table table tr th,
.ce_table table tr.odd td {
	background: #EBEBEB;
}
.ce_table table tr th,
.ce_table table tr td {
	padding: 6px;
}
.ce_table table thead th,
.ce_table table thead,
.ce_table table.sortable tr th,
.ce_table table.sortable tr th a {
	background: #0090D1;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.ce_table table.sortable tr th {
	padding: 0;
}
.ce_table table.sortable tr th a {
	height: 14px;
	padding: 6px;
	display: block;
}
.ce_table table.sortable tr th a:hover {
	text-decoration: underline;
}
.ce_table table.sortable tr th a {
	background: #0090D1 url(../images/default.gif) right center no-repeat;
}
.ce_table table.sortable tr th.asc a {
	background: #0090D1 url(../images/asc.gif) right center no-repeat;
}
.ce_table table.sortable tr th.desc a {
	background: #0090D1 url(../images/desc.gif) right center no-repeat;
}

/****** ce_gallery ******/
.ce_gallery {
}
.ce_gallery table {
	width: 100%;
}
.ce_gallery table td {
	overflow: hidden;
}

/****** ce_download *******/
/****** ce_downloads ******/
/****** .enclosure ******/
.ce_download,
.ce_downloads {
	padding: 2px 0;
}
.ce_downloads p {
	margin: 0 0 2px;
}
.ce_download img.mime_icon,
.ce_downloads img.mime_icon,
.enclosure img.mime_icon {
	margin-bottom: -4px; 
}

/****** ce_image *******/
/****** ce_hyperlink ******/
.ce_image .image_container,
.ce_hyperlink .image_container {
	width: 100%;
	text-align: center;
}
.ce_image .image_container img,
.ce_hyperlink .image_container img {
	display: block;
	margin: 0 auto;
}

/****** ce_toplink ******/
.ce_toplink {
	text-align: right;
}
.ce_toplink a {
	padding-left: 14px;
	background: url(../images/toplink.gif) no-repeat left top;
}
.ce_toplink a:hover {
	background-position: 0 -12px;
}

/****** ce_flv_jw ******/
.ce_flv_jw {
	text-align: center;
	float: left;
	clear: both;
}
.ce_flv_jw .videoPlayerNoFlash {
}

/******  ce_form  ******/
#contact .ce_form table {
	width: 100%;
}
#contact .ce_form table td.col_first {
	width: 50%;
}
#contact .ce_form table td.col_first label{
	width: 100%;
}
#contact .ce_form table td.col_last {
	width: 50%;
}
#contact .ce_form table td input[type="text"],
#contact .ce_form table td select,
#contact .ce_form table td textarea {
	width: 100%;
	box-sizing:border-box;
	padding: 3px;
}
.ce_form table {
	width: 425px;
}
.ce_form table
.ce_form .col_first {

	text-align: right;
}
.ce_form select, 
.ce_form input.text, 
.ce_form textarea.textarea,
.ce_form input.captcha,
.ce_form input.upload {
	/*width: 300px;
	margin: 2px 0;	
	height: 16px;*/
	padding: 0 5px;
	/*border: 1px solid #E0E0E0;
	background: url(../images/bg_textfield.png) 0 0 repeat-x;*/
}
.ce_form input.radio, 
.ce_form input.checkbox, 
.ce_form input.upload {
	margin: 1px 0;
	border: 0;
}
.ce_form textarea.textarea {
	height: 75px;
}
.ce_form input.upload {
	width: 307px;
	text-align: right;
}
.ce_form select {
	width: 312px;
	padding: 0;
}
.ce_form input.captcha {
	width: auto;
	float: left;
	margin-right:5px;
}
.ce_form span.captcha_text {
	font-style: italic;
	font-size: 10px;
	line-height: 22px;
}
.ce_form .checkbox_container,
.ce_form .radio_container {
	width: 300px;
}
.ce_form .checkbox_container span,
.ce_form .radio_container span {
	float: left;
}
.ce_form span.mandatory {
	font-weight: bold;
}
.ce_form p.error {
	color: #C00;
	margin: 0;
	padding: 2px 0 0 0;
}
.ce_form .explanation {
	width: 425px;
	padding: 8px 0 4px 0;
}
.ce_form .submit_container {
	width: 310px;
	padding-top: 10px;
	text-align: right;
}
.ce_form .submit_container input.submit,
.submit_container input.submit {
	padding: 3px 8px;
	background: #000;
	text-align: center;
	color: #FFF;
	overflow: hidden;
	cursor: pointer;
	border: 0;
}
.ce_form .submit_container input.submit:hover,
.submit_container input.submit:hover {
	background: #0090D1;
}

/******  slideshow2  ******/

#main .slideshow-captions{
	text-align:center;
	color:#fff;
}

/*Média box CGV*/
#mbImage .ce_text{
	background-color:#FFF;
	color:#000;
	padding:5px;
	overflow-y : scroll;
	height:100%;
}
#header .mod_cominfoonline{
	clear: both;
	font-size:12px;
	color:#333333;
	width: 55%;
	float: right;
	height:15px;	
	line-height:15px;
	text-align: right;
  	margin-top: 10px;
}
#header .mod_cominfoonline p {

}

.mod_cominfoonline span{
	color:#63ae03;
	font-weight:bold;
}
.mod_cominfoonline a{
	display:block;
	float:right;
	margin-left:10px;
	background:url(../site/btnDeconnexion.png) 0 0 no-repeat;
	width:16px;
	height:15px;
	text-align:left;
	text-indent:-7777px;
	overflow:hidden;
	line-height:0;
}

/*Autocomplete Google*/
.pac-container {
    border-radius:0 0 4px 4px;
	text-align:left;
}
.pac-container .pac-item {
    font-size:14px;
    line-height:36px;
    padding:0 15px;
}
.pac-item {
    cursor:pointer;
    padding:0 4px;
    text-overflow:ellipsis;
}
.pac-container .pac-item b {
    color: #D35D0E;
}
a#submit{
	text-decoration:none;
}
@media screen and (min-width: 900px) {
	.myAnnounces #membershipPrice {
		margin-left: 46%;
	}
}
@media screen and (max-width: 899px) {
	.myAnnounces #membershipPrice {
		margin-left: 50%;
	}
}

#sticky-footer{
    width: 96%;
    position: fixed;
    bottom: 0;
    margin: 2%;
}

	#sticky-footer a {
	    color: #462401;
	    text-decoration: none;
	    font-size: 2.5em;
	    padding: 0.6em 1%;
	    width: 98%;
	    display: block;
	    background: #FF8300;
	    border-radius: 4px;
	    font-family: ColaborateLightRegular;
	    font-weight: bold;
	}

		#sticky-footer a:hover{
			background:#FF5400;
		}

.announceList .more .button{
	text-align: center;
    padding: 0.5em;
    font-size: 1.2em;
    border-radius: 4px;
    background: #9FD725;
    text-decoration: none;
    color: #333;
    float: left;
    margin: 0.5em auto;
    width: 57%;
}
.announceList .more .button:hover{
	background:#FF8300;
}
.float_left{
	float: left;
}
.float_right{
	float:right;
}
.tip-wrap{
	z-index: 99;
}
#likebox{
	text-align: center;
}