/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.90em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; text-align: center;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,caption { padding: 4px 10px 4px 5px; }
td  		{	padding:0 0 0 0 }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
}

html,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color: black;
}

body {
	font-family: Tahoma, "Trebuchet MS";
	background: url("../images/avanquest/noir_header_bg.png") repeat-x top;
	font-size: 12px;
	color: #4a5054;
	padding-top: 0;
	margin-top: 0;
	font-weight: normal;
}

a {
	color: #14AACB;
	/*color: #9E0FB7;*/
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
}


a:hover {
	color: #ff9600;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	color: #14AACB;
	background-color: #14AACB;
	height: 1px;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link img {
	border: 0;
	background-color: transparent;
	display: block;
}

a:visited img {
	border: 0;
	background-color: transparent;
	display: block;
}

a:hover img {
	border: 0;
	background-color: transparent;
	display: block;
}

img {
	display: block;
	background-repeat: no-repeat;
}

.police-10px  {
	font-size: 10px;
	}
.police-11px  {
	font-size: 11px;
	}
.police-12px  {
	font-size: 12px;
	}
/* CSS Document */
#global {
	position: relative;
	margin: 0 auto;
	width: 990px;
	text-align: justify;
	height:100%;
	min-height:100%;
}

/* header*/
#header {
	position: absolute;
	width: 990px;
	/*background-color: #ccc;*/
	background: url("../images/avanquest/logo_encycl4.png") no-repeat 0 0
		transparent;
	z-index: 10;
	height: 150px;
}


#logo {
	/*background-color: #ccc;*/
	position: absolute;
	color: #fff;
	top: 0px;
	left:0px;
	height: 140px;
	width: 400px;
	
}
#texte_header {
	/*background-color: #ccc;*/
	position: absolute;
	color: #fff;
	top: 90px;
	left:250px;
	height: 140px;
	width: 400px;
	
}
#texte_header h1{
	/*background-color: #ccc;*/
	color: #fff;
	
}



#breadcrumbs {
	position: absolute;
	color: #fff;
	top: 122px;
	height: 21px;
	width: 900px;
	margin-left: 30px;
	padding-left: 30px;
	padding-top: 8px;
	margin-top: 15px; /* 20 px between the bread and search bar*/
	/*background: url( ../images/avanquest/fond_blanc.gif) no-repeat 0 0		transparent; */
}



#breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

#breadcrumbs  a:hover {
	color: #fff;
	text-decoration: underline;
}

#rechercher {
	position: absolute;
	color: #fff;
	top: 120px;
	left:600px;
	height: 21px;
	margin-left: 30px;
	padding-left: 30px;
	padding-top: 8px;
	margin-top: 15px; /* 20 px between the bread and search bar*/
	
}

#panier {
	position: absolute;
	color: #000;
	top: 155px;
	left:460px;
	height: 21px;
	margin-left: 30px;
	padding-left: 30px;
	padding-top: 8px;
	margin-top: 15px; 
	z-index: 5;
	display: inline;
	
}
#panier a { color:#000; }

/* Containers for the 2 ip-floats */
#container {
	color: #000;
	top: 170px;
	position: absolute;
	width: 970px;
	margin-left: 10px;
	border-bottom: 20px solid #ffffff;
	/*background-color: #333;*/
	padding-bottom:75px;
	 min-height:100%;
	 
	 margin:0 auto;
}

#hp_footer {
	position: absolute;
	top: 2044px;
	left: 10px;
	/* 4-10 style added*/
	border-bottom: solid 20px #ffffff;
}

/************************ MINICLIP POS CONTENT ********************************/
.mainContent {
	width: 630px;
	float: left;
	clear: both;
	margin: 0 0 0px 0px;
	background: #fff;
	display: inline;
	/*background-color: #333;*/
}

.mainContent_listing {
	width: 980px;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
	/*background: #f00;*/
	display: inline;
	/*background-color: #333;*/
}
div.mainContent { /*background: #cef;*/
	
}




/****************/ /* footer */
#bup_at_categories_listing {
	width: 730px;
	margin: 0px auto 0 auto;
	overflow: hidden;
	height: 100px;
	/*background-color: #000;*/
	/*border:1px black solid;*/
	margin-bottom:30px;
	float: left;
}
#texte_cont_categories_listing {
	width: 730px;
	margin: 0px auto 0 auto;
	overflow: hidden;
	/*background-color: #eee;*/
	/*border:1px black solid;*/
	margin-bottom:30px;
	float: left;
}


