/* ##################################################################################################
	CSS CLA V6 2016 + overrides
################################################################################################## */



/* ****************************************************************************
	News Ticker
**************************************************************************** */
@keyframes ticker {
	0%   {margin-top: 0}
	25%  {margin-top: -30px}
	50%  {margin-top: -60px}
	75%  {margin-top: -90px}
	100% {margin-top: 0}
}

.news {
	/* box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5); */
	width: 779px;
	height: 26px;
	margin: 26px auto;
	overflow: hidden;
	/* border-radius: 4px; */
	padding: 3px;
	-webkit-user-select: none;
	border: 1px solid;
	top: 15px;
	position: relative; 
} 

.news span {
	float: left;
	color: #fff;
	padding: 12px;
	position: relative;
	top: 1%;
	/* border-radius: 4px;
	box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);*/
	font: 16px 'century gothic';
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	top: -9px;
	left: -5px;
	font-weight: bold;
}

.news ul {
	float: left;
	padding-left: 20px;
	/* animation: ticker 16s cubic-bezier(1, 0, .5, 0) infinite; */
	/* animation: ticker 16s linear infinite; */
	-webkit-user-select: none
}

.news ul li {
	line-height: 30px;
	list-style: none;
}

.news ul li a {
	color: #000000;
	text-decoration: none;
	font: 14px 'century gothic';
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	font-weight: bold;
}

.news ul:hover {
	animation-play-state: paused;
}

.news span:hover+ul {
	animation-play-state: paused;
}

.blue {
	background: #347fd0;
}

.blue span {
	background: #2c66be;
}

.red {
    background-image: url(../img/background-breakingnews_green.png);
    background-repeat: no-repeat;
	background-position: -55px; 
}	

.green {
	background: #699B67;
}

.green span {
	background: #547d52;
}

.magenta {
	background: #b63ace;
}

.magenta span {
	background: #842696;
}



/* ****************************************************************************
	Flip Counter
**************************************************************************** */

.container {
    text-align: center;
    margin: 0 auto;
    width: 281px;
    height: 60px;
    position: relative;
    top: 79px;
    left: 0px;
    margin: -142px 0 0 0px;
    z-index: 1;
	background-image:radial-gradient(#f7b203, #face14);
    float: right;
}

.container_1{
    text-align: center;
    margin: 0 auto;
    width: 281px;
    height: 60px;
    position: relative;
    top: 79px;
    left: 0px;
    margin: -142px 0 0 0px;
    z-index: 1;
	background: rgb(46, 201, 192);
    float: right;
}

.container_2 {
    text-align: center;
    margin: 0 auto;
    width: 281px;
    height: 60px;
    position: relative;
    top: 79px;
    left: 0px;
    margin: -142px 0 0 0px;
    z-index: 1;
	background: rgb(179, 25, 15);
    float: right;
}

.container_3 {
    text-align: center;
    margin: 0 auto;
    width: 281px;
    height: 60px;
    position: relative;
    top: 79px;
    left: 0px;
    margin: -142px 0 0 0px;
    z-index: 1;
	background: rgb(102, 49, 177);
    float: right;
}

.container_4 {
    text-align: center;
    margin: 0 auto;
    width: 281px;
    height: 60px;
    position: relative;
    top: 79px;
    left: 0px;
    margin: -142px 0 0 0px;
    z-index: 1;
	background: rgb(0, 95, 39);
    float: right;
}

.container_5 {
    text-align: center;
    margin: 0 auto;
    width: 281px;
    height: 60px;
    position: relative;
    top: 79px;
    left: 0px;
    margin: -142px 0 0 0px;
    z-index: 1;
	background: rgb(122, 70, 4);
    float: right;
}

#CDT {
    font-size: 36px;
    color: #ffffff;
    /* margin: 70px 0 100px; */
    font-weight: bold;
}

#CDT .number-wrapper {
    /* margin: 10px; */
    position: relative;
    /* left: -75px; */
    top: 22px;
}

#CDT .number {
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 8px;
    height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}

#CDT .line {
    position: absolute;
    width: 100%;
    /* height: 1px; */
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.caption {
    font-size: 17px;
    margin-top: 22px;
    text-align: left;
    width: 146px;
    color: #ffffff;
    float: right;
    /* text-shadow: 1px 2px 3px rgba(0,0,0, 0.5); */
}



/* ****************************************************************************
	Body
**************************************************************************** */

body {
    font: normal 11px/14px 'century gothic',Geneva,Arial,Verdana,sans-serif;
}

body.animaux {
    font-family: 'century gothic';
    color: #222;
    background-image: url(../img/background_CLA.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 223px;
	overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
}

body.chiens  {
    font-family: 'century gothic';
    color: #222;
    background-image: url(../img/background_CHIEN.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 223px;
	overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
}

body.chats  {
    font-family: 'century gothic';
    color: #222;
    background-image: url(../img/background_CHAT.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 223px;
	overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
}

body.ferme  {
    font-family: 'century gothic';
    color: #222;
    background-image: url(../img/background_FERME.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 223px;
	overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
}

body.chevaux  {
    font-family: 'century gothic';
    color: #222;
    background-image: url(../img/background_CHEVAL.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 223px;
	overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
}


/* ****************************************************************************
	Header
**************************************************************************** */

#header_logo {
    float: left;
    display: block;
    margin-top: 33px;
}

#menu_boutiques_head {
	font-weight: bold;
	display: inline-block;
	font-size: 90%;
	font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
}

#menu_boutiques_head ul ul {
    padding-right: 0px;
    display: none;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 5px;
    position: absolute;
    top: 14px;
    line-height: 26px;
    width: 130px;
    background: #eeeeee;
    padding: 10px;
}

#menu_boutiques_head li {
	/*padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 0px;
	width: 160px;
	padding-top: 2px;*/
	list-style-type: none;
	position: relative;
	/*background-color: none;*/
	font-size: 12px;
    color: #000000;
	font-weight: normal;	
    font-family: 'century gothic';	
}

#menu_boutiques_head li a {
	text-decoration: none;
}

#menu_boutiques_head li:hover ul.niveau2 {
	display: block;
}

#menu_boutiques_head li.sfhover ul.niveau2 {
	display: block;
}

#menu_boutiques_head li.plus {
	background-position: right 50%;
	/* border-bottom: #b0b0b0 1px solid; */
	background-repeat: no-repeat;
}

.selection_site li.icone_ClicAnimaux {
    list-style-type: none;
    background: url('../img/ico_Cla-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
}

.selection_site li.icone_ClicChien {
    list-style-type: none;
    background: url('../img/ico_Chien-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
}

.selection_site li.icone_ClicChat {
    list-style-type: none;
    background: url('../img/ico_Chat-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
    width: 70px;	
}

.selection_site li.icone_ClicFerme {
    list-style-type: none;
    background: url('../img/ico_Ferme-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
}

.selection_site li.icone_ClicCheval {
    list-style-type: none;
    background: url('../img/ico_Cheval-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
	width: 71px;
}

.selection_site li.icone_ClicAnimaux-off:hover {
    list-style-type: none;
    background: url('../img/ico_Cla-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
}

.selection_site li.icone_ClicChien-off:hover {
    list-style-type: none;
    background: url('../img/ico_Chien-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
}

.selection_site li.icone_ClicChat-off:hover {
    list-style-type: none;
    background: url('../img/ico_Chat-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
    width: 70px;	
}

.selection_site li.icone_ClicFerme-off:hover {
    list-style-type: none;
    background: url('../img/ico_Ferme-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
}

.selection_site li.icone_ClicCheval-off:hover {
    list-style-type: none;
    background: url('../img/ico_Cheval-On.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
	width: 71px;
}

.selection_site li.icone_ClicAnimaux-off {
    list-style-type: none;
    background: url('../img/ico_Cla-Off.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
}

.selection_site li.icone_ClicChien-off {
    list-style-type: none;
    background: url('../img/ico_Chien-Off.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
}

.selection_site li.icone_ClicChat-off {
    list-style-type: none;
    background: url('../img/ico_Chat-Off.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
    width: 70px;	
}

.selection_site li.icone_ClicFerme-off {
    list-style-type: none;
    background: url('../img/ico_Ferme-Off.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
}

.selection_site li.icone_ClicCheval-off {
    list-style-type: none;
    background: url('../img/ico_Cheval-Off.png') no-repeat top center;
    cursor: pointer;
    display: block;
    height: 60px;
	width: 71px;
}

.selection_site li {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-left: 20px;
}

.selection_site p {
    font-weight: bold;
    margin-top: 66px;
    font-size: 11px;
    text-align: center;
}

.pre_header_site {
    color: #000000;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    background: none;
    margin-bottom: 5px;
    padding: 5px 0 0 0px;
    box-shadow: none;
    position: absolute;
    z-index: 999;
}

.pre_header_site a {
    font-family: century gothic;
    color: #000000;
    font-size: 11px;
}

.pre_header_site a:hover {
	font-family: century gothic;
	color: #dddddd;
	font-size: 11px;
	text-decoration: none;
}	

#header_right #header_user {
    clear: both;
    float: right;
    margin-top: -105px;
    width: 0px;
    margin-right: 0px;
    z-index: 1000;
    position: relative;
}
	
#header_right {
    position: relative;
    float: right;
    width: 300px;
}	
	
#header_user_info {
	clear: both;
    float: right;
    width: 80px;
    top: 66px;
    padding: 0;
    color: #000000;
    font-family: 'century gothic';
    text-align: center;
    position: relative;
    font-size: 10px;
    margin-right: 0px;
    margin-top: 0px;
}

#header_user_info a.account {
    border: none;
    display: inline;
    margin: 0;
    padding: 0;
    color: #000000;
}

#header_user #header_nav {
    list-style-type: none;
    float: right;
    position: relative;
    top: 2px;
}

#shopping_cart a {
    height: 15px;
    padding: 0px;
    background: none;
    width: 142px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    color: #000000;
	font-family: 'century gothic';
    font-size: 11px;	
	position: relative;
    right: 30px;
    top: 13px;
    text-align: center;
}

#header_user_info a.login {
    background: none;
    font-family: century gothic, arial, helvetica, sans serif;
    color: #ff0000;
    font-weight: bold;
	margin: 0px;
    padding: 0px;
}

#header_user_info a {
    display: inline-block;
    margin: none;
    padding: none;
    line-height: none;
    border-left: none;
}

#inscription-asso {
	background-color: #c6c6c6;
    width: 90px;
    height: 40px;
    position: absolute;
	font-weight: bold;
    text-align: center;
    /* left: -280px;
    top: 114px; */
}

#inscription-clicoeur {
    min-width: 85px;
    position: absolute;
    font-weight: bold;
    text-align: center;
    right: 23px;
}

#inscription-clicoeur a {
    color: #ff0000;
    text-decoration: none;
}

#inscription-clicoeur p {
    margin-top: 0px;
}

#connexion {
    position: absolute;
    top: 17px;
    text-align: center;
    font-weight: bold;
    color: #FF0000;
    font-size: 11px;
    left: 258px;
    float: right;
}

#connexion a {
    color: #FF0000;
    font-size: 11px;
	top: -3px;
    position: relative;
}

.navigation_site {
    float: left;
    width: 460px;
    height: 50px;
    margin: 40px 0 0 5px;
    padding-top: 10px;
}

#userbox {
    width: 281px;
    float: right;
    position: relative;
    height: 20px;
    padding-top: 10px;
}

#header #cart_block {
	top: -70px;
}

#header_user #shopping_cart .ajax_cart_quantity {
    font-weight: bold;
    font-size: 11px;
}

#Slider_home_ClicAnimaux {
	display: inline-block;
    height: 340px;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/background-color-1.gif);
    overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
	z-index:1;
	top:224px;
	overflow-y: hidden;	
}

#Slider_home_ClicChiens {
	display: inline-block;
    height: 340px;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/background-color-2.gif);
    overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
	z-index:1;
	top:224px;
	overflow-y: hidden;	
}

#Slider_home_ClicChats {
	display: inline-block;
    height: 340px;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/background-color-3.gif);
    overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
	z-index:1;
	top:224px;
	overflow-y: hidden;	
}

#Slider_home_ClicFerme {
	display: inline-block;
    height: 340px;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/background-color-4.gif);
    overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
	z-index:1;
	top:224px;
	overflow-y: hidden;	
}

#Slider_home_ClicChevaux {
	display: inline-block;
    height: 340px;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/background-color-5.gif);
    overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
	z-index:1;
	top:224px;
	overflow-y: hidden;	
}

#Slider_home_ClicChevaux_final {
	display: inline-block;
    height: 140px;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: RGB(122, 70, 4);
    overflow-x: hidden;
	-moz-scrollbars-horizontal: hidden;
	z-index:1;
	top:224px;
	overflow-y: hidden;	
}


