html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #DEDEDE;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
}

#page {
	text-align: left;
	width: 800px;
	margin: 10px auto 10px auto;
	position: relative;
	background: #fff;
	border: 1px solid #CFCFCF;
	-moz-border-radius:6px;
	border-radius:6px;
	padding: 0;
	padding-bottom: 10px;
}

h2, h3 {
	margin-top: 0;
}

h3 {
	font-weight: bold;
	color: #E7A800;
}

h3 a {
	color: #E7A800;
}


a {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: underline;
}

h1#top {
	position: absolute;
	margin: 0px;
	padding:0px;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}

hr {
	display: none;
}

ul {
	list-style-type: square;
	margin-top: 2px;
}

/* BANNER */
/* ------------------------------------------------------- */
#banner {
	margin: 3px 0 0 3px;
	padding: 0px;
	height: 247px;
	width: 794px;
	border: none;
	background-image: url("../images/back_001.jpg");
	background-repeat: no-repeat;
}


#banner #title {
	color: #ff6634;
	padding-top: 30px;
	padding-bottom: 2px;
	padding-left: 450px;
	font: bold 2em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

/* MENU DROITE */
/* ------------------------------------------------------- */

#menuright {
	float: right;
	margin: 15px 4px 1em 0;
	width: 270px;
	padding: 7px 0.5em 7px 0.5em;
	background: #E9E9E9;
	color: #777;
	font: 1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	border: 1px solid #CFCFCF;

	-moz-border-radius:6px;
	border-radius:6px;
}


#menuright h2 {
	color: #769712;
	font: 1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	font-variant: small-caps ; 
}




#menuright .listing {
	margin: 0;
	padding: 0;
	line-height:1em;
	color: #444;
	font: 0.8em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

#menuright .listing ul {
	list-style-type: square;
	margin-top: 2px;
}

#menuright .listing a {
	color: #444;
}

/* CONTENT */
/* ------------------------------------------------------- */
#content {
	margin: 1em 300px 0 20px;
	/* margin: 1em 20px 20px 20px; */
	padding: 1em 0 0 0;
	font: 0.8em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

#content h2 {
	position: relative;
	color: #769712;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font: bold 1.3em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	background-image: url("../images/figurine.png");
	border-bottom: 1px solid #769712;
	height: 29px;
}

#content h2 a {
	color: #769712;
}

#content h2 a:hover {
	text-decoration: none;
}
#content h3 {
	font-weight: bold;
	color: #E7A800;
	margin: 15px 0px 0px 0px;
}
#content h3 a:hover {
	text-decoration: none;
}
#content .space {
	height: 30px;
}

#content img {
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}
#content ul {
	color: #444;
	list-style-type: square;
        margin-top: 2px;
}
#content li a {
	color: #444;
}

/* QUESTION / ANSWER */
/* ------------------------------------------------------- */
div.answer
{
	margin: 5px 5px 5px 10px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	background: #fff;
	border: 1px solid #ffa500;
	border-left-width: 4px;
	
	color: #444;
}


#footer {
	
	margin: auto;
	margin-top: 30px;
	text-align: center;
	position: relative;
	height: auto;
	width: 769px;
	background: #E9E9E9;
	color: #777;
	font: 0.8em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	border: 1px solid #CFCFCF;

	-moz-border-radius:10px;
	border-radius:10px;
}

#footer a {
	color: #777;
}
