/* CSS du site Promethee. CSS commun a toutes les pages */

/*****************************************/
/* COMPORTEMENTS PAR DEFAUT DES ELEMENTS */
/*****************************************/
th,td, tbody {
padding:0px;
margin:0px;
}

/**********/
/* ENTETE */
/**********/
div.entete
{	
	background-image:url('../img/common/fond-entete-23K.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width:749px;
	height:150px;
	margin-bottom:0px;
	vertical-align:top;
}
img.img_titre
{
  margin-left:50px;
  margin-top:20px;
}



/*********/
/* CORPS */
/*********/
div.corps
{
	background-color: #FFFFFF;
	background-image: url('../img/common/bord-cote.gif');
	background-position: top left;
	background-repeat: repeat-y;
	padding-left:10px;
	padding-right:10px;
/*	padding-bottom:20px;*/
}



/****************/
/* PIED DE PAGE */
/****************/
div.bordureBas
{
	background-image:url('../img/common/bord-basF2.gif');
	background-position: bottom left;
	background-repeat:no-repeat;
/*	height:20px;*/
/*	background-color:#FFF1CC;*/
	background-color:#FFF6DE;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#F7BC5B;
	vertical-align:middle;
	padding:5px;
	font-size:60%;
	color:#BE8830;
}
a.foot:link, a.foot:active, a.foot:visited
{
	text-decoration:none;
	color:#BE8830;
	font-weight:inherit;
	font-size:inherit;
}
a.foot:hover
{
	text-decoration:underline;
	color:#7077FF;
}

table.footcontact {
	margin-right: 6px;
}
td.footcontact {
	background-color: #FFFFFF;
	border-style: dotted none dotted dotted;
	border-color:#F7BC5B;
	border-width:1px;
	padding: 0px;
	vertical-align: middle;
}
td.footcontacthover {
	height: 15px;
	background-color: #F7BC5B;
	border-style: solid none solid solid;
	border-color:#D19E4D;
	border-width:1px;
	padding: 0px;
}
a.footcontact:link, a.footcontact:active, a.footcontact:visited {
	text-decoration: none;
	color:#916523;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
	padding: 0px 0px 0px 4px;
}
a.footcontact:hover {
	color:#5F4217;
	background-color: #F7BC5B;
}
img.footcontact {
	vertical-align: bottom;
}


/*********************/
/* STYLES GENERIQUES */
/*********************/
.myHidden
{
	display:none;
}
.myLink
{
  cursor:pointer;  
}
.left
{
	text-align:left;
}
.justify
{
  text-align:justify;
}
.bottom
{
	vertical-align:bottom;
}
.bold
{
	font-weight:bold;
}
.italic
{
  font-style:italic;
}
.micro
{
  font-size:1px;
}
.marginTop
{
  margin-top:20px;
}
.bigPaddingTop
{
  padding-top:50px;
}
.gris
{
	color:#999999;
}

/******************/
/* STYLES COMMUNS */
/******************/
.texteNormal {
	font-size:80%;
}
.texteNormal2 {
	font-size:9pt;
}
.smallpaddingtop {
	padding-top: 10px;
}
.smallpaddingleft {
	padding-left: 10px;
}
.texteFin
{
	font-size:80%;
	font-weight: normal;
	font-style: normal;
}
.texteTresPetit
{
  font-size:55%;
  font-weight:normal;
}
.texteDiscret
{
  color:#999999;
  font-style:normal;
}
.nonItalic
{
  font-style:normal;
}
.paddingRight
{
  padding-right:20px;
}
a.CNIL:link, a.CNIL:active, a.CNIL:visited
{
  color:#999999;
  text-decoration:underline;
}
a.CNIL:hover
{
  color:#000000;
  text-decoration:none;
}
.surFondBlanc
{
  background-color: #FFFFFF;
}

.div680
{
  width:680px;
	padding-left:20px;
	padding-right:20px;
}	

.synopsis
{
	margin-top:5px;
  font-size:80%;
  width:680px;
	font-weight:bold;
}
.textePadding, .synopsis
{
	padding-left:20px;
	padding-right:20px;
}

.article
{
  text-align:justify;
	font-style: normal;
	font-weight:normal;
}
.paragraphe
{
	margin-bottom:5px;
	margin-top:5px;
	text-indent:10px;
  font-size:70%;
}
.paragrapheSansAlinea
{
	margin-bottom:5px;
	margin-top:5px;
  font-size:75%;
}

.source
{
  color:#666666;
}

.enConstruction
{
  width: 321px;
  height: 147px;
	background-image:url('../img/common/photo-puzzle.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align: bottom;
  padding: 10px;	
	margin: 0px auto 0px auto;
}

