.logo {
	background: url("/css/img/logo-wanarun-bootstrap-v2.png") no-repeat scroll
		0 0 transparent;
	float: left;
	height: 64px;
	margin-top: 13px;
	width: 200px;
}

.article-meta a {
	color: #4C4C4C;
}

.article-header hr {
	margin-bottom: 4px;
	margin-top: 0px;
}

.bottom-article-header .article-header hr {
	margin-bottom: 15px;
}

.article-header p {
	font-size: 12px;
}

.article-content p {
	text-align: justify;
	text-justify: newspaper
}

.article-header {
	line-height: 18px;
}

.breadcrumb .divider {
	color: #4C4C4C;
	padding: 0 5px;
}

label {
	font-weight: bold;
}

.help-block {
	font-size: 10px;
	color: #BBBBBB;
}

#pub-haut {
	float: right;
	margin: 5px 5px 5px 5px;
}

#pub-square-top {
	margin-top: -4px;
	margin-bottom: 5px;
}

#connexion-box {
	margin-bottom: 10px;
}

header {
	height: 85px;
	padding-top: 0;
}

.caption h2 {
	line-height: 20px;
}

.carousel-caption h2 {
	line-height: 20px;
}

.navbar .brand {
	color: #669933;
}

.container {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

body {
	background-color: #EEEEEE;
}

.pub-habillage {
	height: 0px;
}

.label a {
	color: #FFFFFF;
}

.global-cadre {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.label-primary {
	background-color: #669933;
}

.en-footer {
	
}

.well {
	border-color: #B4B4B4;
}

.footer {
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background-repeat: repeat-x;
	border: 1px solid #D4D4D4;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	min-height: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.atc:hover {
	cursor: pointer;
	text-decoration: underline;
}

.alignleft {
	float: left;
	padding: 5px;
	text-align: left;
}

.alignright {
	float: right;
	padding: 5px;
	text-align: right;
}

.footer .first {
	padding-left: 20px;
}

.footer ul {
	color: #669933;
	font-size: 12px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.footer h4 {
	font-size: 14px;
}

.map_canvas {
	padding-top: 20px;
}

.map_canvas img {
	max-width: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 17.5px;
}

h3 {
	font-size: 17.5px;
}

h4 {
	font-size: 17.5px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.badge a {
	color: #fff;
}

.modal-columns {
	width: 260px;
	float: left;
}

iframe {
	border: 0px;
}

.parcours {
	line-height: 15px;
}

.calendar {
	width: 54px;
	font-size: 0.8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px #333333;
	-moz-box-shadow: 0 0 5px #333333;
	-webkit-box-shadow: 0 0 5px #333333;
	line-height: 14px;
	margin-top: 20px;
}

.calendar>span {
	display: block;
}

.calendar>.month {
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-size: 0.8em;
	background: #FBB450;
	color: #fff;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	text-shadow: 0 1px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC),
		to(#FBB450) );
	background: -moz-linear-gradient(top, #F89406, #FBB450);
}

.calendar>.day {
	text-align: center;
	font-weight: bold;
	font-size: 2.3em;
	background: #fff;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#405b72),
		to(#e6e6e6), color-stop(.08, #f9f9f9) );
	background: -moz-linear-gradient(top, #f9f9f9, #e6e6e6);
	line-height: 30px;
}

/* ======= STAR-RATER ======== */
.star-rating,.star-rating a:hover,.star-rating a:active,.star-rating a:focus,.star-rating .current-rating
	{
	background: url(/images/star.gif) left -1000px repeat-x;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a,.star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover,.star-rating a:active,.star-rating a:focus {
	background-position: left bottom;
}

.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

.inline-rating {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}

.small-star {
	width: 50px;
	height: 10px;
}

.small-star,.small-star a:hover,.small-star a:active,.small-star a:focus,.small-star .current-rating
	{
	background-image: url(/css/bootstrap/css/img/star_small.gif);
	line-height: 10px;
	height: 10px;
}



/* ======= /STAR-RATER ======== */
.ontitle {
	background: url("/css/img/degrade-news-image.png") repeat scroll 0 0 transparent;
	display: block;
	text-transform: uppercase;
	min-height: 20px;
	line-height: 20px;
	padding: 0 5px;
	position: absolute;
	text-align: right;
	width: 290px;
}

.ontitle a {
	color: #FFFFFF;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ul.loop_api li.placeholder {
  position: relative;
  /** More li styles **/
}
ul.loop_api li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

ul.loop_api li {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #669933;
    display: block;
    margin: 5px;
    padding: 5px;
}

.expstickybar {
	position:fixed;
	color: white;
	padding: 5px;
	right:0; /*horizontally center bar in window*/
	left:0; /*horizontally center bar in window*/
	visibility:hidden;
	z-index: 10000;
	width:auto; /*set width of bar to width of entire window*/
	font-weight:bold;
}