/*
 stule de la table contenant le bloc site ami complet
*/

.site_ami
{
  width  : 424px;
  margin : auto;
}

/*
 style css correspondant a la barre haute d'un bloc site ami
*/
.bloc_top
{
    height:18px;
    background: transparent url(/elmt/sites/sites_top.gif) no-repeat top center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ae8e03;
	padding-left:30px;
	padding-right:20px;
	text-align: left;

}

/*
defini les barres sur le coté du bloc   site ami
*/
.bloc_mid
{
   background: transparent url(/elmt/sites/sites_mid.gif) repeat-y top center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ae8e03;
}
/*
defini les barres du bas d'un bloc  site ami
*/
.bloc_bot
{
background: transparent url(/elmt/sites/sites_down.gif) no-repeat top center;
height:15px;
}
.bloc_top .link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ae8e03;
	text-decoration: underline;
	
	margin-top: 10px;
}
.bloc_mid .link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ae8e03;
	text-decoration: underline;
	margin-top: 10px;
}

/* image de fond d'un bloc site */
.fond_arobase
{
background: transparent url(/elmt/sites/sites_arrobase.gif) no-repeat 230px 0px;; 
height:100%;
width:320px;
vertical-align:top;
}
/* image de fond d'un bloc site quand il n y a pas d'illustration du site  */
.fond_arobase2
{
background: transparent url(/elmt/sites/sites_arrobase.gif) no-repeat 305px 0px;; 
height:100%;
width:410px;
vertical-align:top;
}

/* illustration  du site 75px de large et une marge  */
.img_site
{
width: 75px;
margin: 5px 5px 5px 10px;

}
/* cellule qui contient l'illustration du site */
.img_area
{
  width: 90px;
  text-align:center;
  vertical-align:top;
}

/*
style des liens suivant precedent
*/
#cadre .link 
{
color: #ae8e03;
}
/*
style override du pager des site amis
*/

.pager 
{
 width: 400px;
 margin:auto;
 
}
.pager_pre
{
width: 175px;
text-align:left;
}
.pager_center
 {
 width: 50x;
 }
 .pager_sui
 {
 width:175px;
 text-align:right;
 }
 