/* sidebar */
#sideBar {
	width: 324px;
	float: right;
	margin: 0 5px 5px 0;
	display: inline;
	position: relative;
	/*background-color: #999;*/
}
/* sidebar */
#categorie_bar {
	width: 170px;
	height:300px;
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
	position: relative;
	/*background-color: #999;*/
}
/* sidebar */
#categorie_bar_boutique {
	width: 240px;
	height:300px;
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
	position: relative;
	/*background-color: #999;*/
}


ul .bg_list{background:none;}

ul .bg_list a{color:#14AACB; font-size: 16px;padding-left:10px; background:url(../images/avanquest/arrow_1.gif) left 4px no-repeat;}
ul .bg_list a:hover {color:#ff9600; text-decoration:none;font-size: 16px;}

ul .bg_list_sub a{color:#ff027b;  padding-left:10px; margin-left:0px; background:url(../images/avanquest/bullet.gif) left -3px no-repeat;}
ul .bg_list_sub a:hover {color:#f00; text-decoration:none;}


#tabNav {
	left: 210px;
	margin-top: 40px;
}

#tabNav {
	float: left;
	margin: 30px 0 0 5px;
	position: absolute;
	z-index: 100;
	left: 275px;
	top: 0;
}

#tabNav li {
	float: left;
	margin: 0 7px 0 0;
	position: relative;
	width: 150px;
}

#tabNav a {
	line-height: 32px;
	padding: 5px 18px 0 45px;
	color: #000;
	display: block;
	overflow: hidden;
	height: 31px;
	_height: 36px margin :                 0 0 -10px 0;
	font-size: 13px;
	white-space: nowrap;
}

.button_games {
	background: url( /images/tabs_tile.png ) no-repeat 0 0 transparent;
}

.button_ecards {
	background: url( /images/button_ecards.gif ) no-repeat transparent;
}

.button_toons {
	background: url( /images/button_toons.gif ) no-repeat transparent;
}

/************************ PRIZEE ***********************/
#footer_links {
	list-style-type: none;
	padding-bottom: 50px;
	font-size: 13px;
}

.footer_links_li a,
	.footer_links_li a:visited {
	color: #33B4D4;
	text-decoration: none;
	
}
.footer_links_li a:hover {
	color: #ff9600;
	text-decoration: none;
	
}


.footer_links_li {
	font-size: 13px;
	float: left;
	width: 200px;
	height: 330px;
	color: #33B4D4;
	text-align: left;
	list-style: none;
}
.listing_categorie_li {
	font-size: 13px;
	float: left;
	width: 400px;
	min-height: 60px;
	/*margin-right: 15px;*/
	color: #33B4D4;
	text-align: left;
	list-style: none;
}
.listing_categorie_li a,
	.listing_categorie_li a:visited {
	color: #33B4D4;
	text-decoration: none;
	
}

.listing_categorie_li a:hover {
	color: #ff9600;
	text-decoration: none;
	
}
.flechette {
	background: url(../images/avanquest/fleche_bd.gif) -3px -3px no-repeat;
	padding-left: 17px;
}

.flechette a {
	font-size: 18px;
}


.flechette a:hover {
	
	font-size: 18px;
	
}


.stdlilesplus {
	background: url(../images/bullet.gif) 0 -2px no-repeat;
	padding-left: 12px;
	margin-left: 4px;
}

.test_bg_noir_360, .test_bg_noir_360 a , .test_bg_noir_360 a:hover {
	background: #3A3D41
		url(../images/avanquest/bg-accordion-active-left.png) no-repeat scroll
		left top;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	left: -38px;
	padding: 0px 5px 0px 38px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 380px;
	font-weight:normal;	
}
.test_bg_noir, .test_bg_noir a, 
	.test_bg_noir a:hover{
	background: #3A3D41
		url(../images/avanquest/bg-accordion-active-left.png) no-repeat scroll
		left top;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	left: -38px;
	padding: 0px 5px 0px 38px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 320px;
	font-weight: normal;
}


.test_bg_noir_280, .test_bg_noir_280 a , .test_bg_noir_280 a:hover {
	background: #3A3D41
		url(../images/avanquest/bg-accordion-active-left.png) no-repeat scroll
		left top;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	/*left: -38px;*/
	padding: 0px 5px 0px 38px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 280px;
	font-weight:normal;	
}

.bg_noir_prod, .bg_noir_prod a, 
	.bg_noir_prod a:hover{
	background: #3A3D41
		url(../images/avanquest/bg-accordion-active-left.png) no-repeat scroll
		left top;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	left: -38px;
	padding: 0px 5px 0px 38px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 180px;
	font-weight: normal;
}
/*******************************************/
#LoginTop {
	height: 39px;
	background: url(../images/street/img_login.gif) no-repeat;
}

