/* IMPORTATION DU FICHIER CSS D'ALTITUDE */
@import url("/client/uploads/css/style.css");

/* IMPORTATION DES STYLES DU CALENDRIER */
@import url("/_css/calendrier.css");

/*************************/
/* SÉLECTEURS UNIVERSELS */
/*************************/

html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;

}

/********************/
/* BLOCS PRINCIPAUX */
/********************/

div#wrapwebsite {
	position:relative;
	width:100%;
	margin:auto;
	text-align:center;
	background-color:#FFF;
}

/* HEADER */

div#wrapheader {
	width:100%;
	height:254px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:3px solid #e89a36;
	text-align:center;
	margin-bottom:17px;
}

div#wrapheader div#titreprint {
	display:none;
}

div#wrapheader div#middleheader {
	width:958px;
	height:100%;
	margin:auto;
	text-align:left;
	position:relative;
}

div#wrapheader img#imageheader {
	position: absolute;
	top: 10px;
	margin:0;
}

div#wrapheader img#imageheadertelephone {
	position: absolute;
	bottom: 55px;
	left: 15px;
	margin:0;
}

/* MENU UTILITAIRE */

ul#menuutil {
	text-align:right;
	margin:0;
	list-style-type:none;
	padding:20px 0 0 0;
	height:20px;
}

ul#menuutil li {
	display:inline;
	border-left:1px solid #e89a35;
	margin-left:10px;
	padding-left:10px;
}

ul#menuutil li#util_premier {
	border:none;
}


ul#menuutil li a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

/* MENU HAUT */

div#wrapheader ul#menuhaut {
	list-style-type:none;
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(/_images/bkg_menuhaut.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0;
	padding:0 38px;
	width:882px;
	height:56px;
}

div#wrapheader ul#menuhaut li {
	float:left;
	z-index:4;
	margin:0;
}

div#wrapheader ul#menuhaut li a {
	display:block;
	width:126px;
	padding:9px 0;
	background-image:url(/_images/bkg_btnmenu_up.png);
	text-align:center;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}

div#wrapheader ul#menuhaut li a:link {
	color:#FFF;
	text-decoration:none;
}

div#wrapheader ul#menuhaut li a:visited {
	color:#FFF;
	text-decoration:none;
}

div#wrapheader ul#menuhaut li a:hover, div#wrapheader ul#menuhaut li.allume a {
	background-image:url(/_images/bkg_btnmenu_rl.png);
	padding-bottom:13px;
}

/* SOUS MENU HAUT */

div#wrapheader ul#menuhaut li ul.sousmenu {
	width:920px;
	list-style-type:none;
	position:absolute;
	top:35px;
	left:38px;
	visibility:hidden;
	margin:0;
	padding:0;
}

div#wrapheader ul#menuhaut li#smvisible ul.sousmenu {
	visibility:visible;
}

div#wrapheader ul#menuhaut li ul.sousmenu li {
	display:inline;
	float:none;
	margin-right:10px;
}

div#wrapheader ul#menuhaut li ul.sousmenu li a {
	display:inline;
	width:auto;
	background:none;
	text-transform:none;
	font-size:0.8em;
	color:#f7c98f;
	text-decoration:none;
	padding:0;
}

div#wrapheader ul#menuhaut li ul.sousmenu li a:hover {
	background:none;
	text-decoration:underline;
}

/* FIL D'ARIANE */

ul#boiteariane {
	text-align:left;
	list-style-type:none;
	padding:0;
}

ul#boiteariane li {
	display:inline;
	margin-right:5px;
	font-weight:bold;
	border-left:2px solid #f2aa41;
	padding-left:5px;
}


ul#boiteariane li.premier {
	padding-left:0;
	border:none;
}

ul#boiteariane li a {
	text-decoration:none;
	color:#90b2f1;
}

ul#boiteariane li strong {
	color:#2a407c;
}

/* ZONE DE GAUCHE / MENU GAUCHE */

div#wrapleftpanel {
	width:278px;
	height:464px;
	background-image:url(/_images/bkg_leftpanel.jpg);
	background-repeat:no-repeat;
	padding:15px;
	float:left;
	padding-bottom:20px;
	text-align:left;
	position:relative;
}

