
  body {
  		margin-left:auto;
  		margin-right:auto;
  		color:black;
  		background-repeat: no-repeat;
  		background-attachment: fixed;
  		background-color:white;
  		background-position:center;
  		font-family : Arial;
  		background-color : #aaaaaa;	
}
	
	#cadre_site {
		z-index: 4 ;
		width:800px;
     	margin-left: auto;
     	margin-right: auto;
		text-align: center; /* pour corriger le bug de centrage IE */
		background-color:#cccccc;
		background-image : url('fond_cadre.jpg');	
		border-width:2pt; 
		border-style:solid; 
	}
		
	div#barre_defile_haut {
		width : 800px ;
		margin:0;
		padding-top:10px;
		height : 30px;
		font-size : 9pt;
		color:#ffffff;
		font-weight : normal;
		background-image : url('bg-1.png');
		background-color:#4c4c4c;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}
	div#banniere {
		width : 800px ;
		margin:0;
		height:150px;;
		background-color:transparent;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}
	
	
		.banniere_inf {
		width : 780px ;
		margin:0;
		height:173px;
		
		padding-right:10px;
		padding-left:10px;
		background-image: url('banniere_inf.png');
		background-color:transparent;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}

	
	
	/* class permettant de mettre le menu admin dans la bannière */
		/* respecter le top et la hauteur afin de mettre la div dans la bannière */
	div#pub_haut {
		margin-top:-80px;
		height:80px;	
	}


	div#menu_haut {
		position:relative ;
		width : 800px ;
		text-align: center; /* pour corriger le bug de centrage IE */
		margin:0;
		height : 28px;
		padding-top:10px;
		color : #ffffff;
		text-align:center;
		font-size : 10pt;
		border-width: 1px;
		background-image : url('bg-milieu.png');
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}	
	
	.spheno_nav {
		overflow:scroll;
	/*	overflow-x:hidden;   existeen CCS3 et pas en CSS2.1 */
		height:340px ;
		width:120px;
		border-style:solid;
		border-color:#4B696F;
		border-width:2px;

	}
	
	.spheno_nav_img {
		border-color:#4B696F;
		border-width:4px;
		border-style:solid;
		width:90px;
	}
	
	.spheno_nav_img_focus {
		border-color:#00ffff;
		border-width:4px;
		border-style:solid;
		width:90px;
	}

	.menu_titre {         
		text-transform:uppercase; 
		width : 180px;
		float:inherit;
		font-family : Verdana;
		font-size : 10pt;
		color : #000000;
		font-weight : bold;
		text-align : center;
		line-height : 24px;
		background-color:#CECBC2;
		background-image : url('bg-haut-menu.png');
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}

	.menu_milieu {
		width : 180px;
		font-family : Verdana;
		float:inherit;
		padding-left :0px;
		padding-top:6px;
		margin:0;
		line-height : 24px;
		font-size : 10pt;
		color : #000000;
		font-weight : normal;
		text-align : left;
		background-color:#CECBC2;
		background-image : url('bg-milieu-menu.png');
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
    }

	.menu_milieu ul {
		list-style:none;
		margin: 0; 
 		padding-left : 0px ;
	}

	.menu_milieu ul li {
    	float:inherit;   
		padding-left : 15px ;
		margin-left:0px;
		font-size: 12px;
		font-weight : normal;
		text-decoration: none;
		color: #3D9098;
		cursor:pointer;
	}

	.menu_milieu ul li i {   /*********************************/
		color: #000000;
	}
	.menu_milieu ul li a:hover i {   /*********************************/
		color: #ffffff;
	}

	.menu_milieu ul li a {
		text-transform:uppercase; 
		display:block;
		padding: 0 ;
		margin-left:-5px;
		margin-right:10px;
		font-size: 12px;
		font-weight : normal;
		text-decoration: none;
		color: #000000;
		cursor:pointer;
		background-color:transparent;
	}
	.menu_milieu ul li a:hover {
		color: #ffffff;
		cursor:pointer;
		font-size: 12px;
		font-weight : bold;
		background-color:#303030;
	}
	
	.menu_milieu  ul li.mfocus  {   
		font-size: 12px;
		font-weight : normal;
	}

	.menu_milieu ul li.mfocus a {	
    	display:block;
		font-size: 12px;
		font-weight : bold;
		color: #000000;

	}

	.menu_separateur {
		width : 180px;
		font-family : Arial;
		float:inherit;
		padding-left :0px;
		padding-right :0px;
		margin:0;
		font-size : 10pt;
		color : #000000;
		font-weight : bold;
		text-align : left;
		background-color:#CECBC2;
		background-image : url('bg-separateur-menu.png');
    }	

	.menu_bas {
		width : 180px;
		float:inherit;
		font-family : Arial;
		font-size : 10pt;
		color : #CECBC2;
		font-weight : bold;
		text-align : center;
		line-height : 24px;
		margin-bottom:16px;
		background-color:#CECBC2;
		background-image : url('bg-bas-menu.png');
	}


	div#page_accueil {
		z-index: 4 ;
		margin-top:5px;
		margin-bottom:10px;
	    padding: 5px;
		background-color:transparent;
		text-align: left; /* pour corriger le bug de centrage IE */
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
		width: 580px;	/*	height:685px; */

	}

	.titre_page {
		position:relative;
		font-family : Arial;
		font-size : 14pt;
		margin-top:0px;
		margin-left: 0px;
		margin-bottom:0px;
		left:10px;
		width: 500px;
		color :#A60C0C;
		font-weight : bold;
		text-align : left;
	}

	.texte_page{
		margin-top:30px;
		margin-left:10px;  
		overflow:auto;
	/*	overflow-x:hidden;	 existe en CSS 3 et pas en 2.1 */	
		width:98% ;
	/*	height:430px ; */
	}

	.principal_gauche {
		float:left;
		margin-left: 3px;
		margin-right: 0px;
	}

	.principal_droit {
		float:right;
		margin-left : 0px;
		margin-right : 10px;
	}



	.menu_gauche {
		z-index: 4 ;
		float:left;
		margin-left : 3px;
		margin-right : 0px;
		width : 185px ;	
		background-color:#ffffff;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}	



	.menu_droit {
		z-index: 4 ;
		float:right;
		margin-top:5px;
		margin-bottom:10px;
		margin-left: 3px;
		margin-right: 3px;
		text-align: right;
		width : 185px ;	
		background-color:white;	
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}

	div#igsw_message {
		float:inherit;
		margin-top:10px;
		margin-bottom:10px;
		margin-left : 0;
		margin-right : 0;
	    padding:0;
		width:100%;
		height:auto;
		background-color:#ffffff;	
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}



