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%;
}

tt, code, samp {
font-size: 1.1em;
color: #DF1A37; /*green;*/
}

blockquote {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #405397; /*#008000;*/
	margin: 1em;
	padding: 0 0.5em;
	background: #98A6D3; /*#d1f0af;*/
	font-style: italic;
	-moz-border-radius:6px;
	border-radius:6px;
}
kbd {
font-size : 1em;
padding: 0px 2px;
border: 1px solid gray;
}

h2, h3 {
	margin-top: 0;
}

h3 {
	font-weight: bold;
	color: #E7A800;
}

h3 a {
	color: #E7A800;
}


a {
	text-decoration: none;
	color: #DF1A37; /*#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;
}

pre {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #F0B802;
	padding: 1em;
	margin: 1em;
	font-size: 100%;
	background: #ffffcc;
	width: 85%;
	overflow: auto;
	-moz-border-radius:6px;
	border-radius:6px;
}


ol li.current a
{
	text-decoration: none;
	color: #000;
}

#easy-access, #easy-access a
{
	color: gray;
  margin: 0 0 0 7px;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
}
#easy-access
{
  text-align: right;
  position: relative;
  top: -10px;
  right: 2px;
  margin: 0 0 0 15px;
}

#easy-access a:hover, #easy-access a:focus
{
	color: #000;
}

#content h6 {
	position: relative;
	color: #DF1A37;/*#769712;*/
	padding-bottom: 2px;
	padding-left: 0px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font: bold 3em "Trebuchet MS",  Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	/*background-image: url("design/puce.gif");*/
	/*border-bottom: 1px solid #405397; //#FFD62F;*/
}

#content h1 {
	position: relative;
	color: #DF1A37;/*#769712;*/
	padding-bottom: 2px;
	padding-left: 0px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font: bold 2.4em "Trebuchet MS",  Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	/*background-image: url("design/puce.gif");*/
	border-bottom: 1px solid #405397; //#FFD62F;
}

#content h2 {
	position: relative;
	color: #DF1A37;
	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("design/puce.gif");
	border-bottom: 1px solid #405397;*/
}

#content h3 {
	position: relative;
	color: #405397;
	padding-bottom: 2px;
	padding-left: 0px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font: bold 1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	/*background-image: url("design/puce.gif");
	border-bottom: 1px solid #405397;*/
}

#content h3 a {
	color: #9a9ab1;
}


#content h3 a:hover {
	text-decoration: underline;
	color: #9a9ab1;
}


#content h2 a {
	color: #769712;
}

#content h2 a:hover {
	text-decoration: none;
	color: #cc9900;
}

ul {
list-style-type: square;
}

.listing {
	margin: 1em 0 1em 20px;
	list-style-type: square;
	color: #777;
	padding: 0;
	line-height:1.6em;
}

.listing a {
	color: #777;
}

.cerise {
	background: #fff url(design/bg-cerise.jpg) 95% 0% no-repeat;
}

.image_left {
float: left;
}

.image_right {
float: right;
}

#content img {
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}
#art-description {
font-size: 1em;
font-style: italic;
}

#menuright {
	color: #777;
	font: 1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

#menuright h2 {
	color: #DF1A37; //#769712;
	font: 1.1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
	background: url(design/separateur.gif) top center no-repeat;
	padding-top: 15px;
	margin-bottom: 5px;
	font-variant: small-caps ; 
}

#menuright a {
	color: #777;
	font: 1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
}
#menuright a img {
	border: none;
}
#menuright ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#page {
	text-align: left;
	width: 88%;
	margin: 10px auto 10px auto;
	position: relative;
	background: #fff;
	border: 1px solid #CFCFCF;
	-moz-border-radius:6px;
	border-radius:6px;
	padding-bottom: 10px;
}

#banner {
	margin: 0px;
	padding: 0px;
	height: 153px;
	border: none;
}

#banner a img {
	margin: 5px 0 0 15px;
	border: none;
}

.cadre, #menuright {
	width: 270px;
	padding-top: 7px;
	background: #E9E9E9 url(design/top.gif) top left no-repeat;
}

.cadrebas {
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9 url(design/bottom.gif) bottom left no-repeat;
}
#menubas {
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9 url(design/menubas.gif) bottom left no-repeat;
}

#banner .cadre {
	float: right;
	margin-right: 10px;
}

