/* Server: http://css1.santevet.com */
	/**************************************
*           CSS ARTICLES              *
***************************************/
div.linksArticle {
	font-size: 12px;
	text-align: left;
	position: relative;
	height: 20px;
	margin: 10px;
	zoom: 1;
}

div.linksArticle a:link,div.linksArticle a:visited,div.linksArticle a:active
	{
	color: #047B9D;
	text-decoration: underline;
}

div.linksArticle a:hover {
	color: #219DD7;
	text-decoration: none;
}

div.linksArticle a.previous {
	position: absolute;
	left: 0px;
	background: #FFFFFF
		url('http://css1.santevet.com/images/layout/fleches/Dfleches_bleue_gauche.gif')
		no-repeat left center;
	cursor: pointer;
	padding-left: 10px;
}

div.linksArticle a.next {
	position: absolute;
	right: 0px;
	background: #FFFFFF
		url('http://css1.santevet.com/images/layout/fleches/Dfleches_bleue_droite.gif')
		no-repeat right center;
	cursor: pointer;
	padding-right: 10px;
}

p.signatureArticleListing,p.signatureArticle {
	font-style: italic;
	margin: 0;
	text-align: right;
}

blockquote {
	border-left: 3px solid #DCDCDE;
	background-color: #F5F5F5;
	padding: 6px !important;
	margin: 5px !important;
	font-size: 10px;
	color: #4C4C4E !important;
	padding-left: 14px;
}

.postTags {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 1%;
	margin-top: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 0;
	background-color: #fbfbfb;
	margin-left: 7px;
	margin-right: 7px;
}

.postTags li {
	float: left;
}

.postTags li a:link,.postTags li a:visited {
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	/*background-color: transparent;
	background-image: url(../images/icons/medium/tag.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;*/
	white-space: nowrap;
	color: #005d99;
	font-size: 11px;
	text-decoration: none;
	background-color: transparent;
	text-decoration: none;
}

.postTags li a:hover {
	text-decoration: underline;
}

input#date_debut,input#date_fin {
	width: 120px;
}

/*** ARTICLES ***/
.blocArticle {
	padding: 8px;
	color: #4C4C4E !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	position: relative;
	float: left;
	margin-bottom: 5px;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.blocArticle .contentContenuDiv {
	margin: 0px 5px 5px 5px;
	line-height: 1.2em;
	color: #4C4C4E !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	overflow: hidden !important;
}

.titreH3.bordure h3 {
	color: #AABD00;
	border-bottom: 1px solid #AABD00;
}

.titreH3.bordure .bulle {
	background: transparent
		url('http://css1.santevet.com/images/layout/bulles/bulleTitreVert.gif')
		no-repeat top right;
}

.titreH3Commentaires {
	position: relative;
	padding: 3px 0px 3px 0px;
	margin-left: 7px;
	margin-right: 7px;
	border-top: 1px dotted #4D494E;
}

.titreH3Commentaires h3 {
	color: #4D494E;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	height: 20px;
	background-color: #D1EEF2;
	border: 0px !important;
}

.titreH3Commentaires .bulle {
	margin-top: 0px;
	margin-left: 21px;
	height: 8px;
	width: 11px;
	background: transparent
		url('http://css1.santevet.com/images/layout/bulles/triangleCommentaires.gif')
		no-repeat top left;
}

h4 {
	color: #4c4c4e;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.toolbarContenuDiv {
	position: absolute;
	text-align: right;
	opacity: 0.8;
	z-index: 10;
	height: 20px;
	top: 0px;
	right: 0px;
}

.boutonEditToolbar {
	cursor: pointer;
	margin-top: 1px;
}

.contenuEmplacementContent {
	height: 260px;
	display: block;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

.contenuEmplacementContent ul li {
	margin-left: 20px;
}

.resumeListingArticle {
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 20px;
	color: #4C4C4E !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

/*** GESTION DU MENU ***/
#menuCategories {
	margin: 0;
	padding: 5px;
	position: relative;
	min-height: 500px;
	display: block;
}

#menuCategoriesTitre {
	height: 23px;
	line-height: 23px;
	background-color: #41A0B4;
	vertical-align: middle;
	text-transform: uppercase;
	color: white;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

ul.cat {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}

ul.cat li {
	background-image:
		url('http://css1.santevet.com/images/icons/mini/Dfleches_bleue.gif');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li.souscat {
	background: none !important;
	border: 0px !important;
	margin: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

li.selected {
	background: #CEE5EB;
}

ul.cat {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #00809a;
}

ul.sousCat {
	padding: 0px;
	margin: 0px;
}

ul.sousCat li {
	background-image:
		url('http://css1.santevet.com/images/icons/mini/fleche_noire.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #4a4b4f;
}

a.lienMenu {
	line-height: 14px !important;
}

a.lienMenu:link,a.lienMenu:visited,a.lienMenu:hover,a.lienMenu:active {
	color: #00809a;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 12px;
}

a.lienMenu:hover {
	color: #6CBEE4;
}

a.lienSousMenu:link,a.lienSousMenu:visited,a.lienSousMenu:hover,a.lienSousMenu:active
	{
	color: #4a4b4f;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.lienSousMenu:hover {
	text-decoration: underline !important;
}

/*** PERSONNALISATION DES DIV CONTENU ***/
div#blocContenuTopHomeChiens,div#blocContenuTopHomeChats {
	width: 505px;
}

div#blocContenuGaucheHomeChiens,div#blocContenuDroitHomeChiens,div#blocContenuGaucheHomeChats,div#blocContenuDroitHomeChats
	{
	float: left;
	width: 244px;
	min-height: 20px;
}

#formulaireCommentDcPost {
	margin: 0px;
	font-size: 10px;
	color: #4C4C4E !important;
}

#formulaireCommentDcPost ul.error_list {
	background: #FFFFFF
		url(../images/layout/bulles/triangleErreurBottom.gif) no-repeat bottom
		left !important;
	margin-top: 5px;
	padding-left: 15px !important;
}

#formulaireCommentDcPost ul.error_list li {
	color: #D53A00 !important;
}

#formulaireCommentDcPost th {
	margin: 8px;
	font-size: 10px;
	width: 150px;
	color: #4C4C4E !important;
}

