@charset "UTF-8";
/* Sommaire */
/* _teaser, _selecteurs_html, _toolbox, _emplacements, _menu, _module_actualite, _module_article, _pagination, _formulaire, _divers, _toolbox, */

/* Constantes */
/*
	Couleur du texte : #838383
	Couleur a.hover : #5f843d

*/

@import url(annonceur.css);
@import url(annonce.css);
@import url(ce/bonplan.css);

 /*** _selecteurs_html ***/
	body {
		margin: 0;
		padding: 0;
	}
		/* utilisé pour éviter à fckeditor dans l'admin d'avoir le fond de page défini dans body 
		utiliser ce sélecteur pour définir la couleur de fond du body */
		#body {
			
		}
		body,select,td,input,div,textarea {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #838383;
		}
	
	p {margin: 0 0 10px 0;}
	div {margin: 0;}
	
	a img {
		border: 0;
	}
	
	a:link,a:visited,a:active {
		text-decoration: none;
		color: #000;
	}
	a:hover {
		text-decoration: none;
		color: #5f843d;
	}
	h1 {
		font-size: 14px;
		margin: 0 0 8px 0;
	}
	h2 {
		font-size: 12px;
		margin: 0 0 8px 0;
	}
	h3 {
		font-size: 12px;
		margin: 0 0 8px 0;
	}

 /*** _toolbox ***/
	.clear {
		clear: both;
		height: 0px;
		padding: 0;
		margin: 0;
		font-size: 0;
		visibility: hidden;
	}
	
 /*** _emplacements ***/
	#conteneur {
		margin: 0 auto;
		background: url(../media/fr/fond.gif) 8px 210px no-repeat;
	}
	
	#emplEntete {
		padding: 0 20px;
	}
	 
	#emplCentre {
		padding-top: 10px;
	}
	
	#emplPied {
		font-size: 9px;
	}
		#emplPied a.mentions {
			background: url(../media/fr/mentions_legales.gif) left top no-repeat;
			padding: 3px 21px 0 21px;
			color: #FFF;
			font-size: 10px;
			font-weight: bold;
			margin-left: 20px;
		}
		#emplPied a {
			color: #313131;
			
		}
	 
	#emplDroite {
		min-height: 610px;
	}
	
 	#logo {
		position: absolute;
		margin-left: 705px;
		top: 60px;
	}
	
	#login {
		position: absolute;
		top: 188px;
	}
	
	#login img, #login input {
		float: left;
		margin-right: 10px;
	}
	#login img {
		margin-top: 1px;
	}

	#login #logSubmit {
		/*background: #FFF url(../media/fr/ok.gif ) no-repeat;*/
		background: #626262;
		color: #FFF;
		font-size: 10px;
		width: 20px;
		height: 13px;
		margin: 3px 0 0 0;
		padding: 0 0 2px 0;
		border: 0;
		-moz-border-radius: 3px;
		cursor: pointer;
	}
	#bonsPlans {
		position: absolute;
		top: 185px;
		margin-left: 715px;
	}
	#coordonnees {
		color: #FFF;
		font-weight: bold;
		padding: 11px;
		text-align: center;
		font-size: 12px;
		background: #929292;
	}