#Slider_home_structure_ClicAnimaux {
	width: 1015px;
    height: 340px;
	margin: 0 auto;
}

#Slider_home_structure_ClicAnimaux_postclicfinal {
	width: 1015px;
    height: 340px;
	margin: 0 auto;
}

#Slider_home_structure_ClicAnimaux_final {
	width: 1015px;
    height: 140px;
	margin: 0 auto;
}

#Slider_home_ClicAnimaux_masque {
	/* background: url(../img/masque-slider-clic-CLA.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
	height: 40px;
    margin-top: 303px;	
    pointer-events: none;	
}

#Slider_home_ClicChiens_masque {
	/* background: url(../img/masque-slider-clic-CHIEN.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
    position: absolute;
    z-index: 20;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
	height: 40px;
    margin-top: 303px;	
    pointer-events: none;	
}

#Slider_home_ClicChats_masque {
	/* background: url(../img/masque-slider-clic-CHAT.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
    position: absolute; 
    z-index: 20;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
	height: 40px;
    margin-top: 303px;	
    pointer-events: none;	
}

#Slider_home_ClicFerme_masque {
	/* background: url(../img/masque-slider-clic-FERME.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
    position: absolute;
    z-index: 20;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
	height: 40px;
    margin-top: 303px;	
    pointer-events: none;	
}

#Slider_home_ClicChevaux_masque {
  /* background: url(../img/masque-slider-clic-CHEVAL.png) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
      position: absolute;
    z-index: 20;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
	height: 40px;
    margin-top: 303px;	
	z-index:1;
    pointer-events: none;	
}

#Slider_home_left_ClicAnimaux {
	width: 508px;
    height: 340px;	
	float: left;
	/* background-color: RGB(46, 201, 192); */
    z-index: 1;	
    position: absolute;	
}

#Slider_home_right_ClicAnimaux_masque {
    position: absolute;
    margin-left: 449px;
	height: 340px;
	background: url('../img/masque-clic-CLA.png');
	width:94px;
	background-repeat:no-repeat;
}

#Slider_home_right_ClicAnimaux_masque_postclic {
    position: absolute;
    /* margin-left: 449px; */
	height: 340px;
	background: url('../img/masque-post-clic-CLA.png');
	width:568px;
	background-repeat:no-repeat;
}

#Slider_home_right_ClicChiens_masque {
    position: absolute;
    margin-left: 449px;
	height: 340px;
	background: url('../img/masque-clic-CHIEN.png');
	width:94px;
	background-repeat:no-repeat;
}

#Slider_home_right_ClicChiens_masque_postclic {
    position: absolute;
    /* margin-left: 449px; */
	height: 340px;
	background: url('../img/masque-post-clic-CHIEN.png');
	width:568px;
	background-repeat:no-repeat;
}

#Slider_home_right_ClicChats_masque {
    position: absolute;
    margin-left: 449px;
	height: 340px;
	background: url('../img/masque-clic-CHAT.png');
	width:94px;
	background-repeat:no-repeat;
}

#Slider_home_right_ClicChats_masque_postclic {
    position: absolute;
    /* margin-left: 449px; */
	height: 340px;
	background: url('../img/masque-post-clic-CHAT.png');
	width:568px;
	background-repeat:no-repeat;
}


#Slider_home_right_ClicFerme_masque {
    position: absolute;
    margin-left: 449px;
	height: 340px;
	background: url('../img/masque-clic-FERME.png');
	width:94px;
	background-repeat:no-repeat;
}

#Slider_home_right_ClicFerme_masque_postclic {
    position: absolute;
    /* margin-left: 449px; */
	height: 340px;
	background: url('../img/masque-post-clic-FERME.png');
	width:568px;
	background-repeat:no-repeat;
}


#Slider_home_right_ClicChevaux_masque {
    position: absolute;
    margin-left: 449px;
	height: 340px;
	background: url('../img/masque-clic-CHEVAL.png');
	width:94px;
	background-repeat:no-repeat;
}


#Slider_home_right_ClicChevaux_masque_postclic {
    position: absolute;
    /* margin-left: 449px; */
	height: 340px;
	background: url('../img/masque-post-clic-CHEVAL.png');
	width:568px;
	background-repeat:no-repeat;
}

#Slider_home_right_ClicAnimaux {
	width: 507px;
    height: 340px;
    float: right;
    background-color: #2ec9c0;
    z-index: 0;
}

#Slider_home_right_ClicChiens {
	width: 507px;
    height: 340px;
    float: right;
    background-color: #B3190F;
    z-index: 0;
}

#Slider_home_right_ClicChats {
	width: 507px;
    height: 340px;
    float: right;
    background-color: #6631AB;
    z-index: 0;
}

#Slider_home_right_ClicFerme {
	width: 507px;
    height: 340px;
    float: right;
    background-color: #005F27;
    z-index: 0;
}

#Slider_home_right_ClicChevaux {
	width: 507px;
    height: 340px;
    float: right;
    background-color: #7A4604;
    z-index: 0;
}

#content_block_clic {
    background: none;
    border: medium none;
    float: left;
    height: 340px;
    margin-left: 25px;
    margin-top: 0;
    padding: 0;
    width: 518px;
}

#content_block_postclic {
    background: none;
    border: medium none;
    float: left;
    height: 340px;
    margin-left: 25px;
    margin-top: 0;
    padding: 0;
    width: 565px;
}

#content_block_postclic_final {
	background: none;
    border: medium none;
    float: left;
    height: 140px;
    margin-left: 25px;
    margin-top: 0;
    padding: 0;
    width: 950px;
}

.bloc_postclic_contener {
    text-align: center;
    width: 517px;
    padding-top: 10px;
    padding-bottom: 10px;	
}

.merci-post-clic {
	color: #ffffff;
    font-size: 22px;
    line-height: 26px;
}

.block_promoright {
    background: none repeat scroll 0 0 transparent;
    height: 340px;
    overflow: hidden;
    width: 565px;
    float: right;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 0;
}

#footer {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 144px;
    background: #59595b;
    margin-top: 0px;
}

#footer-text {
    /* display: inline-block;*/
    margin: 0 auto;
    width: 1000px;
    /* height: 218px; */
    /* background: #ffffff; */
    margin-top: 0px;
}

#footer-social {
    display: initial;
    margin: 0 auto;
    width: 1000px;
    /* height: 80px;
    background: #ffffff; */
    margin-top: 0px;
}

.footer-social {
    text-align: center;
    font-family: 'century gothic';
    font-size: 18px;
    font-weight: bold;
    color: #59595b;
	padding-top: 30px;
    padding-bottom: 40px;
}

#block_footer_one {
    margin-top: 5px;
    float: left;
    position: relative;
    margin-bottom: 10%;
    display: inline-block;
    font-size: 14px;
    font-family: 'century gothic';
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    width: 300px;
    margin-left: 50px;
}

#footer h4 {
    margin: 12px;
    font-family: 'century gothic';
    font-weight: bold;
    color: #ffffff;	
}

#block_footer_one a {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

#block_footer_one h4 a {
    font-weight: bold;
    color: #ffffff;
}

#block_footer_one h4 a:hover {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'century gothic';	
}

#block_footer_two h4 a:hover {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'century gothic';	
}

#block_footer_three h4 a:hover {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'century gothic';	
}

#block_footer_two a {
    font-size: 12px;
    color: #ffffff;
    text-transform: none;
    line-height: 24px;
}

#block_footer_two h4 a {
    font-weight: bold;
    color: #ffffff;
	font-size: 14px;
    font-family: 'century gothic';	
}

#footer a {
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    font-family: 'century gothic';	
}

#block_footer_three h4 a {
    font-weight: bold;
    color: #ffffff;
    font-family: 'century gothic';
}

#block_footer_three a {
    font-size: 14px;
    color: #ffffff;
    text-transform: none;
    line-height: 24px;
    font-family: 'century gothic';
}

#search_block_top {
    position: absolute;
    top: 80px;
    left: 14px;
    float: left;
    background: #59595b;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(Css4IE/PIE.htc);
	width: 300px;
}

#columns {
    z-index: 1;
    margin-top: 15px;
}

#columns_home {
    z-index: 1;
	margin-top: 350px;
}

#columns_home_postclic {
    z-index: 1;
	margin-top: 620px;
	height: 1684px;	
}

.bloc_clic_p_stats {
    text-align: center;
    font-family: 'century gothic';
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 38px;
}

.bloc_clic_asso {
    width: 342px;
    float: left;
}

.bloc_clic_p_asso_help {
    font-family: 'century gothic';
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    padding: 10px;
    width: 368px;
}

.bloc_clic_free {
    float: left;
    width: 222px;
    text-align: center;
    padding-top: 28px;
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
    line-height: 27px;
}


.bloc_clic_head {
    text-align: center;
    width: 518px;
    padding-top: 10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 15px;
}

.bloc_clic_next {
    float: left;
    width: 507px;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    height: 123px;
}

.bloc_clic_asso_help {
    float: left;
    width: 428px;
}

.bloc_postclic_next {
    float: left;
    width: 244px;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
}

.postclic_text {
    text-align: center;
    padding-top: 10px;
	color: #ffffff;
    font-size: 24px;	
    font-weight: bold;
    left: -5px;
    top: 25px;
    position: relative;	
}

/* .bloc_postclic_stats {
    float: left;
    width: 240px;
    text-align: center;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none;
    /* margin-left: 10px; */
} */

.bloc_postclic_stats {
    float: left;
    width: 240px;
    text-align: center;
    margin-top: -17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none;
    /* margin-left: 10px; */
}

#bloc_postclic_results {
	float: left;
    width: 488px;
    font-family: 'century gothic';
    color: #ffffff;
	margin-top:35px;
}

.bloc_postclic_p_stats {
    font-family: 'century gothic';
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 15px;
}

.bloc_postclic_p_results {
    font-family: 'century gothic';
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-top: -10px;
	text-decoration: underline
}

.bloc_postclic_p_results a {
    font-family: 'century gothic';
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-top: -10px;
	text-decoration: underline
}

.merci-post-clic-final {
    font-size: 28px;
}

/* #merci-post-clic-bloc-final {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    width: 500px;
    float: left;
    margin-top: -91px;
    background-color: #bb6901;
    border-radius: 0px 275px 2000px 0px;
    padding-top: 116px;
    padding-bottom: 250px;
    padding-right: 82px;
    margin-left: -7px;
} */

#merci-post-clic-bloc-final {
    color: #ffffff;
	font-size: 38px;
    line-height: 36px;
    width: 500px;
    float: left;
    margin-top: -91px;
    background-color: #ff0000;
    border-radius: 0px 275px 2000px 0px;
    padding-top: 116px;
    padding-bottom: 250px;
    padding-right: 82px;
    margin-left: -7px;
}

#merci-post-clic-bloc-final a {
    color: #ffffff;
		text-decoration: none;
}		


/* #bloc_postclic_stats-final {
    float: left;
    margin-left: -598px;
    margin-top: 56px;
    position: absolute;
    width: 601px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}*/ 

#bloc_postclic_stats-final {
    position: absolute;
    width: 374px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
	margin-top: 10px;
}

#bloc_postclic_stats-final a {
	color:#ffffff;
}	



#postclic_inscription-rappel {
	color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    width: 342px;
    line-height: 29px;
    margin-top: -1px;
    margin-left: 8px;
}

#postclic_inscription-rappel_button {
    font-size: 18px;
    float: right;
    margin-top: 2px;
    line-height: 18px;
}



#search_block_top #search_query_top {
    padding: 0 5px;
    height: 23px;
    width: 190px;
    border: 1px solid #666;
    border-right: 0 !important;
    color: #666;
    float: left;
    font-family: 'century gothic';
}


/* ****************************************************************************
	Home - Blockgoodnews (clic / postclic)
**************************************************************************** */

