/**
  * CSS StyleSheet
  * @author : Timothy PEROU
  */
  
#restoLeftCol {
  float:left;
  position:relative;
  width:120px;
  margin-top:15px;
}
#gmapresto {
  width:110px; height:120px;
}
#gmapBottomContainer {
	border:1px solid #e1e1e1;
	padding:6px;
	float:left;
	margin-right:20px;
}
#gmapBottomContainer.noproxi {
	margin-right:0;
}
#gmapBottom {
	width:255px; height:255px;
}
.noproxi #gmapBottom {
	width:590px; height:200px;
	float:none;
}
.four_fifth_cat{
	width: 604px;
	margin-left: 0;
} 

.smallcaract {
	color: #707070;
	font-size: 11px;
/*	margin-left: 25px;*/
	margin-top:30px;
}

#restoLeftCol .adress_cat {
	color:#921d95;
	font-size: 10px !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:16px;
}
#template-blog .adress_cat {
	color:#921d95;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.excerpt_cat {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:10px 0 5px;
}

.post-entry .associate_cat {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	margin-bottom: 5px;
	font-weight: normal;
	border: none;
	padding-top:0;
	line-height:14px;
}

.entry-content h2 {
	color:#720e6a;
	font-family:Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	border-bottom:none;
	padding-top:8px;
}

.associate_cat a{
	color:#921d95;
	font-size:10px;
}
.associate_cat a:hover{
	color: #921d95;
	text-decoration: underline;
}

.social_footer {
	height: 40px;
	width: 100%;	
}

.btnGpEnt {
	background: url("../images/bgGpEnt.png") no-repeat scroll 0 0 transparent;
    clear: both;
	font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    height: 33px;
	float:left;
	padding-top: 10px;
	padding-left: 20px;
    width: 530px;
}
.btnGroupCompany { text-align: center; }
.btnGroupCompany .btnGpEnt a, a:link, a:active, a:focus, a:hover {
	
}