/*
	menu_admin   : div cadre menu contenant les div icon_admin
	principal_admin : cadre de droite contenant les div admin_liste
	
*/
	div#barre_basse {
		clear:both;
		width : 800px;
		padding-top:10px;
		height : 120px;
		text-align:center;
		font-style:italic;
		font-family : Arial;
		font-size : 8pt;
		color : #ffffff;
		font-weight : normal;
		background-color:#CECBC2;
		background-image : url('bg-2.png');
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}

	div#barre_vide {
		clear:both;
		width : 800px;
		padding-top:10px;
		height : 0px;
		text-align:center;
		font-style:italic;
		font-family : Arial;
		font-size : 8pt;
		color : #ffffff;
		font-weight : normal;
		background-color:transparent;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}

	div#barre_mentions {
		clear:both;
		width : 800px ;
		height : 120px;
		padding-top:2px;
		text-align:center;
		font-style:italic;
		font-family : Arial;
		font-size : 8pt;
		font-weight : normal;
		vertical-align:middle;
		background-color:#CECBC2;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}

	.mention_menu_bas {
		clear:both;
  		margin-left:auto;
  		margin-right:auto;	
    	margin-top: 5px;
	    text-align: center;
		font-style:italic;
		font-size:8pt;
		width: 900px;	
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;	
	}

	dl, dt, dd, ul, li , li a {
		padding: 0;
		font-family : Verdana;
		font-size: 14px;
		list-style-type: none;
	}

	.dl_bouton_droit {
		float:right;
		text-align:right;
	}
		
	#menu {
		text-transform:uppercase; 
		z-index:100;
		width :800px ;	
		height : 40px;
		padding-top :0px ;
		margin-top:0px;
		font-size: 14px;
		background-color:#ffffff;
		background-image : url('bg-milieu.png');
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:solid;
	}
	#menu dl {
		list-style:none;
		margin: auto; 
		height: 40px;
		/* width : 100px; */
		padding:0;
		height:100% ;
		color:#ffffff;
 		padding-left : 10px ;
		font-size: 14px;
		float: left;
		background-image : url('bg-milieu.png');
	}

	#menu dt {
		cursor: pointer;
		padding-left:20px;
		margin-top:12px;
		height:80% ;
		color:#000000;
		font-size: 14px;
		text-align: center;
		vertical-align:middle;
		font-weight : normal;
	}
	#menu dd {
		z-index:200;
		position: absolute;
		display:none;
		width:150px;
		border-style : solid ;
		border-width :2px;
		border-color :#202020;
  		float:left;
		margin-top: -10px ;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
		font-size: 14px;
		font-weight : normal;
		text-decoration: none;
		color: #000000;
		background-color: #cccccc;
		cursor:pointer;  
	}
	#menu dd ul li:hover {
		font-size: 14px;
		background-color: #bbbbbb;
		color:#ffffff;
	}
	#menu dd ul li{
		background-color: #cccccc;
		font-size: 14px;
	}
	#menu li {
		text-align: left;
		background: #aa0000;
	}
	#menu li a, #menu dl dt {
		color: #000000;
		padding-top:0;
		height:100% ;
		text-decoration: none;
		display: block;
		border: 0 none;
	}
	
	#menu dl dt a{
		font-size: 14px;
		margin:0;
		color: #000000;
		height:100% ;
	}
	#menu li:hover , #menu dt:hover,  #menu dl.mfocus:hover {
		font-size: 14px;
		font-weight : normal;
		text-decoration:none;
    	color: #ff3333;
		cursor:pointer;
	}
	#menu li:hover a, #menu dt:hover a, #menu dl:hover dt a {
		font-size: 14px;
		font-weight : normal;
		text-decoration:none;
    	color: #ff0000;
		cursor:pointer;
	}
	
	#menu dl.mfocus  , #menu li.mfocus{
		font-size: 14px;
		font-weight : normal;
		text-decoration:none;
    	color: #00ff00;
		cursor:pointer;	
	}
	
	#menu dl.mfocus dt a , #menu li:focus a{
		font-size: 14px;
		font-weight : normal;
		text-decoration:none;
    	color: #0000ff;
		cursor:pointer;		
	}