.block_goodnews {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.goodnews_title_1 {
    color: rgb(46, 201, 192);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    width: 319px;
    float: right;
    padding-right: 5px;
    margin-bottom: 5px;	
}

.goodnews_title_1 a {
    color: rgb(46, 201, 192);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    line-height: 18px;
}

.goodnews_title_2 {
    color: rgb(179, 25, 15);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    width: 319px;
    float: right;
    padding-right: 5px;
    margin-bottom: 5px;
}

.goodnews_title_2 a {
    color: rgb(179, 25, 15);
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    text-decoration: none;
}

.goodnews_title_3 {
    color: rgb(102, 49, 177);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    width: 319px;
    float: right;
    padding-right: 5px;
    margin-bottom: 5px;
}

.goodnews_title_3 a {
    color: rgb(102, 49, 177);
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    text-decoration: none;
}

.goodnews_title_4 {
    color: rgb(0, 95, 39);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    width: 319px;
    float: right;
    padding-right: 5px;
    margin-bottom: 5px;
}

.goodnews_title_4 a {
    color: rgb(0, 95, 39);
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    text-decoration: none;
}

.goodnews_title_5 {
    color: rgb(122, 70, 4);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    width: 319px;
    float: right;
    padding-right: 5px;
    margin-bottom: 5px;
}

.goodnews_title_5 a {
    color: rgb(122, 70, 4);
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    text-decoration: none;
}

.title_block_collectes_1 {
    color: white;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 2px;
    text-align: center;
    width: 207px;
	height: 6px;
	background-color: rgb(46, 201, 192);
    padding-top: 5px;	
}

.title_block_collectes_1 a, .title_block_collectes_1 a:hover {
    color: white;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
    /*text-shadow: 1px 1px 5px #000000;	*/
}

.title_block_collectes_2 {
    color: white;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 2px;
    text-align: center;
    width: 207px;
	height: 6px;
	background-color: rgb(179, 25, 15);
    padding-top: 5px;	

}

.title_block_collectes_2 a, .title_block_collectes_2 a:hover {
    color: white;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
    /* text-shadow: 1px 1px 5px #000000;	*/
	
}

.title_block_collectes_3 {
    color: white;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 2px;
    text-align: center;
    width: 207px;
	height: 6px;
	background-color: rgb(102, 49, 177);
    padding-top: 5px;	
	
}

.title_block_collectes_3 a, .title_block_collectes_3 a:hover {
    color: white;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
    /* text-shadow: 1px 1px 5px #000000;*/
	
}

.title_block_collectes_4 {
    color: white;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 2px;
    text-align: center;
    width: 207px;
	height: 6px;
	background-color: rgb(0, 95, 39);
    padding-top: 5px;	
	
}

.title_block_collectes_4 a, .title_block_collectes_4 a:hover {
    color: white;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
    /* text-shadow: 1px 1px 5px #000000;	*/
	
}

.title_block_collectes_5 {
    color: white;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 2px;
    text-align: center;
    width: 207px;
	height: 6px;
	background-color: rgb(122, 70, 4);
    padding-top: 5px;	
	
}

.title_block_collectes_5 a, .title_block_collectes_5 a:hover {
    color: white;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
    /* text-shadow: 1px 1px 5px #000000;	*/
	
}

.title_block_collectes_more_spec {
    color: white;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 416px;
    height: 36px;
    background-color: rgb(46, 201, 192);
    padding-top: 10px;
    padding-bottom: 0px;
}

.title_block_collectes_more_spec a, .title_block_collectes_more_spec a:hover {
    color: white;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
    padding-top: 10px;
    /* text-shadow: 1px 1px 5px #000000;	 */
}

.title_block_news {
    background-color: rgb(192, 220, 88);
    color: white;
    float: right;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 18px;
    font-weight: bold;
    height: 6px;
    margin-left: 610px;
	margin-top: -31px;
    padding-left: 2px;
    position: absolute;
    text-align: center;
    width: 173px;
    padding-top: 5px;
}

.title_block_news a, .title_block_news a:hover {
    color: white;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
    /* text-shadow: 1px 1px 5px #000000;	*/
}

#collecte_save_link {
    float: right;
    width: 300px;
    margin-right: 20px;
}


.collecte_save_link {
	float:right;
	height:22px;
	min-width:57px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    padding: 0px 10px 0px 10px;
	background:#ff0000;
	color:#ffffff;
	margin:14px 0 0 0;
	text-align: center;
    font-weight: bold;	
    font-size: 17px;
	padding-top: 6px;
}

#bouton_postclic {
	margin-top:22px;
}

#bouton_postclic a, #bouton_postclic a:hover, #bouton_postclic a:visited {
    color: #ffffff;
    line-height: 15px;
    text-align: center;
    font-size: 17px;
}

#bouton_postclic_list {
	margin-top: -8px;
}

#bouton_postclic_list a, #bouton_postclic_list a:hover, #bouton_postclic_list a:visited {
    color: #ffffff;
    line-height: 15px;
    text-align: center;
    font-size: 17px;
}

#collecte_save_link_postclic {
	float:right;
    width: 319px;
	margin-right: 5px;
}

#bouton_postclic_causes {
    margin-top: 20px;
	margin-right: 18px;	
}

#bouton_postclic_causes a, #bouton_postclic_causes a:hover, #bouton_postclic_causes a:visited {
    color: #ffffff;
    line-height: 15px;
    text-align: center;
    font-size: 17px;
	background: RGB(46, 201, 192);	
    background: #FF0000;
    width: 80px;	
}


.collecte_save_link_postclic {
    float: right;
    height: 24px;
    min-width: 57px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ff0000;
    color: #ffffff;
    margin: -14px 0 0 0;
    padding: 6px 6px 0px 6px;
}

.news_link {
	float:right;
	height:20px;
	width:70px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding-top:4px;
	padding-left:5px;
	background:green;
	color:white;
	margin:14px 0 0 0;
	text-transform:uppercase;
}

.goodnews_description a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.goodnews_description a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.block_news_more a {
    color: #749d12;
    float: right;
    height: 15px;
    text-align: right;
    width: 213px;
    font-size: 14px;
}

.block_news_more {
    display: inline;
    margin-left: 328px;
    margin-top: -23px;
    position: absolute;
    width: 100px;
}

.block_collectes_more_1 a {
    color: rgb(46, 201, 192);
}

.block_collectes_more_2 a {
	color: rgb(179, 25, 15);
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 15px;
    /* margin-left: -460px; */
    position: absolute;
    text-align: right;
    width: 167px;
}

.block_collectes_more_3 a {
	color: rgb(102, 49, 177);
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 15px;
    /* margin-left: -460px; */
    position: absolute;
    text-align: right;
    width: 167px;
}

.block_collectes_more_4 a {
	color: rgb(0, 95, 39);
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 15px;
    /* margin-left: -460px; */
    position: absolute;
    text-align: right;
    width: 167px;
}

.block_collectes_more_5 a {
	color: rgb(122, 70, 4);
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 15px;
    /* margin-left: -460px; */
    position: absolute;
    text-align: right;
    width: 167px;
}

.block_collectes_more_1 {
    display: inline;
    margin-left: 416px;
    margin-top: -24px;
    position: absolute;
    width: 159px;
    float: right;
    text-align: right;
}

.block_collectes_more_2 {
    display: inline;
    margin-left: 416px;
    margin-top: -24px;
    position: absolute;
    /* width: 159px; */
    float: right;
    text-align: right;
}

.block_collectes_more_3 {
    display: inline;
    margin-left: 416px;
    margin-top: -24px;
    position: absolute;
    /* width: 159px; */
    float: right;
    text-align: right;
}

.block_collectes_more_4 {
    display: inline;
    margin-left: 416px;
    margin-top: -24px;
    position: absolute;
    /* width: 159px; */
    float: right;
    text-align: right;
}

.block_collectes_more_5 {
    display: inline;
    margin-left: 416px;
    margin-top: -24px;
    position: absolute;
    /* width: 159px; */
    float: right;
    text-align: right;
}

#home_collecte_numbers {
    display: inline;
    float: left;
    font-weight: bold;
    margin-top: 66px;
    position: absolute;
    text-align: right;
    font-size: 16px;
}

#home_collecte_numbers_spec a {
	color: white;
	font-weight: normal;
	text-align: center;
	width: 100px;
}

#home_collecte_numbers_spec {
    margin-top:15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-bottom: 50px;	
}

#home_collecte_numbers_spec_postclic a {
	color: white;
	font-weight: normal;
	text-align: center;
	width: 100px;
}

#home_collecte_numbers_spec_postclic {
	margin-top: 0px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    position: relative;
    float: left;	
}

#bouton_postclic_autopromo {
	margin-right: 20px;
    margin-top: -11px;
}

#bouton_postclic_autopromo a, #bouton_postclic_autopromo a:hover, #bouton_postclic_autopromo a:visited {
    color: #ffffff;
    line-height: 15px;
    text-align: center;
    font-size: 17px;
}

#home_collecte_numbers_list {
    color: #000000;
    float: left;
    /* margin-top: -52px; */
}

.block_collectes_more_spec {
    display: inline;
    float: right;
    margin-left: 678px;
    margin-top: -26px;
    position: relative;
    width: 280px;
    font-size: 24px;
	text-align: right;
}

.block_collectes_more_spec a {
	color: rgb(46, 201, 192);
}

#goodnews_list {
    display: inline;
    float: right;
    height: 840px;
    margin-left: 5px;
    width: 378px;
    background: #ffffff;
    padding-left: 10px;
    border: 1px solid #dddddd;	
	padding-top: 10px;	
}

#collectes_list {
    float: left;
    height: 850px;
    width: 563px;
    background: #ffffff;
    padding-left: 10px;
    border: 1px solid #dddddd;		
}

#collectes_list_more_spec {
    float: left;
    height: 1333px;
    padding-left: 10px;
    width: 945px;
    background: #ffffff;
    border: 0px solid #dddddd;		
	margin-bottom: 30px;		
}

#collectes_list_more_spec_BN {
    float: left;
    /* height: 1277px; */
    padding-left: 10px;
    width: 947px;
    background: #ffffff;
    border: 0px solid #dddddd;		
	/* margin-bottom: 30px;	 */	
}

#boutton_collectes_list_more_spec_BN {
    color: white;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    background-color: rgb(46, 201, 192);
    padding: 14px;
    float: right;
    left: 7px;
    position: relative;	
}

#boutton_collectes_list_more_spec_BN  a {
    color: white;
}

#causes_list_more_spec {
	float: left;
    height: 1158px;
    padding-left: 10px;
    width: 945px;
    background: #ffffff;
    border: 0px solid #dddddd;
    margin-bottom: 30px;		
}

.goodnews_spec {
	width: 433px;
}

.goodnews_spec a {
    color: #098c84;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}

.goodnews_spec_1 {
	width: 433px;
	margin-top:5px;
}

.goodnews_spec_1 a {
    color: RGB(46, 201, 192);
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}

.goodnews_spec_2 {
	width: 433px;
	margin-top:5px;
}

.goodnews_spec_2 a {
    color: RGB(179, 25, 15);
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}

.goodnews_spec_3 {
	width: 433px;
	margin-top:5px;
}

.goodnews_spec_3 a {
    color: RGB(102, 49, 177);
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}

.goodnews_spec_4 {
	width: 433px;
	margin-top:5px;
}

.goodnews_spec_4 a {
    color: RGB(0, 95, 39);
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}

.goodnews_spec_5 {
	width: 433px;
	margin-top:5px;
}

.goodnews_spec_5 a {
    color: #7A4604;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}


#img_goodnews-left {
    float: left;
    padding: 6px 0px 0px 0;
	border:none;
}

#pourcentage_montant {
    width: 319px;
    float: right;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}

#pourcentage_fond {
    text-align: justify;
    width: 300px;
    height: 16px;
    line-height: 126px;
    background: #bbbbbb;
    border-radius: 5px;
}

#pourcentage_contour {
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: 300px;
    height: 16px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    margin-top: 2px;
}

.pourcentage_texte {
    padding: 0px;
    text-align: center;
    color: #000000;
}

.pourcentage_texte_1 {
    padding: 0px;
    text-align: center;
    color: #000000;
}

.pourcentage_texte_2 {
    padding: 0px;
    text-align: center;
    color: #ffffff;
}

.pourcentage_texte_3 {
    padding: 0px;
    text-align: center;
    color: #ffffff;
}

.pourcentage_texte_4 {
    padding: 0px;
    text-align: center;
    color: #ffffff;
}

.pourcentage_texte_5 {
    padding: 0px;
    text-align: center;
    color: #ffffff;
}

#pourcentage_barre {
    margin: 0;
    height: 16px;
    font-size: 9px;
    line-height: 16px;
    position: static;
    border-radius: 5px 0px 0px 5px;
}


#pourcentage_montant_postclic {
    width: 319px;
    float: right;	
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;	
}

#pourcentage_fond_postclic  {
	width: 435px;
    height: 23px;
    background: #bbbbbb;
    margin-top: 10px;
    border-radius: 5px;
    margin: 0 auto;	
}

#pourcentage_contour_postclic  {
    font-weight: bold;
    width: 435px;
    height: 23px;
    line-height: 12px;
    position: absolute;
}

.pourcentage_texte_postclic  {
    padding-top: 5px;
    text-align: center;
    color: #000000;
    font-size: 19px;
}

.pourcentage_texte_postclic_1  {
    padding-top: 5px;
    text-align: center;
    color: #000000;
    font-size: 19px;
}

.pourcentage_texte_postclic_2  {
    padding-top: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
}

.pourcentage_texte_postclic_3  {
    padding-top: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
}

.pourcentage_texte_postclic_4  {
    padding-top: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
}

