/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */



@import url(../warp/css/tools.css);
/* Buttons (Needed for System Markup)

----------------------------------------------------------------------------------------------------*/



a.button-more {
	padding-right: 38px;
	line-height: 30px;
	font-size: 22px;
	color: #444;
	background: url(../images/button_more.png) 100% 50% no-repeat;
	opacity: 0.6;
}
a.button-more:hover {
	color: #444;
	opacity: 1;
}
a.button-more-violet {
	padding-right: 38px;
	line-height: 30px;
	font-size: 22px;
	color: #D864FF;
	background: url(../images/button_more_violet.png) 100% 50% no-repeat;
	opacity: 0.6;
}
a.button-more-violet:hover {
	color: #D864FF;
	opacity: 1;
}
a.button-more-gris {
	padding-right: 38px;
	line-height: 30px;
	font-size: 22px;
	color: #CACAD9;
	background: url(../images/button_more_gris.png) 100% 50% no-repeat;
	opacity: 0.6;
}
a.button-more-gris:hover {
	color: #CACAD9;
	opacity: 1;
}
a.button-more-noir {
	padding-right: 38px;
	line-height: 30px;
	font-size: 22px;
	color: #000000;
	background: url(../images/button_more.png) 100% 50% no-repeat;
	opacity: 0.6;
}
a.button-more-noir:hover {
	color: #000000;
	opacity: 1;
}
.module a.button-more {
	font-size: 24px;
}
.module a.button-more-violet {
	font-size: 24px;
}
.module a.button-more-gris {
	font-size: 24px;
}
.module a.button-more-noir {
	font-size: 24px;
}
.system-transparent #content a.button-more,  .mod-box-transparent a.button-more,  .mod-box-color1 a.button-more,  .mod-box-color2 a.button-more {
	color: #fff;
	background-image: url(../images/button_more_white.png);
}
/* Images and Objects (Needed for System Markup)

----------------------------------------------------------------------------------------------------*/



img.border-box {
	border: 1px solid #7F7F7F;
}
/* Lists and Tables (Needed for System Markup)

----------------------------------------------------------------------------------------------------*/



/* Line */

ul.line > li {
	border-top: 1px solid #919191;
	line-height: 24px;
}
.system-transparent #content ul.line > li,  .mod-box-transparent ul.line > li,  .mod-box-color1 ul.line > li,  .mod-box-color2 ul.line > li {
	border-top: 1px solid #ffffff;
	border-top-color: rgba(0,128,250,0.5);
}
ul.line > li:first-child {
	border: none;
}
/* Check */

ul.check > li {
	padding: 4px 0 0 30px;
	line-height: 24px;
	background: url(../images/tools/list_check.png) 0 50% no-repeat;
}
.system-transparent #content ul.check > li,  .mod-box-transparent ul.check > li,  .mod-box-color1 ul.check > li,  .mod-box-color2 ul.check > li {
	background-image: url(../images/tools/list_check_white.png);
}
/* media big */

.media {
	padding: 4px 0 0 40px;
	line-height: 38px;
	height: 30px;
	width: 30px;
	background: url(../images/ico/media.png) 0 50% no-repeat;
}
/* facebook */

.fb {
	padding: 4px 0 0 30px;
	line-height: 24px;
	background: url(../images/tools/fb.png) 0 50% no-repeat;
}
/* plan du site */

.plan-site {
	padding: 4px 0 0 30px;
	line-height: 24px;
	background: url(../images/tools/plan-site.png) 0 50% no-repeat;
}
/* time */

.time {
	padding: 4px 0 0 30px;
	line-height: 24px;
	background: url(../images/tools/time.png) 0 50% no-repeat;
}
/* Zebra List and Table */

ul.zebra > li.odd,  table.zebra tbody tr.odd {
	background: url(../images/tools/table_zebra.png) 0 0 repeat;
}
ul.zebra > li:nth-of-type(odd),  table.zebra tbody tr:nth-of-type(odd) {
	background: url(../images/tools/table_zebra.png) 0 0 repeat;
}
table.zebra caption {
	color: #999;
}
.system-transparent #content table.zebra caption,  .mod-box-transparent table.zebra caption,  .mod-box-color1 table.zebra caption,  .mod-box-color2 table.zebra caption {
	color: #fff;
}
/* Definition Lists

----------------------------------------------------------------------------------------------------*/



