/* CSS Document */
/* css création mac97000 déc 2007 */

/* impossible à comprendre le double commentaire pour tromper netscape 4 */
/* http://www.la-grange.net/accessibilite/day_26.html bas de page ;-) */
p {
  font-size: 14px;
}

/*/*/a{}
body p {
  font-size: medium;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: medium;
}
html>body p {
  font-size: medium;
}
/* */

* { margin: 0; padding: 0; text-align:justify}
/* On met le padding à 0 pour le navigateur Opera qui définit des padding par défaut pour le body */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align:center;
	
}

p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align:justify;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2;
	color: black; 
	background: white;
	text-align: justify ;
	font-size: 1em;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
  border-bottom: 1px dotted black;
}
/*acronym:after {
  content: " (" attr(title) ")";
}*/

.left { text-align: left;}
.center { text-align: center !important;}


.red { color: #990000 !important;}
.green { color: #00CC00 !important;}
.blue { color: #000099 !important;}
.yellow { color: #FFCC00 !important;}
.brown { color: #CC9933 !important;}
.bold { font-weight: bold; text-align:center; font-size:16px; }
.bold a {color: #CCCC00 !important;}
.underline { text-decoration:underline; }


/**************************************************************/
/* CSS de débug du code html si lien vide ou image non renseignée alors couleur de bordure  
a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;} 
img {outline: 5px solid red;}
img[alt][title] {outline-width: 0;}
img[alt] {outline-color: fuchsia;}
img[alt], img[title] {outline-style: double;}
img[alt=""][title], img[alt][title=""] {outline-width: 3px;}
img[alt=""][title=""] {outline-style: dotted;} 
*/