/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight:inherit;
    font-style:inherit;
    font-family:inherit;
    vertical-align:baseline;
	font-family:Verdana, Geneva, sans-serif;
}
html {
	background:#eb152b;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { 
	display: block; 
}


* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

strong {
	font-weight:bold;
}


/* GLOBAL */


body {
	background:#fff url(../images/bg-header.png) repeat-x;
}

body.bg-pizzas {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-pizzas.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-salades {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-salades.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-paninis {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-paninis.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-croqs {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-croqs.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-gratins {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-gratins.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-tex-mex {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-tex-mex.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-panizzas {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-panizzas.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-poulet-roti {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-poulet-roti.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-boissons {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-boissons.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-desserts {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-desserts.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-menus {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-menus.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

body.bg-contact {
	background:#fff;
	background-image: url("../images/bg-header.png"), url("../images/bg-contact.png"); 
	background-position: center top;
	background-repeat: repeat-x, no-repeat ;
}

#wrapper {
	width:950px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.clear-line {
	clear:both;
	width:950px;
	height:1px;
	background:#fff;
	margin:10px 0;
}

#dipnote {
	border-top:3px dotted #000;
	padding:10px 0 0 0;
	color:#000;
}

p {
	margin:0 0 15px 0;
}

.no-margin {
	margin:0px !important;
}

.red {
	color:#e00022;
}

.blue {
	color: #5589c3;
}

.orange {
	color:#F60;;
}


.green {
	color:#090;
}


.yellow {
	color:#ffff33;
}

/* HEADER */

#header {
	height:325px;
	text-transform:uppercase;
	font-weight:bold;
	overflow: hidden;
}

#column-left {
	width: 305px;
	float: left;
}

#adress {
	font-size: 12px;
	text-transform: uppercase;
	padding: 20px 0;
	height:67px;
	color:#000;
	
	text-align:center;
}

#column-middle {
	width: 340px;
	height: 240px;
	float: left;
	position: relative;
	z-index:999;
}

#logo {
	width:340px;
	height:240px;
	margin:0 auto;
}

#column-right {
	width: 305px;
	float: left;
}

#phone {
	color:#000;
	margin:18px auto;
	text-decoration:none;
	font-size:22px;
	text-align:center;
	width:216px;
	height:32px;
}

#phone a {
	color:#e00022;
	text-decoration:none;
}

#phone img {
	float:left;
	margin:4px 8px 0 0;
}


/* NAV */

.top-nav {
	height:68px;
	width:305px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
}

.top-nav ul {
	text-transform:uppercase;
	font-weight:bold;
	list-style:none;
}

.top-nav ul li {
	float:left;
	display:inline;
	height:68px;
}

.top-nav ul li a {
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	padding:21px 23px 23px 23px;
	text-decoration:none;
	color:#FFF;
	border:0px;
}

.top-nav ul li a:hover {
	color:#000;
}

.top-nav ul li a.active {
	color:#000;
}


/* NAV LEFT */

#left-nav {
	width:155px;
	float:left;
}

#left-nav img {
	width:155px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	margin-bottom:30px;
}

#left-nav ul {
	font-size:19px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	background:#000;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	margin-bottom:30px;
	list-style:none;
	width:155px;
}

#left-nav ul li {
	
}

#left-nav ul li.no-divider {
	background-color:#e00022;
	background-image:none;
	color:#FFF;
	text-align:center;
	-moz-border-radius:25px 25px 0 0;
	-webkit-border-radius:25px 25px 0 0;
	border-radius:25px 25px 0 0;
	padding:5px;
	text-transform:none;
	font-weight:lighter;
	font-family: 'Pacifico', cursive;
	font-size:35px;
}

#left-nav ul li a {
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	padding:10px 0 10px 22px;
	text-decoration:none;
	color:#FFF;
	border:0px;
}

#left-nav ul li a:hover {
	color:#e00022;
}

#left-nav ul li a.active {
	color:#e00022;
}

#left-nav ul li a.letter-stretching {
	letter-spacing:-2px;
}


/* CONTAIN */

#contain {
	float:left;
	margin:0 0 30px 40px;
	padding:38px 0 0 0;
	width:755px;
}



h1 {
	color:#e00022;
	font-size:60px;
	margin:0 0 10px 0;
	padding:0;
	font-weight:lighter;
}

h1 span{
	color:#000;
	font-size:28px;
	font-style:italic;
}

h1.handwriting {
	font-size:53px;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	font-family: 'Pacifico', cursive;
	text-transform:none;
}

#slogan {
	font-size:40px;
	font-style:italic;
	font-weight:bold;
	color:#000;
	padding:30px 0;
}

#pates-a-pizza {
	height:138px;
}