/*** _menu ***/
	.menu1 {
		height: 60px;
		float: right;
		background: url(../media/fr/1px_fond_nav_haut.gif) bottom repeat-x;
	}
		.menu1 .first_level li {
			list-style-type: none;
			float: left;
			background: url(../media/fr/separateurs_nav_haut.png) right 23px
				no-repeat;
			padding: 0 2px 0 0;
			margin: 0;
		}
		.menu1 ul ul li {
			list-style-type: none;
			float: left;
			background: #FFF;
			padding: 0;
			margin: 0;
			height:21px;
		}
		.menu1 ul {
			padding: 0;
			margin: 0;
		}
		.menu1 .first_level li a {
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
			font-size: 10px;
			height: 30px;
			display: block;
			padding: 30px 10px 0 10px;
		}
		.menu1 .first_level li a:hover, .menu1 ul li.active a {
			background: #FFF url(../media/fr/nav_haut_on.gif) top no-repeat;
			color: #535353;
		}
		.menu1 .first_level li ul li a {
			color: #000;
			background: #FFF;
			border-bottom: 1px solid #929292;
			border-left: 1px solid #929292;
			border-right: 1px solid #929292;
			text-decoration: none;
			font-weight: 100;
			font-size: 11px;
			height: auto;
			display: block;
			padding: 2px 3px;
			height: 16px;
		}
		/* gestion des niveaux d�roulant */
		/*on masque les �l�ments qui ne doivent pas s'afficher*/
		.menu1 .first_level li ul,
		.menu1 .first_level li:hover ul ul,
		.menu1 .first_level li:hover ul ul ul ,
		.menu1 .first_level li.sfhover ul ul,
		.menu1 .first_level ul li:hover ul ul,
		.menu1 .first_level ul li:hover ul ul ul,
		.menu1 .first_level ul li.sfhover ul ul{
			height:auto;
			left:-999em;
			position:absolute;
			width:150px;
			z-index: 100;
		}
		 /* second niveau */
		.menu1 .first_level li:hover ul,
		.menu1 .first_level li.sfhover ul{
			left:auto;
		}
		.menu1 .first_level li ul li{
			background:none;
			float:none;
			width:150px;
		}
		/* Elément par défaut */
		.menu1 .first_level li.active li a{
			font-weight: 100;
		}
		/* Elément actif */
		.menu1 .first_level ul li.active a,
		.menu1 .first_level ul li a:hover {
			background: #d3e6b3;
			color: #000;
			font-weight: 100;
		}
		/* troisieme niveau */
		/* Zone globale */
		.menu1 .first_level ul li:hover ul, .menu1 .first_level ul li.sfhover ul{
			left: auto;
			margin: -21px 0 0 149px;
		}
		.menu1 .first_level ul ul li{
			background:none;
			float:none;
			width:150px;
		}
		/* Elément par défaut */
		.menu1 .first_level ul ul li a{
			color: #000;
			background: #FFF;
		}
		.menu1 .first_level ul li.active li a{
			font-weight: 100;
			color: #000;
			background: #FFF;
		}
		/* Elément actif */
		.menu1 .first_level ul ul li.active a, 
		.menu1 .first_level ul ul li a:hover {
			font-weight: 100;
			background: #d3e6b3;
			color: #000;
		}
	.menu2 {
		height: 60px;
		float: right;
		background: url(../media/fr/nav_vert.gif) bottom repeat-x;
	}
		.menu2 .first_level li {
			list-style-type: none;
			float: left;
			background: url(../media/fr/separateurs_nav_haut.png) right 23px
				no-repeat;
			padding: 0 2px 0 0;
			margin: 0;
		}
		.menu2 ul ul li {
			list-style-type: none;
			float: left;
			background: #FFF;
			padding: 0;
			margin: 0;
			height:21px;
		}
		.menu2 ul {
			padding: 0;
			margin: 0;
		}
		.menu2 .first_level li a {
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
			font-size: 10px;
			height: 30px;
			display: block;
			padding: 30px 10px 0 10px;
		}
		.menu2 .first_level li a:hover, .menu2 ul li.active a {
			background: #FFF url(../media/fr/nav_haut_on.gif) top no-repeat;
			color: #535353;
		}
		.menu2 .first_level li ul li a {
			color: #000;
			background: #FFF;
			border-bottom: 1px solid #929292;
			border-left: 1px solid #929292;
			border-right: 1px solid #929292;
			text-decoration: none;
			font-weight: 100;
			font-size: 11px;
			height: auto;
			display: block;
			padding: 2px 3px;
			height: 16px;
		}
		/* gestion des niveaux d?roulant */
		/*on masque les ?l?ments qui ne doivent pas s'afficher*/
		.menu2 .first_level li ul,
		.menu2 .first_level li:hover ul ul,
		.menu2 .first_level li:hover ul ul ul ,
		.menu2 .first_level li.sfhover ul ul,
		.menu2 .first_level ul li:hover ul ul,
		.menu2 .first_level ul li:hover ul ul ul,
		.menu2 .first_level ul li.sfhover ul ul{
			height:auto;
			left:-999em;
			position:absolute;
			width:150px;
			z-index: 100;
		}
		 /* second niveau */
		.menu2 .first_level li:hover ul,
		.menu2 .first_level li.sfhover ul{
			left:auto;
		}
		.menu2 .first_level li ul li{
			background:none;
			float:none;
			width:150px;
		}
		/* Elément par défaut */
		.menu2 .first_level li.active li a{
			font-weight: 100;
		}
		/* Elément actif */
		.menu2 .first_level ul li.active a,
		.menu2 .first_level ul li a:hover {
			background: #d3e6b3;
			color: #000;
			font-weight: 100;
		}
		/* troisieme niveau */
		/* Zone globale */
		.menu2 .first_level ul li:hover ul, .menu2 .first_level ul li.sfhover ul{
			left: auto;
			margin: -21px 0 0 149px;
		}
		.menu2 .first_level ul ul li{
			background:none;
			float:none;
			width:150px;
		}
		/* Elément par défaut */
		.menu2 .first_level ul ul li a{
			color: #000;
			background: #FFF;
		}
		.menu2 .first_level ul li.active li a{
			font-weight: 100;
			color: #000;
			background: #FFF;
		}
		/* Elément actif */
		.menu2 .first_level ul ul li.active a, 
		.menu2 .first_level ul ul li a:hover {
			font-weight: 100;
			background: #d3e6b3;
			color: #000;
		}
 /*** _pagination ***/
	.pagination {
		clear: both;
		float:right;
	}
		.pagination select{
			height: 19px;
			padding: 0;
			margin: 0;
			float: left;
			font-family: Arial;
			font-weight: bold;
			color: #000;
			margin-right: 5px;
		}
		 
		.pagination select option {
			color: #000;
			font-weight: bold;
		}
		.pagination .pageS {
			float: right;
			height: 17px;
			margin-left: 5px;
			/*border: 1px solid #B2B3B8;*/
			font-weight: bold;
		}
		.pagination .pageP {
			float: left;
			height: 17px;
			margin-right: 5px;
			font-family: Arial;
			/*border: 1px solid #B2B3B8;*/
			font-weight: bold;
		}
		.pagination .pageRetour {
			float: left;
			height: 17px;
			margin-right: 5px;
			font-family: Arial;
			/*border: 1px solid #B2B3B8;*/
			
		}
		.pagination a:link, .pagination a:visited, .pagination a:active {
			padding: 2px;
			display: block;
			color: #B2B3B8;
			border: 1px solid #B2B3B8;
			float: left;
			margin: 0 1px;
		}
		.pagination .pageCourante {
			padding: 3px;
			display: block;
			float: left;
			color: #000;
		}
		.pagination .pageRetour a:link, .pagination .pageRetour a:visited, .pagination .pageRetour a:active {
			background: #EEEEEE;
		
		}
		 
		.pagination a:hover{
			color: #5f843d;
			border: 1px solid #5f843d;
			text-decoration: none;
		}
		 .pagination .pageRetour a:hover{
			color: #5f843d;
			border: 1px solid #5f843d;
			text-decoration: none;
			background: #FFF;
		}
 
 /*** _formulaire ***/
	.form {
		padding: 20px;	
	}
		.form .erreur {
			color: #FF0000;
		}
		.form .libelle{
			font-weight: bold;
			padding: 10px 0 5px 0;	
		}
		.form label {
			float: left;
			width: 120px;
			padding-bottom: 4px;
		}
		.form .champs {
			float: left;
			width: 400px;
			padding-bottom: 4px;
		}
		.form .champs input[type=text], .form .champs textarea, .form .champs select {
			width: 200px;
		}
	.formulaireContact {
		padding: 0px 20px;	
	}
		.formulaireContact ul {
			list-style-type: none;
			padding: 0;
		}
		.formulaireContact #message {
			color: #FF0000;
			padding: 3px 10px;
			border: 1px solid #FF0000;
			margin: 0 120px 0 120px;
		}
		.formulaireContact .erreur {
			color: #FF0000;
		}
		.formulaireContact .ligne {
			clear: both;
		}
		.formulaireContact .ligne.erreur label{
			color: #FF0000;
		}
		.formulaireContact .ligne.erreur .champ{
			border: 1px solid #FF0000;
		}
		.formulaireContact label {
			float: left;
			width: 120px;
			padding-bottom: 4px;
		}
		.formulaireContact .champ {
			float: left;
			width: 380px;
			padding-bottom: 4px;
		}
		.formulaireContact .champ input[type=text], .formulaireContact .champ textarea, .formulaireContact .champ select {
			width: 220px;
		}
		.formulaireContact .champ textarea {
			width: 220px;
			height: 150px;
		}
		.formulaireContact input[type=button]{
			clear: both;
			margin-left: 120px;
		}
		.formulaireContact #ligne_societe label, .formulaireContact #ligne_vous label {
			font-weight: bold;
			padding: 10px 0 5px 0;
		}
		.formulaireContact #ligne_vous_etes {
			padding: 10px 0 5px 0;
		}
 /*** _module_actualite ***/
 	.actualite {
 		margin-bottom: 12px;
 	}
 		.actualite h2 {
	 		
	 	}
	 	.actualite .imgActu {
	 		float: left;
	 		margin: 0 5px 5px 0;
	 	}
	 	.actualite .texte {
	 		
	 	}
	 	.actualite .permalien {
	 		clear: both;
	 	}
	 	.actualite .permalien a, .actualite .permalien a:link, .actualite .permalien a:visited {
	 		color: #5f843d;
	 	}
	 	.actualite .permalien a:hover {
	 		color: #000;
	 	}
	#actualite {
 		
 	}
 		#actualite h1 {
	 		
	 	}
	 	#actualite .imgActu {
	 		float: right;
	 		margin: 0 0 5px 5px;
	 	}
	 	#actualite .texte {
	 		font-weight: bold;
	 	}
	 	#actualite .detail {
	 		
	 	}
	 	
	.widgetActu {
			border: 1px solid #818181;
			color: #838383;
			padding: 4px 8px 5px 8px;
			margin-bottom: 10px;
			-moz-border-radius: 5px;
			background: #FFF url(../media/fr/encart_haut.gif) top no-repeat;
		}
		
		.widgetActu .titre {
			padding-bottom: 8px;
			color: #838383;
			font-weight: bold;
		}
		
		.widgetActu a {
			font-weight: bold;
			text-decoration: underline;
			color: #838383;
		}