/* --------gestion des sous menu -----------------------*/



h1 {
font-family : Arial;
font-size : 13pt;
color : #ffffff;
font-weight : normal;
text-align : center;
line-height : 40px;
background-image : url('bg-milieu.png');
}



.bg-bas-menu {
font-family : Arial;
font-size : 10pt;
color : #ffffff;
font-weight : bold;
text-align : center;
line-height : 11px;
background-image : url('bg-bas-menu.png');
}

.bg-milieu-menu {
font-family : Arial;
font-size : 10pt;
color : #ffffff;
font-weight : bold;
text-align : center;
line-height : 18px;
background-image : url('bg-milieu-menu.png');
}

	.fond-haut-body {
		line-height : 40px;
		background-image : url('bg-1.png');
	}

	.fond-milieu-body {
		line-height : 40px;
		background-image : url('bg-milieu.png');
	}

	.fond-bas-body {
		line-height : 40px;
		background-image : url('bg-2.png');
	}

	.bg-rech {
		line-height : 34px;
		background-image : url('bg.png');
	}



.fond_body {
line-height : 40px;
background-image : url('bg-1.png');
}


	.titre_page {
		position:relative;
		font-family : Arial;
		font-size : 10pt;
		margin-top:0px;
		margin-left: 0px;
		margin-bottom:0px;
		width: 380px;
		color :#ff0000;
		font-weight : bold;
		text-align : left;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}


	.fond {
		text-align : left;
		background-color : transparent;
	}