#LoginMid {
	background: url(../images/street/tbl_loginbox_mid.gif) repeat-y;
	width: 221px;
	padding-left: 5px;
	margin-right: 25px;
}

#LoginBot {
	height: 20px;
	background: url(../images/street/tbl_loginbox_bot.gif) no-repeat;
}

/****************************************SNOUPIX**************/
#navigation {
	position: absolute;
	top: 0;
	left: 530px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
}

#navigation a * {
	display: none;
}

#navigation a,#navigation a .hover {
	height: 130px;
	position: relative;
	outline: none;
	display: block;
	background: url("../images/avanquest/menubis7.png") 0 0 no-repeat;
}

#navigation a.tutos {
	background-position: 0 0;
	width: 50px;
}

#navigation .highlight a.tutos:hover,#navigation a.tutos .hover {
	background-position: 0px -140px;
}

#navigation a.actus {
	background-position: -50px 0;
	width: 50px;
}

#navigation .highlight a.actus:hover,#navigation a.actus .hover {
	background-position: -50px -140px;
}

#navigation a.encyclo {
	background-position: -100px 0;
	width: 50px;
}

#navigation .highlight a.encyclo:hover,#navigation a.encyclo .hover {
	background-position: -100px -140px;
}

#navigation a.bleu {
	background-position: -150px 0;
	width: 50px;
}

#navigation .highlight a.bleu:hover ,#navigation a.bleu .hover {
	background-position: -150px -140px;
}

#navigation a.blanc {
	background-position: -200px 0;
	width: 50px;
}

#navigation .highlight a.blanc:hover,#navigation a.blanc .hover {
	background-position: -200px -140px;
}
#navigation a.rouge {
	background-position: -250px 0;
	width: 50px;
}
#navigation .highlight a.rouge:hover,#navigation a.rouge .hover {
	background-position: -250px -140px;
}

#navigation a.jaune {
	background-position: -300px 0;
	width: 50px;
}
#navigation .highlight a.jaune,#navigation a.jaune .hover {
	background-position: -300px -140px;
}

#navigation a.orange {
	background-position: -350px 0;
	width: 50px;
}
#navigation .highlight a.orange,#navigation a.orange .hover {
	background-position: -350px -140px;
}

#navigation a.slip4 {
	background-position: -300px 0;
	width: 50px;
}

#navigation .highlight a.slip4:hover,#navigation a.slip4 .hover {
	background-position: -300px -140px;
}

#navigation a .hover {
	cursor: pointer;
}

/************************/ /* ---------09-Footer-------------- */
.actu {
	width: 630px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b5b5b5;
	text-align: left;
}

.actu_header {
	height: 60px;
	width: 100%;
	border-bottom: 1px solid white;
	background: url("../images/avanquest/fond_actu.png") no-repeat;
}

.actu_header .date {
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	padding: 5px;
}

.date .jour,.date .mois,.date .numero {
	display: block;
	clear: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1em;
	color: gray;
}

.date .numero {
	color: #33b4d4;
	font-size: 2.4em;
	font-weight: bold;
}

.actu_header .infos {
	position: relative;
	display: inline;
	left: 8px;
	width: 500px;
	font-size: 1em;
}

.actu_header .infos2 {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -15px;
}

.actu_header h2 * {
	position: relative;
	display: block;
	color: #33b4d4;
	font-weight: lighter;
	font-size: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

.actu_header .infos a:hover,.actu_cont a:hover {
	text-decoration: underline;
}

.actu_header .infos h2 a:hover {
	text-decoration: none;
}

.actu_header ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.actu_header ul li {
	display: inline;
}

.actu_header ul li strong,.actu_header strong {
	font-size: 1em;
	color: #555;
}

.actu_cont {
	margin-top: 10px;
	line-height: 1.8em;
	font-size: 0.95em;
	width: 600px;
}

.actu_cont img,.tuto_cont img {
	display: block;
	height: 200px;
	padding: 5px;
	margin: auto;
	border: 1px solid #F1ECE1;
}

.actu_cont p {
	text-indent: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

.actu_cont .mini {
	float: left;
	margin-right: 15px;
}

.actu_cont .mini_acc {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.actu_cont h2 {
	color: #33b4d4;
	background-color: #f7f5f0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 10px;
}

.pair .mini_acc {
	float: left;
}

.impair .mini_acc {
	float: right;
}

.actu_cont ol,.actu_cont ul {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.actu_cont li {
	font-size: 1.1em;
}

.actu .liste {
	font-family: Georgia, Tahoma, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

.actu .liste li {
	padding: 10px 0px 10px 0px;
}

.actu .uliste {
	font-family: Georgia, Tahoma, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	list-style-type: none;
}

.actu .uliste li {
	padding: 10px 0px 10px 0px;
}

/****************/ /* footer */

/*
#footer {
	position:absolute;
	bottom:0;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	width: 100%;
	height: 72px;
	z-index: 255;
	background-color:#ccc;
}
*/

#footer {
	position:absolute;
	bottom:0;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	width: 100%;
	height: 72px;
	z-index: 2;
	background-color:#ccc;
	background: url("../images/avanquest/footer_bg.png") repeat-x;;
}
#footer p{
 text-align:center;
	color:#aaa;
	clear:both;
	position:relative;
	top:20px;
}
#footer a:hover{
	text-decoration: underline;
}

#haut_page {
float: right;
margin-right: 408px;
margin-top: -9px;
height: 30px
}

#haut_page ul {
  list-style: none;
}

