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, a img, 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; 
} 
:focus { 
        outline: 0; 
} 
body { 
        line-height: 1; 
        color: black; 
        background: white; 
} 
ol, ul { 
        list-style: none; 
} 
table { 
        border-collapse: collapse; 
        border-spacing: 0; 
} 
caption, th, td { 
        text-align: left; 
        font-weight: normal; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
        content: ""; 
} 
blockquote, q { 
        quotes: "" ""; 
}  

/*------------------------------------------------------------------------ 
        Project:        Orexad - Industrissimo 
        Type :        Base Css for resetting browser's styles 
---------------------------------------------------------------------------*/ 

/*:::::::::::::::::::: Typographies ::::::::::::::::::::*/ 
body { text-align:left; font-size:75%; color:#000; font-family:Arial, Helvetica, sans-serif; } 
h1, h2, h3, h4, h5, h6 { font-weight:normal; } 
h1 { font-size:3em; line-height:1; margin-bottom:0.5em; } 
h2 { font-size:2em; margin-bottom:0.75em; } 
h3 { font-size:1.5em; line-height:1; margin-bottom:1em; } 
h4 { font-size:1.2em; line-height:1.25; margin-bottom:1.25em; height:1.25em; } 
h5 { font-size:1em; font-weight:bold; margin-bottom:1.5em; } 
h6 { font-size:0.8em; font-weight:bold;} 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; } 
p { margin:0 0 1em; line-height: 1.5em; } 
p img { 
	/*float:left; Jérémy 22/05/13 - Billets blog*/
	margin:0.5em 1.5em 1.5em 0; 
	padding:0; 
} 
a { color:#000; text-decoration: none; } 

blockquote { margin:1.5em; font-style:italic; } 
strong { font-weight:bold; } 
em, dfn { font-style:italic; } 
dfn { font-weight:bold; } 
sup, sub { font-size:0.75em; line-height:0; } 
sup { position:relative; bottom:0.5em; vertical-align:baseline; } 
sub { position:relative; bottom:-0.2em; vertical-align:baseline; } 
abbr, acronym { border-bottom:1px dotted #000; } 
address { margin:0 0 1.5em;font-style:italic; padding: 0px; } 
del { color:#000; } 
pre, code { margin:1.5em 0; white-space:pre; } 
pre, code, tt { font-family:'andale mono', 'lucida console', monospace; line-height:1.5; } 
li ul, li ol { margin:0 1.5em; } 
ul, ol { margin:0 1.5em 1.5em 1.5em; line-height: 1.5em; } 
ul { list-style-type:disc; } 
ol { list-style-type:decimal; } 
dl { margin:0 0 1.5em 0; line-height: 1.5em; } 
dl dt { font-weight:bold; } 
dd { margin-left:1.5em; } 
small { font-size:0.85em; } 
acronym, abbr { cursor:help; letter-spacing:1px; border-bottom:1px dashed; } 
hr{         margin:0 1em 1.5em; border:0 none; height:1px; background:#cccccc; } 


