/* cmsms stylesheet: styles modified: 01/04/2016 11:45:29 */
/* Votre Style */
body{
	background: url(https://www.valerie-vatan-tapisserie.com/uploads/img/IMG_0103_web_background2.jpg) center top no-repeat;
}

/*Banniere*/
.wrapper{
    font-family: 'Cuprum', sans-serif;
    color: #414141;
}

/*Logo*/
.logo{
    border: 5px solid white;
    box-shadow: 2px 2px 5px black; 
    margin: 0px;
}

/* Menu */
nav{
	font-family: 'Cuprum';
	font-weight: 700;
	font-size: 1.5em;
}

nav ul{
	border-bottom: 1px solid #ca3827;
	padding-left: 0;
}

nav li{
	position: relative;
	width: 25%;
	margin: 0 -0.1em;
}

nav a{
	display: block;
	padding: 5px 20px;
	text-decoration: none;
    color: #ca3827;
}

nav a:hover{
	color: #1f488c;
    background-color: rgba(255, 255, 255, 0.48);
}

nav a:active{
	color: white;
	background-color: transparent;
}

/* Sous-menu */

.sous-menu{
	font-size: 18px;
	position: absolute;
	z-index: 20;
	min-width: 100%;
	padding-left: 0;
	list-style: none;
    border-bottom: none;
}

.sous-menu li{
	min-width: 100%;
	margin:0;
}

.sous-menu a:hover{
    color: #1f488c;
	background-color: rgba(255, 255, 255, 0.48);
}


nav ul ul{
	display: none;
    border-bottom: 1px solid #ca3827 !important;
}


nav li:hover ul{
	display: block;
    background-color: rgba(255, 255, 255, 0.48);
}

.selection{
	color: #414141;
	background-color: rgba(241, 157, 55, 0.48);
} 

/* Titres */

.logotitle{
	font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1em;
    color: #f19d37;
	padding: 2px 20px;
    margin-top: 5px !important;
    margin-bottom: 0px;
}

.logotext{
	font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: -0.1em;
	color: #1f488c;
	padding: 2px 20px;
    margin: 0px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Cuprum', sans-serif;
    font-weight: 700;
	color: #414141;
	padding: 2px 20px;
    margin: 0px;
}


.aside h2{
	color: #1f488c;
	background: right no-repeat;
	padding: 5px 20px;
	border-left: 1px solid #BDBDBC;
}

.aside h3{
	color: #414141;
	padding: 5px 20px;
}

/* Video accueil */
.accueilvid{
	margin-top: 63px;
	margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
}


/* Article */


.article{
	background-color: rgba(255, 255, 255, 0.48);
	margin-top: 63px;
	margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
    box-shadow: 2px 2px 5px black;
}
.articleacc{
	margin-top: 63px;
	margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
}
.article p{
	padding: 5px 5px;
    margin: 0px;
}

.article img{
        border: 5px solid white;
        box-shadow: 2px 2px 5px black;
}

/* .aside */

.aside{
	background-color: transparent;
	margin-top: 20px;
}

.aside p{
	padding: 5px 20px;
}

.aside a{
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid black;
}

.aside img{
	border: 5px solid white;
    box-shadow: 2px 2px 5px black;
}

.encart{
	background-color: rgba(255, 255, 255, 0.65);
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 10px 20px 0;
}

/* Image page home */
.photo{
	padding: 25px;
}

/* Vignette galerie photo */
.vignette{
	border: 5px solid white;
	max-height: 300px;
    max-width: 200px;
	margin: 10px 5px;
	box-shadow: 2px 2px 5px black;
    transition: all 1s;
}


.vignette:hover{
    transform: scale(1.1, 1.1) rotate(5deg); 
}

/* Footer */
.pied {
	padding: 10px 5px;
	border-bottom: 1px solid #ca3827;
}

footer ul{
    border-bottom: 1px solid #ca3827;
	padding-left: 0;
    
}

footer li{
	position: relative;
	width: 25%;
	margin: 0 -0.1em;
}

footer a{
    display: block;
	padding: 5px 10px;
	text-decoration: none;
    color: #ca3827;
    list-style: none;
}

footer p{
    color: #ca3827;
}

.C9Com a {
    display:inline;
    padding: none;
    text-decoration: none;
    color: #ca3827;
    list-style: none;
}

.C9Com a:hover{
    color: #1f488c;
    background-color: transparent;
}
footer a:hover{
    color: #1f488c;
    background-color: rgba(255, 255, 255, 0.48);
}
