/* -------------------------------------------------------
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;}


/* -------------------------------------------------------
                     *** Global ***
---------------------------------------------------------- */

body {
	font-family: Georgia, Times New Romain, serif;
	line-height: 150%;
	color: black;
	background-color: #E6E6E6;
	}

#main {
	width: 540px;
	height: 100%;
	margin: 36px auto 24px auto;
	padding: 24px 0 0 0;
	border: 1px solid #D5D5D5;
	background-color: white;
	font-size: 14px;
	}

#gauche, #droite {
	float: left;
	}

#droite {
	width: 275px;
	border-left: 1px solid #D5D5D5;
	}
	

a {
	color: #343434;
	border-bottom: 1px solid #ccc;
	}
		
a:hover {
	background-color: #F3F3F3;
	border-bottom: 1px solid #ACACAC;
	}	

p, h3, ul, ol {
	margin: 0 0 14px 0;
	}

ul {
	padding: 0 30px 0 40px;
	color: #343434;
	list-style-type: circle;
	}
	

p {
	text-align: center;
	color: #343434;
	}

h1 {
	/* font-size: 24px; */
	width: 440px; height: 32px;
	background: transparent url('../img/logo-temp.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 0 auto;
	margin-bottom: 1px;
	}	

h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #343434;
	margin-bottom: 16px;
	}

h3 {
	padding: 5px 0 4px 0;	
	background: #F2F2F2;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	font-style: italic;
	text-align: center;
	color: #333;
	font-size: 16px;
	}	

hr {
	clear: left;
	height: 1px;
	visibility: none;
	border: 1px solid white;
	}

.centrer {
	text-align: center !important;
	}

/* -------------------------------------------------------
                     *** Page interieure ***
---------------------------------------------------------- */	

.txt p {
	text-align: justify;
	padding: 0 70px;
	}						