.pourcentage_texte_postclic_5  {
    padding-top: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
}

#pourcentage_barre_postclic  {
    margin: 0;
    height: 23px;
    font-size: 9px;
    background: rgb(46, 201, 192);
    position: static;
    border-radius: 5px 0px 0px 5px;
}

#goodnews_description {
    font-size: 14px;
    line-height: 16px;
    padding-right: 23px;
    width: 300px;
    float: right;
    text-transform: lowercase;
}

#goodnews_item {
    margin-right: 4px;
    border-bottom: 1px solid silver;
    margin-bottom: 10px;
    height: 130px;
}

#goodnews_item_spec {
    width: 452px;
    margin: 10px 10px 10px 10px ;
    min-height: 365px;
}

.goodnews_item {
    margin-right: 4px;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px 0;
    min-height: 115px;	
}

.goodnews_img {
	cursor:pointer; 
	float:left;
	margin-right:5px;
}

.goodnews_title {
    font-size: 14px;
    font-weight: bold;
    color: #6d9100;
    text-align: left;
    width: 258px;
    margin-left: 115px;
    margin-bottom: 5px;
    position: absolute;
}

.goodnews_title a {
	font-size:14px; 
	font-weight:bold;
	color:#6d9100;
	text-align:left;
	text-decoration:none;
}

.goodnews_title a:hover {
	font-size:14px; 
	font-weight:bold;
	color:#6d9100;
	text-align:left;
	text-decoration:none;
}

.goodnews_description {
    text-align: left;
    font-size: 12px;
    width: 256px;
    margin-left: 115px;
    margin-bottom: 5px;
    position: absolute;
    margin-top: 43px;
}

#goodnews_save_link {
float: right;
    height: 21px;
    width: 84px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-top: 5px;
    background: #6d9100;
    color: #ffffff;
    margin: 10px 5px 0 0;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
}

#pourcentage_fini {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    width: 257px;
    height: 12px;
    line-height: 16px;
    position: absolute;
    text-align: center;
}

#pourcentage_fini p{
    padding: 0px;
    text-align: center;
    color: #000000;
}

#pourcentage_fini_fond {
    width: 257px;
    margin: 0;
    height: 15px;
    font-size: 9px;
    line-height: 12px;
    background: #bddc5f;
    position: static;
    border-radius: 5px;
}

#pourcentage_fini_bloc {
    margin-left: 114px;
    margin-top: 21px;
    position: absolute;
}

#block_collectes_div {
	width: 575px;
}

#login_form_popup {
    width: 467px;
    text-align: center;
    padding: 5px;
    float: left;
}

#login_form_popup_final {
    width: 532px;
    text-align: center;
    padding: 5px;
    float: right;
    margin-top: -41px;
    height: 124px;
}
	
#login_form_popup h4 {
	/* color:#ffffff; */
    font-size: 18px;
    line-height: 22px;
    /* text-shadow: 2px 2px 2px #000000;	*/
	margin-bottom: 20px; 
}

#login_form_popup_final h4 {
	color:#ffffff;
    font-size: 16px;
    line-height: 22px;
    /* text-shadow: 2px 2px 2px #000000;	*/
	text-align: left;
}

input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
    position: relative;
    display: inline-block;
    /* padding: 10px; */
    border: 1px solid #e75700;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #ffffff;
    background-color: #e75700;
    background-image: none;
    cursor: pointer;
	/* font-size: 18px;	*/

}

.bloc_postclic_limitation {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    float: right;
    width: 500px;
    line-height: 18px;
}

.bloc_postclic_limitation a {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.login_postclic {
	margin-top:10px;
	display:block;
}

#login-popup {
	background-color:#ffffff;
	padding:3px;
	border:1px solid #bbbbbb;
	width:180px;
	box-shadow:1px 1px 2px #C0C0C0 inset;
	/* float: left; */
	font-size: 16px;
    color: #000000;
    font-weight: bold;
}

#password-popup {
    background-color: #ffffff;
    padding: 3px;
    border: 1px solid #bbbbbb;
    width: 180px;
    box-shadow: 1px 1px 2px #C0C0C0 inset;
    /* float: left; */
    /* margin-top: -14px; */
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    /* margin-left: 55px; */
}

#plusdeclics {
    width: 467px;
    text-align: center;
    padding: 5px;
    float: left;
    color: #ffffff;
    font-size: 33px;
    font-weight: bold;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* text-shadow: 2px 2px 6px #000000; */
}


#plusdeclics_final {
    width: 394px;
    text-align: center;
    padding-top: 71px;
    float: left;
    color: #ffffff;
    font-size: 43px;
    font-weight: bold;
    height: 160px;
    margin-top: -38px;
    margin-bottom: 36px;
    /* text-shadow: 2px 2px 6px #000000; */
    background-color: #bb6901;
    border-radius: 0px 275px 2000px 0px;
    margin-left: -7px;
}


#div_autopromo_postclic {
    position: absolute;
    margin-top: 364px;
    margin-left: 10px;
    z-index: 1000;
    background: #ffffff;
    padding-bottom: 20px;
}

#div_autopromo_postclic_list {
    position: absolute;
    margin-top: 260px;
    margin-left: 20px;
	z-index: 1000;
}

.title_block_bold_ClicAnimaux {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: RGB(46, 201, 192);
    top: 5px;
    width: 960px;
    margin-left: 10px;
    position: relative;
}

.title_block_bold_ClicChiens {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: RGB(179, 25, 15);
    top: 5px;
    width: 960px;
    margin-left: 10px;
    position: relative;
}

.title_block_bold_ClicChats {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: RGB(102, 49, 177);
    top: 5px;
    width: 960px;
    margin-left: 10px;
    position: relative;	
}

.title_block_bold_ClicFerme {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: RGB(0, 95, 39);
    top: 5px;
    width: 960px;
    margin-left: 10px;
    position: relative;	
}

.title_block_bold_ClicChevaux {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: RGB(179, 25, 15);
    top: 5px;
    width: 960px;
    margin-left: 10px;
    position: relative;	
}

#collecte_bandeau {
	margin-top: -20px;
	width:680px;
	height:390px;	
}

.breadcrumb {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    width: 979px;
}

#number_appel_coeur_right {
    background: url("../img/picto_coeur_bouton.png") no-repeat scroll 0 0 transparent;
    height: 70px;
    margin-left: 195px;
    margin-top: 33px;
    position: absolute;
    width: 70px;
}

#numero_appel_coeur {
    color: #FFFFFF;
    font-size: 24pt;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    text-align: center;
    padding-top: 18px;
    margin-left: -4px;
    width: 70px;
}

.appel_coeur_title {
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
	top: -5px;
    position: relative;
}

#container_AlloPass_right_ClicAnimaux {
    background: RGB(46, 201, 192);
    height: 125px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#container_AlloPass_right_ClicChiens {
    background: RGB(179, 25, 15);
    height: 125px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#container_AlloPass_right_ClicChats {
    background: RGB(102, 49, 177);
    height: 125px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#container_AlloPass_right_ClicFerme {
    background: RGB(0, 95, 39);
    height: 125px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#container_AlloPass_right_ClicChevaux {
    background: RGB(179, 25, 15);
    height: 125px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#container_Asso_right_ClicAnimaux {
    background: RGB(46, 201, 192);
    height: 105px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#container_Asso_right_ClicChiens {
    background: RGB(179, 25, 15);
    height: 105px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#container_Asso_right_ClicChats {
    background: RGB(102, 49, 177);
    height: 105px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#container_Asso_right_ClicFerme {
    background: RGB(0, 95, 39);
    height: 105px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#container_Asso_right_ClicChevaux {
    background: RGB(179, 25, 15);
    height: 105px;
    padding-top: 10px;
    position: relative;
    text-indent: 5px;
    top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}


#container_AlloPass_right_ClicAnimaux span {
    text-align: center;
    margin-left: 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;
    color: #ffffff;
}

#container_AlloPass_right_ClicChiens span {
    text-align: center;
    margin-left: 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;
    color: #ffffff;
}

#container_AlloPass_right_ClicChats span {
    text-align: center;
    margin-left: 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;
    color: #ffffff;
}

#container_AlloPass_right_ClicFerme span {
    text-align: center;
    margin-left: 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;
    color: #ffffff;
}

#container_AlloPass_right_ClicChevaux span {
    text-align: center;
    margin-left: 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;
    color: #ffffff;
}

#container_AlloPass_right_ClicAnimaux p {
    text-align: justify;
    font-size: 16pt;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    margin-left: 8px;
    margin-top: 20px;
}

#container_AlloPass_right_ClicChiens p {
    text-align: justify;
    font-size: 16pt;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    margin-left: 8px;
    margin-top: 20px;
}

#container_AlloPass_right_ClicChats p {
    text-align: justify;
    font-size: 16pt;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    margin-left: 8px;
    margin-top: 20px;
}

#container_AlloPass_right_ClicFerme p {
    text-align: justify;
    font-size: 16pt;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    margin-left: 8px;
    margin-top: 20px;
}

#container_AlloPass_right_ClicChevaux p {
    text-align: justify;
    font-size: 16pt;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    margin-left: 8px;
    margin-top: 20px;
}

#appel_coeur {
    width: 274px;
    text-align: center;
}

#GreyBackground {
	/* background:#e7dcd6; */
	height:565px;
	/* padding-bottom:15px;
	margin-bottom:25px; */
	width:970px;
	margin-left:10px;
	padding-top:20px;
}

#bloc_grey_collecte {
    background: #e7dcd6;
    height: 160px;
    margin-top: 8px;
    width: 680px;
}

#bloc_grey_causes {
    background: #e7dcd6;
    height: 136px;
    margin-top: 8px;
    width: 680px;
}

#ListingCollecteShareTools_large li {
    list-style-type: none;
    display: inline-block;
    /* width: 110px; */
}

#ListingCollecteShareTools_large {
    float: left;
    width: 520px;
    height: 42px;
    text-align: left;
    margin-left: 10px;
    margin-top: 5px;
    border-bottom: none;	
}

#viral_facebook {
	position: relative;
    width: 180px;
    float: left;
}

#viral_twitter {
    position: relative;
    float: left;
    width: 89px;
}

#viral_googleplus {
	width: 97px;
    float: left;
}

#viral_like {
    width: 76px;
    float: left;
}

#viral_commentaires{
    width: 51px;
    float: left;
    position: relative;
    padding-top: 3px;
}

.sendtofriend {
    padding-left: 0px;
    /* background: url(../img/icon/send_friend.gif) no-repeat 0 0; */
    cursor: pointer;
    /* display: inline;
    list-style-type: none;
    margin-left: -20px; */
    position: relative;
    z-index: 1;
    float: left;
}

#PercentOnCollecte {
    background: none;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: right;
    height: 100px;
    margin-top: -9px;
    position: relative;
    text-align: center;
    width: 100px;
    margin-bottom: 0px;
    margin-right: 15px;
}


#TextIntroCollecte {
    display: block;
    float: left;
    height: 100px;
    padding: 10px;
    margin-top: 0px;
    width: 500px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 14pt;
    font-weight: bold;
    color: #E05802;
    line-height: 20px;
}

.bouton_don {
    font-size: 24px;
    padding: 10px 10px 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #E05802;
    border: #ffffff 2px solid;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin: 6px;
	width: 79px;
}	

.bouton_don:hover {
    font-size: 24px;
    padding: 10px 10px 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #434244;
    border: #ffffff 2px solid;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin: 6px;
    width: 79px;
}	

.bouton_don:focus {
    font-size: 24px;
    padding: 10px 10px 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #434244;
    border: #ffffff 2px solid;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin: 6px;
    width: 79px;
}	

#bouton_don_euro {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    position: relative;
    margin-left: -32px;
    margin-top: 26px;
	pointer-events: none;	
}	

#bouton_don_euro_asso {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    position: relative;
    margin-left: -32px;
    margin-top: 26px;
	pointer-events: none;	
}	

#bouton_don_euro_asso_parrain {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    position: relative;
    margin-left: -24px;
    margin-top: 25px;
    pointer-events: none;
}

#titre_don {
	text-align: center;
    margin-left: 0px;
    font-size: 22px;
    /* font-weight: bold; */
    line-height: 19px;
    color: #ffffff;
    margin-top: -6px;
}

#titre_don_asso {
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
}

#nom_don {
    text-align: center;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 22px;
    margin-top: 10px;
    /* font-weight: bold; */
    padding: 0px;
}

#container_don_right_2 p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
    padding-top: 0px;
}

