@font-face
{
	font-family: "scrib";
	src: url("../fontes/scrib.woff2") format("woff2");
}

body
{
	margin:0;
	margin-top:0;
	margin-bottom:20px;
	font-family: "Arial";
	background-color:#00595A;
	color:#444949;
	font-size:12px;
}

.container {
	width: 60%;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 10px;
	border-radius: 12px;
	background: url("https://location.atelier-des-vents.com/images/design/bgheader.jpg"),rgba(255,255,255,1);
	background-size: 700px;
	background-repeat: no-repeat;
	background-position: -5px -5px;
	position: relative;
}

.container .lienshop
{
	position: absolute;
	top:0px;
	right:0px;
	margin:0;
	padding:0.6em 1.3em 0.6em 1.3em;
	z-index:3;
	background-color:#b32902;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.container .lienshop a {
	color:white;
	font-size:1.2em;
	text-decoration:none;
}

.container .lienshop a:hover {
	color:#faa01d;
}

.container .lienshop a:before {
	content:"> ";
	color:#faa01d;
}


.row {
	padding-left:6px;
	padding-right:6px;

}

a
{
	color: #444949;
	text-decoration: none;
}

a:hover
{
	color: #444949;
	text-decoration: none;
	cursor: pointer!important;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix
{
	/*zoom: 1;*/ /* ie 6/7 */
}

.milieu h3
{
	font-family: "scrib", "arial";
	font-size: 22px;
	font-weight: 400;
	color: #245859;
}


.page {
	margin-top:0;
	width:100%;
}


.haut {
	height:110px;
	position:relative;
}


.haut .logo {
	position:absolute;
	top:20px;
	left:20px;
	width:260px;
	height:100px;
	border:1px none red;
	cursor:pointer;
}

.haut .titrepg {
	float:right;
	width:auto;
	margin:50px 5px 0 0;
	border:1px none orange;
}

.haut .titrepg h1 {
	font-weight:normal;
	font-size:20px;
	margin:0;
}

.haut .titrepg span {
	font-weight:normal;
	font-size:20px;
}

.milieu {
	min-height:500px;
}


.bouton {
    border:1px solid #cacaca;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0px rgba(173,168,159,1);
	cursor: pointer;
}

.btn_beige {
	background-color:#e9e9e9;
}

.btn_orange {
	background-color:#F08703;
}

.btn_rouge {
	background-color:#ab2908;
}

.btn_orange a {
	color:white;
}

.btn_rouge a {
	color:white;
}


input
{
	padding: 4px;
	border:1px solid #666666;
	font-size:1em;
	font-family:"Arial";
}

SELECT {
	font-size:1em;
	font-family:"Arial";
}

INPUT.nob {
	border:none;
}


/* footer */

.footer {
	margin-top:30px;
	background-color:#b32902;
	padding:1.2em;
	overflow:auto;
}

.footer2 {
	padding-top:4px;
	background-color:#b32902;
	height:30px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color:#fff;
	border-top:1px dotted #fff;
}

.footer a {
	color:#fff;
	text-decoration:none;
}

.footer a:hover {
	color:#fff;
	text-decoration:none;
}

.footer .tblmenub {
	position:relative;
	float:left;
	width:33%;
	display:block;
}

.footer .tblmenub div {
	color:#fff;
	text-transform:capitalize;
	font-size:1.2em;
	padding-bottom:0.3em;
	border-bottom:1px dotted #fff;
	width:auto;
	float:left;
	margin-bottom:0.8em;
}

.footer .tblmenub ul {
	clear:left;
	list-style-type:none;
	padding:0;
	font-size:1em;
}

.footer .tblmenub ul li {
	margin:0 0 0.5em;
}

.footer .tblmenub ul li:before {
	content:"> ";
	color:#fff;
}

.footer .tblmenub ul li:hover {
	padding-left:0.4em;
}

.footer .contactbloc {
	position:relative;
	float:right;
	width:auto;
	display:block;
	color:#fff;
}

.footer .contactbloc .coord {
	position:relative;
	display:block;
	font-size:1em;
	clear:right;
}

.footer .contactbloc .horaires {
	position:relative;
	display:block;
	font-size:1em;
	clear:right;
	margin-top:1.2em;
}

.footer .contactbloc .ttr {
	text-transform:capitalize;
	font-size:1.2em;
	padding-bottom:0.3em;
	border-bottom:1px dotted #fff;
	margin-bottom:0.8em;
}

.copyr {
	font-size:1em;
	float:left;
	margin-left:1em;
	height:24px;
	line-height:24px;
	vertical-align:middle;
}

.paiessl {
	float:right;
	margin-right:1em;
	padding-right:120px;
	background-image:url("../images/design/paiessl.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	text-align:right;
	height:24px;
	line-height:24px;
	vertical-align:middle;
}

/* breadcrumb */

.breadcrumb {
	height:24px;
	line-height:24px;
	padding:0 0 0 4px;
	margin:10px 0 14px 0;
	background-color:#f4f4f4;
	border-bottom:1px dotted #999;
}

.breadcrumb span {
	margin-right:0.3em;
}

.breadcrumb .path span::before {
	content:"> ";
}

.breadcrumb a
{
	text-decoration:none;
	color: #333;
}

.breadcrumb .path a:hover
{
	text-decoration: none;
	color:#270;
}

.breadcrumb .path {
	float:left;
	width:auto;
}

.breadcrumb .links {
	float:right;
	width:auto;
}

.breadcrumb .links a {
	color:#b55701;
}
