/*
 stule de la table contenant le bloc jyalité comple
*/

.jyetais
{
  width  :608px;
  margin : auto;
}

/*
 style css correspondant a la barre haute d'un bloc jyetais
*/
.bloc_top
{
    height:27px;
    background: transparent url(/elmt/jy/jy_top.gif) no-repeat top center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0887bf;
	padding-left:30px;
	padding-right:20px;

}

/*
defini les barres sur le coté du bloc  jyetais
*/
.bloc_mid
{
background: transparent url(/elmt/jy/jy_mid.gif) repeat-y center center;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0887bf;

	padding-left:30px;
	padding-right:20px;


}
/*
defini les barres du bas d'un bloc jyetais
*/
.bloc_bot
{
background: transparent url(/elmt/jy/jy_bot.gif) no-repeat top center;
height:16px;
}

/* lien du titre  */
.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: #0887bf;
	text-decoration: underline;
	text-align: left;
	margin-top: 10px;
	text-transform:uppercase;
}
/* lien des photo */
.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: #0887bf;
	text-decoration: underline;
	text-align: left;
}
.jy_texte select
{
	
	width:180px;
	color :  #0887bf;;
	font-size:10px;
	
}
.jy_texte option
{
	
	width:180px;
	color :  #0887bf;;
	font-size:10px;
	
}

/*

image principal affiché
*/
.jytais_gd .link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0887bf;
	text-decoration: underline;
	text-align: left;
	margin-top: 10px;
	text-transform:uppercase;
}
.jyteais_img_gd
{
  width: 400px;
  border:2px solid #0887bf;
}
/*
cellule de tableau contenant une vignette des autres autre image de la galerie 
*/
.img_box
{
   width: 120px;
   text-align:center;     /*  centre l'image horizontalement*/
   vertical-align:middle;  /* et verticalement*/
}

/*
 img en vignette 
 defini de marge pour pas qu'elle soit trop collé au bord la cellule
*/

.img_box img
{
  width : 100px;
  margin:auto;
  border:2px solid #0887bf;
}
/*texte et formulaire en haut de la page j'y etais */
.jy_texte
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	/*font-weight: bold;*/
	font-variant: normal;
	color: #0887bf;;
	/* marge a gauche */
    padding-left:7px;
}
/* decale tous le bloc text en haut avec le titre et le formulaire  */
.bloc_jyetais_intro
{
margin-left:30px;
}
.galerie_elmt
{
width: 120px;
text-align:center;
vertical-align:middle;

}

.galerie_elmt img
{
width:100px;
border:2px solid #0887BF;
}