#container_don_right_2_ClicAnimaux {
	background: RGB(46, 201, 192);
    color: #FFFFFF;
    height: 382px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_don_right_2_ClicChiens {
    background: RGB(179, 25, 15);
    color: #FFFFFF;
    height: 382px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_don_right_2_ClicChats {
    background: RGB(102, 49, 177);
    color: #FFFFFF;
    height: 382px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_don_right_2_ClicFerme {
    background: RGB(0, 95, 39);
    color: #FFFFFF;
    height: 382px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_don_right_2_ClicChevaux {
    background: RGB(179, 25, 15);
    color: #FFFFFF;
    height: 382px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}


#deduction_right {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    margin-top: -2px;
    line-height: 14px;
    float: left;
    text-align: center;
    width: 274px;
}

.container_don_right_button {
    background-color: #E05802;
    border-radius: 5px;
    width: 258px;
    font-size: 22px;
    padding: 0px 0px 3px 0px;
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 1px 1px 5px #000000;
    cursor: pointer;	
    border: 0px;	
}

.container_don_right_button_asso {
    background-color: #E05802;
    border-radius: 5px;
    width: 258px;
    font-size: 22px;
    padding: 0px 0px 3px 0px;
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 1px 1px 5px #000000;
    cursor: pointer;	
    border: 0px;	
}

.container_don_right_button_asso_2 {
    background-color: #E05802;
    border-radius: 5px;
    width: 258px;
    font-size: 22px;
    padding: 0px 0px 3px 0px;
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 1px 1px 5px #000000;
    cursor: pointer;	
    border: 0px;	
    height: 28px;	
}

#mentions_block_don {
    font-size: 15px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}	

.mentions_block_don_title {
	font-weight: bold;
	position: relative;
    top: -2px;
    margin-left: 8px;
}

#bloc_collecte_fixed {
    width: 275px;
    /* position: fixed; */
    margin-top: -15px;
}

.sticky {
    position: fixed;
    width: 277px;
    top: 10px;
    z-index: 100;
    border-top: 0;
    float: right;
}

.btnNextComments {
    position: relative;
    display: inline-block;
    padding: 5px 7px 5px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    background: #E05802;
    cursor: pointer;
    width: 620px;
    margin-left: 15px;
    text-align: center;
    border: 0;
    font-size: 14px;
    float: right;
}

#top-comments {
    background: #bcdc5d;
    color: #ffffff;
    font-size: 14pt;
    font-weight: bold;
    padding: 10px;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#comment_func {
    word-break: break-word;
    margin-bottom: 50px;
}

.comment_cgu {
    height: 10px;
    width: 680px;
    text-align: center;
    margin-bottom: 6px;
}

#GreyBackground_causes{
    /* background: #e7dcd6; */
    height: 516px;
    padding-bottom: 0px;
    margin-bottom: 25px;
    width: 970px;
    margin-left: 10px;
    padding-top: 20px;
}

.block_inline_association {
    height: 130px;
    border: 0px;
    background-color: #eeeeee;
    margin-bottom: 10px;
    padding: 10px;
    width: 620px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.title_block_bold_content {
    color: #E05802;
    font-family: 'century gothic';
    font-size: 14pt;
    font-weight: bold;
    line-height: 25px;
    margin-top: 0;
    padding-left: 5px;
    text-align: justify;
    width: 620px;
    background: none;
    top: 0px;	
}

.title_block_bold {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 5px;
    font-family: 'century gothic';
    text-align: justify;
    background: #E05802;
    margin-top: 0px;
}

#middleAsso {
    border-top: 0px solid #E05802;
    padding-top: 0px;
}

#BlocAdressAsso {
    float: left;
    width: 300px;
    position: relative;
    display: block;
    margin-left: 20px;
    padding-left: 0px;
    margin-top: 0px;
    font-size: 13px;
    font-family: 'century gothic';
    margin-bottom: 20px;
    background: #ffffff;
    height: 159px;
}


.Contact_title_ClicAnimaux {
    color: RGB(46, 201, 192);
    text-transform: uppercase;	
}

.Contact_title_ClicChiens {
    color: RGB(179, 25, 15)
    text-transform: uppercase;	
}

.Contact_title_ClicChats {
    color: RGB(102, 49, 177);
    text-transform: uppercase;	
}

.Contact_title_ClicFerme {
    color: RGB(0, 95, 39);
    text-transform: uppercase;	
}

.Contact_title_ClicChevaux {
    color: RGB(179, 25, 15);
    text-transform: uppercase;	
}

#container_don_right_ClicAnimaux {
	background: RGB(46, 201, 192);
    color: #FFFFFF;
    height: 366px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_don_right_ClicChiens {
    background: RGB(179, 25, 15);
    color: #FFFFFF;
    height: 366px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_don_right_ClicChats {
    background: RGB(102, 49, 177);
    color: #FFFFFF;
    height: 366px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_don_right_ClicFerme {
    background: RGB(0, 95, 39);
    color: #FFFFFF;
    height: 366px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_don_right_ClicChevaux {
    background: #7A4604;
    color: #FFFFFF;
    height: 366px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_parrainage_right_ClicAnimaux {
	background: RGB(46, 201, 192);
    color: #FFFFFF;
    height: 257px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_parrainage_right_ClicChiens {
    background: RGB(179, 25, 15);
    color: #FFFFFF;
    height: 257px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_parrainage_right_ClicChats {
    background: RGB(102, 49, 177);
    color: #FFFFFF;
    height: 257px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_parrainage_right_ClicFerme {
    background: RGB(0, 95, 39);
    color: #FFFFFF;
    height: 257px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}

#container_parrainage_right_ClicChevaux {
    background: #7A4604;
    color: #FFFFFF;
    height: 257px;
    position: relative;
    padding-top: 10px;
    border-radius: 5px;
    width: 274px;
    margin-left: 3px;
    float: none;
    text-align: center;
}
#deduction {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
}

#lab_prelevement {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
}

#lab_prelevement_daily {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
}

.input_prelevement {
    font-size: 24px;
    padding: 10px 10px 20px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #E05802;
    border: #ffffff 2px solid;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin: 5px;
	width: 58px;
}	

.input_prelevement:hover {
    font-size: 24px;
    padding: 10px 10px 20px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #434244;
    border: #ffffff 2px solid;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin: 5px;
	width: 58px;
}	

.input_prelevement:focus {
    font-size: 24px;
    padding: 10px 10px 20px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #434244;
    border: #ffffff 2px solid;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin: 5px;
	width: 58px;
}	

.subtitle_block_bold_ClicAnimaux {
    color: RGB(46, 201, 192);
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 0px;
    font-family: century gothic;
    text-align: justify;
    background:none;
    margin-top: 0px;
    width: 960px;
    border-bottom: 1px solid;
    margin-bottom: 15px;		
}

.subtitle_block_bold_ClicChiens {
    color: RGB(179, 25, 15);
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 0px;
    font-family: century gothic;
    text-align: justify;
    background:none;
    margin-top: 0px;
    width: 960px;
    border-bottom: 1px solid;
    margin-bottom: 15px;		
}

.subtitle_block_bold_ClicChats {
    color: RGB(102, 49, 177);
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 0px;
    font-family: century gothic;
    text-align: justify;
    background:none;
    margin-top: 0px;
    width: 960px;
    border-bottom: 1px solid;
    margin-bottom: 15px;		
}

.subtitle_block_bold_ClicFerme {
    color: RGB(0, 95, 39);
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 0px;
    font-family: century gothic;
    text-align: justify;
    background:none;
    margin-top: 0px;
    width: 960px;
    border-bottom: 1px solid;
    margin-bottom: 15px;		
}

.subtitle_block_bold_ClicChevaux {
    color: RGB(179, 25, 15);
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 0px;
    font-family: century gothic;
    text-align: justify;
    background:none;
    margin-top: 0px;
    width: 960px;
    border-bottom: 1px solid;
    margin-bottom: 15px;	
}

.title_block {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: RGB(46, 201, 192);
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;	
    margin-bottom: 20px;	
}

#page .rte {
    background: transparent none repeat scroll 0 0;
    width: 970px;
}

#page {
    background: #ffffff;
    position: relative;
}

#columns {
    z-index: 1;
    margin-top: 15px;
    min-height: 1360px;
}

h1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: RGB(46, 201, 192);
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;	
}

.search-asso {
    background: #efefef;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 12px;
    text-align: left;
    border: 0px;
    padding: 10px;
    width: 953px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	height: 143px;	
}

#map_asso {
    width: 983px;
}	

.h1_color_1 {
    background: RGB(46, 201, 192);
}
.h1_color_2 {
    background: RGB(179, 25, 15);
}
.h1_color_3 {
    background: RGB(102, 49, 177);
}
.h1_color_4 {
    background: RGB(0, 95, 39);
}
.h1_color_5 {
    background: RGB(179, 25, 15);
}




/* pagination ********************************************************************************** */
/*

form.pagination {display:none;}

div.pagination {
    margin: 10px 0;
    text-align: center;
    width: 975px;
}

ul.pagination {
    list-style-type: none;
    margin-left: 0px;
    width: 975px;
}
ul.pagination li {display: inline;}
ul.pagination a, ul.pagination span {
	display:inline-block;
	border:1px solid #eee;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    font-size: 18px;
    font-weight: bold;	
	color:#ccc
}

ul.pagination a {
    text-align: center;
    font-family: 'century gothic';
    font-size: 18px;
    font-weight: bold;
    background: rgb(192, 220, 88);
    color: #ffffff;
    padding: 2px 5px 2px 5px;
    min-width: 19px;
    height: initial;
    width: initial;	
}

ul.pagination a:hover {
	color:#333;
	border:1px solid #333
}
ul.pagination .current span {
	color:#333;
	border:1px solid #fff
}
ul.pagination li.disabled span {color:#ccc}

#pagination_previous {float:left}
#pagination_next {float:right}
#pagination_previous a, #pagination_previous span,
#pagination_next a, #pagination_next span {
    padding: 0 8px;
    width: auto;
    font-family: 'century gothic';
    font-size: 18px;
    font-weight: bold;	
}
}
#pagination_previous span,
#pagination_next span {
    color: #ffffff;
    border: 1px solid #eee;
    font-family: 'century gothic';
    font-size: 18px;
    font-weight: bold;	
	background: rgb(192, 220, 88);
}

*/

#listingAsso {
    width: 470px;
    margin: auto;
    max-height: 140px;
    border-bottom: 0px solid #E05802;
    background: #ffffff;
    padding-top: 7px;
    display: inline-block;
    padding-left: 5px;
    text-align: justify;
    padding-right: 10px;
    vertical-align: top;
}

#bandeau_collecte {
	width: 680px;
	height: 392px;
	margin-top:-22px;
}

.ListingCollecteTxt {
    font-family: 'century gothic';
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-align: justify;
    padding-bottom: 10px;
    /* text-transform: lowercase; */
    line-height: 18px;
}

.ListingCollecteTitle_ClicAnimaux {
    text-align: left;
    font-family: 'century gothic';
    font-size: 14px;
    font-weight: bold;
    color: RGB(46, 201, 192);
    padding-bottom: 5px;
}

.ListingCollecteTitle_ClicAnimaux a {
    color: RGB(46, 201, 192);
    text-decoration: none;
}

.ListingCollecteTitle_ClicChiens {
    text-align: left;
    font-family: 'century gothic';
    font-size: 14px;
    font-weight: bold;
    color: RGB(179, 25, 15);
    padding-bottom: 5px;
}

.ListingCollecteTitle_ClicChiens a {
    color: RGB(179, 25, 15);
    text-decoration: none;
}

.ListingCollecteTitle_ClicChats {
    text-align: left;
    font-family: 'century gothic';
    font-size: 14px;
    font-weight: bold;
    color: RGB(102, 49, 177);
    padding-bottom: 5px;
}

.ListingCollecteTitle_ClicChats a {
    color: RGB(102, 49, 177);
    text-decoration: none;
}
	
.ListingCollecteTitle_ClicFerme {
    text-align: left;
    font-family: 'century gothic';
    font-size: 14px;
    font-weight: bold;
    color: RGB(0, 95, 39);
    padding-bottom: 5px;
}

.ListingCollecteTitle_ClicFerme a {
    color: RGB(0, 95, 39);
    text-decoration: none;
}	
	
.ListingCollecteTitle_ClicChevaux {
    text-align: left;
    font-family: 'century gothic';
    font-size: 14px;
    font-weight: bold;
    color: RGB(179, 25, 15);
    padding-bottom: 5px;
}

.ListingCollecteTitle_ClicChevaux a {
    color: RGB(179, 25, 15);
    text-decoration: none;
}		

#AssoListingCollecte_small {
    width: 470px;
    height: inherit;
    margin: auto;
    border-bottom: 0px dashed #cccccc;
    background: #ffffff;
    padding-top: 7px;
    display: inline-block;
    margin-left: 10px;
}

#ContenerCollecteDescription {
    margin-left: 10px;
    width: 620px;
    margin: 0 auto;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    text-align: justify;
    margin-top: 5px;
}

