﻿@charset "utf-8";
/********************************************************
CSS Document / portail d'accueil "RETE-IHEE" par Jean-Baptiste HOLCROFT
********************************************************/

/* CSS Reset
-----------------------------------------------------------------------------*/
* { margin: 0; padding: 0; border: 0; }
:link, :visited { text-decoration: none; }
ul,ol { list-style: none; }
fieldset { border: 0; }
img { border: none; background: none; } a img { border: 0 none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
.clear{ clear: both; height: 0px; font-size: 0px; line-height: 0px; }
.strong{ font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; }

/*
-----------------------------------------------------------------------------*/
body { background-color:#030097;}
a, a.visited { color:#182983; text-decoration:none;}
#bla table{ text-align:center; margin-top:10px;margin:auto; position:relative; top:-128px;}
#bla a.lien { font-size:1.3em; padding:3px 15px; position:relative; top:-292px; border:1px solid #182983;} 