.fond_menu_zone {
text-align : left;
background-color : #ffffff;
}

.fond_central_zone {
text-align : left;
background-color : transparent;
}

.fond_article {
text-align : left;
background-color : transparent;
}


.cadre_image_focus {
    border-width:4px;
  border-color : #FFFF33 ;	
}

.cadre_image {
   border-width:4px;
  border-color : #AF0C13;	
}

.lien_menu_module {
color : #000000;
text-decoration : none;
font-weight : normal;
font-size : 10pt;
}
.lien_menu_module:hover {
color : #aa0707;
text-decoration : none;
font-size : 10pt;
}

.banniere_bas {
font-family : Arial;
font-size : 10pt;
color : #ffffff;
font-weight : normal;
text-align : center;
}





h2 {
font-family : Arial;
font-size : 13pt;
color : #FFFFFF;
font-weight : bold;
text-align : left;
margin : 5pt;
}
h3 {
font-family : Arial;
font-size : 8pt;
color : #000000;
font-weight : bold;
text-align : center;
}
h4 {
font-family : Arial;
font-size : 13pt;
color : #666666;
font-weight : bold;
text-align : left;
margin : 5pt;
}

big {
font-family : Arial;
font-size : 10pt;
color : #ffffff;
font-weight : bold;
text-align : center;
}

p {
font-family : Arial;
font-size : 10pt;
color : #000000;
font-weight : normal;
text-align : justify;
}
b {
font-family : Arial;
font-size : 10pt;
color : #000000;
font-weight : bold;
text-align : center;
}
i {
font-family : Arial;
font-size : 8pt;
color : #000000;
font-weight : normal;
text-align : center;
}
td {
font-family : Arial;
font-size : 10pt;
color : #000000;
font-weight : normal;
text-align : left;
}
th {
font-family : Arial;
font-size : 10pt;
color : #000000;
font-weight : normal;
text-align : center;
}




.ligne_navigation {
text-align : center;
background-color : #aaaaaa;
}


.cadre_image {
   border-width:2px;
  border-color : #3333AA ;	
}



.bordure {
text-align : left;
background-color : #666666;
}
input, textarea, select {
font-family : Verdana;
font-size : 9pt;
background-color : #eeeeee;
border-color : #cecece;
border-style : solid;
}

/* module PUB haut , dans bannière (avec lien internet) */

.slide-show-h {
	position:relative;
	margin-top:-88px;
	padding-top:-88px;
    padding-bottom:88px;
	left:100px;
	height:0px;	
	margin-left:0;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:1pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:solid;
}

.slide-show-h ul{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:470px;
	height:75px;
	overflow:hidden; 
}

.slide-show-h ul li{
	position:absolute;
	display:block;
	text-align:left;
	list-style-type:none;
	padding:0px;
	background-color:transparent;
}

