html, * {
	margin:0 auto;
	padding: 0;
	font-size:100%;
}

body {
	background-color:#6A4630;
}
#wrapper {
	background:#C5AB33 url(../../images/img01.jpg) no-repeat scroll center 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*border-color:#B6B44F*/;/* -moz-use-text-color #D1BC5C */
	border-style:none solid solid;
	border-width:0 3px;/*20px*/
	margin:0 auto;
	width:850px;


}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B43939;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: .5em;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	clear:both;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
	text-align:justify;
	clear:both;
}

blockquote {
	font-style:italic;
	padding: 0 2em;
}

/* span blockquote */
.quot {
	font-family:arial;
	font-size:1.3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

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

a:hover {
	text-decoration: underline;
	color: #6A4630;
}

sup {
	font-size:xx-small;
}

img {
	background-color:beige;
	padding:3px;
}
/* vignettes */
.vignette {
	border:none;
	float:left;
	margin:10px 0 10px 20px;
}

a:hover .vignette{
	background: #6A4630; /*#B43939;*/
}

.md {
	padding:13px;
	float:left;
	margin:10px 5px 25px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

/*.boxed */.title {
	/*height: 30px;*/
	padding: 20px 0 0 10px;
	background: url(../../images/img03.gif) no-repeat left top;
	font-size: 1.3em;
	font-style: italic;
	clear: both;
}

.boxed .content {
	padding: 10px;
}
.boxed blockquote {
	padding:7px;
}
.boxed blockquote p {
	text-align:left;
	padding:0;
}
/* Logo */

#logo {
	width: 650px;
	height: 300px;
	padding: 20px 20px 0 0;
	background: url(../../images/img02.gif) no-repeat right top;
	text-align: right;
}
#logo {
background:none;
}
#logo h2 {
	font-size: 3.6em;
	font-weight: normal;
	font-style: italic;
	margin-bottom:5px;
	color: #FFFFFF;
}

#logo h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
}

#logo a {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin-top:20px;
}

/* Content > Main */

#main {
	/*background:transparent url(../../images/img03.gif) no-repeat scroll center bottom;
	margin-bottom:30px;*/
	float: left;
	width: 430px;
	
	padding: 0 20px 20px 0;
}
/* Content > Main > Welcome */

.welcome {
	margin-bottom: 2em;
	padding-bottom: .7em;
	border-bottom: 2px dotted #B43939;
	position:relative;
}

.tarif {
	color:#B43939;
	font-style:italic;
	position:absolute;
	right:0;
}

#adress p {
	text-align:center;
	font-size:1.2em;
}

#sign {
	color:#B43939;
	font-style:italic;
	font-weight:bold;
	margin:1em 11em 0 0;
	text-align:right;
}

.small {
	font-size:x-small;
}

.vigne {
	color:#B43939;
}

.cent {
	text-align:center;
}

.legend {
	font-size:smaller;
	margin:0;
}
/*.welcome img {
	margin-bottom:30px;
}*/

/* Content > Main > Example */



/* Content > Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #B43939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #B43939;
}

#inputsubmit1 {
	background: #B43939;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #D1BC5C;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #D1BC5C;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #C29434;
	text-decoration: none;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 50px;
	border-top: 1px solid #D1BC5C;
	background: #C29434;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal, #links {
	text-align:center;
}

