
/* -------------------------------------------------------
Reset Reloaded by Eric Meyer : http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ + Xu change
---------------------------------------------------------- */
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, 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;}
/* remember to define focus styles! */
/* :focus {outline: 0;} Xu change */
body {line-height: 1; color: black; background: white;}
ol, ul { list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
/* Xu change */
a {text-decoration:none;}

/* -------------------------------------------------------
                     *** Temp design ***
---------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #575757;
	line-height:1.9em;
	margin: 15px 20px 20px 20px;
	padding: 0;
	background: url(/images/fond-site-temp.jpg) no-repeat center top;
    -webkit-background-size: 2000px 1027px; 	
	}
	
#contenant {
	width: 590px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 5px;
	}	

#contenu {
	margin-left: 19px;
	padding-left: 20px;
	border-left: 1px solid #E6E6E6;
	}

a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px #ccc solid;	
	}

a:hover {
	border-bottom: 1px #26b1c2 solid;
	color : #333;
	}

h1 {
	width: 206px;
	height: 97px;
	text-indent: -5000px;
	background: url(/images/raging-logo-2-final.gif) repeat-x center top;
	margin-bottom: 9px;
	}

h2 {
	color:#999999;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 600;
	margin: 0 0 10px 0; padding: 0;
	}	

h3, h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#26b1c2;		
	}	

p, ul {
	font-size: 0.95em;
	margin: 0 0 1em 0;
	}
	
p {padding: 0;}	

ul {
	list-style-type: circle;
	padding-left: 1.4em;	
	}
	
li {padding: 0;}
	
em {font-style: italic;}
	
strong {font-weight: 700;}

small {font-size: 0.8em;}

#auparavant, #auparavant a {color: #A8A8A8;}
	
#auparavant h3 {font-weight: normal;}

.centre {text-align: center;}
	
	