#formulaireCommentDcPost table {
	margin-left: 7px;
	margin-right: 7px;
}

#formulaireCommentDcPost td input[type=text] {
	width: 200px;
	border: 1px solid #7f7f7f;
	color: #939394;
	height: 15px;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

#formulaireCommentDcPost td img,#formulaireCommentDcPost td a {
	margin: 5px;
}

#formulaireCommentDcPost td input#dc_comment_form_captcha_code {
	margin-top: 5px;
}

#formulaireCommentDcPost td textarea {
	width: 355px;
	border: 1px solid #7f7f7f;
	color: #939394;
	height: 70px;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

#contentArticleTxt {
	color: #4C4C4E !important;
	font-size: 11px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: justify;
}

#chapoArticleTxt {
	color: #4C4C4E !important;
	font-size: 11px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 8px;
	font-weight: bold;
	text-align: justify;
}

#contentArticleTxt h1,#contentArticleTxt h2,#contentArticleTxt h3,#contentArticleTxt h4,#contentArticleTxt h5,#contentArticleTxt h6
	{
	color: #027d9e;
	font-weight: bold;
	height: 14px;
	padding-top: 15px;
	padding-left: 0px;
}

.Apple-style-span {
	color: #4C4C4E !important;
	font-size: 11px;
	background: none;
}

p.MsoNormal,p {
	margin: 0px !important;
}

#laisserCommentaire {
	text-align: right;
	padding: 7px;
}

#listingCommentaires {
	color: #4C4C4E !important;
	font-size: 11px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
}

#submitCommentaire {
	border: 0px;
	cursor: pointer;
	background: url("../images/layout/boutons/bgBlanc/bouton_T4_bleu.gif")
		no-repeat left top;
	width: 94px;
	height: 31px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 9px;
	text-transform: uppercase;
	margin-top: 5px;
}

#divError,#divSuccess {
	margin: 5px 7px 5px 7px;
	font-size: 10px;
}

.authorComments,.dateComments {
	float: left;
	width: 229px;
	border: 0px;
	background-color: #fbfbfb;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}

.authorComments {
	padding-left: 20px;
}

.dateComments {
	text-align: right;
	padding-right: 20px;
}

.contentComments {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#pageGuideEtConseils #body #colonne0,#pageGuideEtConseilsLire #body #colonne0
	{
	width: 200px;
	padding: 0px;
}

#pageGuideEtConseils #body #colonne1 {
	width: 536px !important;
}

#svMain {
	position: relative;
	background-color: #FFFFFF;
	margin-left: 8px;
	margin-bottom: 8px;
}

