/* CSS Document */

html,body {
background-color : #6486AF; 
background-image: url(fond_ciel.jpg);
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
padding:0;
height:100%;
border:none;
}
/* Typos */
.typoIndex {
font-family:Arial;
color:#122A42;
font-size : 11px;
font-weight:bold;
}
.grandTitre{
font-family:Arial;
color:#122A42;
font-size : 21px;
font-weight:bold;
}
.titreSpectacle{
font-family:Arial;
color:#122A42;
font-size : 22px;
font-weight:bold;
font-style:italic;
}
.titreSpectacleBlanc{
font-family:Arial;
color:white;
font-size : 22px;
font-weight:bold;
}
.textePrincipal{
font-family:Arial;
color:black;
font-size : 15px;
line-height: 1.3em;

max-height:450px;
overflow:auto;
}
.texteSpectacles{
font-family:Arial;
color:black;
font-size : 15px;
line-height: 1.3em;

max-height:350px;
overflow:auto;
}
.texteBase{
font-family:Arial;
color:black;
font-size : 15px;
line-height: 1.3em;
}
.texteBold{
font-family:Arial;
color:#122A42;
font-size : 17px;
font-weight:bold;
}
.texteBoldBlanc{
font-family:Arial;
color:white;
font-size : 17px;
font-weight:bold;
}
.texteBoldBleuciel{
font-family:Arial;
color:#6486AF;
font-size : 17px;
font-weight:bold;
}
.boutonsSpectacles{
font-family:Arial;
color:#122A42;
font-size : 14px;
font-weight:bold;
font-style:italic;
}
.texteBoutons{
font-family:Arial;
color:#122A42;
font-size : 14px;
font-weight:bold;
}
.texteBoutonsVert{
font-family:Arial;
color:#CCFF33;
font-size : 14px;
font-weight:bold;
}

/* Cadres */
.cadreIndex{
margin:0px;
padding:0px;
}
.cadreBlanc{
	background-image:url(images/fond_blanc_tpt.png);
	font-family:Arial;
	padding:5px;
}
.cadreSpectacles{
	background-color:#FFFFFF;
	font-family:Arial;
	
	padding:5px;
	max-height:350px;
	overflow:auto;
}
.cadreCoteGHaut{
background-image:url(images/fond_cote1.png);
font-family:Arial;
color:black;
font-size : 13px;
font-weight:bold;
}
.cadreCoteDHaut{
background-image:url(images/fond_cote2.png);
}
.divimages{
background-color:#FFFFFF;
padding:5px;
height:350px;
overflow-x: hidden;
overflow-y: auto;
}
.divLiens1{
height:350px;
overflow-x: hidden;
overflow-y: auto;
}
.divLiens2{
background-color:#FFFFFF;
max-height:70px;
width:775px;
overflow-x: auto;
overflow-y: hidden;
}

/* Liens */
a:link 
  {text-decoration:none;
  color : #122A42;
 }
a:visited 
  { text-decoration:none;
  color : #122A42;
 }
a:hover 
  { text-decoration: none;
  color :#CCFF33;
/*#BADF0F;*/
 }