dl.separator dt {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
/* border code because of RTL */

dl.separator dd {
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #DDD;
}
dl.separator dt:before {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 30px;
	border-top: 1px solid #DDD;
}
dl.separator dt:after {
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	width: 5px;
	height: 5px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 6px;
}
dl.separator dt:first-child:before,  dl.separator dt:first-child:after {
	display: none;
}
/* Text

----------------------------------------------------------------------------------------------------*/



/* Inline Text Box */

em.box {
	border: 1px solid #bbb;
	background: #fafafa;
	color: #444;
}
.system-transparent #content em.box,  .mod-box-transparent em.box,  .mod-box-color1 em.box,  .mod-box-color2 em.box {
	border: none;
}
.system-transparent #content em.box {
	color: #444;
}
/* Dotted Horizontal Rule */

hr.dotted {
	background: url(../images/tools/line_dotted.png) 0 0 repeat-x;
}
/* Boxes

----------------------------------------------------------------------------------------------------*/



.box-content {
	background: #fafafa;
	border: 1px solid #ddd;
}
.box-note,  .box-info,  .box-warning,  .box-hint,  .box-link,  .box-download {
	background: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.system-transparent #content .box-content,  .system-transparent #content .box-note,  .system-transparent #content .box-info,  .system-transparent #content .box-warning,  .system-transparent #content .box-hint,  .system-transparent #content .box-link,  .system-transparent #content .box-download {
	border: none;
	background-color: rgba(0,0,0,0.3);
	box-shadow: 0 0 1px rgba(255,255,255,0.2);
}
.box-info {
	background: #ebf5fa url(../images/tools/box_info.png) 0 0 no-repeat;
	border-color: #d2dce1;
}
.system-transparent #content .box-info {
	background-image: url(../images/tools/box_info_white.png);
}
.box-warning {
	background: #fff0eb url(../images/tools/box_warning.png) 0 0 no-repeat;
	border-color: #ffd7cd;
}
.system-transparent #content .box-warning {
	background-image: url(../images/tools/box_warning_white.png);
}
.box-hint {
	background: #fffae6 url(../images/tools/box_hint.png) 0 0 no-repeat;
	border-color: #fae6be;
}
.system-transparent #content .box-hint {
	background-image: url(../images/tools/box_hint_white.png);
}
/* box link ed */



.box-link {
	background: #faffe6 url(../images/tools/box_link.png) 0 0 no-repeat;
	border-color: #dce6be;
}
.system-transparent #content .box-link {
	background-image: url(../images/tools/box_link_white.png);
}
/* end */



.box-download {
	background: #faffe6 url(../images/tools/box_download.png) 0 0 no-repeat;
	border-color: #dce6be;
}
.system-transparent #content .box-download {
	background-image: url(../images/tools/box_download_white.png);
}
/* Forms (Needed for System Markup)

----------------------------------------------------------------------------------------------------*/



form.box fieldset {
	border: 1px solid #ddd;
}
.system-transparent #content form.box fieldset {
	border-color: rgba(255,255,255,0.2);
}
form.box legend {
	background: #fff;
}
.system-transparent #content legend {
	color: #444;
}
/* Mobile Switcher (Needed for Mobile)

----------------------------------------------------------------------------------------------------*/



.mobile-switcher {
	background: #eee;
	border: 1px solid #aaa;
}
/* Social Icons

----------------------------------------------------------------------------------------------------*/