#pageGuideEtConseils #body #colonne1 #svMain {
	min-height: 1095px;
	width: 512px !important;
	padding: 0px 8px 8px 8px;
	overflow-x: hidden;
}

#pageGuideEtConseils #body #colonne1 #svMain .titreH2 {
	padding-bottom: 3px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	position: relative;
	zoom: 1;
}

#pageGuideEtConseils #body #colonne1 #svMain .titreH2 h2 {
	margin: 0;
}

.titreH2Article {
	position: relative;
	padding: 8px;
	background-color: #FFFFFF;
}

.titreH2Article h2 {
	color: #027D9E;
	font-weight: bold;
	height: 36px;
	padding-top: 20px;
	padding-left: 0px;
	/*padding-right: 100px;*/
	font-size: 15px;
	margin: auto;
	border-bottom: 1px solid #409FB3;
}

.extraTitreH2 {
	font-size: 10px;
	position: absolute;
	right: -8px;
	top: 0;
}

.btn_lire_la_suite {
	border: 0px;
	cursor: pointer;
	background:
		url("http://css1.santevet.com/images/layout/boutons/bgBlanc/bouton_T7_vert.gif")
		no-repeat left top;
	width: 154px;
	height: 31px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 9px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 10px;
}

#descriptionCategory {
	color: #4C4C4E !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;
	width: 498px;
	padding: 0;
	margin-top: 5px !important;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	zoom: 1;
}

#descriptionCategory #descriptionTxt {
	float: left;
	width: 270px;
}

#descriptionCategory #descriptionImg {
	float: left;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px dotted #4C4C4E;
}

#descriptionCategory #descriptionImg img {
	margin: 0px !important;
}

#aucunArticle {
	text-align: left;
	color: #4C4C4E !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	padding: 8px;
}

ul.listingBlocContenu {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 11px !important;
}

ul.listingBlocContenu li {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #8f8f8f;
}

ul.listingBlocContenu li.last {
	padding-bottom: 0px !important;
	border-bottom: 0px !important;
}

ul.listingBlocContenu li.first {
	padding-top: 0px !important;
	border-top: 0px !important;
}

ul.listingBlocContenu li a:hover,ul.listingBlocContenu li a:visited,ul.listingBlocContenu li a:link,ul.listingBlocContenu li a:active
	{
	color: #1F8DA3;
	text-decoration: none;
}

div#blocContenuArticleMenuGaucheChiens .titreH3,div#blocContenuArticleMenuGaucheChats .titreH3,div#blocContenuArticleMenuGaucheBasChiens .titreH3,div#blocContenuArticleMenuGaucheBasChats .titreH3,div#blocContenuArticleMenuGaucheHautDivers .titreH3,div#blocContenuArticleMenuGaucheDivers .titreH3,div#blocContenuArticleMenuGaucheBasDivers .titreH3
	{
	margin: 0px !important;
	padding: 0px !important;
	padding-bottom: 3px !important;
}

div#blocContenuArticleMenuGaucheChiens .titreH3.bordure h3,div#blocContenuArticleMenuGaucheChats .titreH3.bordure h3,div#blocContenuArticleMenuGaucheBasChiens .titreH3.bordure h3,div#blocContenuArticleMenuGaucheBasChats .titreH3.bordure h3,div#blocContenuArticleMenuGaucheHautDivers .titreH3.bordure h3,div#blocContenuArticleMenuGaucheDivers .titreH3.bordure h3,div#blocContenuArticleMenuGaucheBasDivers .titreH3.bordure h3
	{
	color: #007F95 !important;
	border-bottom: 0px !important;
	background-color: #CEE5EB;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px;
	height: 12px;
	width: 173px;
}

div#blocContenuArticleMenuGaucheChiens .titreH3.bordure .bulle,div#blocContenuArticleMenuGaucheChats .titreH3.bordure .bulle,div#blocContenuArticleMenuGaucheBasChiens .titreH3.bordure .bulle,div#blocContenuArticleMenuGaucheBasChats .titreH3.bordure .bulle,div#blocContenuArticleMenuGaucheHautDivers .titreH3.bordure .bulle,div#blocContenuArticleMenuGaucheDivers .titreH3.bordure .bulle,div#blocContenuArticleMenuGaucheBasDivers .titreH3.bordure .bulle
	{
	background: none !important;
}