div#wrapleftpanel ul#menuroulottes {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}

div#wrapleftpanel h2 {
	margin-bottom:0;
}

div#wrapleftpanel p {
	margin:0 0 15px 0;
	color:#444;
}

div#wrapleftpanel p img {
	position:absolute;
	bottom:20px;
	left:12px;
}

ul#menuroulottes li {
	float:left;
	width:48%;
	height:70px;
	margin-bottom:10px;
	text-align:center;
}

ul#menuroulottes li a {
	text-decoration:none;
	color:#476694;
}

ul#menuroulottes li img {
	display:block;
	margin:auto;
}

div#wrapleftpanel ul#menugauche {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#wrapleftpanel ul#menugauche li {
	position:relative;
	display:inline;
	z-index:2;
}

div#wrapleftpanel > ul#menugauche li {
	display:block;
}

div#wrapleftpanel ul#menugauche li a {
	display:block;
	background-repeat:repeat-x;
	width:auto;
	padding:2px 10px;
	height:17px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

div#wrapleftpanel ul#menugauche li a:link {
	color:#FFF;
	text-decoration:none;
}

div#wrapleftpanel ul#menugauche li a:visited {
	color:#FFF;
	text-decoration:none;
}

div#wrapleftpanel ul#menugauche li a:hover, div#wrapleftpanel ul#menugauche li.allume a {
	color:#FFF;
	text-decoration:underline;
}

div#wrapleftpanel ul#menugauche li a:active {
	color:#FFF;
	text-decoration:none;
}

/* SOUS MENU GAUCHE */

div#wrapleftpanel ul#menugauche li ul.sousmenu {
	position:absolute;
	visibility:hidden;
	top:0;
	left:100%;
	margin:0;
	padding:0;
	background-color:#2B4066;
	border:1px solid #6C6C6C;
}

div#wrapleftpanel ul#menugauche li ul.sousmenu li a {
	width:150px;
	padding:5px;
	background-image:none;
	background-color:#2B4066;
}

div#wrapleftpanel ul#menugauche li ul.sousmenu li a:link {
	background-color:#2B4066;
}

div#wrapleftpanel ul#menugauche li ul.sousmenu li a:visited {
	background-color:#2B4066;
}

div#wrapleftpanel ul#menugauche li ul.sousmenu li a:hover {
	background-image:none;
	background-color:#5F7E94;
}

div#wrapleftpanel ul#menugauche li ul.sousmenu li a:active {
	background-color:#5F7E94;
}

/* MENU CENTRE */

ul#menucentre li {
	display:inline;
	margin:0;
}

div#wrapcontent ul#menucentre li a {
	display:block;
	overflow:hidden;
	background-position:top center;
	background-repeat:no-repeat;
	width:116px;
	height:121px;
	float:left;
	margin-right:6px;
	position:relative;
	color:#FFF;
	font-weight:bold;
}

ul#menucentre li a span {
	display:block;
	position:absolute;
	cursor:pointer;
	left:0;
	bottom:0;
	width:116px;
	text-align:center;
	height:10px;
	padding:12px 0;
}

ul#menucentre li a > span {
	padding:20px 0;
}

ul#menucentre li a span.deuxlignes {
	height:32px;
	padding:4px 0;
}

ul#menucentre li ul.sousmenu {
	width:900px;
	list-style-type:none;
	position:absolute;
	top:35px;
	left:38px;
	visibility:hidden;
	margin:0;
	padding:0;
}

ul#menucentre li#smvisible ul.sousmenu {
	visibility:visible;
}

ul#menucentre li ul.sousmenu li {
	display:inline;
	float:none;
	margin-right:10px;
}

ul#menucentre li ul.sousmenu li a {
	display:inline;
	width:auto;
	background:none;
	text-transform:none;
	font-size:0.9em;
	color:#f7c98f;
	text-decoration:none;
	padding:0;
}

ul#menucentre li ul.sousmenu li a:hover {
	background:none;
	text-decoration:underline;
}

/* CONTENU */

div#wrapwebsite div#wrapmiddle {
	width:958px;
	margin:auto;
}

div#wrapwebsite div#wrapcontent {
	width:634px;
	margin:auto;
	text-align:left;
	float:right;
}