/*** _module_article ***/
	#artIntroduction {}
		#artIntroduction .imgIntroduction {
		 	margin: 0px 5px 5px 0px;
			float:left;
		}
		#artIntroduction h1{
			font-size: 13px;
		}
		#artIntroduction .pIntroduction {
			
		}
	
	#artSommaire {}
		#artSommaire h1{
			font-size: 11px;
		}
		#artSommaire li{
			position: relative;
		}
		#artSommaire li span{
			position:absolute;
			left:430px;
		}
	
	#artPage {}
		#artPage h1 {
			font-size: 13px;
		}
		#artPage .paragraphe {
			margin: 15px 0px 15px 0px;
		}
		#artPage .paragraphe p {
			text-align: justify;
		}
		.imgDroite1 {
			float: right;
			margin: 0px 0px 5px 5px;
		}
		.imgDroite2 {
			
		}
		.imgGauche1 {
			float: left;
			margin: 0px 5px 5px 0px;
		}
		.imgGauche2 {
			
		}
		.imgHaut {
			
		}
		.imgBas {
			
		}
		.imgSeule {
			
		}
 
/*** _divers ***/
	#bandeauMediaConteneur {
		position: absolute;
		top: 76px;
		display: block;
		overflow: hidden;
	}
	
	#bandeauOmbre {
		position: absolute;
		margin-left: 688px;
		top: 76px;
	}
	
	#bandeauMedia {
		position: absolute;
	}
	
	#bandeauMedia img {
		float: left;
		margin-right: 2px;
		cursor: pointer;
	}
	
	.no_bandeau #bandeauMediaConteneur {
		display: none;
	}
	