#LabelImgProjectAsso_ClicAnimaux {
    width: 268px;
    padding: 5px;
    background: RGB(46, 201, 192);
    color: #ffffff;
    display: inline-block;
    margin-top: 73px;
    font-weight: bold;
	    border-radius: 5px 5px 0px 0px;
}

#LabelImgProjectAsso_ClicChiens {
    width: 268px;
    padding: 5px;
    background: RGB(179, 25, 15)
    color: #ffffff;
    display: inline-block;
    margin-top: 73px;
    font-weight: bold;
	    border-radius: 5px 5px 0px 0px;
}

#LabelImgProjectAsso_ClicChats {
    width: 268px;
    padding: 5px;
    background: RGB(102, 49, 177);
    color: #ffffff;
    display: inline-block;
    margin-top: 73px;
    font-weight: bold;
	    border-radius: 5px 5px 0px 0px;
}

#LabelImgProjectAsso_ClicFerme {
    width: 268px;
    padding: 5px;
    background: RGB(0, 95, 39);
    color: #ffffff;
    display: inline-block;
    margin-top: 73px;
    font-weight: bold;
	    border-radius: 5px 5px 0px 0px;
}

#LabelImgProjectAsso_ClicChevaux {
    width: 268px;
    padding: 5px;
    background: RGB(179, 25, 15);
    color: #ffffff;
    display: inline-block;
    margin-top: 73px;
    font-weight: bold;
	    border-radius: 5px 5px 0px 0px;
}

#LabelImgProjectAsso_ClicAnimaux p {
	padding-bottom: 0px;
}

#LabelImgProjectAsso_ClicChiens p {
	padding-bottom: 0px;
}

#LabelImgProjectAsso_ClicChats p {
	padding-bottom: 0px;
}

#LabelImgProjectAsso_ClicFerme p {
	padding-bottom: 0px;
}

#LabelImgProjectAsso_ClicChevaux p {
	padding-bottom: 0px;
}

.association_item_bis {
    float: left;
    margin-bottom: 0px;
    min-height: 80px;
    padding: 5px 0;
    width: 240px;
    padding: 10px;
    margin-top: 75px;
    border: 0px solid #E05802;
    background: #eeeeee;
    border-radius: 0px 0px 5px 5px;	
}

.navigation_actions {
    font-size: 9pt;
    border-radius: 3px;
    width: 670px;
    line-height: 30px;
    background: none;
    text-align: left;
    padding-left: 7px;
    margin-bottom: 10px;
}

#formSearchAsso {
    width: 495px;
    position: absolute;
    margin-left: 480px;
    margin-top: 3px;
}

#formSearchCauses {
    width: 684px;
    position: absolute;
    margin-left: 284px;
    margin-top: 0px;
	height: 1px;
}


#triage {
    position: relative;
    top: -40px;
    margin-left: 0px;
    color: #ffffff;
    float: right;
}

#pourcentage_barre_postclic_final {
    margin: 0;
    height: 23px;
    font-size: 9px;
    background: rgb(46, 201, 192);
    position: static;
    border-radius: 5px 5px 5px 5px;
}

#pourcentage_barre_postclic_final_1 {
    margin: 0;
    height: 23px;
    font-size: 9px;
    background: RGB(46, 201, 192);
    position: static;
    border-radius: 5px 5px 5px 5px;
}

#pourcentage_barre_postclic_final_2 {
    margin: 0;
    height: 23px;
    font-size: 9px;
    background: RGB(179, 25, 15);
    position: static;
    border-radius: 5px 5px 5px 5px;
}

#pourcentage_barre_postclic_final_3 {
    margin: 0;
    height: 23px;
    font-size: 9px;
    background: RGB(102, 49, 177);
    position: static;
    border-radius: 5px 5px 5px 5px;
}

#pourcentage_barre_postclic_final_4 {
    margin: 0;
    height: 23px;
    font-size: 9px;
    background: RGB(0, 95, 39);
    position: static;
    border-radius: 5px 5px 5px 5px;
}

#pourcentage_barre_postclic_final_5 {
    margin: 0;
    height: 23px;
    font-size: 9px;
    background: #7A4604;
    position: static;
    border-radius: 5px 5px 5px 5px;
}

.search_button {
    background: #e75700;
    color: #ffffff;
    padding: 3px 6px 3px 6px;
    border-radius: 5px;
    position: relative;
    top: -2px;
    border: 0px;
}

.title_block_collectes_more_spec_final {
    color: white;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 334px;
    height: 36px;
    background-color: rgb(46, 201, 192);
    padding-top: 10px;
    padding-bottom: 0px;
}

.title_block_collectes_more_spec_final a, .title_block_collectes_more_spec_final a:hover {
    color: white;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
    padding-top: 10px;
    /* text-shadow: 1px 1px 5px #000000;	 */
}

.collecte_saved_link {
    float: right;
    height: 24px;
    width: 127px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* padding-left: 5px; */
    background: #6d9100;
    color: #ffffff;
    margin: -14px 0 0 0;
    padding-top: 6px;
}

.title_block_collectes_saved {
    color: white;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 222px;
    height: 36px;
    background-color: rgb(192, 220, 88);
    padding-top: 10px;
    padding-bottom: 0px;
}

.title_block_collectes_saved a, .title_block_collectes_saved a:hover {
    color: white;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
    padding-top: 10px;
    /* text-shadow: 1px 1px 5px #000000;	 */
}

.title_block_memorial {
    border-bottom: none;
    color: #1591b4;
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    padding: 0px;
    background: none;
    top: 0px;
}

#Nom_Animal_Texte h1 {
    color: #ffffff;
    font-family: gabrielleregular;
    font-size: 37px;
    padding: 0px;
    background: none;
    text-align: center;
    line-height: inherit;
    width: 980px;
    margin-left: 14px;
}

#content_grave h1 {
    text-align: center;
    font-size: 16px;
    top: -40px;
    width: 990px;
    background: none;
}

.resultats_title_ClicAnimaux {
	color: #2ec9c0;
	font-size: 22px;
	padding-bottom:10px; 
}

.resultats_title_ClicChiens {
	color: #B3190F;
	font-size: 22px;
	padding-bottom:10px;	
}

.resultats_title_ClicChats {
	color: #6631AB;
	font-size: 22px;
	padding-bottom:10px;	
}

.resultats_title_ClicFerme {
	color: #005F27;
	font-size: 22px;
	padding-bottom:10px;	
}

.resultats_title_ClicChevaux {
	color: #7A4604;
	font-size: 22px;
	padding-bottom:10px;	
}





.resultats_subtitle_ClicAnimaux {
	color: #2ec9c0;
	font-size: 14px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;	
}

.resultats_subtitle_ClicChiens {
	color: #B3190F;
	font-size: 14px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;	
}

.resultats_subtitle_ClicChats {
	color: #6631AB;
	font-size: 14px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;	
}

.resultats_subtitle_ClicFerme {
	color: #005F27;
	font-size: 14px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;	
}

.resultats_subtitle_ClicChevaux {
	color: #7A4604;
	font-size: 14px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;	
}

#table_resultat_head_ClicAnimaux {
	background-color: #2ec9c0;
	color:white;
}

#table_resultat_head_ClicChiens {
	background-color: #B3190F;
	color:white;
}

#table_resultat_head_ClicChats {
	background-color: #6631AB;
	color:white;
}

#table_resultat_head_ClicFerme {
	background-color: #005F27;
	color:white;
}

#table_resultat_head_ClicChevaux {
	background-color: #7A4604;
	color:white;
}


.title_block_ClicAnimaux {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #2ec9c0;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

.title_block_ClicChiens {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #B3190F;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

.title_block_ClicChats {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #6631AB;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

.title_block_ClicFerme {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #005F27;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

.title_block_ClicChevaux {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #7A4604;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

.title_block_1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #2ec9c0;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

.title_block_2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #B3190F;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

.title_block_3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #6631AB;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

.title_block_4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #005F27;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

.title_block_5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
    font-family: century gothic;
    text-align: justify;
    background: #7A4604;
    margin-top: 0px;
    width: 970px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border-bottom: 0px solid #E05802;
    margin-bottom: 20px;
}

#contact h3 {
    margin: 0 0 15px 0;
    padding: 8px;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

ul#order_step {
    background-color: white;
    margin: 0 auto;
    width: 900px;	
}

ul.step li {
    float: left;
    height: 52px;
    width: 225px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/step_standard.gif) no-repeat center bottom transparent;
}

ul.step {
    list-style-type: none;
    margin-bottom: 30px;
    height: 72px;
    width: 680px;
}

table#cart_summary th {
    padding: 14px 12px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    background: #bbbbbb;
	text-align: center;
}

#shopping_align {
	width: 980px;
}

#order-detail-content {
    margin-bottom: 20px;
    width: 900px;
    margin: 0 auto;
}

ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
    display: inline-block;
    padding: 8px 10px 12px;
    color: #fff;
    background: url(../img/step_current_span.gif) no-repeat center bottom transparent;
}
.cart_navigation {
    width: 900px;
    margin: 0 auto;
}
#order #center_column, #order-confirmation #center_column {
    width: 980px;
}

.cart_navigation .button, .cart_navigation .button_large {
    border-color: #ccc;
    background: #cccccc;
}

.info_recu_fiscal {
    color: #222222;
    font-weight: lighter;
    font: 11px/14px 'century gothic';
	font-style: italic;
}

div.addresses {
    position: relative;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 12px;
    background: #f8f8f8;
    margin-left: 0px;
    margin: 0 auto;
    width: 870px;
    margin-bottom: 15px;
}

#order_adresse_align {
	width: 980px;
}

.addresses ul.address .address_title {
    margin-bottom: 5px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
    background: #bbbbbb;
	text-transform: none;
}

.addresses ul.address {
    list-style-type: none;
    float: left;
    position: relative;
    margin: 30px 30px 0 0;
    width: 417px !important;
}

form#add_adress {
    margin: 0 auto;
    width: 680px;
}

.paiement_block {
    padding: 15px;
    border: 0px solid #ccc;
    font-size: 12px;
    color: #000;
    background: #f8f8f8;
    width: 870px;
    margin: 0 auto;
}

#paiement_align {
	width: 980px;
}

.ticker_empty {
    width: 950px;
    height: 26px;
    margin: 26px auto;
    overflow: hidden;
    /* border-radius: 4px; */
    padding: 3px;
    -webkit-user-select: none;
    border: 0px solid;
    top: 15px;
    position: relative;
}

.accountHeader {
    color: #ffffff;
    padding: 10px;
    width: 960px;
    height: 50px;
    background: none;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: inherit;
    margin-bottom: 60px;
	padding-top: 5px;
}

.bouton_animaux_sauves {
    font-size: 11px;
    position: absolute;
    width: 143px;
    /* color: #de8300; */
    margin-left: 131px;
    margin-top: 19px;
    /* background: #ffffff; */
    text-align: center;
}

.bouton_animaux_sauves a {
    color: #000000;
}

.all_animals_saved {
	font-size: 11px;
}	

.clic_button {
	float: left;
}	

.footer-social_title {
    position: relative;
    top: -21px;
}

#my-account #center_column {
    width: 980px;
}

#my-account #center_column h1 {
    margin-bottom: 10px;
    float: left;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    width: 707px;
    color: #ffffff;
	margin-top:-4px;
    margin-bottom: 40px;	
}

.accountHeader p {
    font-size: 14px;
    color: #666666;
    font-weight: light;
    display: block;
    padding-bottom: 10px;
    margin-left: 130px;
    margin-top: 40px;
    width: 95px;
}

#my-account .myaccount_lnk_list span {
    font-size: 16px;
    color: RGB(46, 201, 192);
}

#my-account .myaccount_lnk_list_projects span {
    color: RGB(46, 201, 192);
    font-size: 16px;
}

#MyAccountSubLarge {
    width: 350px;
    background: #eeeeee;
    float: right;
    margin-top: 25px;
    padding-bottom: 25px;	
	min-height: 150px;		
	
}

#MyAccountSubLargeRight {
    width: 350px;
    background: #eeeeee;
    float: right;
    margin-top: 25px;
    padding-bottom: 25px;	
	min-height: 150px;		
}

#MyAccountSub {
    width: 350px;
    background: #eeeeee;
    float: left;
    margin-top: 25px;
    padding-bottom: 25px;	
	min-height: 150px;	
}

#MyAccountSubRight {
    width: 350px;
    background: #eeeeee;
    float: left;
    margin-top: 25px;
    padding-bottom: 25px;	
	min-height: 150px;		
}

#tableaudebord {
    width: 716px;
    margin-left: 10px;
}

#my-account .myaccount_lnk_list {
    list-style-type: none;
    padding-left: 15px;
    font-weight: bold;
    padding-top: 25px;
    height: 122px;
}