.slide-show-h ul li a {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
	text-decoration:none;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-h ul li a img{
	display:block;
	width:468px;   /* taille des images pub  */
	height:60px;   /* taille des images pub  */
	background-color:transparent;
}

.slide-show-h ul li img{
	display:block;
	background-color:transparent;
}



/* module PUB dynamique (avec lien internet) */
.slide-show-m {
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-m ul{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:165px;
	height:175px;

	overflow:hidden; 
}

.slide-show-m ul li{
	position:absolute;
	display:block;
	text-align:left;
	list-style-type:none;
	padding:0px;
	background-color:transparent;
}

.slide-show-m ul li a {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
	text-decoration:none;
	border-width:1pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:solid;
}

.slide-show-m ul li a img{
	display:block;
	background-color:transparent;
}

.slide-show-m ul li img{
	display:block;
	background-color:transparent;
}



/*  MODULE include/pub_slide_show  */


.slide-show-j {
	margin-top:0px;
	margin-left:150px;
	margin-right:0;
	text-align:left;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-j ul{
	position:relative;
	display:block;
	padding-top:5px;
	margin-left:10;
	margin-right:-20px;
	text-align:left;
	padding:0px;
	width:450px;
	height:165px;
	 overflow:hidden; 
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-j ul li{
	position:absolute;
	display:block;
	text-align:left;
	list-style-type:none;
	padding-top:10px;
	padding-left:15px;
	background-color:transparent;
}

.slide-show-j ul li img{
	height:163px;
	display:block;
	background-color:transparent;
}

/*  MODULE SLIDE SHOW */


.slide-show-s {
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-s ul{
	position:relative;
	display:block;
	padding-top:5px;
	margin-left:3px;
	padding-left:0px;
	margin-right:0px;
	text-align:left;
	width:165px;
	height:140px;
	 overflow:hidden; 
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-s ul li{
	position:absolute;
	display:block;
	text-align:center;
	list-style-type:none;
	padding:0;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
	background-color:transparent;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-s ul li img{
    padding:0;
	width:165px;
	display:block;
	background-color:transparent;
}


/*  MODULE DYNAMIQUE   PROMOTION */


#slide-show-p {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

#slide-show-p ul{
	position:relative;
	display:block;
	margin-top:-10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:175px;
	height:165px;
 	overflow:hidden; 
}

#slide-show-p ul li{
	position:absolute;
	display:block;
	text-align:left;
	text-decoration: none;
	list-style-type:none;
	padding:0px;
	background-color:transparent;
}

#slide-show-p ul li img{
	display:block;
	width:165px;
	background-color:transparent;
}


/*  MODULE DYNAMIQUE   NOUVEAUTE */

#slide-show-n {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

#slide-show-n ul{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:175px;
	height:175px;
	 overflow:hidden; 
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

#slide-show-n ul li{
	position:absolute;
	display:block;
	text-align:center;
	text-decoration: none;
	list-style-type:none;
	padding:5px;
	background-color:transparent;
}

#slide-show-n ul li img{
	display:block;
	background-color:transparent;
}

/*  MODULE DYNAMIQUE   RUBRIQUE */

 .div_image {
	background-color:transparent ; 	
	/* width:120px;*/
	/* height:100px; */
	text-align:center;
	overflow:hidden;
 }
 .div_image:hover{
 }

.div_image a img{
	width:70px;	
 }
 .div_image:hover a img{
	width:120px;	
 }

.slide-show-s ul li img{
	display:block;
	background-color:transparent;
}


/*  MODULE DYNAMIQUE   PROMOTION */


#slide-show-p {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

#slide-show-p ul{
	position:relative;
	display:block;
	margin-top:-10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:175px;
	height:165px;
 	overflow:hidden; 
}

#slide-show-p ul li{
	position:absolute;
	display:block;
	text-align:left;
	text-decoration: none;
	list-style-type:none;
	padding:5px;
	background-color:transparent;
}

#slide-show-p ul li img{
	display:block;
	background-color:transparent;
}


/*  MODULE DYNAMIQUE   NOUVEAUTE */

#slide-show-n {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

#slide-show-n ul{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:175px;
	height:175px;
	 overflow:hidden; 
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

#slide-show-n ul li{
	position:absolute;
	display:block;
	text-align:center;
	text-decoration: none;
	list-style-type:none;
	padding:5px;
	background-color:transparent;
}

#slide-show-n ul li img{
	display:block;
	background-color:transparent;
}

/*  MODULE DYNAMIQUE   RUBRIQUE */

 .div_image {
	background-color:transparent ; 	
	/* width:120px;*/
	/* height:100px; */
	text-align:center;
	overflow:hidden;
 }
 .div_image:hover{
 }

.div_image a img{
	width:70px;	
 }
 .div_image:hover a img{
	width:120px;	
 }



a {
color : #076793;
text-decoration : none;
font-weight : normal;
font-size : 10pt;
}
a:hover {
color : #77aadd;
text-decoration : none;
font-size : 10pt;
}

.a-blanc {
color : #ffffff;
text-decoration : none;
font-weight : normal;
font-size : 10pt;
}
.a-blanc:hover {
color : #000000;
text-decoration : none;
font-size : 10pt;
}


a img {
		border-style:none;	
		border-width:0pt;
		background-color:transparent;	
}