/*** _teaser ***/
	#privilege{background-image:url("../mediatheque/0/privilege.jpg");position:relative;height:90px;width:651px;margin:0 0 10px 0;}
	#abonne{float:left;width:200px;margin:0 10px 0 10px;}
	#phrase{float:left;width:280px;}
	#privilege a {position:absolute;font-size:10px;color:#FFF;top:58px;left:576px;}
	#privilege a:hover {text-decoration: underline}
	.menu {margin-left: 8px;}
	.menu .bouton, .menu .boutonEnCours {cursor:pointer;float:left;color:#666666;font-size:11px;width:202px;height:30px;padding:5px 5px 0 5px;display:block;border:none;text-align:center;}
	.bouton{font-weight:normal;background-image:url("../mediatheque/0/bouton.jpg");}
	.boutonEnCours{font-weight:bold;background-image:url("../mediatheque/0/boutonencours.jpg");}
	#myAutoRotator1 {
		width: 650px;
		height: 328px;
		border: solid 1px #cccccc;
	}
	#emplCentre #myAutoRotator1 {
		overflow: hidden;
		display: block;
	}
	.pane {width:650px; height:328px;background-image:url("../mediatheque/0/backgroundpane.jpg");}
	.pane .gauche{width:220px; height:328px; float:left;}
	.pane .droite{width:420px; height:308px; float:left;padding: 10px 10px 0 0;}
	
	.pane .texte {background:#FFF;margin:0 0 5px 0;padding: 0 10px 0 10px;}
	.pane h3{color:#333333;font-size:12px;margin:0;padding:5px 0 2px 0;} 
	.pane p{color:#333333;margin:0;}
	.pane a:link, .pane a:visited {color:white;font-size:13px;text-decoration:none;}
	.pane a:hover {text-decoration:underline;}
	.pane .texte img{float:right;margin-left:8px;}
	.pane object {float:right;margin-left:8px;}
	
	
	#premiere {background-image:url("../mediatheque/0/gauche1.jpg");}
	#premiere a {position:absolute;margin-top:287px;margin-left:67px;}
	#seconde {background-image:url("../mediatheque/0/gauche2.jpg");}
	#seconde a {position:absolute;margin-top:287px;margin-left:67px;}
	#troisieme {background-image:url("../mediatheque/0/gauche3.jpg");}
	#lien1 {position:absolute;margin-top:87px;margin-left:95px;font-size:10px}
	#lien2 {position:absolute;margin-top:232px;margin-left:95px;font-size:10px}
	
	
	/*
	largeur du tooltip
	.nihilo .dijitTooltipContainer {
		width: 500px;
	}*/
	
	
	
/* jo.css */

#main p, #main div, #main h1, #main h2, #main h3, #main a:link, #main a:visited  {
	color:#636363;
}
#main a:hover {
	color:#5f843d;	
}
#main h1{
	font-size: 16px;
	font-weight: 500;
	margin:0 0 17px 0;	
}
#main h2, #main h2 a{
	font-size:13px;
}
#main h3{
	font-size:12px;
}