/* FOOTER ET PROMO */

div#promo {
	clear:both;
	padding-top:10px;
}

div#wrapfooter {
	text-align:center;
	width:100%;
	margin-top:20px;
	padding-bottom:20px;
	font-size:0.8em;
	font-weight:bold;
}

div#wrapfooter span {
	color:#f2aa41;
}

/***************************/
/* TEXTES, LISTES ET LIENS */
/***************************/

/* GÉNÉRAL */

div#wrapcontent h1 {
	font-size:2.6em;
	font-weight:normal;
	color:#214882;
	margin-top:0;
	margin-bottom:10px;
}

div#wrapcontent ul {
	list-style-type:disc;
	margin:10px auto;
}

div#wrapcontent div.texte ul {
	padding:0px 40px;
}

div#wrapcontent ul#ssimage {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#ssimage a.arrondi {
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}


ul#ssimage a.arrondi img {
	display:block;
	margin:0;
}

ul#ssimage li {
	float:left;
	width:50%;
	margin:23px auto;
}

div#wrapcontent span.titress, div#wrapcontent span.titress_single {
	display:block;
	width:268px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:5px;
	background-image:url(/_images/bkg_titress.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

div#wrapcontent span.titress {
	display:block;
	height:32px;
	padding:8px;
}

div#wrapcontent span.titress_single {
	display:block;
	padding:15px 8px;
	height:18px;
}

div#wrapcontent span.titress span {
	display:block;
	color:#f2aa41;
	font-size:10px;
	margin-top:3px;
}

div#wrapcontent p {
	font-size:1em;
}

div#wrapcontent a {
	color:#729fd3;
	text-decoration:none;
}

div#wrapcontent a:link {
	color:#729fd3;
	text-decoration:none;
}

div#wrapcontent a:visited {
	color:#729fd3;
	text-decoration:none;
}

div#wrapcontent a:hover {
	text-decoration:underline;
}

div#wrapcontent a:active {
	text-decoration:none;
}

div#wrapcontent h2, div#wrapleftpanel h2, div#promomois h2 {
	margin-top:0;
	text-transform:uppercase;
	color:#214882;
	font-weight:bold;
	font-size:1.3em;
}

div#wrapcontent h3, div#wrapleftpanel h3, div#promomois h3 {
	color:#f2aa41;
	font-weight:bold;
	font-size:1.2em;
}

h2 img {
	vertical-align:middle;
	margin-left:5px;
}

/* FICHE PRODUIT */

div#wrapcontent div#infosproduits {
	float:right;
	width:206px;
}

div#wrapcontent h1.ficheproduit {
	float:left;
	width:426px;
}

div#infosproduits h2, div#descriptionproduit h2 {
	margin-bottom:0;
	font-size:1.25em;
}

div#infosproduits p {
	margin-top:0;
}

div#descriptionproduit {
	padding-top:15px;
	width:412px;
	clear:left;
}

div#baspageproduits {
	padding-top:20px;
	clear:both;
}

div#baspageproduits div#infosuccursale {
	float:left;
	width:412px;
}

div#infosuccursale {
	position:relative;
}

/*div#infosuccursale table {
	position:absolute;
	top:-100px;
	left:-17px;
	padding:6px;
	text-align:center;
	background-color:#FFF;
	border:2px solid #E89A36;
}*/

div#baspageproduits div#fichecarte{
	float:right;
	width:206px;
}

div#wrapcontent span.succursale {
	display:block;
	font-size:1.4em;
	text-transform:none;
	color:#f2aa41;
}

div#wrapcontent h1 span.succursale {
	font-size:0.7em;
	font-weight:bold;
}

div#wrapcontent h2.succursale {
	padding-top:16px;
}

/* LISTE PHOTOS */

div#wraplistephotos {
	width:416px;
	float:left;
	position:relative;
	margin-right:10px;
}

img#grosseimage {
	display:block;
	padding-right:3px;
}

div#wraplistephotos ul#listephotos {
	list-style-type:none;
	margin:3px 0 0 0;
	padding:0;
}

ul#listephotos li {
	float:left;
	margin:0 3px 3px 0px;
	padding:0;
}

ul#listephotos li img {
	display:block;
	float:left;
	margin:0;
}

