/*<![CDATA[*/
a {
    color: #0073a2;
}
a:hover {
    text-decoration: none;
}
a.alerte {
    background: url(../images/site/alerte.png) no-repeat right center;
    display: inline;
    padding-right: 15px;
}
a.go {
    background: url(../images/site/go.png) no-repeat left center;
    display: inline;
    padding-left: 15px;
}
a.html {
    background: url(../images/site/html.png) no-repeat left center;
    display: inline;
    padding-left: 40px;
}
a.infobulle em {
    display:none;
}
a.infobulle:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.infobulle:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -50px;
    padding: 5px;
    color: #fff;
    background: #e10227;
    width: 230px;
    font-size: 0.9em;
}
a.infobulle:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url('../images/site/infobulle.gif');
    margin:0;
    margin-left: 40px;
    padding: 0;
    border: 0;
}
a.liste {
    background: url(../images/site/liste.png) no-repeat left center;
    display: inline;
    padding-left: 15px;
}
a.pdf {
    background: url(../images/site/pdf.png) no-repeat left center;
    display: inline;
    padding-left: 20px;
}
a.retour {
    background: url(../images/site/retour.gif) no-repeat left center;
    display: inline;
    padding-left: 15px;
}
a.rdf {
    background: url(../images/site/rdf.png) no-repeat left center;
    display: inline;
    padding: 10px 0 10px 40px;
}
a.visio {
    background: url(../images/site/visio.png) no-repeat left center;
    display: inline;
    padding-left: 26px;
}
a.web {
    background: url(../images/site/web.png) no-repeat left center;
    display: inline;
    padding-left: 20px;
}
a.xml {
    background: url(../images/site/xml.gif) no-repeat left center;
    display: inline;
    padding-left: 40px;
}
body {
	margin: 0;
	text-align: center;	/* Corrige le bug de centrage sous IE. */
    font-family: Arial, Helvetica, "sans-serif";
	font-size: small;
}
fieldset {
    border: 1px solid #003056;
}
h1, h2 {
    color: #0073a2;
    font-size: 1.2em;
}
h1 a, h2 a {
	background: url(../images/site/gt.gif) no-repeat left center;
	display: inline;
	padding-left: 18px;
	text-decoration: none;
	color: #0073a2;
}
h1 a:hover, h2 a:hover {
    color: #003056;
}
img {
    border: 0;
}
label {
	display: block;
	float: left;
	font-weight: bold;
	width: 38%;
	padding-right: 5px;
}
legend {
    font-weight: bold;
    color : #e10227;
}
th {
    width:150px;
}
#forum-central th {
    background-color: #0073a2;
    color: #fff;
    padding: 2px 5px 2px 5px;
}
#forum-central th a {
    color: #fff;
}
#forum-central td {
    background-color: #e3e3f2;
    font-size: 0.8em;
    padding-left: 5px;
}
#forum-lateral th {
    background-color: #e10227;
    color: #fff;
    padding: 2px;
}
#forum-lateral td {
    background-color: #fff;
    font-size: 0.7em;
    padding-left: 2px;
}
/*]]>*/