#haut_page a * {
  display: none;
}

#haut_page a,
#haut_page a .hover {
  height: 30px;
	position: relative;
	display: block;
	background: url("../images/haut.png") 0 0 no-repeat;
}
.rubrique-encyclopedie #haut_page a .hover{
	  background: url("../images/haut_encyclo.png");
}
.rubrique-actus #haut_page a .hover{
	  background: url("../images/haut.png");
}
.rubrique-tutos #haut_page a .hover{
	  background: url("../images/haut_tutos.png");
	  position: relative;
	  margin-top: 2px;
}


#haut_page a.hautPage {
  background-position: 0 0;
  width: 155px;
}

#haut_page .highlight2 a.hautPage:hover,
#haut_page a.hautPage .hover {
  background-position: 0px -30px;
}

.rouge {
	color: #f00;
}

@CHARSET "ISO-8859-1";

h4 {
	background-color: #E3ECF2;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	border: 1px solid #A8B5E1;
	color: #1F5285;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.1em;
	margin-top: 0.2em;
	padding-bottom: 3px;
	padding-left: 16px;
	text-decoration: none;

}

h4 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.83em 0;
}@CHARSET "ISO-8859-1";


.product {
	margin:0 0 0 0;
}

no_padding {
	padding: 0 0 0 0;
}

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

.headerlistd {
	display: block;
	padding-left: 30px;
	margin-left: 4px;
	background: url(../images/fleche_bd.gif) 0 0 no-repeat;
	text-transform: capitalize;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-bottom: 15px;
}

.headerlilesplus {
	display: block;
	padding-left: 30px;
	margin-left: 4px;
	background: url(../images/Button-Add-24x24.png) 0 0 no-repeat;
	text-transform: capitalize;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-bottom: 15px;
}

.headerlilesmoins {
	display: block;
	padding-left: 30px;
	margin-left: 4px;
	background: url(../images/Button-Delete-24x24.png) 0 0 no-repeat;
	text-transform: capitalize;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-bottom: 15px;
}

.stdlilesplus {
	background: url(../images/bullet.gif) 0 -2px no-repeat;
	padding-left: 12px;
	margin-left: 4px;
}

.software_win {
	background: url(../images/os-1.gif) 0 0px no-repeat;
	padding-left: 25px;
	margin-left: 4px;
}
.software_mac {
	background: url(../images/os-3.gif) 0 0px no-repeat;
	padding-left: 22px;
	margin-left: 4px;
}
.software_linux {
	background: url(../images/os-2.gif) 0 0px no-repeat;
	padding-left: 22px;
	margin-left: 4px;
}
.software_iphone {
	background: url(../images/os-4.gif) 0 0px no-repeat;
	padding-left: 12px;
	margin-left: 4px;
	font-size: 13px;
}


.listing_sc {

	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	text-decoration: underline;	
}

.listing_dl{
	font-size:15px;
	line-height: 35px;
}

.listing_dl a{
		padding-left: 35px;
		background: url(../images/avanquest/download.gif) 0px 0px no-repeat;
		line-height: 35px;	
}
.listing_dl a:hover{
	background: url(../images/avanquest/download_over.gif) 0px 0px no-repeat;
	line-height: 35px;
}

.alignement_droite {
	text-align: right;
}

.date {
	float:left;
	margin-right:20px;
}
.infos {
	border-bottom: #ccc solid 1px;
	clear: left;
}
.titre_news {
	text-decoration: underline;
}.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

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

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 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: -96px 0;
}

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

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 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: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

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

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

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

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

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

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