#main .droite {
	width: 201px;
	height: 163px;
	float: left;
	margin: 0 0 8px 11px;
	padding: 10px;
	text-align: right;
}
#main .droite p {
	font-size: 12px;
}
#main .droite h2, #main .droite h2 a{
	font-size:16px;
	font-weight: 500;
}

/*** page: site deux en un***/
#contenuGauche{
	background-image:url("http://www.monwebce.com/mediatheque/0/contenu.jpg");
}

#main #tarif{
	background-image:url("http://www.monwebce.com/mediatheque/0/tarif.jpg");
}

#demo{
	background-image:url("http://www.monwebce.com/mediatheque/0/demo.jpg");
}

#catalogue{
	background-image:url("http://www.monwebce.com/mediatheque/0/catalogue.jpg");
}	

#demoTel{
	background-image:url("http://www.monwebce.com/mediatheque/0/demotel.jpg");
}
#demoTel3en1{
	background-image:url("http://www.monwebce.com/mediatheque/0/demotel.jpg");
}
#annuaire{
	background-image:url("http://www.monwebce.com/mediatheque/0/visiteannuaire.jpg");
}
#contactMain{
	background-image:url("http://www.monwebce.com/mediatheque/0/souscrire.jpg");
}
#bonplanDroite{
	background-image:url("http://www.monwebce.com/mediatheque/0/visiteannuaire.jpg");
}
#contenuGauche{
	height:263px;
	width:663px;	
}

#contenuGauche h2{
	margin:0 0 10px 0;
}

#gaucheContenu{
	width:317px;
	height:233px;
	float:left;	
}

#gaucheContenu p{
	margin:6px 0 0 10px;	
}	
#gaucheContenu h3{
	margin:0 0 0 10px;	
}	

#droiteContenu{
	width:317px;
	height:233px;
	float:left;	
}	

#droiteContenu p{
	margin:6px 0 0 35px;
}

