@charset "UTF-8";
/* CSS Document */
html {
    position: relative;
    min-height: 100%;
}
body {
	height: 100%;
    margin: 0 0 -20px; /* bottom = footer height */
	background-color: #fffbf;
	/* background-image: url(/Volumes/NO\ NAME/Websites/VerresAutrement/Working\ Copy\ 17\ avril/images/1W8A6369.JPG); */
	color:#333;
	font-family: 'Quicksand', sans-serif;
}
img {
	width:100%;
	max-width:550px;
	height:auto;
	border: 0px; 
	padding: 2px;
	margin: 2px;
}
h1 {
	text-align: right ;
}
h2{
	text-align: center;
	font-size: 10px;

}
h3, h4, h5, h6 {
	text-align: center;
	font-size: 10px;

	}
p {
	text-align: right ;
	font-size: 18px;
}
a {
	color:#111;
}
a:hover {
	color:#;
}
a:active {
	color:#;
}
footer {
	position: absolute;
	height: 50px;
	width: 100% !important;
	text-align: center !important;
	background-color: #daecf2;
	border-top: 1px solid #000;
}
/*input[type="text"] {
	background-color:#;
	border-color:#;
}
#message {
	background-color:#;
	border-color:#;
}
input[type="submit"] { 
	color:#;
	background-color:# !important; 
	border-color:# !important;
	border-radius:;
	box-shadow:none;
	width:;
	margin-top:;
} */
.topbar {
	background-color: #daecf2;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
/*	-webkit-box-shadow: 0px 5x 20px #000;
    -moz-box-shadow:    0px 5px 20px #000;
    box-shadow:         0px 5px 20px #000;
    z-index999; */

	}
/*.header li {
	font-size: 2em; */
	
}
.navbar-collapse.collapse {
        text-align: center; /* Set this */
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
}
.navbar-nav {
    display: inline-block;
    float: none;
	margin: 0px 0px 0px 0px;

}
#profile {
	max-width:450px;
	height:auto;
	border: 0px;
}
.logo {
	font-family: 'Dancing Script', cursive;	font-weight: bold;
	text-align:left;
	margin-top: -15px;
}
p.logo {
	margin-left: 125px;
}
}
.bold {
	font-weight: bold;
}
.container-fluid {
	margin-bottom: 30px;
}
.text {
	display: inline;
	max-height: px;
}
.text > p {
	font-size: 14px;

}
#title {
	font-size: 16px;
	}
.text > h1 {
	font-size: 22px;
}
/* .center-block {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
 } */
 .small {
	font-size: 13px;
	text-align: left;
}
.lang {
	padding-top: 3px;
	padding-right: 3px;
}
.thumbnails img {
	height: 80px;
	width: auto;
	border: 1px solid #000;
	padding: 1px;
	margin: 0 10px 10px 0;
	}

.thumbnails img:hover {
	cursor:pointer;
	}

.preview img {
	border: 4px solid #444;
	padding: 1px;
	width: 800px;
	}

