/*********  RESET   CSS STYLE 18/06/2010 *********/
/*  			 Csordas Zoltan @ Dotcom.lu   					*/
/**************************************************/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*

A NE PAS PERDRE DE VUE


Couleur de la selection

::selection{ > Safari and Opera
 background:#c3effd;
 color:#000;
}
::-moz-selection{ >Firefox 
 background:#c3effd;
 color:#000;
}

bare de scroll toujours présente !
html{ overflow-y:scroll; }

#container{
 height:auto !important;  > all browsers except ie6 will respect the !important flag
 min-height:500px;
 height:500px; >Should have the same value as the min height above
}

Highlight links that open in a new window?
a[target="_blank"]:before,
a[target="new"]:before {
 margin:0 5px 0 0;
 padding:1px;
 outline:1px solid #333;
 color:#333;
 background:#ff9;
 font:12px "Zapf Dingbats";
 content: "\279C";
}

Cross Browser Opacity
.transparent_class {
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity: 0.5;
 opacity: 0.5;
}


Remove active link borders
a:active, a:focus{ outline:none; }  

Attribute-Specific Icons
a[href$='.doc'] {
 padding:0 20px 0 0;
 background:transparent url(/graphics/icons/doc.gif) no-repeat center right;
}

Highlight Text Input Fields in focus
input[type=text]:focus, input[type=password]:focus{
 border:2px solid #000;
}




*/
   
   