* {
	/* Police par defaut */
        font-family: Verdana;
	/* font-size: 0.7em; */
        line-height: 1em;
}


 /* Disposition globale */
body {
  /* Disposition du contenu */
	text-align: center;
	margin: 0;
	font-size: 12pt;
}

.bg_body {
	/* Apparence */
	background: url(images/fiches/fondsombre.gif);
}

 /* Conteneur principal */
.top {
	display: block;
	/* Proportions & Disposition */
	width: 985px;
	clear: both;
	margin: auto;
	/* Disposition du texte */
	text-align: left;
}

 /* Elt de mise en page */
.page {
	display: block;
	float:left;
	/* Proportions & Disposition */
	width: 100%;
	clear: both;
	margin: auto;
}

.bloc {
	display: block;
	float: left;
	clear: left;
}

.inline {
        display: inline;
        float: left;
}
.inline_right {
        display: inline;
        float: right;
}

.droite {
        float: right;
        clear: right;
}


.fond_blanc {
  	background: #FFFFFF;
}

 /* Bandeau haut  */
.fond_bandeau {
	float: left;
	background: url(images/bandeaux/fond.gif) repeat;
        /*cursor: hand;*/
        text-decoration: none;
}

.fond_bandeau p{
	line-height: 1em;
}

.fond_onglets {
	background: url(images/bandeaux/fond.gif) repeat;
	text-align: center;
}


 /* Logo et titre  */
.logo {
	height: 100px;
	width: 120px;
	background: url(images/bandeaux/logo_sdrif.gif) no-repeat;
	margin: 4px;
	margin-left: 14px;
	vertical-align : middle;
}

.logo_idf{
  border: none;
  margin: 10px;
  border:1px solid #313131;
}

.logo_iau {
 vertical-align:middle;
 border : none;
 margin : -5px 10px -1px;
}

.titre {
  font-size: 1.2em;
  /* font-size: 1.25em; */
  line-height:1.05em;
  margin-top: 17px;
  /*margin-left: 5px;*/
  color: white;
}

/* popup carte */
.top_carto {
	/* display: block;
	Proportions & Disposition 
	width: 975px;
	clear: both;
	margin: auto;*/
	/* Disposition du texte */
	text-align: left;
}

.titre_carte {
       font-size: 1.2em;
       padding: 8px 14px;
       color: white;
}

 /* Bandeau bas  */

.fond_bandeau_bas {
	float: left;
	background: url(images/bandeaux/fond.gif) repeat;
	font-size: 0.7em;
        text-align: center;
        color: white;
        text-decoration: none;
	line-height: 2.2em;
}

.fond_bandeau_bas a {
       	margin-left: 20px;
}

.center {
  text-align: center;
}

 /* Polices */
.texte_accueil{
	font-size : 0.7em;
}

.texte_annexe {
	font-size : 0.8em;
	line-height: 1.1em;
}

.texte_accueil,
.texte_annexe {
	color : #787878;
} 

.justify {
	text-align : justify;
}

.texte_accueil td{
	vertical-align: top;
}

.texte_annexe .li{
	padding-bottom: 6px;
}

.texte {
  font-size: 0.8em;
}

.texte_info {
	font-size : 0.7em;
}

.blink {
	text-decoration: blink;
}

 /* Menu */

.menu {
  	font-size: 13px;
        background: #595959 url(images/barre_nav/fond.gif) repeat-x bottom;
}

.bigfont {
        font-size: 17px;
}

a.menuon {
        padding: 6px 14px;
        /*text-transform: capitalize;*/
        border-right: 1px solid #2b2b2b;
        border-left: 1px solid #868686;
        background: #8F9C28 url(images/barre_nav/fond_actif.gif) repeat-x bottom;
}

a.menuoff { 
        padding: 6px 14px;
        /*text-transform: capitalize;*/
        border-right: 1px solid #2b2b2b;
        border-left: 1px solid #868686;
        background: #595959 url(images/barre_nav/fond.gif) repeat-x bottom;
}

a.menuon:link,
a.menuon:visited,
a.menuon:hover,
a.menuon:active   {
        color: #000000;
        text-decoration: none;
}

a.menuoff:link,
a.menuoff:visited {
        color: #FFFFFF;
        text-decoration: none;
}

a.menuoff:hover,
a.menuoff:active  {
        color: #000000;
        text-decoration: none;
        background: #898B79 url(images/barre_nav/fond_hover.gif) repeat-x bottom;
}

.menuoff img {
    margin: -6px -12px -6px 6px;
}
.fond_vert {
       background: url(images/fiches/fond.gif) repeat;
}
/* Ombres portées */

.ombre {
        background: transparent url(images/ombre/shadow.gif) right bottom no-repeat;
}

.ombre_topright {
        background: transparent url(images/ombre/corner_tr.gif) right top no-repeat;
}

.ombre_bottomleft {
        padding:0 2px 2px 0;
        background: transparent url(images/ombre/corner_bl.gif) left bottom no-repeat;
}

h3  {
  color : #85876E;
  font-size:1.04em;
}
h3 a {
  color : #85876E;
}