div#blocContenuArticleMenuGaucheChiens .btn_lire_la_suite,div#blocContenuArticleMenuGaucheChats .btn_lire_la_suite,div#blocContenuArticleMenuGaucheBasChiens .btn_lire_la_suite,div#blocContenuArticleMenuGaucheBasChats .btn_lire_la_suite,div#blocContenuArticleMenuGaucheHautDivers .btn_lire_la_suite,div#blocContenuArticleMenuGaucheDivers .btn_lire_la_suite,div#blocContenuArticleMenuGaucheBasDivers .btn_lire_la_suite
	{
	background: none;
	height: 20px;
	text-transform: none;
	width: auto !important;
}

div#blocContenuArticleMenuGaucheChiens .btn_lire_la_suite a.lien_lire_la_suite,div#blocContenuArticleMenuGaucheChats .btn_lire_la_suite a.lien_lire_la_suite,div#blocContenuArticleMenuGaucheBasChiens .btn_lire_la_suite a.lien_lire_la_suite,div#blocContenuArticleMenuGaucheBasChats .btn_lire_la_suite a.lien_lire_la_suite,div#blocContenuArticleMenuGaucheHautDivers .btn_lire_la_suite a.lien_lire_la_suite,div#blocContenuArticleMenuGaucheDivers .btn_lire_la_suite a.lien_lire_la_suite,div#blocContenuArticleMenuGaucheBasDivers .btn_lire_la_suite a.lien_lire_la_suite
	{
	text-transform: none !important;
	color: #289DDA !important;
	font-weight: normal;
	text-align: left;
	background-image:
		url('http://css1.santevet.com/images/icons/mini/fleche_bleue.gif');
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 15px;
	width: auto !important;
	text-decoration: underline !important;
}

div#blocContenuArticleMenuGaucheChiens .btn_lire_la_suite a.lien_lire_la_suite:hover,div#blocContenuArticleMenuGaucheChats .btn_lire_la_suite a.lien_lire_la_suite:hover,div#blocContenuArticleMenuGaucheBasChiens .btn_lire_la_suite a.lien_lire_la_suite:hover,div#blocContenuArticleMenuGaucheBasChats .btn_lire_la_suite a.lien_lire_la_suite:hover,div#blocContenuArticleMenuGaucheHautDivers .btn_lire_la_suite a.lien_lire_la_suite:hover,div#blocContenuArticleMenuGaucheDivers .btn_lire_la_suite a.lien_lire_la_suite:hover,div#blocContenuArticleMenuGaucheBasDivers .btn_lire_la_suite a.lien_lire_la_suite:hover
	{
	text-decoration: none !important;
}

#blocContenuArticleMenuGaucheChiens,#blocContenuArticleMenuGaucheChats {
	height: 270px;
}

#blocContenuArticleMenuGaucheBasChiens,#blocContenuArticleMenuGaucheBasChats
	{
	height: 270px;
	margin-bottom: 0px !important;
}

#articleMenuGaucheBas {
	margin-bottom: 0px;
}

div#blocContenuArticleMenuGaucheChiens .contentContenuDiv,div#blocContenuArticleMenuGaucheChats .contentContenuDiv,div#blocContenuArticleMenuGaucheBasChiens .contentContenuDiv,div#blocContenuArticleMenuGaucheBasChats .contentContenuDiv,div#blocContenuArticleMenuGaucheHautDivers .contentContenuDiv,div#blocContenuArticleMenuGaucheDivers .contentContenuDiv,div#blocContenuArticleMenuGaucheBasDivers .contentContenuDiv
	{
	margin-top: 10px;
}

#santevetMag {
	float: none;
	position: relative;
	width: 215px !important;
	margin: 0px;
	margin-left: 8px;
}

div#pageGuideEtConseils div#body div#colonne2 #santevetMag .titreH3 {
	border-top: none;
	position: relative;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: transparent;
	background-image:
		url(http://css0.santevet.com/images/layout/bulles/triangleCommentaires.gif)
		;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px 33px;
}

#santevetMag h3 {
	font-size: 10px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 2px;
}

#quelleFormule {
	text-align: center;
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 8px;
}

#pubArticle {
	text-align: center;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 0px;
	width: 215px !important;
	height: 213px !important;
}

