html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	/*background-color: #F1DCCE; /*D4963D; /*F0C59A; /*F7E8BB; /*DEDEDE;*/
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
	background: white url(../images/grad.png) repeat-x;
	background-attachment:fixed;
}

h2, h3 {
	margin-top: 0;
}

h3 {
	font-weight: bold;
	font-size: 100%;
	color: #B77337;
}


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;
}

#content h2 {
	position: relative;
	color: #B77337;
	padding-bottom: 2px;
	padding-left: 2px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font: bold 1.3em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	border-bottom: 1px solid #FFD62F;
}

#content h2 a {
	color: #B77337;
}

#content h2 a:hover {
	text-decoration: none;
}

.droite {
	float: right;
}

#content p {
	line-height: 150%;
	text-align: justify;
}

ul {
list-style-type: square;
}

#content img {
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}

#menuright {
	color: #777;
	font: 1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

#menuright h2 {
	color: #2C6EB2;
	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: 800px;
	margin: 10px auto 10px auto;
	position: relative;
	background: #fff;
	border: 1px solid #CFCFCF;
	padding: 0;
}

#page img {
	border: 0;
}

.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;
}

#footer a, #banner h1 a {
	text-decoration: none;
	border: none;
	color: #AABD71;
}
#footer a:hover {
	text-decoration: underline;
}

#menutop {
	position: relative;
	height: 28px;
	margin: 5px 10px 1em 15px;
	clear: both;
	background: #F9D966 url(design/menu.jpg) left top no-repeat;
}
#menucoin {
	float: right;
	position: relative;
	left: 1px;
	width: 30px;
	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: 710px;*/
	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: 119px;
	color: white;
	font: 16px/23px "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-decoration: none;
	border-left: 1px solid #fff;
	text-align: center;
	vertical-align: center;
}
#menutop li a.last {
	border-right: 1px solid #fff;
}

#menutop a:hover {
	color: #fff;
	background: 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;
}

#footer img, div.col-content img {
	border: none;
}

#footer {
	text-align: center;
	padding: 1em;
	clear: both;
	border: none;
	color:#CCA379;
	font-weight:bold;
	font-size:12px;
}


input, textarea {
	border: 1px solid #aaa;
}



/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
#content {
	margin: 1em 300px 0 20px;
	padding: 1em 0 0 0;
}

#menuright {
	float: right;
	width: 270px;
	margin: 0 10px 1em 0;
}