#socialbar.untouched .social-icons,  .social-icons {
	margin-left: 60px;
	padding: 20px 0 20px 30px;
	list-style: none;
	background-position: 0 20px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.social-icons:hover,  #socialbar.touched .social-icons {
	margin-left: 0;
	cursor: pointer;
}
.social-icons > li {
	opacity: 0.6;
}
.social-icons > li:hover {
	opacity: 1;
}
.social-icons > li:first-child {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.social-icons a {
	height: 60px;
	width: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(255,255,255,0.1);
	background: url(../images/tools/social_icons.png) 0 0 no-repeat;
	display: block;
}
.social-icons a.twitter {
	background-position: 0 -60px;
}
.social-icons a.vimeo {
	background-position: 0 -120px;
}
.social-icons a.flicker {
	background-position: 0 -180px;
}
.social-icons a.rss {
	background-position: 0 -240px;
}
.social-icons a.map {
	background-position: 0 -300px;
}
.social-icons a.contact {
	background-position: 0 -360px;
}
/* Social Icons Anglais

----------------------------------------------------------------------------------------------------*/



#socialbar.untouched .social-icons-en,  .social-icons-en {
	margin-left: 60px;
	padding: 20px 0 20px 30px;
	list-style: none;
	background-position: 0 20px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.social-icons-en:hover,  #socialbar.touched .social-icons {
	margin-left: 0;
	cursor: pointer;
}
.social-icons-en > li {
	opacity: 0.6;
}
.social-icons-en > li:hover {
	opacity: 1;
}
.social-icons-en > li:first-child {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.social-icons-en a {
	height: 60px;
	width: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(255,255,255,0.1);
	background: url(../images/tools/social_icons.png) 0 0 no-repeat;
	display: block;
}
.social-icons-en a.twitter {
	background-position: 0 -60px;
}
.social-icons-en a.vimeo {
	background-position: 0 -120px;
}
.social-icons-en a.flicker {
	background-position: 0 -180px;
}
.social-icons-en a.rss {
	background-position: 0 -240px;
}
.social-icons-en a.map {
	background-position: 0 -300px;
}
.social-icons-en a.contact {
	background-position: 0 -360px;
}
/* ACVS

-----------------------------------------------------------------------------------------------------*/





/* FICHES PRESTATIONS ACVS */



.fond-degrade {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	background: #FFF url(/templates/yoo_subway/images/acvs/listes/bg_degrade.png) bottom repeat-x;
}
.google-map {
	vertical-align: top;
	padding: 5px;
	background: url(/templates/yoo_subway/images/yoo/google_map.png) no-repeat;
}
/* HOTELS */



.fond-degrade-hotel {
	margin-top: 10px;
	padding-bottom: 10px;
	background: url(/templates/yoo_subway/images/acvs/listes/bg_degrade_hotels.png) top repeat-x;
	border-top: 1px dotted #999;
}
.fond-degrade-gris {
	padding-bottom: 10px;
	background: url(/templates/yoo_subway/acvs/listes/bg_degrade_hotels.png) top repeat-x;
	border-top: 1px dotted #8A8058;
}
.titre {
	color: #8A8058;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 1px;
}
.t {
	background-color: #7FE5FF;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 1px;
}
.t1 {
	color: #6293B3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
.t2 {
	color: #6293B3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.t3 {
	color: #6293B3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.t4 {
	color: #6293B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tt {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.tt1 {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.tt2 {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tt3 {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* icon style */

a.icon-folder {
	padding-left: 17px;
	background: url(/templates/yoo_subway/images/yoo/images/typography/icon_folder.png) 0 40% no-repeat;
}
a.icon-file {
	padding-left: 17px;
	background: url(/templates/yoo_subway/images/yoo/images/typography/icon_file.png) 0 40% no-repeat;
}
a.icon-download {
	padding-left: 17px;
	background: url(/templates/yoo_subway/images/yoo/images/typography/icon_download.png) 0 40% no-repeat;
}
a.icon-external {
	padding-left: 17px;
	background: url(/templates/yoo_subway/images/yoo/icon_external.png) 0 40% no-repeat;
}
a.icon-pdf {
	padding-left: 17px;
	background: url(/templates/yoo_subway/images/yoo/images/pdf_button.png) 0 40% no-repeat;
}
a.icon-map {
	padding-left: 17px;
	background: url(/templates/yoo_subway/images/yoo/images/icon_map.png) 0 40% no-repeat;
}
.icon-map {
	padding-left: 17px;
	background: url(/templates/yoo_subway/images/yoo/images/icon_map.png) 0 40% no-repeat;
}
a.pdf {
	padding-left: 35px;
	background: url(/images/ico/pdf.png) 0 50% no-repeat;
}
/* ClearFix pour supprimer les flux > float div */

.clearfix:before,  .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* BLOCKQUOTE */

blockquote.style1 {
	font: 14px/20px italic Times, serif;
	padding: 8px;
	/*background-color: #faebbc;

  border-top: 1px solid #6293B3;

  border-bottom: 1px solid dotted #6293B3;*/

	margin: 5px;
	background-image: url(/templates/yoo_subway/images/yoo/blockquote_start.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}
blockquote.style1 span {
	display: block;
	background-image: url(/templates/yoo_subway/images/yoo/blockquote_end.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* Link special	*/

A.lien:link {
	text-decoration: none
}
A.lien:visited {
	text-decoration: none
}
A.lien:active {
	text-decoration: none
}
A.lien:hover {
	text-decoration: underline;
}
/* ACVS

-----------------------------------------------------------------------------------------------------*/





/* FICHES PRESTATIONS ACVS */



.fond-degrade {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(0,0,0,0.7);
*/
}
.google-map {
	vertical-align: top;
	padding: 5px;
	background: url(/templates/yoo_subway/images/yoo/google_map.png) no-repeat;
}
/* HOTELS */



.fond-hotels {
	vertical-align: top;
	background-color: rgba(153,153,153,0.9);
}
.fond-degrade-hotel {
	margin-top: 10px;
	padding-bottom: 10px;
	background: url(/templates/yoo_subway/images/acvs/listes/bg_degrade_hotels.png) top repeat-x;
	border-top: 1px dotted #999;
}
.fond-degrade-gris {
	padding-bottom: 10px;
	background: url(/templates/yoo_subway/acvs/listes/bg_degrade_hotels.png) top repeat-x;
	border-top: 1px dotted #8A8058;
}
.titre {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 1px;
	font-weight: bold;
}
.titre-presta {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(50,150,255,0.9);
}
.fond-presta {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(50,150,255,0.9);
}
/* RESTAURANTS */

.fond-resto {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(171,67,105,0.9);
}
.tis {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, italic;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
}
/* LOISIRS */

.fond-plongee {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(0,102,204,0.9);
}
.fond-mer {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(1,153,255,0.9);
}
.fond-nature {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(102,153,52,0.9);
}
.fond-golf {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(204,102,1,0.9);
}
.fond-bienetre {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(255,102,153,0.9);
}
/* EVENEMENTS #854456 */

.fond-events {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgba(133,68,86,0.7);
*/
}
.t {
	background-color: #7FE5FF;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 1px;
}
.tbg {
	background-color: #fff;
	color: #CCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 1px;
}
/*.title { color:#ffffff; font-weight:  bold; font-family: "Yanone Kaffeesatz"; font-size:35px;}*/

.t1 {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
.t2 {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.t3 {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.t4 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tt {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.tt1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.tt2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tt3 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ts {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* ClearFix pour supprimer les flux > float div */

.clearfix:before,  .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* BLOCKQUOTE */

blockquote.style1 {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	padding: 8px;
	/*background-color: #faebbc;

  border-top: 1px solid #6293B3;

  border-bottom: 1px solid dotted #6293B3;*/

	margin: 5px;
	background-image: url(/templates/yoo_subway/images/yoo/blockquote_start.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}
blockquote.style1 span {
	display: block;
	background-image: url(/templates/yoo_subway/images/yoo/blockquote_end.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* overlay image listing acvs */	

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background: url(../images/button_more_white.png) center center no-repeat #000;
	cursor: pointer;
	height: 140px;
	width: 150px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
/* Image Crop fiches hebergement*/



.crop {
	width: 180px;
	height: 180px;
	overflow: hidden;
}
.crop img {
	width: 100%;
}
/* <div class='crop'><img src=''></div>*/



/* Button reservation rechercher rouge ! */

a.button-resa {
	outline: none;/* get rid of dotted borders in FireFox */
	display: block;
	width: 141px;
	height: 33px;
	background: url(../images/yoo/booking.png) no-repeat left top;
	line-height: 33px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
}
a.button-resa:hover {
	background-position: left bottom;
	color: black;
}
/* Button annuler gris ! */

a.button-cancel {
	outline: none;/* get rid of dotted borders in FireFox */
	display: block;
	width: 141px;
	height: 33px;
	background: url(../images/yoo/cancel.png) no-repeat left top;
	line-height: 33px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
}
a.button-cancel:hover {
	background-position: left bottom;
	color: black;
}
a.button-arrow {
	outline: none;/* get rid of dotted borders in FireFox */
	display: block;
	width: 12px;
	height: 13px;
	padding-right: 15px;
	background: url(../images/arrow_white_red.gif) no-repeat left top;
	/*line-height:33px;*/

	color: white;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.2em;
}
a.button-arrow:hover {
	background-position: left bottom;
	color: black;
}
/* Liens */		

				

a.icon-liens, a.icon-liens:hover {
	color: #999;
	text-decoration: underline;
	padding-left: 17px;
	background: url(../images/yoo/icon_map.png) 0 40% no-repeat;
}
/* Boite arrondi */



.box150 {
	display : table-cell;
	vertical-align : middle;
	text-align: center;
	width: 140px;
	height: 140px;
	background-color: #415166;
	border-radius: 7px;
	color: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.box150:hover {
	background-color: #CC99FF;
}
/* Documents */



.doc {
	display : table-cell;
	vertical-align : bottom;
	text-align: left;
	width: 200px;
	height: 280px;
	/*background-color:#DBDBEA;*/
	color: #fff;
	background: #DBDBEA url(../images/tools/agenda.png) 50% 50% no-repeat;
	/* 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	*/
}
.doc:hover {
	background-color: #B9B9C8;
}
a.liens:link {
	text-decoration: none;
	color: white;
}
a.liens:visited {
	color: white;
	text-decoration: none
}
a.liens:active {
	color: white;
	text-decoration: none
}
a.liens:hover {
	text-decoration: underline;
	color: white;
}
/* Image opacité roll over */

/*

.imgalpha

{

opacity:0.4;

filter:alpha(opacity=40); 

}



.imgalpha:hover

{

opacity:1.0;

filter:alpha(opacity=100); 

}

*/





.containerdiv {
	float: left;
	position: relative;
	padding: 10px;
}
.cornerimage {
	position: absolute;
	top: 31px;
	left: -11px;
	z-index:2;
}

.presse {
	display : table-cell;
	vertical-align : middle;
	text-align: center;
	width: 150px;
	height: 200px;
	background-color: #DBDBEA;
	border-radius: 3px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.presse:hover {
	background-color: #B9B9C8;
}
/* Effet couleur images */

/*

<section class="sepia">

<h2>CSS Sepia</h2>

        <img height="200" src="images/water.jpg" />

</section>

*/



.grayscale img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}
.grayscale img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
.sepia img {
	filter: sepia(1);
	-webkit-filter: sepia(1);
	-moz-filter: sepia(1);
	-o-filter: sepia(1);
	-ms-filter: sepia(1);
}


/* Buttons (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

.button-default,
.button-primary,
form.style button,
form.style input[type='button'],
form.style input[type='submit'] { 
	padding: 8px 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 2px; 
	border: none;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}

/* Default */
.button-default,
form.style button,
form.style input[type='button'],
form.style input[type='submit'] {
	background-color: #f5f5f5;
	background-image: -o-linear-gradient(rgba(240,240,240,0), #dbdbdb);
	background-image: -webkit-linear-gradient(rgba(240,240,240,0), #dbdbdb);
	background-image: -moz-linear-gradient(rgba(240,240,240,0), #dbdbdb);
	background-image: linear-gradient(rgba(240,240,240,0), #dbdbdb);
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	color: #878787;
}

.button-default:hover,
form.style button:hover,
form.style input[type='button']:hover,
form.style input[type='submit']:hover {
	background-color: #dbdbdb;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1),
				inset 0 0 1px rgba(0,0,0,0.1);
}

.button-default:active,
form.style button:active,
form.style input[type='button']:active,
form.style input[type='submit']:active {
	color: #737373;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1),
				inset 0 0 1px rgba(0,0,0,0.1);
}

/* Primary */
.button-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

.button-primary:hover {
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.3),
				inset 0 0 1px rgba(0,0,0,0.3);
	color: #fff;
}

.button-primary:active {
	box-shadow: inset 0 1px 8px rgba(0,0,0,0.4),
				inset 0 0 1px rgba(0,0,0,0.3);
	text-shadow: 0 0 5px #fff;
}

/* Note: .button-more is deprecated since Warp 6.2 */
.button-more,
.button-default,
.button-primary { display: inline-block; }

.button-more + [class*=button-],
.button-default + [class*=button-],
.button-primary + [class*=button-] { margin-left: 10px; }

/* LIENS */

a.link_pdf {
	padding-left: 20px;
	background: url(/acvs/templates/yoo_acvs/images/ico/blanc/pdf.png) -3% 50% no-repeat;
}
a.link_like {
	padding-left: 20px;
	background: url(/acvs/templates/yoo_acvs/images/ico/blanc/ambiance.png) -3% 50% no-repeat;
}
a.link_link {
	padding-left: 20px;
	background: url(/acvs/templates/yoo_acvs/images/ico/blanc/link.png) -3% 50% no-repeat;
}