/******************************************** GENERAL ******************************************/

body, td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #333333;
}
body {
	padding          : 0px;
	font-size        : 10px;
	margin		     : 0px;
	leftmargin       : 0px;
}

a:link, a:visited { 
  font-size        : 10px;
  color            : #0033CC;
  text-decoration  : none;
  font-weight      : bold;
}
a:hover {
  font-size        : 10px;
  color            : #FEDD14;
  text-decoration  : none;
  font-weight      : bold;
}

/********************************************* IFRAME ******************************************/

.iframe {
	frameBorder		:0;
	width			:100% ;
	height 			:600;
	scrolling 		:auto;
	background-color:#FFFFCC
}

/********************************************* TABLEAU ******************************************/

#bloc{
	float : left;
	background-color: #FFFFCC;
	text-align: center;
	padding: 5px;
	width: 250px;
	border: 1px dashed #8FB4C5;
	margin: 1px;
	height: 230px;
}

#blocActivite{
	float : left;
	background-color: #FFFFCC;
	text-align: center;
	padding: 5px;
	width: 250px;
	border: 1px dashed #8FB4C5;
	margin: 1px;
	height: 250px;
}

/********************************************* ENTETE ******************************************/

.componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
/*  letter-spacing   : 1px;*/
  background       :   url("images/component.gif");
  font-size        : 10px;
  font-weight      : bold;
  height           : 20px;
  line-height      : 20px;
  text-transform   : uppercase;
  padding-left     : 15px;
  padding-right    : 0px;
  text-align       : left;
  color            : #333333;
  width            : auto;
  margin           : 2px;
}

.titre{
  font-weight      : bold;
  text-transform   : uppercase;
 /* text-indent      : 8px;*/
  font-size        : 11px;
  text-align       : center;
  color            : #3366ff;
}

/********************************************* CONTENU *****************************************/

.contentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  letter-spacing   : 0px;
  background       :   url("images/content.gif");
  font-size        : 10px;
  font-weight      : bold;
  height           : 18px;
  line-height      : 18px;
  text-transform   : uppercase;
  padding-left     : 0px;
  padding-right    : 0px;
  text-align       : center;
 /* white-space      : nowrap;*/
  color            : #444444;
  width            : 100%;
  margin           : 1px;
}

/******************************************* NAVIGATION ****************************************/

input.btn {
   color					:#ff9900;
   width					:100px; 
   height					:22px; 
   font-size				:13px;
   font-weight				:bold;
   background-color			:#ffffff;
   border					:1px solid silver;
   filter					:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#FFE8C4');
}

input.btnLarge {
   color					:#ff9900;
   width					:200px; 
   height					:22px; 
   font-size				:13px;
   font-weight				:bold;
   background-color			:#ffffff;
   border					:1px solid silver;
   filter					:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#FFE8C4');
}.tit_annuaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00CC66;
}

