body {
	background-color: #4e3113;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	/*width: 800px;*/
	margin: 0 auto;
    font-size: 10px;
    background-image: url(../img/rak-surface-sand-60-x-60cm-main-1_2.jpg);
}
#body_breton {
    background-color: #1F1F21;
    background-image: none;
}
#body_aubemurray {
    background-color: #445E6D;
    background-image: none;
}
.banner {
    /*padding: 15px 0;*/
    margin-bottom: 42px;
    border-bottom: 7px solid #e67100;
}
.banner_refuser {
    background: #7c97ae url(../img/header_refuser.jpg) no-repeat center bottom;
}
.banner_aubemurray {
    background: url(../img/header_aubemurray.jpg) no-repeat center bottom;
    height:185px;
}
.banner_navigation{
    background-color: #A6632F;
    padding-top:5px;
    padding-bottom:3px;
}
.banner-breton {
    /*padding: 15px 0;*/
    margin-bottom: 42px;
    border-bottom: 7px solid #e67100;
    background: #1F1F21 url(../img/header_breton.jpg) no-repeat center bottom;
}
a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
.pochette {
    background-color: #536879;
    padding: 40px;
    margin-top: 34px;
    border-top: 15px solid #e67100;
}
.pochette a {
    padding-right: 5px;
}
.pochette span {
    /* padding-left: 273px; */
    display: block;
    /* height: 46px; */
    /* margin-top: -57px; */
    font-size: 1.5em;
    color: #96b7d2;
    /* font-weight: bold; */
    /* text-transform: lowercase; */
    /* font-style: italic; */
}
.pochette img {
    width: 30%;
    max-width: 100%;
    height: auto;
}

/* When images would get too small */
@media (max-width: 700px) {
    .pochette img {
        width: 80%;
        display: block;
        margin: 10px auto;
    }
}
#equipe {
	/* width: 890px;*/
    margin: 0 auto;
    text-align: left;
    padding: 40px;
    min-width: 320px;
    max-width: 960px;
}
#equipe p, #equipe h2 {
	padding: 10px 0;
}
#equipe li {
	padding-left: 10px;
}
.equipe_photo {
	border: 1px solid white;
	float: left;
    margin-right: 45px;
}
.copyright, .copyright a {
	font-size: 10px;
    color: #bbb;
}
.copyright {
    padding: 20px;
	clear:both;
}

#awp-wrapper {
    position: inherit !important;
}
.awp-info {
    left: 75px !important;
    text-align: left !important;
}
.awp-playlist-item {
    padding: 5px 0;
}