/*
 stule de la table contenant le bloc emission complet
*/

.emission
{
  width  : 607px;
  margin : auto;
}

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

}

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

	padding-left:33px;
	padding-right:17px;


}
/*
defini les barres du bas d'un bloc emission
*/
.bloc_bot
{
background: transparent url(/elmt/emission/emission_bot.gif) no-repeat top center;
height:19px;
}
.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: #FF0078;
	text-decoration: underline;
	text-align: left;
	margin-top: 10px;
}

/* bloc d'une emssion permet de separer les emission :)
*/
.bloc_emission
{
margin:5px;
width:544px;
}
/*
taille du titre
*/
.emission .titre_emission
{
text-transform:uppercase;
text-decoration:underline;
font-size:12px;
font-weight:bold;
}
/*
taill de l'image du bandeau de l'emission
*/ 
.emission .bandeau
{
width: 550px;
height:110px;
margin-top:7px;
margin-bottom:10px;
}

/*
liens vers le site de l'emission
*/
.emission .link_emission
{
 text-decoration: none;
 font-size:10px;
 color : #FF0078;
}

/* style du liens pour s'inscrire  */
.emission .link_submit
{
  font-weight:bold;
 color : #FF0078;
}
.emission .galerie_elmt img
{
border: 2px solid #FF0078;
}
.testi
{
   color : #FF0099;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	border: 2px solid #33CCFF;
   text-align: center;
   width:140px;
}
.paragraphe_texte
{
width: 380px;
padding-left:3px;
padding-right:10px;
}