.linkPushGrpEnt {
	display:block;
	border:4px solid #e1e1e1;
	color:#fff; margin: 0 auto; 
	width:500px; 
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.linkPushGrpEnt span {
	display:block;
	background: #a221a8;
	background: -moz-linear-gradient(top,  #a221a8 0%, #550b50 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a221a8), color-stop(100%,#550b50));
	background: -webkit-linear-gradient(top,  #a221a8 0%,#550b50 100%);
	background: -o-linear-gradient(top,  #a221a8 0%,#550b50 100%);
	background: -ms-linear-gradient(top,  #a221a8 0%,#550b50 100%);
	background: linear-gradient(top,  #a221a8 0%,#550b50 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a221a8', endColorstr='#550b50',GradientType=0 );
	text-transform:uppercase;
	font-size:12px;
	height:35px;
	line-height:35px;
	padding:0 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}

.button_telephone span {
	display:block;
	width:50%;
	margin-left:150px;
	height:29px;
	color:white;
	font-weight:bold;
	padding-top:5px;
	font-size:14px;
	cursor: pointer;
	background:url("../images/bgStep_large.png");
}

.linkPushGrpEnt strong { font-weight:bold; }
.linkPushGrpEnt:hover span{
	color:#fff;
	background: #b726bf;
	background: -moz-linear-gradient(top,  #b726bf 0%, #6d0e65 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b726bf), color-stop(100%,#6d0e65));
	background: -webkit-linear-gradient(top,  #b726bf 0%,#6d0e65 100%);
	background: -o-linear-gradient(top,  #b726bf 0%,#6d0e65 100%);
	background: -ms-linear-gradient(top,  #b726bf 0%,#6d0e65 100%);
	background: linear-gradient(top,  #b726bf 0%,#6d0e65 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b726bf', endColorstr='#6d0e65',GradientType=0 );
	
}

.social_cat {
	border: medium none;
    display: block;
    height: 24px;
	float: right;
    list-style-position: outside;
    list-style-type: none;
}

.social_cat ul {
	margin-left: 20px;
}	
	
.social_cat li {
	display: inline-block;
    margin: 10px 0;
    padding: 0 0 0 5px;
}

.social_cat .rss a {
	background: url("../images/skin1/rss_hover.png") no-repeat scroll 0 0 transparent;
}

.social_cat .rss a:hover {
	background-position:0 -25px;
}

.social_cat .twitter a{
	background: url("../images/skin1/twitter_hover.png") no-repeat scroll 0 0 transparent
}

.social_cat .twitter a:hover{
	background-position:0 -25px;
}

.social_cat .facebook a{
	background: url("../images/skin1/facebook_hover.png") no-repeat scroll 0 0 transparent
}

.social_cat .facebook a:hover{
	background-position:0 -25px;
}

.social_cat a {
	border: medium none;
    display: block;
    height: 24px;
    outline: medium none;
    padding: 0;
    text-indent: -9999px;
    width: 24px;
}

.leftcolumn {
	float: none;
	/*margin-left: 15px;*/
}
.hr_cat {
	height:8px;
	background-color: #E1E1E1;
	margin: 25px 0 45px;
}

.twoColumn {
	margin-top: 20px;
	text-align:justify;
	margin-bottom:15px;
}
.twoColumnContent {
	font-size:12px;
	line-height:18px;
}
.twoColumnContent.floated {
	float:left;
	width:285px;
}
.twoColumn .title_cat {
	margin-bottom:5px;
}
.other_cat li {
	color:#999;
	line-height:16px;
	font-size:12px;
}
.other_cat li a {
	color:#555;
}
.other_cat li a:hover {
	color:#921D95;
}
#tagContainer .col {
	float:left;
	width:280px;
	min-height: 85px;
}
#tagContainer .title_cat {
	margin-bottom:5px;
}

.title_cat {
	color: #921d95;
	font-size: 17px;
	font-weight: bold;
}

.other_cat {
	margin-left: 10px;
}

.other_cat li{
	list-style-type: disc;
	margin-left: 10px;
}

.Restaurant_Note {
	text-align: center;
	text-transform: uppercase;
}

.hr_leftcolumn {
	height:1px;
	background-color: #E1E1E1;
	margin: 13px 0;
}

.resa {
	background: url("../images/bgCircle.png") no-repeat scroll 0 0 transparent;
	height: 171px;
}

.tableResa {
/*  padding: 10px 6px;*/
/*  width: 80px;*/
	text-align: center;
}
.tableResa a { display:block; width:92px; height:73px; padding-top:12px; }

.leftcolumn_title_table {
	font-style: normal;
	font-weight: bold;
	color: #CCC;
	font-size: 12px;
}

.leftcolumn_title_gpEnt {
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
}

.gpEntResa {
	text-align: center;
	color: #000;
}
.gpEntResa a {
  display:block;
  width:92px;
  height:85px;
  line-height:80px;
}




.leftcolumn_title {
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 11px;
}
.Restaurant_Note, .resa, .tag_cloud, .adress_cat {
	font-size: 11px;
}


.tag_cloud {
  font-size:9px;
  line-height:14px;
  font-family:Verdana, sans-serif;
}
.tag_cloud a{
	color: #555;
}

.tag_cloud a:hover, .tag_cloud a:active {
	color: #921d95;
	text-decoration: none;
}

.metro_cat {
  font-family:Verdana, sans-serif;
  font-size:11px;
}
.metro_cat img {
	vertical-align: middle;
	margin-right: 5px;
}
.chief_cat {
	color: #921d95;
	font-size:15px;
	font-weight:normal;
}
h2.restoBottom {
	border:none;
	font-size:26px;
}

.infoPhoneBlock {
	display:none;
	font-size:9px;
	color:#555555;
}
.lienPhoneBlock {
	color:#999999; 
	font-size:8px; 
}
.cufon_headings {
	border-bottom:none;
}
#reservation_title {
	padding-top:0px;
}
.infos-reservation {
	margin-top:10px;
	margin-bottom:20px;
}


/****************************/
v:* {     behavior:url(#default#VML);   }   /*pour les infobulles de la carte*/   #gmapmarker {      font: normal small verdana, arial, helvetica, sans-serif;       font-size: 10pt;    margin: 0px;    width: 350px;       height: 150px;      overflow:auto;   }
 
#gmapmarker p{      margin : 0;     padding : 2px 0 2px 0;   }
 
#gmapmarker a {text-decoration: none; color: #0066CC; background-color: transparent;}
 
#gmapmarker a:hover {color: #F60; background-color: transparent;}
 
#gmapmarker h1 {    font-weight: bold;      font-size: 13px;        color: #369;        border-bottom: 2px solid #369;      padding : 2px;      margin : 0;   }
 
