/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
===== mise à zero de touts les styles====*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
/*fieldset,*/ form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*============fin de la mise à zero ===================*/

table {
	font-family: Verdana, Geneva, sans-serif;
	border-color: #AEC0C8;
	background-color: #dddddd;
}
body {
	background-color: #dddddd;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a {
	text-decoration: none;
	color: #CCFFFF;
}
a:hover, a:focus {
	text-decoration: none;
	color: #CCFFFF;
}	
.style3 {
	color: #CCFFFF;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div {
	text-indent: 0px;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}


#conteneur_ft {/*pour placer un texte en bas sous Firefox mais en haut sous IE*/
	position:fixed;
	height: 15px;
	top:auto;
	right: 5px;
	margin-right:5px;
	bottom: 0px;
	left: 0px;
	font : normal 11px Batang, arial, serif ;
	border-style:solid; 
	border-top-color:#CCC;
	border-bottom-style: none; border-left-style: none; border-right-style: none;
	border-top-width: 0px;
	text-align:right; 
}
#texteopaque {/*pour avoir le texte */
   background-color: transparent; 
   color: #999;
}
.basdecran {
	color: #888;
	text-decoration: none;
}
table.fondportail {
    background-image: url("portailfresque.png");
    background-repeat: no-repeat;
}
table.fondportailJH {
    background-image: url("portailtexteJH.png");
    background-repeat: no-repeat;
}