#banner p,form {
	margin: 0;
}

#footer a, #banner h1 a {
	text-decoration: none;
	border: none;
	color: #AABD71;
}
#footer a:hover {
	text-decoration: underline;
}

#menutop {
	position: relative;
	height: 28px;
	margin: 0 10px 1em 15px;
	clear: both;
	background: #405397; // #F9D966 url(design/menu.jpg) left top no-repeat;
}
#menucoin {
float: right;
position: relative;
left: 1px;
width: 0px;
height: 28px;
background: #fff url(design/menucoin.gif) left top no-repeat;
}

#menutop ul, #menutop li {
	margin:0;
	padding: 0;
	list-style-type: none;
	}
#menutop ul {
	position: absolute;
	height: 28px;
	width: 650px;
	left: 25px;
}

#menutop li {
float: left;
}

#menutop li a { /* dimensions et définitions des boutons */
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height: 28px;
width: 100px;
color: #fff; //#769712;
font: 17px/28px "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
text-decoration: none;
border-left: 1px solid #fff;
text-align: center;
}
#menutop li a.last {
border-right: 1px solid #fff;
}

#menutop a:hover {
color: #DF1A37; //#fff;
background: #fff; //transparent url(design/menu.jpg) top left no-repeat;
}

#menutop a#menu1:hover {
background-position: -26px -28px;
}
#menutop a#menu2:hover {
background-position: -127px -28px;
}
#menutop a#menu3:hover {
background-position: -228px -28px;
}
#menutop a#menu4:hover {
background-position: -329px -28px;
}
#menutop a#menu5:hover {
background-position: -430px -28px;
}
#menutop a#menu6:hover {
background-position: -531px -28px;
}

ol.tree {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #f5f5dc;
}

ol.tree li {
	display: inline;
	list-style-type: none;
	padding-right: 0.7em;
	padding-left: 0;
}

ol.tree li:before {
	content: '\00bb  ';
}

.blog {
	margin-bottom: 1em;
	color: #777;
}

.blog p {
	margin-bottom: 0;
}

.suiteblog {
	font-size: 0.8em;
	color: #008000;
}

p.modified {
	font-size: 0.8em;
	margin: -1em 1em 1em 1em;
	text-align: right;
	color: #008000;
	font-style: normal;
}

p.modified a {
	color: #008000;
}

#footer img, div.col-content img {
	border: none;
}

#footer {
	text-align: center;
	padding: 0.5em;
	clear: both;
	border: none;
	color:#AABD71;
	font-weight:bold;
	font-size:12px;
}


input, textarea {
	border: 1px solid #aaa;
}

.recherche {
	width: 200px;
	border: 1px solid #aaa;
	font-size: 1em;
}
#chercher {
font-size: 0.8em;
font-weight: bold;
margin-bottom: 0;
color: #777;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}

input[type], textarea[name] {
	background: #fff;
}

input[type=submit], input[type=reset] {
	background: #fff;
	color: #000;
}

input[type=submit]:hover, input[type=reset]:hover {
	background: #999;
	color: #fff;
}

#livres {
	height: 85px;
	margin : 0 0 1em 0;
	padding: 0 13px 0 0;
	background: #F5F4DC url(design/livresd.jpg) right top no-repeat;
}

#livres div {
	height: 85px;
	background: #F5F4DC url(design/livresg.jpg) left top no-repeat;
}

#livres ul {
	list-style-type: none;
	margin : 0;
	padding:0;
	text-align: right;
}

#livres ul li {
	margin: 0;
	padding: 0 0 0 4%;
	display: inline;
}

#livres a img {
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid black;
}

#livres a:hover img {
	border: 1px solid #769712;
}
.modeles {
list-style-type: none;
margin: 0.3em;
padding: 0.3em;
width: 320px;
}
.modeles li {
width: 310px;
}
#xiti-logo img, #xiti-logo-noscript img {
border:0;
}
#xiti-logo {
text-align: center;
}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
#content
{
margin: 1em 300px 0 20px;
background: #fff url(design/fond_citron.png) 100% 0% no-repeat;
padding: 1em 0 0 0;
}

#menuright
{
float: right;
width: 270px;
margin: 0 10px 1em 0;
}
/* */

/* VERTICAL PADDING ABOVE COLUMNS */
#banner
{ 
	margin-bottom: 0px; 
}