#temoignage {
	position: relative;
	width: 199px !important;
	margin: 0px;
	margin-left: 8px;
	padding: 8px;
	color: #4c4c4e;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 290px;
}

#temoignage .titreH3 {
	border-top: none;
	margin: 0px;
	margin-bottom:8px;
}

#temoignage h3 {
	font-size: 10px;
	height: auto;
	color: #595C2D;
	border-bottom: 0px;
	background-color: #F5FDB4;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px;
	height: 12px;
}

#temoignage .titreH3.bordure .bulle {
	background: none !important;
}

#img_temoignage {
	margin-right: 8px;
	margin-bottom: 5px;
}

.miniatureBloc {
	margin-right: 15px;
	margin-bottom: 5px;
}

/*** home */
#listingCategoriesHome {
	margin-top: 0px;
	padding-bottom: 5px;
}

#listingCategoriesHome .titreH3 {
	padding: 0px;
	border-top: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

#listingCategoriesHome h3 {
	background: none;
	border-top: 0px;
	border-bottom: 1px solid #00809a;
	color: #00809a;
	font-size: 10px;
	height: auto;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
}

#listingCategoriesHome h3 a {
	color: #00809a;
	font-size: 10px;
	text-decoration: none;
}

#listingCategoriesHome .bulle {
	background-color: transparent;
	background-image:
		url(http://css1.santevet.com/images/layout/bulles/bulleTitreBleu.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}

.descMini {
	width: 242px;
	float: left;
	color: #4c4c4e;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	margin-right: 3px;
	margin-top: 12px;
	text-align: left;
}

.descMini .descImg {
	margin-right: 10px;
	margin-top: 3px;
	float: left;
}

.descMini .descTxt {
	margin-top: 3px;
}

.descMini .descHeader {
	height: 48px;
	position: relative;
	float: left;
	width: 198px;
}

.descMini .descHeader a {
	position: absolute;
	bottom: 0;
}

/****** Listing article ******/
.descriptionArticle {
	background-color: transparent;
	background-image:
		url(http://css1.santevet.com/images/layout/fond_listing_article.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
}

.descriptionArticle img {
	float: left;
	margin: 8px;
	margin-left: 4px;
}

.descriptionArticle .descriptionTxt {
	float: left;
	color: #4c4c4e;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 426px;
	border-left: 1px dotted #4c4c4e;
	height: 54px;
	vertical-align: middle;
	margin-top: 4px;
}

.descriptionArticle .descriptionTxt tr td {
	padding-left: 8px;
}

.descriptionArticle a {
	font-size: 11px;
	margin-left: 4px;
}

#paginationListingArticle {
	text-align: right;
	padding: 15px;
	color: #219dd7;
	font-size: 11px;
}

#paginationLettreListingArticle {
	color: #219dd7;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 10px;
}

#aucuneFicheRace {
	text-align: center;
	padding: 20px;
	color: #4c4c4e;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titreH3FichesRace {
	border-top: 0px;
	margin: 0px;
	margin-bottom: 0px;
	padding: 10px;
	position: relative;
	margin-top: 10px;
}

.titreH3FichesRace h3 {
	background: none;
	border-top: 0px;
	border-bottom: 1px solid #00809a;
	color: #00809a;
	font-size: 10px;
	height: auto;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 5px;
	text-transform: uppercase;
}

.titreH3FichesRace .bulle {
	background-color: transparent;
	background-image:
		url(http://css1.santevet.com/images/layout/bulles/bulleTitreBleu.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	width: 19px;
	height: 6px;
	position: absolute;
	top: 27px;
	right: 20px;
}

/***** Colonne droite ****/
#calculez_votre_devis {
	height: 130px;
	width: 215px !important;
}

#calculezDevis {
	width: 215px !important;
}

#quelleFormule {
	height: 212px;
	width: 215px !important;
}

#cloudTags {
	margin-top: 8px;
	height: 268px;
	padding: 8px;
	margin-bottom: 0px;
	width: 199px;
}

#listeTags {
	background-color: #F8F8F8;
	height: 246px;
	text-align: center;
	padding :10px;
}

#blocContenuArticleMenuGaucheHautDivers {
	height: 290px;
}

#blocContenuArticleMenuGaucheDivers {
	height: 280px;
}

#blocContenuArticleMenuGaucheBasDivers {
	height: 280px;
}