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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*A MOI*/
body {
	background-image: url(img/pattern.gif);
	background-repeat: repeat;
	font-family: Georgia, Times, serif;
	margin: 0px;
}

#page {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/texture.gif);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	
}

#ombre {
	width: 790px;
	height: 100%;
	background: url(img/ombre.png) top center repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


#pied {
	background-color: #713328;
	color: #e0d52a;
	font-size: 0.9em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e0d52a;
	margin: 0;
	padding: 30px 10px;
	clear: both;
	text-align: center;
	height: 80px;
}

#illus img {
	border: 3px solid #F7F4E8;
	margin-bottom:10px;
}

#pied img {
	float: left;
}

h2 {
	color: #713328;
	font-size: 1.6em;
	font-family: Georgia, Times, serif;
	padding: 20px 0;
}
h3 {
	color: #a34b1f;
	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	padding: 20px 0 5px 0 ;
}

p, #contenu ul, #illus ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	color: #713328;
	font-size: 0.9em;

}

table, tr, td {
	font-size: 12px;
	text-align: left;
}

table {
	padding-left: 10px;
	margin-top:15px;
}

#menu {

}



#contenu ul, #illus ul {
	line-height: 1.6em;
	padding-left: 5px;
}

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

#menu a{
	color: #713328;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:active {
	text-decoration: underline;
	color: #a34b1f;
}

.numbers {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1.1em;
}

#illus {
	float: left;
	width:300px;

	padding: 20px 15px;
	text-align: right;
}

#contenu {
	width:425px;
	padding: 0;
	margin-left: 330px;
}


#contenu a {
	color:#a34b1f;
}

#contenu a:hover {
	color:#713328;
}



p:first-letter {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-size: 0.9em;
}

.FirstLetter p:first-letter {
	font-size: 1.8em;
	color: #713328;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.floatleft {
	float: left;
}

ul#menu {
	list-style-type: none;
	border-top: 3px solid #e0d52a;
	display:block;
	height:49px;
	margin-bottom: 20px;
	background: url(img/menu-bg.png) top left repeat-x;	
    border-bottom: 3px solid #e0d52a;
}

#menu li {
	float: left;
	text-align: center;
	color: #D9A509;
	padding: 15px 15px 0 15px;

}

#pied p{
	color: #FFF;
}

iframe {
	border: 3px solid #F7F4E8;
}


.Or2 {
	padding-left: 15px;
}

.tdTitle {
	display:block;
	background: #e0d52a;
	line-height: 2em;
	width: 100%;
	padding-left: 10px;
}

.tdCom {
	background-color: #e3d3b4;
}