#droiteContenu h3{
	margin:0 0 0 35px;
}


#main #tarif{
	width:433px;
	height:180px;
	float:left;
	margin:10px 0 0 0;	
}	

#catalogue{
	width:433px;
	height:183px;
	float:left;
	margin:15px 0 0 0;
}

#catalogue h2, #catalogue p{
	width:265px;
	margin:10px 0 0 135px;	
}

#catalogue p a{
	text-decoration:underline;	
}	

#contactMain{
	width:663px;
	height:46px;
	float:left;
	margin:15px 0 0 0;	
}

#contactMain p{
	font-size:15px;
	margin:7px 0 0 25px; 	
}	

#contactMain p a{
	font-size:14px;
	margin:0 0 0 55px;
	text-decoration:underline;
}

/*** page: site trois en un***/

#vitrine{
	background-image:url("http://www.monwebce.com/mediatheque/0/contenu3en1.jpg");
	width:661px;
	height:261px;
}	

#vitrineContenu{
	height:224px;
	width:320px;
	float:left;	
}	

#vitrineContenu h3, #vitrineContenu p{
	margin:6px 0 0 10px;	
}	

#vitrineAcces{
	height:224px;
	width:320px;
	float:left;	
}	

#vitrineAcces h3, #vitrineAcces p{
	margin:6px 0 0 30px;	
}	

#acces{
	background-image:url("http://www.monwebce.com/mediatheque/0/privilege3en1.jpg");
	width:661px;
	height:178px;
	margin:2px 0 0 0;
	float:left;
}	

#acces h2{
	margin:10px 0 0 10px;
}


#acces p{
	width:285px;
	margin:2px 0 0 10px;
}

#offre{
	background-image:url("http://www.monwebce.com/mediatheque/0/tarifprivilege.jpg");
	width:432px;
	height:191px;
	float:left;	
}	

#offre h2{
	margin:5px 0 0 65px;	
}	

#offre p{
	margin:135px 0 0 65px;
	font-size:18px;
	font-weight:bold;
}



/*** page: tourisme et loisirs***/

#tourismeGauche{
	background-image:url("http://www.monwebce.com/mediatheque/0/annuaire.jpg");
	width:432px;
	height:374px;
	float:left;
}

#tourismeGauche p{
	width:310px;
	margin:6px 0 0 10px;
}

#annonce h3{
	margin:25px 0 0 10px;
}



/*** page: bon plan ***/

#bonplanGauche{
	background-image:url("http://www.monwebce.com/mediatheque/0/bonplan.jpg");
	width:432px;
	height:374px;
	float:left;	
}

#tourismeGauche p{
	margin:5px 0 0 10px;	
}	



/*** page: acces privilege***/
#privilege2 {
	position:relative;
}
#privilege2 a, #privilege2 a:link, #privilege2 a:visited {
	color:white;
	position: absolute;
	font-size: 10px;
}

#privilege2 a:hover {
	color:#99cc00;	
}

#privilege2{
	background-image:url("http://www.monwebce.com/mediatheque/0/privilege_0.jpg");
	width:432px;
	height:438px;
	float:left;
}
#privilege2 p{
	width:395px;
	margin:60px 0 0 10px;
}

#priviGir{
	margin:25px 0 0 0;
	height:80px	
}	
#priviGir p{
	width:222px;
	margin:0 0 0 105px
}

#priviGir a{
	position:absolute;
	margin-top:7px;
	margin-left:107px;
	height:15px;
	font-size:11px;
	color:white;	
}	

#priviBon{
	margin:20px 0 0 0;
	height:80px;	
}

#priviBon p{
	width:300px;
	margin:0 0 0 105px
}

#priviBon a{
	position:absolute;
	margin-top:32px;
	margin-left:107px;	
	font-size:11px;
	color:white;
}	

#priviTourisme{
	height:80px;	
}	

#priviTourisme p{
	width:300px;
	margin:45px 0 0 105px
}

#priviTourisme a{
	position:absolute;
	margin-top:42px;
	margin-left:105px;
	font-size:11px;
	color:white;	
}	

#prixPrivilege{
	background-image:url("http://www.monwebce.com/mediatheque/0/prixprivilege.jpg");
	width:220px;
	height:244px;
	float:left;
	margin:0 0 5px 10px;
}
