body {
	margin: 50px auto 50px auto;
	text-align: center;
	background-color: #014c38;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

td {
	vertical-align: top;
}

img {
	border: 0;
}

#site {
	margin: 0 auto;
	width: 820px;
	text-align: left;
	background-color: #fff;
}

/****** LOGO *****/

h1 {
	width: 107px;
	height: 220px;
	background-image: url(../images/logo.jpg);
	margin: 0;
}

h1 a {
	display: block;
	width: 107px;
	height: 220px;
	text-indent: -9999em;
	overflow: hidden;
}

/***** MENU *****/

.menu_item {
	width: 172px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	position: relative;
	color: #fff;
}

.menu_item a {
	color: #fff;
	text-decoration: none;
}

.menu_item_concept {
	margin: 0 0 0 8px;
	background-image: url(../images/concept/menu-background.gif);
}

.menu_item_fidelite {
	margin: 0 0 0 4px;
	background-image: url(../images/fidelite/menu-background.gif);
}

.menu_item_franchise {
	margin: 0 0 0 4px;
	background-image: url(../images/franchise/menu-background.gif);
}

.menu_item_magasins {
	margin: 0 0 0 4px;
	background-image: url(../images/magasins/menu-background.gif);
}

.menu_item div {
	width: 172px;
	padding: 0 0 8px 10px;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	top: 25px;
	left: 0;
	text-align: left;
	background-repeat: repeat-y;
	display: none;
}

.menu_item div.sous_menu_concept {
	color: #7f114e;
	background-image: url(../images/concept/menu-background.gif);
}

.menu_item div.sous_menu_concept a {
	color: #7f114e;
	text-decoration: none;
}

.menu_item div.sous_menu_concept a:hover {
	text-decoration: underline;
}

.menu_item div.sous_menu_fidelite {
	color: #7f5f7b;
	background-image: url(../images/fidelite/menu-background.gif);
}

.menu_item div.sous_menu_fidelite a {
	color: #7f5f7b;
	text-decoration: none;
}

.menu_item div.sous_menu_fidelite a:hover {
	text-decoration: underline;
}

.menu_item div.sous_menu_franchise {
	color: #907002;
	background-image: url(../images/franchise/menu-background.gif);
}

.menu_item div.sous_menu_franchise a {
	color: #907002;
	text-decoration: none;
}

.menu_item div.sous_menu_franchise a:hover {
	text-decoration: underline;
}

.menu_item div.sous_menu_magasins {
	background-image: url(../images/magasins/menu-background.gif);
}

/***** CONTENT *****/
#content {
	padding: 0 8px;
}

#content table.main {
	width: 804px;
	font-size: 11px;
}

#content table.main td.dotted-column {
	width: 3px;
	text-align: center;
	height: 100%;
}

#content table.main td.dotted-column div {
	background: url(../images/fond-dotted.gif) repeat-y;
	height: 100%;
	margin: 15px 0;
}

#content table.main td.secondary-column {
	width: 215px;
	padding: 15px;
}

#content table.main td.text-content, #content table.main td div.text-content {
	padding: 10px;
}

#content table.main td table td {
	font-size: 11px;
	color: #004c3a;
	background: none;
}

#content table.main h3 {
	padding: 7px 0 2px 30px;
	font-size: 12px;
}

#content table.main h4 {
	margin: 15px 0 0 0;
	padding: 0 0 0 17px;
	font-size: 11px;
}

#content table.main h5 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

/***** IMAGES *****/

#content p img.left {
	float: left;
	margin: 5px 5px 5px 0;
}

#content p img.right {
	float: right;
	margin: 5px 0 5px 5px;
}

div.clear {
	clear: both;
}

/***** BLOCK *****/

#content div.block {
	padding: 8px 10px;
}

/***** CITATION *****/

#content table.main div.citation {
	padding: 15px 0 0 0;
}

#content table.main div.citation div {
	display: block;
	padding: 0 0 15px 0;
}

/***** FOOTER *****/

#footer .footer-ad {
	margin: 5px 0 8px 8px;
}

#footer table {
	width: 820px;
}

.footer_adress {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 9px;
	color: #004d3a;
}

.footer_copyright {
	font-size: 9px;
	color: #004d3a;
}

.footer_mentions_credits {
	text-align: right;
	width: 159px;
}

.footer_mentions_credits div {
	text-align: center;
	font-size: 9px;
	color: #e2eebd;
	background-image: url(../images/footer-mentions-credits.gif);
}

.footer_mentions_credits div a {
	color: #e2eebd;
	text-decoration: none;
}

.footer_mentions_credits div a:hover {
	text-decoration: underline;
}

/***** ERROR *****/

#main_error {
	width: 100%;
	height: 212px;
}

#main_error td {
	font-size: 11px;
	color: #004d3a;
	background: url(../images/franchise/fond-main.jpg) repeat-x;
	vertical-align: middle;
	text-align: center;
}

#main_error td a {
	color: #004d3a;
}

#main_error td a:hover {
	text-decoration: none;
}

/***** POPUP *****/

#popup {
	margin: 0;
	text-align: center;
	background-color: #014c38;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

#popup div {
	margin: 20px auto 30px;
	padding: 10px 15px;
	color: #004d3a;
	background-color: #fff;
}

#popup div#mentions {
	width: 450px;
	text-align: left;
}

#popup div#credits {
	width:250px;
	text-align: center;
}

#popup h3 {
	padding: 7px 0 2px 30px;
	color: #f5ba00;
	font-size: 12px;
	background: url(../images/franchise/puce-titre.gif) no-repeat;
}

#popup h4 {
	margin: 15px 0 0 0;
	padding: 0 0 0 17px;
	font-size: 11px;
	background: url(../images/franchise/puce-sous-titre.gif) no-repeat;
}

div.error {
	color: #900;
	padding: 0 0 0 17px;
	background-image: url(../images/bullet_error.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	display: none;
}