#pates-a-pizza img {
	height:138px;
	width:183px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	float:left;
	margin-right:7px;
}

#menus-midi {
}

#menus-midi img {
	height:305px;
	width:155px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	float:left;
	margin-right:45px;
}

#content {
	margin-top:10px;
}

#content h2 {
	color:#e00022;
	font-size:22px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}

#content h2.nutella {
	color:#000;
	font-size:24px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:lowercase;
	font-weight:bold;
}

#content h2.green {
	color:#090;
	font-size:22px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}

#content h2.blue {
	color:#5589c3;
	font-size:22px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}

#content h2.orange {
	color:#F60;
	font-size:22px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}

#content h3 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0;
	padding:0;
	color:#000;
}

#content p {
	font-size:15px;
	color:#000;
	margin:0 0 5px 0;
	min-height:45px;
}

#content p.boisson-description {
	font-size:15px;
	color:#000;
	margin:0 0 5px 0;
	min-height:0px;
}

#content p.pizza-description {
	font-size:15px;
	color:#000;
	margin:0 0 5px 0;
	min-height:60px;
}

.product {
	padding:20px 0;
	border-bottom:3px dotted #000;
}

.bloc-menu-solo {
	height:263px;
	background:url(../images/menu-solo.png) bottom no-repeat;
}

.bloc-menu-duo {
	height:263px;
	background:url(../images/menu-duo.png) bottom no-repeat;
}

.bloc-menu-familiale {
	height:263px;
	background:url(../images/menu-familiale.png) bottom no-repeat;
}

.bloc-menu-enfant{
	height:263px;
	background:url(../images/menu-enfant.png) bottom no-repeat;
}

.bloc-menu-panini{
	height:263px;
	background:url(../images/menu-panini.png) bottom no-repeat;
}

.bloc-menu-salade{
	height:263px;
	background:url(../images/menu-salade.png) bottom no-repeat;
}

.bloc-menu-tex-mex {
	height:263px;
	background:url(../images/menu-tex-mex.png) bottom no-repeat;
}

.bloc-menu-croq {
	height:263px;
	background:url(../images/menu-croq.png) bottom no-repeat;
}

.bloc-menu-gratin {
	height:263px;
	background:url(../images/menu-gratin.png) bottom no-repeat;
}

.product img.icon-product-pizza {
	width:200px;
	height:118px;
	display: block;
}

.product img.icon-product {
	width:90px;
	height:116px;
	margin:9px 15px 0 0;
	float:left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #e00022;
}

.product img.icon-product-green {
	width:90px;
	height:116px;
	margin:9px 15px 0 0;
	float:left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #090;
}

.product img.icon-product-orange {
	width:90px;
	height:116px;
	margin:9px 15px 0 0;
	float:left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #F60;
}

.no-border-bottom {
	border-bottom:0px;
}

.border-top {
	padding:20px 0;
	border-top:3px dotted #000;
}

.price-column {
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-align:left;
}

.price-right {
	font-size:18px;
	font-weight:bold;
	color:#e00022;
	float:right;
	text-shadow:none;
}

.bloc-price-column {
	float:left;
	width:116px;
}

.bloc-price-column2 {
	float:left;
	width:87px;
}

.bloc-price-column3 {
	float:left;
	width:170px;
}
.column-left {
	float:left;
	width:350px;
	margin-right:55px;
}

.column-right{
	float:left;
	width:350px;
}

.column{
	float:left;
	width:755px;
}



/* CONTAIN WIDTH FULL */

#contain-width-full {
	width:950px;
	margin:0 0 30px 0;
	padding:0;
}

#contain-width-full h2 {
	color:#666;
	margin:0 0 15px;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:2.125em;
}

#slogan-width-full {
	background:#000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	padding:30px;
	margin-bottom:50px;
}

.job {
	padding:20px 0;
	border-top:3px dotted #000;
}

.job h3 {
	color:#e00022;
	font-size:22px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	-moz-text-shadow:0px 0px 4px #fbc6c7;
	-webkit-text-shadow:0px 0px 4px #fbc6c7;
	text-shadow:0px 0px 4px #fbc6c7;
}

.job p {
	font-size:16px;
	color:#666;
	margin:0 0 15px 0;
}

.about {
	padding:20px 0;
	border-top:3px dotted #000;
}

.about p {
	font-size:16px;
	color:#666;
	margin:0 0 15px 0;
}

.about img {
	float:left; 
	margin-right:30px;
	-moz-box-shadow:0px 0px 4px #e00022;
	-webkit-box-shadow:0px 0px 4px #e00022;
	box-shadow:0px 0px 4px #e00022;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #e00022;
}




/* FOOTER */

#footer {
	background:#eb152b url(../images/bg-footer.png) repeat-x;
	height:auto;
	width:100%;
	clear:both;
}

