@charset "iso-8859-1";
/* Auteur: Richard Mayer */
/* Date de création: 26/02/2006 */
/* Date de revision: 15/10/2007 */
/* ----- RESET ----------------------------------------------------------------------------- */

html,body,br,div,span,a,object,iframe,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,p,blockquote,q,address,small,big,cite,dfn,ins,del,i,em,b,strong,sup,sub,strike,pre,code,samp,kbd,var,tt,form,legend,label,option,.nobox{background:transparent;border:0;font-size:100%;outline:0;vertical-align:baseline;margin:0;padding:0;}
blockquote,q{quotes:none;}
br{height:0;}
ul,ol,dl{list-style:none;}
a img{border:0;}
.clearer {clear: both;}

/* ----- MAIN ----------------------------------------------------------------------------- */

/* PRINT CSS COMMANDS */
#logo_print {
	display:inline-table;
}
/* Remove unwanted elements */
#header, #banner, #menu_bottom, #sidebars, .noprint
{
display: none;! important
}
/* Ensure the content spans the full width */
#container, #container2, #content
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.ventText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 6px;
	padding-right: 2px;
	height: 14px;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