#MyAccountIdentity {
	width: 716px;
    margin-top: 50px;
    display: inline-block;
    margin-bottom: 50px;
    margin-left: 140px;
}

#MyAccountIdentity H2 {
	width: 716px;
    display: inline-block;
    color: RGB(46, 201, 192);
    border-bottom: 2px solid RGB(46, 201, 192);
    padding-bottom: 5px;
}

#menuMyAccount H2 {
width: 716px;
    display: inline-block;
    color: RGB(46, 201, 192);
    border-bottom: 2px solid RGB(46, 201, 192);
    padding-bottom: 5px;
    margin-left: 10px;
}

.MyAccountAddress_h2 {
width: 716px;
    display: inline-block;
    color: RGB(46, 201, 192);
    border-bottom: 2px solid RGB(46, 201, 192);
    padding-bottom: 5px;
    margin-left: 140px;
}

.MyAccountAddress_subtitle {
	font-size: 12px;
    padding-bottom: 10px;
    font-style: italic;
    margin-top: 10px;
    margin-left: 150px;
}

ul.addressList {
    list-style-type: none;
    min-height: 150px;
    float: left;
    position: relative;
    margin-right: 20px;
    border: 1px solid #cccccc;
    margin-bottom: 50px;
    width: 300px !important;
}

ul.addressList {
    list-style-type: none;
    min-height: 150px;
    float: left;
    position: relative;
    margin-right: 15px;
    border: 1px solid #cccccc;
    margin-bottom: 50px;
    width: 350px !important;
}

ul.addressList {
    list-style-type: none;
    min-height: 150px;
    float: left;
    position: relative;
    margin-right: 15px;
    border: 1px solid #cccccc;
    margin-bottom: 50px;
    width: 350px !important;
}

#MyAccountAddressList {
    margin-left: 140px;
    width: 740px;
}

ul.tabs li.current {
    border: 1px solid #999999;
    background-color: RGB(46, 201, 192);
    padding: 7px;
    color: #ffffff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-left: 0px;
    font-weight: bold;
    font-size: 12px;
}

.tabscontent {
    border-top: 2px solid RGB(46, 201, 192);
    padding: 8px 0 0 0;
    display: none;
    width: 100%;
    text-align: justify;
}

.customer_account_donations_h2 {
    width: 720px;
    display: inline-block;
    color: RGB(46, 201, 192);
    border-bottom: 2px solid RGB(46, 201, 192);
    padding-bottom: 5px;
}

.customer_account_grave_h2 {
    width: 720px;
    display: inline-block;
    color: RGB(46, 201, 192);
    border-bottom: 2px solid RGB(46, 201, 192);
    padding-bottom: 5px;
	margin-bottom: 30px;	
}

.MyProjectList {
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 720px;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 0px;
}

.MyProjectListDesc {
    position: relative;
    float: left;
    width: 415px;
    border-right: 1px solid #cccccc;
    margin-top: 10px;
    padding-right: 10px;
}

.MyProjectListDesc a, .MyProjectListDesc a:hover, .MyProjectListDesc a:visited, .MyProjectListDesc a:active {
    font-weight: bold;
    font-size: 12px;
    color: RGB(46, 201, 192);
    text-transform: italic;
    text-decoration: none;
}

.MyGraveList {
    border: 1px solid #0d95bc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 720px;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 0px;
}

#MyGraveNavi {
    width: 191px;
    float: left;
    margin-top: 5px;
    padding-left: 25px;
    border-left: 1px solid #0d95bc;
}

.MyGraveListDesc {
    position: relative;
    float: left;
    width: 362px;
    border-right: 0px solid #0d95bc;
    margin-top: 10px;
    padding-right: 10px;
}

#headerPublicProfil {
    background: RGB(46, 201, 192);
    font-size: 17pt;
    font-weight: bold;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    padding: 10px;
    width: 960px;
    margin-top: 37px;	
}

#imagePublicProfil {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px solid #cccccc;
    top: 15px;
    right: 0;
    position: initial;
}

#block_member_project {
	float: left;
    width: 680px;
    min-height: 150px;
    margin-left: 140px;
}

.AssoRelatedContent_title {
    background: none;
    border-top: 0px solid #E05802;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 0px;
    text-align: left;
    height: 30px;
    width: 656px;
    display: inline-block;
    color: RGB(46, 201, 192);
    border-bottom: 2px solid RGB(46, 201, 192);
    padding-bottom: 0px;
    margin-left: 10px;
	margin-bottom: 30px;	
}

#descProfilContener {
 margin-left: 140px;
}

#pencil_desc {
    float: left;
    margin-top: 20px;
    margin-left: 23px;
} 

.AssoProjectListPink {
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
    display: inline-block;
    height: 125px;
}

.progression_container {
    float: left;
    background: none;
    padding: 4px;
}

#identity #center_column {
    width: 965px;
}

#identity form.std fieldset {
    margin-top: 0;
    padding: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #f8f8f8;
    width: 650px;
    margin: 0 auto;
}

#identity form.std fieldset {
    /* margin-top: 0;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eee;
    width: 645px;
    margin: 0 auto; */
}

#identity #center_column {
    width: 960px;
}


#order-list th {
    padding: 7px 12px;
    color: #000000;
    text-transform: inherit;
    background: #bbbbbb;
}

#history #center_column {
    width: 980px;
}

#block-history {
	margin:0 auto;
    width: 690px;	
}

.navigation_actions_recus a.selected_link {
    color: white;
    background: RGB(46, 201, 192);
    font-size: 14pt;
    position: relative;
    line-height: 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    behavior: url(Css4IE/PIE.htc);
}

.navigation_actions_recus {
    font-size: 10pt;
    width: 885px;
    line-height: 22px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 10px;
    border-bottom: 3px solid RGB(46, 201, 192);
}

.block-center {
width: 980px;
}

#addresses #center_column {
    width: 980px;
}

.address_add {
    padding: 20px 0;
    /* margin-left: 150px; */
}

.newsletterMainTable {
	width: 665px;
    margin: 0 auto;
    background: #eeeeee;
    padding: 10px;
    font-size: 16px;
    margin-top: 50px;	
}

#cart_block #cart-buttons #button_order_cart {
    float: right;
    padding-left: 6px;
}

table.std, table.table_block {
    margin-bottom: 20px;
    width: 900px;
    border: 0px solid #999;
    border-bottom: none;
    background: white;
}

table#cart_summary td {
    padding: 12px;
    border: 1px solid #e9e9e9;
    font-weight: bold;
    font-size: 12px;
    vertical-align: top;
    width: 52px;	
}

table#cart_summary .cart_total {
    width: 71px;
    text-align: center;
}

table#cart_summary .cart_unit {
    width: 79px;
    text-align: center;
}

.bloc_postclic_p_stats span {
    font-weight: lighter;
    font-size: 12px;
}

#authentication #center_column {
    width: 980px;
}

.backVisible {
    width: 540px;
    float: left;
    padding: 10px;
    background: #efefef;
    padding-left: 150px;
}

input.AuthButton {
    position: relative;
    display: inline-block;
    padding: 5px 7px;
    border: 0px solid #cc9900;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #ffffff;
    background: #e75700;
    cursor: pointer;
}

#goodnews_button {
	position: absolute;
    margin-left: 288px;
    margin-top: 88px;
}

#container_Asso_title {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    height: 24px;
    border-bottom: 1px #ffffff solid;
    width: 267px;
    margin-left: 5px;
    margin-bottom: 10px;
}

#container_Asso_name {
    float: right;
    width: 190px;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
	text-decoration: none;	
}

#container_Asso_name a {
	color:#ffffff;
}

.association_img {
    width: 65px;
    height: 65px;
    float: left;
    margin-left: 0px;
}	

#popup_cart {
	margin-top:20px;
    margin-bottom: 20px;	
}

#popup_cart h4 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;	
}

#mode_paiement_popup {
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
}

ul.pagination {
    list-style-type: none;
    margin-left: 10px;
    width: 950px;
}

#tri_animals_saved {
    position: relative;
    width: 240px;
    top: -17px;
    color: #ffffff;
    font-size: 11px;
    float: right;
    left: 302px;
}

#mentions_inscription {
    float: left;
    margin-top: 100px;
    text-align: justify;
}

#specific_listing_collecte_1 {
	color: RGB(46, 201, 192);
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
}

#specific_listing_collecte_1 a {
	color: RGB(46, 201, 192);
}

#specific_listing_collecte_2 {
	color: RGB(179, 25, 15);
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
}

#specific_listing_collecte_2 a {
	color: RGB(179, 25, 15);
}

#specific_listing_collecte_3 {
	color: RGB(102, 49, 177);
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
}

#specific_listing_collecte_3 a {
	color: RGB(102, 49, 177);
}

#specific_listing_collecte_4 {
	color: RGB(0, 95, 39);
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
}

#specific_listing_collecte_4 a {
	color: RGB(0, 95, 39);
}

#specific_listing_collecte_5 {
	color: RGB(179, 25, 15);
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
}

#specific_listing_collecte_5 a {
	color: RGB(179, 25, 15);
}

#specific_postclic_collecte_1 {
	color: RGB(46, 201, 192);
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
    height: 27px;	
}

#specific_postclic_collecte_1 a {
	color: RGB(46, 201, 192);
}

#specific_postclic_collecte_2 {
	color: RGB(179, 25, 15);
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
    height: 27px;		
}

#specific_postclic_collecte_2 a {
	color: RGB(179, 25, 15);
}

#specific_postclic_collecte_3 {
	color: RGB(102, 49, 177);
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
    height: 27px;		
}

#specific_postclic_collecte_3 a {
	color: RGB(102, 49, 177);
}

#specific_postclic_collecte_4 {
	color: RGB(0, 95, 39);
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
	height: 27px;	
}

#specific_postclic_collecte_4 a {
	color: RGB(0, 95, 39);
}

#specific_postclic_collecte_5 {
	color: #7A4604;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
    height: 27px;		
}

#specific_postclic_collecte_5 a {
	color: #7A4604;
}


#graveyard {
	Background:none;
}

.contact_header {
    margin: 0 auto;
    width: 665px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}	

.contact_footer {
    margin: 0 auto;
    width: 665px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}	

#search h3.nbresult {
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #e6db55;
    font-size: 13px;
    background: #ffffe0;
    width: 958px;
}

.search_listing_collectes {
    width: 958px;
}

#listingCollecte {
    width: 970px;
    height: initial;
    border-bottom: 1px solid #eeeeee;
    background: none;
    padding-top: 7px;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 10px;	
}

.h3_search {
	border-bottom: 1px solid #000000;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.ListingCollecteTitle a {
	color:#000000;
    /* color: RGB(46, 201, 192); */
    text-decoration: none;
}

.famille_postclic {
    font-weight: lighter;
    font-size: 16px;
}

.titre_authentification {
    font-size: 15px;
    width: 353px;
    line-height: 20px;
}


.titre_authentification  span{
    font-weight: bold;
    font-size: 20px;
    color: #ff0000;
}

.navigation_actionsPink {
    font-size: 9pt;
    border-radius: 3px;
    width: 949px;
    line-height: 30px;
    background: #efefef;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 10px;
    padding-right: 15px;
}

.collecte_column_half_size {
    float: left;
    width: 276px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#collecte_clicoeurs {
    margin-left: 142px;
    width: 662px;
}

#header_collecte_clicoeurs {
    margin-top: 66px;
    width: 616px;
    background: #E1023B;
    margin-left: 172px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;	
	text-align: center;	
}	

#header_collecte_clicoeurs span {
	color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    top: -22px;
    position: relative;
	text-decoration: none;
}

#PercentOnCollecte p {
    color: #E05802;
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
    margin-top: -25px;
    overflow: visible;
    position: relative;
    width: 130px;
    margin-left: -21px;
}

#pagination_historique {

}

#pagination_historique ul.pagination {
width: 890px;
}

#ContenerAssoDescription {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.commentDescription p {
    font-size: 14px;
}


/* ****************************************************************************
	Slider
**************************************************************************** */

#homefeatured_barre_progression {
    width: 100px;
    height: 12px;
    line-height: 12px;
    background: #bbbbbb;
    margin-left: 6px;
    border-radius: 5px;	
}

.homefeatured_text {
	font-size: 11px;
    margin-top: 3px;
    font-weight: bold;
    color: #000000;
}

#homefeatured_barre_number_1 {
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    text-align: center;
}

#homefeatured_barre_number_2 {
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    text-align: center;
	color: #ffffff;		
}

#homefeatured_barre_number_3 {
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    text-align: center;
	color: #ffffff;	
}

#homefeatured_barre_number_4 {
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    text-align: center;
	color: #ffffff;		
}

