body {
	margin: 0;
	color: #a29f9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3b322d;
}

input.text {
	width: 150px;
	color: #a29f9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4e423c;
	border: 1px solid #372f2a;
}

input.submit {
	padding: 2px 4px;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #9e7352;
	background-image: url('../images/btn_submit_bg.gif');
	border: 1px solid #aea09a;
	cursor: pointer;
}

img {
	border: none;
}

/***************************************************
 *		HEADER
 ***************************************************/

#header {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
}

#header div.content {
	width: 1000px;
	height: 94px;
	text-align: left;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#header div.content table {
	width: 765px;
	height: 94px;
	margin: 0 12px;
}

#header div.content table td {
	vertical-align: top;
}

#logo {
	width: 230px;
}

#logo h1 {
	width: 227px;
	height: 60px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	margin: 15px 0 19px 25px;
}

#logo h1 a {
	display: block;
	width: 230px;
	height: 51px;
	text-indent: -9999em;
	overflow: hidden;
}

#pub {
	padding-top: 12px;
	padding-left: 10px;
	text-align: left;
}

/***************************************************
 *		CONTAINER
 ***************************************************/

#content table.content {
	width: 1000px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#content table.content td {
	vertical-align: top;
	text-align: left;
}

/***************************************************
 *		LEFT
 ***************************************************/
 
#left {
	padding: 0 12px ;
}

#warning {
	display: none;
	position: absolute;
	width: 765px;
	height: 630px;
	background-color: #000000;
	opacity: 0.85;
}

#warning div.close {
	padding-right: 5px;
	margin-top: 5px;
	vertical-align: bottom;
}

#warning div.close a {
	color: #716F6D;
	text-decoration: none;
}

#warning table td.img  {
	padding-top: 65px;
}

#warning table td.text  {
	padding-top: 37px;
}

#warning table td  {
	padding-left: 10px;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	vertical-align: bottom;
}

#warning div.options {
	padding-left: 20px;
	margin-top: 15px;
	font-size: 12px;
	vertical-align: bottom;
}

#warning div.options a {
	color: #ffffff;
	text-decoration: none;
}

#warning div.options a:hover {
	text-decoration: underline;
}

#left div.message {
	height: 80px;
}

#left h1 {
	width: 735px;
	margin: 0;
	padding: 10px 15px 1px;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-image: url(../images/titre_bg.gif);
	vertical-align: middle;
}

#liste_prospectus {
	margin-bottom: 30px;
}

#liste_prospectus td {
	padding: 13px 12px 0 0;
}

#liste_prospectus td.last {
	padding-right: 0;
}

#left.aide {
	width: 725px;
	padding: 20px 0 50px 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#left.aide a {
	color: #ffffff;
}

#left.aide h2 {
	color: #e2001a;
	font-size: 18px;
}

#left.aide h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#left.aide .title {
	text-align: center;
	padding: 0 0 20px 0;
}

/***************************************************
 *		RIGHT
 ***************************************************/

#right {
	padding: 12px 0 0 5px;
}

#right p {
	margin: 10px 5px;
}

#right div.magasins {
	margin: 10px 0 0 0;
}

#right div.infos {
	margin: 10px 0 40px 0;
}

#right div.infos div {
	padding: 10px 5px;
	color: #a29f9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #4e423c;
	border: 1px solid #372f2a;
}

#right div.magasins select {
	display: none;
	width: 177px;
	color: #a29f9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4e423c;
	border: 1px solid #372f2a;
}

#right div.promotions {
	margin: 10px 0 20px 0;
}

/***************************************************
 *		FOOTER
 ***************************************************/

#footer {
	margin-bottom: 30px;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
}

#footer div.content {
	height: 64px;
	width: 1000px;
	text-align: left;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#footer div.content table {
	height: 52px;
	margin: 0 12px;
}

#footer div.content table td {
	padding: 0 0 10px 75px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #aca199;
	background-repeat: no-repeat;
	background-position: 45px 24px;
	vertical-align: bottom;
	text-align: left;
}

#footer div.content table td a {
	color: #aca199;
	text-decoration: none;
}

#footer div.content table td.billet {
	background-image: url(../images/footer_puce_billeterie.gif);
}

#footer div.content table td.photo {
	background-image: url(../images/footer_puce_photo.gif);
}

#footer div.content table td.courses {
	background-image: url(../images/footer_puce_courses.gif);
}

#footer div.content table td.aide {
	background-image: url(../images/footer_puce_aide.gif);
}