/* PRIMEUR */

div.bienvenue {
	width:634px;
	height:348px;
}

div.bienvenue h2 {
	display:none;
}

div.bienvenue div.texteprimeur {
	padding-top:150px;
	margin-left:15px;
	color:#f7c98f;
	font-weight:bold;
	width:203px;
}

div#wrapcontent ul#menucentre {
	width:619px;
	height:135px;
	background-image:url(/_images/bkg_basbienvenue.png);
	margin:0;
	padding:10px 0 0 15px;
	position:absolute;
	top:622px;
}

/***************/
/* FORMULAIRES */
/***************/

form fieldset {
	padding:5px;
	margin:10px auto;
}

form fieldset legend {
	font-size:1.5em;
	padding:5px;
}

form label {
	float:left;
	text-align:left;
	margin-top:2px;
	margin-right:10px;
	width:200px;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	color:#214882;
}

form label img {
	vertical-align:middle;
}

form p {
	margin:10px auto;
	clear:both;
	/*height:25px;*/
}

form p select, form p input {
	width:282px;
}

form p#soumettre, form p.soumettre {
	margin-top:20px;
	text-align:center;
	margin-left:210px;
	width:300px;
}

form p#soumettre input, form p.soumettre input {
	width:auto;
	margin:auto;
}

form fieldset div.groupechoix {
	float:left;
	width:350px;
	margin-bottom:10px;
}

form fieldset div.groupechoix p {
	margin:0 0 10px 0;
}

form fieldset div.groupechoix p label {
	display:inline;
	float:none;
	margin-left:5px;
}

/* Message global de formulaire (unique) */
form p#messageerreur {
	display:none;
	background-color:#FFEFEF;
	padding:5px;
	color:#F00;
	border:1px solid #F00;
}

/* Erreur de champ */
form p.erreurchamp {
	display:none;
	margin-left:37%;
	margin-right:70px;
	padding:5px;
	color:#F00;
	border:1px solid #F00;
}


/* ENVOYER À UN AMI */

div#fiche_envoyerami form {
	padding:10px;
	width:530px;
	margin-bottom:20px;
	background-color:#FBFBFB;
	border:1px solid #ededed;
}

div#fiche_envoyerami label {
	font-size:1em;
}

div#fiche_envoyerami form input {
	width:286px;
}

div#baspageproduits a {
	cursor:pointer;
	margin-right:10px;
}

/* GROS FORMULAIRES */

form.grosformulaire fieldset {
	border:1px solid #DDD;
	padding:10px;
	margin-bottom:20px;
}

form.grosformulaire fieldset legend {
	font-size:1.2em;
}

div#wrapcontent form.grosformulaire p {
	padding:5px 0;
	clear:both;
}

form.grosformulaire fieldset label {
	text-transform:none;
	font-weight:normal;
	margin-bottom:10px;
	margin-right:20px;
	text-align:right;
}

form.grosformulaire fieldset label strong {
	font-weight:bold;
	color:#F00;
}

form.grosformulaire input.petit {
	width:150px;
}

form.grosformulaire span.exemple {
	display:block;
	margin-top:2px;
	color:#666;
}

form.grosformulaire span.bleu {
	color:#214882;
}

form.grosformulaire span.radiocontainer {
	float:left;
	margin-bottom:10px;
}

form.grosformulaire span.radiocontainer label {
	float:none;
}

form.grosformulaire span.radiocontainer input {
	width:auto;
	display:inline;
}

div#wrapcontent form.grosformulaire div.jss_container, div#wrapcontent form.grosformulaire div.jss_container_ouvert, div#wrapcontent form.grosformulaire div.jss_container_disabled {
	margin-left:220px;
}

form.grosformulaire div.institution, form.grosformulaire div.placements {
	margin-left:50px;
	width:530px;
	background-color:#f9f9f9;
	border:1px solid #DDD;
	padding:5px;
	margin-top:10px;
	position:relative;
}

form.grosformulaire div.institution label, form.grosformulaire div.placements label {
	width:144px;
}

form.grosformulaire a#addinstitution, form.grosformulaire a#addplacements {
	display:block;
	text-align:right;
	margin-right:25px;
}

form.grosformulaire p#soumission {
	text-align:right;
}