#wrapper-footer {
	width:950px;
	margin:0 auto;
	padding:25px 0 0 0;
}

.section {
	float:left;
	width:272px;
	height:176px;
	margin-right:67px;
}

.section2 {
	float:left;
	width:304px;
	height:180px;
	margin-right:19px;
	text-align:center;
}

.section2 h3 {
	color:#fff;
	font-size:22px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}

.section2 h4 {
	color:#fff;
	font-size:14px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}

.section2 p {
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

.section-paiements {
	float:left;
	width:425px;
	margin-right:33px;
	text-align:center;
}

.section-sauces-couverts {
	float:left;
	width:115px;
	margin-right:33px;
	text-align:center;
}

.section-securite {
	float:left;
	width:220px;
	margin-right:33px;
	text-align:center;
}

.section-halal {
	float:left;
	width:90px;
	text-align:center;
}

p.p-section-bottom {
	color:#fff;
	font-size:12px;
	line-height:14px;
	text-align:center;
}

.icon-magasin {
	background:url(../images/icon-magasin.png) no-repeat center bottom;
}

.icon-moto {
	background:url(../images/icon-moto.png) no-repeat center bottom;
}

.icon-location {
	background:url(../images/icon-location.png) no-repeat center bottom;
}

.section3 {
	float:left;
	width:610px;
}


#footer-nav {
}

#footer-nav ul {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	list-style:none;
}

#footer-nav ul li {
	float:left;
	display:inline;
}

#footer-nav ul li a {
	display:block;
	padding-right:20px;
	margin:0;
	text-decoration:none;
	color:#FFF;
}

#footer-nav ul li a:hover {
	color:#000;
}

#footer-details {
	width:950px;
	padding:20px 0;
	font-size:14px;
	border-top:1px solid #d40000;
	color:#FFF;
}

#copyright {
	width:950px;
	padding:0 0 10px 0;
	font-size:10px;
	color:#FFF;
}


/* FORMULAIRE */

.form input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.form select {
	padding: 9px;
	border: solid 1px #E5E5E5;
	width: 200px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.form textarea { 
	width: 400px;
	max-width: 400px;
	height: 170px;
	line-height: 150%;
}

.form input:hover, textarea:hover,
.form input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label { 
	color:#e00022;
	width:150px;
	float:left;
}
.submit input {
	width: auto;
	padding: 9px 15px;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #ee7f00; /* Old browsers */

background: #ef6041; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNjA0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTE1MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ef6041 0%, #e91516 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef6041), color-stop(100%,#e91516)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ef6041 0%,#e91516 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ef6041 0%,#e91516 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ef6041 0%,#e91516 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ef6041 0%,#e91516 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6041', endColorstr='#e91516',GradientType=0 ); /* IE6-8 */




	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
}




/* LIGHTBOX */

.box-lightbox {
	width:400px;
	display: none; 
	text-align:center; 
	background:#000 /*url(../images/bg-header.jpg) repeat-x*/;
	padding:0 0 30px 0;
}
.box-lightbox {
	color:#FFF;
}

.box-lightbox h2 {
	color:#e00022;
	font-size:20px;
	margin:0 0 15px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	-moz-text-shadow:0px 0px 4px #e00022;
	-webkit-text-shadow:0px 0px 4px #e00022;
	text-shadow:0px 0px 4px #e00022;
}

.box-lightbox select, input {
	padding: 9px;
	border: solid 1px #E5E5E5;
	width: 300px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0 auto;
}









.box-lightbox2 {
	width:960px;
	display: none; 
	text-align:left; 
	background:#fff /*url(../images/bg-header.jpg) repeat-x*/;
	padding:10px;
}
.box-lightbox2 {
	color:#FFF;
}

.box-lightbox2 h2 {
	color:#e00022;
	font-size:20px;
	margin:0 0 15px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	-moz-text-shadow:0px 0px 4px #e00022;
	-webkit-text-shadow:0px 0px 4px #e00022;
	text-shadow:0px 0px 4px #e00022;
}

.box-lightbox2 select, input {
	padding: 9px;
	border: solid 1px #E5E5E5;
	width: 300px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0 auto;
}


img.coupon {
	width:155px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 12px #fbc6c7;
	-webkit-box-shadow:0px 0px 12px #fbc6c7;
	box-shadow:0px 0px 12px #fbc6c7;
	margin-bottom:30px;
}





/* FORMULAIR SATISFACTION */

.form2 input, textarea {
	width:auto;
	border:0px;

}


.form2 label { 
	color:#000;
	width:300px;
	float:left;
	text-transform:uppercase;
}
.submit input {
	width: auto;
	padding: 9px 15px;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #e00022;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
}

.button {
	width: auto;
	padding: 9px 15px;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #e00022;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
