p {
	text-align: justify;
}

a {
	color: orange;
}
a:hover {
	color: orange;
	text-decoration: underline;
}
a.default {
	color: inherit;
	text-decoration: none;
}

hr {
	margin: 5px 0px 5px 0px;
  clear: both
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/*
 * Haut de page
 */
#bandeauHaut {
	/*position: fixed; */
	top:0px; 
	height:50px;
	z-index: 1000;
	background-color: white;
	border-color: orange;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
}

#bandeauHaut form {
    margin-top: -3px;
}

#bandeauNavigation {
	background-position: center;
	background-repeat: repeat-x;
	border-color: orange;
	background-color: orange;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	margin-bottom:20px;
}
 
#bandeauNavigation form {
    margin-bottom: 6px;
}


@media (min-width: 980px) {
	#bandeauNavigation {
		margin-top:80px;
	}
}

#content
{
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:20px;
}

#footer 
{
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-top: 10px;
}

/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {

	.navbar-principale ul.nav > li > a {
		padding: 10px 10px 10px 10px;
	}
	
	.navbar .container {
		width: 940px;
	}
}

.breadcrumb, .breadcrumb .well {
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
}

.noRadius {
	border-radius: 0px;
}

/*
 * Bloc
 */

.bloc {
	margin-bottom: 10px;
}

.bloc > h3, .bloc > div > h3 {
	border-color: orange;
	border-style: solid;
	border-width: 0px 0px 2px 2px;
	padding: 0px 0px 0px 7px;
	margin: 5px -5px 5px -5px;
}

.bloc.blog > h4, .bloc.blog > div > h4 {
	border-color: orange;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 0px 7px;
}
.bloc.blog > h4 > a, .bloc.blog > div > h4 > a {
	color:black;
}

.btn-titre {
	margin-top: 5px;
}

.pagination {
	text-align: center;
	margin: 10px 0px 5px 0px;
}

.negatif {
	background-image: none;
	background-color: orange;
	color: white;
}

.article .spip_logos {
	float: left;
	margin: 0px 15px 15px 0px;
}

.evenement_espace {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}

.article_evenement {
	margin-top: 0px; 
	margin-bottom: 10px;
	white-space:normal;
	background-color: orange; 
	color: white;
	padding: 10px;
}

.article_soustitre {
	padding-left: 10px;
	font-weight: bold;
}
.article_soustitre > a {
	color:black;
}

.article_chapo {
	padding-left: 20px;
	font-style: italic;
}

.article_texte {
	
}

.article blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: inherit;
}

.spip_documents_center {
	display: inline-block;
    text-align: center;
    width: 100%;
}

.spip_documents_right{
	float: right;
}

.spip_documents_left{
	float: left;
}

/*
 * Calendrier full
 */
.fc-header-title h2 {
	font-size: 17.5px;
	line-height: 30px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 4px;
	white-space: normal !important;
}
.fc-header .fc-header-left, .fc-header .fc-header-center, .fc-header .fc-header-right {
	width: auto !important;
}

.fc-header .fc-button {
	margin-bottom: 5px !important;
}

.fc-button-content {
	padding: 0px 5px 0px 5px !important;
}
.fc-event-default.fc-event-skin, .fc-event-default .fc-event-skin  {
	background-color: orange;
	border-color: orange;
	color : white;
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.fc-header .fc-header-right .fc-button-agendaWeek, .fc-header .fc-header-right .fc-button-agendaDay {
		display: none;
	}
}

/*
 * Calendrier mini
 */

/* Landscape phone to portrait tablet */
/* no more used
@media (min-width: 768px) and (max-width: 979px) {
	.well.calendrier {
		padding: 2px 1px 1px 1px;
	}
}

#calendar {
	margin: 0px;
}

#calendar > h2 {
	display: none;
}
#calendar.calendriermini .calendar-container {
	height: auto !important;
}
#calendar .ui-datepicker-buttonpane {
	display: none;
}
*/

/**********************************
 ***** Photos *********************
 **********************************/

.vignettes > div {
	margin: 0px;
	width: 33.3333333%;
	float: left;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) and (min-width: 480px) {
	.vignettes > div {
		width: 16.6666666%;
	}
}

/* album Photos */

.album .row {
	margin-bottom: 30px;
}
.album .row:last-child {
	margin-bottom: 0px;
}

/*
 * Bootstrap adapt
 */

/*Nav bar*/
@media (min-width: 1200px) {
	.navbar .container {
		width: 1170px;
	}
}

/*@media (min-width: 980px) and (max-width: 1199px) {
 .navbar .container {
 width: 940px;
 }
 }*/

.navbar .nav > li > a {
	padding: 10px 14px 10px 14px;
}

/*
 * Spip admin
 */

#spip-admin {
	z-index: 10000
}
