/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 

body,html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*overflow: hidden;*/
}

body,td,p{
	font-size: 12px;
	/*font-family: Naiv Normal Text;*/
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color:#5d5d5d;
}
a {
    color: #E95E26;
  	text-decoration: none;
  	border: none;
}
a:hover {
    color: #E0969D;
    text-decoration: none;
}




p{

padding: 0px;
margin-top: 0px;

}




/*
STYLES UTILISES PAR EDITEUR
NE PAS SUPPRIMER !!
*/

/** divs plugins **/
.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);


}

/*special zoom*/
.zoomImage {
    cursor: pointer;
    cursor: hand;
}

/* autres..*/

h2.cheminDeFer {
    font-size: 12px;
}



/* mise en page jak*/
.titreCategorie {
  font-size:14px;
  font-weight:bold;
  color:#ffffff;
  background: #a4a4a4 url('images/fond_titre_categorie.gif') no-repeat top right;
  white-space:nowrap;
  padding: 2px 35px 1px 10px;
  margin: 0px 0px 0px 0px;
}
.titreParagraphe {
  display: block;
  font-weight:bold;
  /*border-bottom:1px solid #cccccc;*/
  white-space:nowrap;
  padding: 0px 0px 1px 0px;
  margin: 0px 0px 5px 0px;
  text-decoration: underline;
}
.sousTitreParagraphe {
  font-weight:bold;
  color:#999999;
}

.soustitreSpectacle {
  font-weight:bold;
  margin-bottom: 5px;
  font-size:14px;
  /*margin-top:-10px;*/
  margin-left:0px;
}

.lienDetail {
  padding-left:10px;
  background: url('images/infos_fleche_noire.gif') no-repeat 0px 5px;
}

/**forms**/
textarea {
    overflow: auto;
}
input,textarea,select {
  border:1px solid #CFCFCF;
  font-family: verdana;
  font-size:11px;
}
input.submit {
  border:1px solid #000000;
  font-family: verdana;
  font-size:11px;
  background:#ffffff;
  color: #82408F;
  cursor:pointer;
  cursor:hand;
}
.divElementForm {
  margin:4px;
  margin-left:15px;
  margin-bottom:6px;
}

.divEmbedGalerie {
  margin:0px;
  padding:0px;
  border:1px solid #999999;
}

