*** default styles
******************************************************************/

/** Global White Space Reset */
* {
 padding: 0;
 margin: 0;
}

select * {padding: 0 0.5em;}

ul, ol {list-style: none;}
a img, :link img, :visited img, object, fieldset {border: none;}
address {font-style: normal;}
:link, :visited {text-decoration: none;}

/*
body, html, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, form,
fieldset, input, ul, ol, li, dl, dt, dd {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, pre, code {font-size: 1em;}
*/

/*** reset some basic style
******************************************************************/

/*** major document sections
******************************************************************/

/*** body
*********************************/
body {
 /*background: #FFF url(fond.gif) repeat-x;*/
 background: #FFFFCC;
 color: #000;
 font-family: verdana, sans-serif;
 font-size: x-small;
 text-align: center;
 voice-family: "\"}\"";
 voice-family: inherit;
 font-size: small;
}

table.tablo_menu{
	border-collapse: collapse;
}

table.tablo_menu td{
	text-align: left;
	font-size: 11px;
}

table.tablo_menu td span {
	color: #006666;
}

.dummy {} /** déclaration factice */



