/* Reset CSS */
/* Normalizes margin, padding */
body, div, object, iframe, span, applet, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
	{ margin : 0; padding : 0; }
/* Fixes divs hovering with IE6 */
body { behavior: url("http://www.editions-tissot.com/campagnes/shared_libs_and_components/hacks/ie6_css_hover.htc"); }
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6,li,div { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; }
/* Removes list-style from lists */
ol,ul { list-style : none; }
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
	{ font-style : normal; font-weight : normal; }
/* Removes borders and spacing from tables */
table { border-collapse : collapse; border-spacing : 0; }
/* Removes border from fieldset and img */
fieldset,img, img a { margin: 0; border : 0; }
/* Left-aligns text in caption and th */
caption,th { text-align : left; }
/* Removes quotation marks from q */
blockquote,q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}
/* Removes rid of Firefox's dotted borders */
a { outline:none; }
/* Removes rid of IE's blue borders */
a img { border:none; }
em { font-style: italic; }
* { margin: 0; padding: 0; }
:focus{outline:0}
ins {text-decoration:none}
del {text-decoration:line-through}
/* Verticaly aligns text in inputs elements */
input { vertical-align: middle; line-height: 100%;}
/* End reset CSS */
/* Outdated browser message */
#outdatedBrowser { background-color: #fff1af; width: 100%; height: 50px; margin-right: auto; margin-left: auto; padding-top: 10px; }
#outdatedBrowser p { color: #7a7245; font-size: 12px; background-image: url(../img/warning_icon.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left 50%; text-align: left; width: 620px; min-height: 31px; margin-right: auto; margin-left: auto; padding-left: 40px; display: block; }
a.closeBox:link, a.closeBox:visited { font-size: 10px; background-image: url(../img/close_box_icon.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; text-align: right; position: relative; top: 5px; right: 20px; height: 15px; float: right; padding-right: 20px; }
a.closeBox:hover, a.closeBox:active { background-position: right bottom; padding-right: 20px; }
/* Javascript disabled warning */
#javascriptDisabled { background-color: #fff1af; width: 100%; height: 50px; margin-right: auto; margin-left: auto; padding-top: 10px; }
#javascriptDisabled p { color: #7a7245; font-size: 12px; background-image: url(../img/warning_icon.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left 50%; text-align: left; width: 620px; min-height: 31px; margin-right: auto; margin-left: auto; padding-left: 40px; display: block; }
#javascriptDisabled p span { position: relative; top: 10px; }