form.grosformulaire p#soumission input {
	width:auto;
	margin-left:10px;
}

div#wrapcontent form.grosformulaire a.fermerblocform {
	position:absolute;
	top:10px;
	right:10px;
	font-size:1.3em;
	font-weight:bold;
	color:#990000;
}

div#wrapcontent p.date div.jss_container, div#wrapcontent p.date div.jss_container_ouvert, div#wrapcontent p.date div.jss_container_disabled, div#wrapcontent p.date select {
	float:left;
	margin:0 8px 10px 0;
	width:88px;
}

div#wrapcontent p.date a.jss_openlink span {
	width:49px;
	height:15px;
	padding:4px;
}

div#wrapcontent p.date div.jss_container_ouvert a.jss_openlink span {
	border:1px dotted #000;
	width:49px;
	height:16px;
	padding:3px;
}

/***********************/
/* MOTEUR DE RECHERCHE */
/***********************/

table#moteurrecherche {
	border-collapse:collapse;
	margin-top:15px;
	width:100%;
}


table#moteurrecherche tr.ligne1 {
	background-color:#EEE;
}

table#moteurrecherche tr.ligne2 {
	background-color:#EEE;
}


table#moteurrecherche th {
	width:20px;
	padding:2px;
}

table#moteurrecherche td {
	padding:2px;
}

/* AVANCÉ */


form#formrechercheadv p {
	margin:0;
	height:30px;
}

form#formrechercheadv p#erreurvide {
	border:1px solid #F00;
	width:485px;
	margin-bottom:10px;
	text-align:center;
	padding:2px;
	height:16px;
	background-color:#FFF0F0;
}

form#formrechercheadv p#soumettre {
	text-align:right;
	width:495px;
}

div#wrapcontent ul#listeresultats, div#promomois ul#listeresultats {
	list-style-type:none;
	padding:0;
}

div#promomois ul#listeresultats {
	margin:0;
}

div#wrapcontent h1#titreresultats{
	float:left;
}

div#wrapcontent p#nbresultatstop{
	float:right;
	text-align:right;
	font-size:1.2em;
	margin:15px 0 0 0;
}

ul#listeresultats li {
	position:relative;
	float:left;
	width:150px;
	height:190px;
	background-repeat:no-repeat;
	background-position:center 10px;
	margin-right:8px;
	margin-bottom:10px;
}

ul#listeresultats li img {
	width:147px;
	height:110px;
}

ul#listeresultats li img.vendu {
	width:auto;
	height:auto;
	position:absolute;
	top:0px;
	right:0px;
}

ul#listeresultats li div {
	position:absolute;
	top:0;
	left:0;
	background-image:url(/_images/bkg_fichevr.png);
	background-repeat:no-repeat;
	width:150px;
	height:190px;
}

ul#listeresultats a.lientransparent {
	display:block;
	width:100%;
	height:110px;
	text-decoration:none;
}

ul#listeresultats table.tablemoteuravance {
	width:100%;
	text-align:center;
	color:#707271;
	border-collapse:collapse;
}

table.tablemoteuravance th {
	text-transform:uppercase;
	font-weight:normal;
	color:#214881;
	padding-top:6px;
}

div#promomois table.tablemoteuravance th {
	padding:0;
}

div#wrapcontent ul#pager {
	clear:both;
	padding-top:10px;
	text-align:center;
	height:26px;
	list-style-type:none;
	text-align:center;
	padding-left:140px;
}

div#wrapcontent ul#pager li {
	width:126px;
	float:left;
	margin:0;
	padding:0;
	height:26px;
}

div#wrapcontent ul#pager li#nbresultats {
	width:150px;
}

div#wrapcontent ul#pager li img {
	display:block;
	margin-top:0px;
	padding:0;
}

div#wrapcontent ul#pager li > img {
	margin-top:-7px;
}

ul#pager li#nbresultats strong {
	font-size:1.3em;
}

/* PROMOTIONS DU MOIS */

div#promomois {
	height:200px;
	padding:15px 15px 0 15px;
	text-align:left;
	background-image:url(/_images/bkg_promosmois.png);
	background-repeat:no-repeat;
}

div#wrapmiddle > div#promomois {
	padding:15px;
}


