


/* modifications/adaptations */

body {
	margin: 0;
	font-family: Tahoma,Geneva,Segoe,sans-serif;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #FFF;
}

@media screen and (min-width:769px) {
	.top-nav {
		padding-left: 50px;
	}
}

.top-nav li a:hover, .aside-nav li a:hover {background: #CC701B;}
.top-nav .active-item a {background:none repeat scroll 0 0 #CC701B;}

.aside-nav ul {
	background:#858080;
}

.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before {
	font-size: 0.8em;
	margin: 0 0.4em 0 -1em;
	width: 0.6em;
}

.box {
	/*padding: 1em;*/
}



/* ajouts spécifiques */

.box-header {
	background: url(../img/fond_header.png);
	display: block;
	padding: 1.25em;
	width: 100%;
	height: 110px;
}
.box-footer {
	background: none repeat scroll 0 0 #262626;
	display: table;
	padding: 1em;
	width: 100%;
}

h2.titre-texte {
	font-size: 1.8em;
	color: #CC701B;
	margin-bottom: 0.5em;
}

article#contenu p {
	margin-bottom: 1em;
	text-align: justify;
}

aside#aside-nav p,
aside#aside-nav .aside-nav {
	margin-bottom: 1em;
}

aside#aside-nav p a,
aside#aside-nav p a:link,
article#contenu a,
article#contenu a:link {
	text-decoration: underline;
	color: #CC701B;
}

aside#aside-nav p a:visited,
aside#aside-nav p a:hover,
aside#aside-nav p a:active,
article#contenu a:visited,
article#contenu a:hover,
article#contenu a:active {
	text-decoration: none;
	color: #CC701B;
}

/* masquer numéro */
.count-number {
	display: none;
}


/* portrait homepage*/
div.portrait {
	max-width: 166px;
	float: left;
	margin: 4px 1em -0.75em 0;
}



.img {
	padding: 10px;
	/*max-height: 300px;*/
	min-height: 224px;
	height: 224px;
	line-height: 224px;
	text-align: center;
}



/**/
h2.titre {
	width: 100%;
	font-weight: 700;
}
h2.titre.homepage {
	text-align: center;
}
h2.titre:first-letter {
	color: #CC701B;
}
.box h2.titre {
	margin: 0.2em 0 0.8em 0;
	padding-bottom: 0.6em;
	border-bottom: 2px solid #cdcbcc;
}

/* copyright */
p.copy {
	color: #ffffff;
	line-height: 34px;
}
p.copy a {
	color: #ffffff;
}
p.copy a:hover {
	color: #CC701B;
}

/* logo facebook */
.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
a.logo-facebook {
	display: block;
	float: right;
	width: 34px;
	height: 34px;
	background-color: transparent;
	color: transparent;
	position: relative;

	background-image: url('../img/logo_facebook_roll.png');
	background-size: 34px 34px;
	background-repeat: no-repeat;
}
a.logo-facebook:hover {
	background-image: url('../img/logo_facebook_over.png');
}
a.logo-facebook.menu {
	margin: 13px 12px 13px 0px;
}

/* titre avec lettres décalées */
#titre-homepage {
	background: none repeat scroll 0 0 #CC701B;
	margin-bottom : 1.25em;
}
#titre-homepage h1 {
	color: #000;
	text-align: center;
}
#titre-homepage h1 span {
	color: #fff;
	font-size: 1.2em;
	vertical-align: -3px;
}

#contenu .actus {
	margin: 0.2em 0 0.8em 0;
	padding-bottom: 0.6em;
	border-bottom: 2px solid #cdcbcc;
}

#contenu .actu-inline-block {
	display: inline-block;
}

h3.titre-actu {
	color: #cc701b;
	margin: 0.2em 0 0.4em 0;
}

h3.titre-actu:before {
	content:"•";
	display:inline-block;
	font-size:0.8em;
	margin:0 0.4em 0 0;
}

h3.titre-actu > .date {
	font-size: 0.7em;
}

div.img-actu {
	max-width: 50%;
	float: right;
	margin: 4px 0 0.5em 1.5em;
}
@media screen and (max-width:480px) {
	div.img-actu {
		max-width: 100%;
	}
}



.text-align-right {
	text-align: right;
}


.box h4 {
	font-weight: bold;
	text-transform: uppercase;
}

/* Styles des boutons Suivant et Précédent */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 8px;
	font-size: 16px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	font-weight: 700;
	line-height: 26px;
	background: #2B2B2B;

	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