#homefeatured_barre_number_5 {
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    text-align: center;
	color: #ffffff;	
}

#homefeatured_barre_color_1 {
    width: 79px;
    margin: 0;
    height: 12px;
    background: rgb(46, 201, 192);
    position: static;
    border-radius: 5px 0px 0px 5px;	
}

#homefeatured_barre_color_2 {
    width: 79px;
    margin: 0;
    height: 12px;
    background: rgb(179, 25, 15);
    position: static;
    border-radius: 5px 0px 0px 5px;	
}

#homefeatured_barre_color_3 {
    width: 79px;
    margin: 0;
    height: 12px;
    background: rgb(102, 49, 177);
    position: static;
    border-radius: 5px 0px 0px 5px;	
}

#homefeatured_barre_color_4 {
    width: 79px;
    margin: 0;
    height: 12px;
    background: rgb(0, 95, 39);
    position: static;
    border-radius: 5px 0px 0px 5px;	
}

#homefeatured_barre_color_5 {
    width: 79px;
    margin: 0;
    height: 12px;
    background: rgb(122, 70, 4);
    position: static;
    border-radius: 5px 0px 0px 5px;	
}

.title_block_slider_1 {
    color: rgb(46, 201, 192);
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: none;	
}

.title_block_slider_1 a, .title_block_slider_1 a:hover {
    color: rgb(46, 201, 192);
    text-decoration: none;
	text-align: center;
}

.title_block_slider_2 {
    color: rgb(179, 25, 15);
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	background: none;
}

.title_block_slider_2 a, .title_block_slider_2 a:hover {
    color: rgb(179, 25, 15);
    text-decoration: none;
	text-align: center;
}

.title_block_slider_3 {
    color: rgb(102, 49, 177);
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: none;	
}

.title_block_slider_3 a, .title_block_slider_3 a:hover {
    color: rgb(102, 49, 177);
    text-decoration: none;
	text-align: center;
}

.title_block_slider_4 {
    color: rgb(0, 95, 39);
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;	
    background: none;	
}

.title_block_slider_4 a, .title_block_slider_4 a:hover {
    color: rgb(0, 95, 39);
    text-decoration: none;
	text-align: center;
}

.title_block_slider_5 {
    color: rgb(122, 70, 4);
    font-family: century gothic,arial,helvetica,sans serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: none;	
}

.title_block_slider_5 a, .title_block_slider_5 a:hover {
    color: rgb(122, 70, 4);
    text-decoration: none;
	text-align: center;
}

.block_encemoment {
    margin-top: 20px;
    width: 1000px;
    margin: auto;
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.jcarousel-skin-tango .jcarousel-container {
    background: none;
}


.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: inherit;
    height: 165px;
    margin-top: 0px;
    padding: 0px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: -5px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: transparent url(../img/next-horizontal_1.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: -5px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: transparent url(../img/prev-horizontal_1.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -192px 0;
}

#specific_listing_collecte_title_1 {
	color: RGB(46, 201, 192);
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 19px;
    margin-top: 12px;
}

#specific_listing_collecte_title_1 a {
	color: RGB(46, 201, 192);
}

#specific_listing_collecte_title_2 {
	color: RGB(179, 25, 15);
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 19px;
    margin-top: 12px;
}

#specific_listing_collecte_title_2 a {
	color: RGB(179, 25, 15);
}

#specific_listing_collecte_title_3 {
	color: RGB(102, 49, 177);
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 19px;
    margin-top: 12px;
}

#specific_listing_collecte_title_3 a {
	color: RGB(102, 49, 177);
}

#specific_listing_collecte_title_4 {
	color: RGB(0, 95, 39);
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 19px;
    margin-top: 12px;
}

#specific_listing_collecte_title_4 a {
	color: RGB(0, 95, 39);
}

#specific_listing_collecte_title_5 {
	color: #7A4604;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 19px;
    margin-top: 12px;
}

#specific_listing_collecte_title_5 a {
	color: #7A4604;
}

#specific_postclic_collecte_title_1 {
	color: RGB(46, 201, 192);
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
	margin-left:20px;
}

#specific_postclic_collecte_title_1 a {
	color: RGB(46, 201, 192);
}

#specific_postclic_collecte_title_2 {
	color: RGB(179, 25, 15);
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
}

#specific_postclic_collecte_title_2 a {
	color: RGB(179, 25, 15);
}

#specific_postclic_collecte_title_3 {
	color: RGB(102, 49, 177);
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
}

#specific_postclic_collecte_title_3 a {
	color: RGB(102, 49, 177);
}

#specific_postclic_collecte_title_4 {
	color: RGB(0, 95, 39);
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
}

#specific_postclic_collecte_title_4 a {
	color: RGB(0, 95, 39);
}

#specific_postclic_collecte_title_5 {
	color: #7A4604;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
	margin-top: 5px;	
}

#specific_postclic_collecte_title_5 a {
	color: #7A4604;
}

/* ****************************************************************************
	Block Search TOP
**************************************************************************** */

.block {
    margin-bottom: inherit;
}

#search_block_left p {
	padding-bottom: 0px;
}

#search_block_left {
    position: absolute;
    margin-top: 13px;
    margin-left: 20px;
}

#search_query_block {
    padding: 0 5px;
    height: 21px;
    width: 125px;
    border: 1px solid #9ea4b1;
    border-right: 0 !important;
    color: #9ea4b1;
    float: left;
    font-family: 'century gothic';
}

#search_button {
    border: none;
    border-radius: 0;
    color: #000000;
    text-transform: uppercase;
    background: #b4b4b4;
    float: left;
    height: 23px;
	padding: 3px 7px;	
}

#inscription-clicoeur p {
    padding-bottom: 0px;
}

.h1-search_1 {
    background: RGB(46, 201, 192);
}
.h1-search_2 {
    background: RGB(179, 25, 15);
}
.h1-search_3 {
    background: RGB(102, 49, 177);
}
.h1-search_4 {
    background: RGB(0, 95, 39);
}
.h1-search_5 {
    background: #7A4604;
}

.h3-search_title_1 {
    color: RGB(46, 201, 192);
    border-bottom: 1px solid RGB(46, 201, 192);
    padding-bottom: 7px;
    margin-bottom: 20px;
	font-size: 18px;	
}
.h3-search_title_2 {
    color: RGB(179, 25, 15);
    border-bottom: 1px solid RGB(179, 25, 15);
    padding-bottom: 7px;
    margin-bottom: 20px;	
	font-size: 18px;	
}
.h3-search_title_3 {
    color: RGB(102, 49, 177);
    border-bottom: 1px solid RGB(102, 49, 177);
    padding-bottom: 7px;
    margin-bottom: 20px;
	font-size: 18px;	
}
.h3-search_title_4 {
    color: RGB(0, 95, 39);
    border-bottom: 1px solid RGB(0, 95, 39);
    padding-bottom: 7px;
    margin-bottom: 20px;
	font-size: 18px;	
}
.h3-search_title_5 {
    color: #7A4604;
    border-bottom: 1px solid #7A4604;
    padding-bottom: 7px;
    margin-bottom: 20px;
	font-size: 18px;	
}

.ListingCollecteTitle_finished {
    color: #000000;
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;	
}

.ListingCollecteTitle_finished a {
    color: #000000;
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;	
}

.ListingCollecteTitle_1 {
    color: RGB(46, 201, 192);
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;	
}
.ListingCollecteTitle_2 {
    color: RGB(179, 25, 15);
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;	
}
.ListingCollecteTitle_3 {
    color: RGB(102, 49, 177);
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;	
}
.ListingCollecteTitle_4 {
    color: RGB(0, 95, 39);
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;	
}
.ListingCollecteTitle_5 {
    color: #7A4604;
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;	
}


.ListingCollecteTitle_1 a {
    color: RGB(46, 201, 192);	
}
.ListingCollecteTitle_2 a {
    color: RGB(179, 25, 15);
}
.ListingCollecteTitle_3 a {
    color: RGB(102, 49, 177);
}
.ListingCollecteTitle_4  a {
    color: RGB(0, 95, 39);
}
.ListingCollecteTitle_5 a {
    color: #7A4604;
}

#asso_logo {
	width:100px;
}

.ListingCollecteObj {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 7px;
    font-family: 'century gothic';	
}

#ListingCollecteImg {
    float: left;
    /* padding: 0px 10px 0px 0px; */
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-right: 10px;
}

#ListingCollecteProg {
    background: none repeat scroll 0 0 #e7dcd6;
    border-radius: 0px;
    display: block;
    float: right;
    height: 110px;
    left: 5px;
    margin: 0 0 0 3px;
    padding: 1px;
    position: relative;
    top: 0;
    width: 100px;
}

#ListingClicoeursImg {
    float: left;
    position: relative;
    width: 200px;
    /* margin-right: 10px; */
    text-align: center;	
}

.ListingClicoeursTitle {
    color: #000000;
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 5px;
}

#listingClicoeurs {
    width: 195px;
    height: initial;
    background: none;
    padding-top: 7px;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 10px;
    float: left;
}

.btnNextComments_ClicAnimaux{
    position: relative;
    display: inline-block;
    padding: 5px 7px 5px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    background: RGB(46, 201, 192);
    cursor: pointer;
    width: 620px;
    margin-left: 15px;
    text-align: center;
    border: 0;
    font-size: 14px;
    float: right;
}

.btnNextComments_ClicChiens{
    position: relative;
    display: inline-block;
    padding: 5px 7px 5px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    background: RGB(179, 25, 15);
    cursor: pointer;
    width: 620px;
    margin-left: 15px;
    text-align: center;
    border: 0;
    font-size: 14px;
    float: right;
}

.btnNextComments_ClicChats{
    position: relative;
    display: inline-block;
    padding: 5px 7px 5px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    background: RGB(102, 49, 177);
    cursor: pointer;
    width: 620px;
    margin-left: 15px;
    text-align: center;
    border: 0;
    font-size: 14px;
    float: right;
}

.btnNextComments_ClicFerme{
    position: relative;
    display: inline-block;
    padding: 5px 7px 5px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    background: RGB(0, 95, 39);
    cursor: pointer;
    width: 620px;
    margin-left: 15px;
    text-align: center;
    border: 0;
    font-size: 14px;
    float: right;
}

.btnNextComments_ClicChevaux{
    position: relative;
    display: inline-block;
    padding: 5px 7px 5px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    background: #7A4604;
    cursor: pointer;
    width: 620px;
    margin-left: 15px;
    text-align: center;
    border: 0;
    font-size: 14px;
    float: right;
}

#results th {
    padding: 7px 12px;
    color: #000000;
    text-transform: inherit;
    background: #bbbbbb;
}

#results {
	font-size: 12px;
}

#description {
    width: 385px;
    position: relative;
    z-index: 199;
    padding: 8px 8px 8px 0px;
    margin-bottom: 10px;
    overflow: hidden;
}

#postclic_inscription-rappel-V2 {
	color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 376px;
    line-height: 28px;
    margin-top: -1px;
}

.bloc_postclic_stats {
    float: left;
    width: 260px;
    text-align: center;
    /* padding-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    margin-left: 10px; */
}

#deductionfiscale {
    width: 940px;
    background: #2ec9c0;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
	line-height: 28px;	
}

#deductionfiscale span {
	font-size: 32px;
}

.deductionfiscale_don {
	background: #ff0000;
    padding: 5px;
}
	
#deductionfiscale_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 47px 0 47px;
	border-color: #ff0000 transparent transparent transparent;	
    margin: 0 auto;	
}

#deductionfiscale_arrow_div {
	width: 980px;
}	

#ContenerAgendonDescription {
    margin-left: 10px;
    width: 970px;
    margin: 0 auto;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    text-align: justify;
}

#ContenerAgendonDescription ul {
	margin-left:20px;
}

p.thank-confirm-return {
    color: #333333;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
	width: 960px;	
}

h2.thank-confirm-return {
    color: #000000;
    margin-left: 20px;
    text-align: left;
}

#cartouche_SlimPay_validate_button {
    background: #e75700;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    width: 80px;
    padding: 10px 0px 10px 0px;
    margin-left: 85px;
    margin-top: 0px;
    border-radius: 3px;
}

#cartouche_SlimPay_text {
	width: 180px;
	position: relative;
	margin-top: -36px;
	margin-left: 100px;
}

#cartouche_SlimPay_subtext {
	text-align:right;
	width: 187px;
	margin-top: 24px;
}

#cartouche_SlimPay {
	margin-left: 20px;
}

.totaux {
	font-size: 16px;
    font-weight: bold;
}

.cart-line-price {
    font-weight: bold;
}

#container_don_Project {
    background: #E10239;
    color: #FFFFFF;
    height: 221px;
    position: relative;
    width: 260px;
    text-align: center;
    float: none;
    margin-top: 8px;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}