div#promomois h2 {
	float:left;
	margin-bottom:0;
}

div#promomois div#allpromo {
	text-align:right;
}

div#allpromo a {
	color:#707171;
	text-decoration:none;
	margin-left:5px;
}

div#allpromo a:hover {
	text-decoration:underline;
}

div#promomois div#ssdesc {
	clear:both;
	font-size:0.9em;
	color:#707171;
}

div#promomois div#ssdesc p {
	margin-top:0;
}

div#promomois ul#listeresultats li div {
	background-image:url(/_images/bkg_fichevr_small.png);
	width:130px;
	height:150px;
}

div#promomois ul#listeresultats a.lientransparent {
	height:94px;
}

div#promomois ul#listeresultats li {
	float:left;
	width:130px;
	height:150px;
	background-repeat:no-repeat;
	background-position:center 8px;
	margin-right:10px;
	margin-bottom:0;
	overflow:hidden;
	font-size:0.8em;
}

div#promomois ul#listeresultats li img {
	width:127px;
	height:95px;
}

/************/
/* CONTACTS */
/************/

table.departement {
	width:100%;
	margin-bottom:10px;
}

table.departement thead th {
	padding:5px;
	background-color:#F9F9F9;
}

table.departement tbody td, table.departement tbody th {
	padding-left:20px;
}

table.departement tbody th {
	padding-top:10px;
}

form#recherchecontact fieldset {
	padding:5px 30px;
}

form#recherchecontact label {
	display:inline;
	text-align:left;
	float:none;
	margin-left:10px;
}

form#recherchecontact div.groupe {
	float:left;
	width:50%;
}

/****************/
/* PLAN DE SITE */
/****************/

ol#plandesite {
	list-style-type:none;
	margin-left:0;
}

ol#plandesite li {
	margin:5px auto;
}

ol#plandesite li.section {
	margin:15px auto;
	font-weight:bold;
}

ol#plandesite ol.soussections {
	list-style-type:none;
	margin-left:20px;
}

ol#plandesite ol.soussections li {
	font-weight:normal;
}

ol#plandesite ol.soussections ol.fiches {
	list-style-type:none;
	margin-left:30px;
}

ol#plandesite ol.soussections ol.fiches li {
	font-weight:normal;
}

/******************/
/* MODULE SONDAGE */
/******************/


div#sondage {
	background-color:#F5F5F5;
	width:250px;
	margin-top:10px;
	border:1px outset #333;
	text-align:center;
}

div#sondage h2 {
	margin:0;
	padding:5px;
	border:1px inset #333;
}

div#sondage h3 {
	margin:0;
	background-color:#FFF;
	border:1px outset #333;
	padding:5px;
	font-size:1em;
}

div#sondage form p {
	text-align:left;
}

div#sondage label {
	margin-left:30px;
}

div#sondage p.soumettre{
	text-align:center;
}

table#sondage_resultats {
	margin:10px;
	width:225px;
	text-align:left;
}

table#sondage_resultats div.barreresultats_fond {
	height:3px;
	border:1px inset #333;
	font-size:0px;
}

table#sondage_resultats div.barreresultats_dessus {
	height:3px;
	background-color:#00F;
}

			/*  vertical  */
				#v_news_ticker_box {
					width:170px;
					height:121px;
					overflow:hidden;
					position:absolute;
					background-image:url(/_images/ticker_bg.png);
					background-repeat:no-repeat;
					top:50px;
					right:0px;
					z-index:100;
				}
				
				#v_news_ticker_padding {
					position:relative;
					overflow:hidden;
					width:150px;
					height:101px;
					margin:10px;
					z-index:101;
				}
				
				#v_news_ticker_content {
					position:absolute;
					top:0px;
					left:0px;
					height:900000px;
					z-index:102;
				}
			
				#v_news_ticker_content .element {
					color:#FFF;
					margin: 0 0 15px 0;
					z-index:103;
				}

/********/
/* MISC */
/********/

a img {
	border:none;
}

hr.clear {
	visibility:hidden;
	height:0px;
	padding:0;
	font-size:0px;
	line-height:0px;
	clear:both;
}

span.dblfleches {
	font-size:1.1em;
	margin-left:3px;
	color:#f2aa41;
}