html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {color: #95be49;}
a:hover {color: #53911d;}

body {
	background: #efb825 url('images/fond.jpg') repeat-x;
	color: #444;
	font: normal 62.5% Tahoma,Verdana,sans-serif;
	height: 100%;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

h1 {
	font: normal 1.8em Tahoma,Verdana,sans-serif;
	padding-top: 6px;
	color: #e5ac12;
	margin-bottom: 4px;
}
h2 {
	font: normal 1.4em sans-serif;
	text-decoration: underline;
	padding-top: 6px;
	color: #e5ac12;
	margin-bottom: 4px;
}

h3 {font: bold 1em Tahoma,sans-serif;
	padding-top: 6px;
	color: #553;
	margin-bottom: 4px;
}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	margin-left: 103px;
	font-size: 1.2em;
	width: 913px;
}

.outer-container {
	padding-top: 229px;
	margin: 0 auto;
	background:  url('images/wrapper.jpg') no-repeat center top;
	width: 1145px;
}

/* headere & title */
.header {
	background: #222 url('images/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	margin: 0;
	padding: 0;
}

#arrondi-haut {
	background: url('images/arrondiTop.jpg') no-repeat;
	height: 32px;
	width: 936px;
	margin-left: -11px;
}

/* content */
.content {
	margin-top: 0px;
	margin-left: -10px;
	background-image: url(images/contentFond.png);
	background-repeat: repeat-y;
	width: 935px;
	color: #766351;
	line-height: 20px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.texte {
	width: 850px;
	margin: auto;
}

/* colonnes */
#gauchegrand {
	float: left;
	width: 500px;
	text-align: justify;
}
#droitepetit {
	float: right;
	width: 304px;	
}

#gauchepetit {
	float: left;
	width: 304px;
}
#droitegrand {
	float: right;
	width: 520px;
	text-align: justify;
}

#gauche {
	float: left;
	width: 400px;
	text-align: justify;
}

#droite {
	float: right;
	width: 400px;
	text-align: justify;
}

#tableaug {
	float: left;
	width: 300px;
}
#tableaud {
	float: right;
	width: 100px;
	text-align: right;
}

#tableaug2 {
	float: left;
	width: 220px;
}
#tableaud2 {
	float: right;
	width: 265px;
	text-align: left;
}

#tableaug3 {
	float: left;
	width: 210px;
}
#tableaud3 {
	float: right;
	width: 185px;
	text-align: right;
}

#temps {
	float: left;
	width: 28px;
	text-align: right;
}

#chf {
	float: left;
	width: 30px;
	text-align: right;
}

#prix {
	float: right;
	width: 40px;
	text-align: right;
}

#tempsg {
	float: left;
	width: 28px;
	text-align: left;
}

#chfg {
	float: left;
	width: 30px;
	text-align: right;
}

#prixg {
	float: left;
	width: 40px;
	text-align: right;
}

.gras {
	font: bold 1.2em Tahoma,Verdana,sans-serif;
	color: #e5ac12;
	text-align: center;
}

.droite {
	text-align: right;
}

.legende {
	font: italic 0.9em Tahoma,Verdana,sans-serif;
	color: #9b8876;
}

.detail {
	font: normal 1em Tahoma,Verdana,sans-serif;
	color: #9b8876;
}

.photo {
	border: 2px solid #e5ac12;
}

.form {
	margin: 0 auto;
	background-image: url(images/formulaire.jpg);
	background-repeat: no-repeat;
	height: 621px;
	width: 1145px;
	text-align: center;
	padding-top: 340px;
}

/* Tabs */
#tabs{
	margin-left: 25px;
}

#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url('images/tableftc.png') no-repeat left top;
	float: left;
	font: bold 0.9em verdana;
	margin-right: 0px;
	padding-left: 3px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url('images/tabrightc.png') no-repeat right top;
	padding: 10px 20px 10px 12px;
	color: #6c5845;
	margin-left: 3px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #FFF;}
#tabs a:hover {background-position: 0% -45px;}
#tabs a:hover span {background-position:100% -45px;}

#tabs li.current_page_item a {color: #FFF; background-position: 0% -45px;}
#tabs li.current_page_item a span { color: #FFF; background-position:100% -45px;}

/* footer */

.footer {
    height: 190px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 1024px;
	margin: auto;
	padding-right: 35px;
}

.texte-footer {
	color: #FFF;
	font-size: 10px;
	padding-top: 120px;
	text-align: center;
}

.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}