@font-face {
				font-family: 'ArnoPro-Regular';
				src: url('../fonts/arnoproregular.html');
				src: url('../fonts/arnoproregulard41d.html?#iefix') format('embedded-opentype'),
						 url('../fonts/arnoproregular-2.html') format('woff'),
						 url('../fonts/arnoproregular-3.html') format('truetype'),
						 url('../fonts/arnoproregular.svg#arnoproregular') format('svg');
				font-weight: normal;
				font-style: normal;
		}

html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background : #0a1d5b;
  font-family : "ArnoPro-Regular";
  color: white;
  font-size : 1em;
}


div#drapeau{
  position:relative;
  float:left;
  width:22px;
  height:20px;
  padding:8px 8px 0 8px;
  display:block;
  background:#919b9a;
  margin:0px 0 0 -5px;
}

div#drapeau a{
  color:#081b52;
  text-decoration:none;
}

.main{
  position :relative;
  width:100%;
background:red;
  overflow:hidden;
  background : url("../img/fond-main.jpg") repeat-y;
  min-height : 100%;
}

.topMenu{
  position : absolute;
  top:0;
  left:0;
  z-index : 9999;
  width : 100%;
  background : url("../img/font-top.jpg") repeat-x;
  height : 28px;
}

.topMenu ul{
  position:relative;
  margin-left:245px;
  min-width : 550px;
  padding-top : 7px;
  float:left;
}

.topMenu ul li{
  position:relative;
  float: left;
  margin : 0 15px;
}

.topMenu ul li a{
  position:relative;
  display:block;
  color :white;
  text-decoration : none;
  text-transform : uppercase;
  letter-spacing:0.2em;
  height : 21px;
}

.topMenu ul li ul{
  position:absolute;
  top:21px;
  left:-3px;
  min-width : 50px;
  width:240px;
  margin:0;
  padding:10px 0 0 0;
  background:#919b9a;
  visibility:hidden;
  display:block;
}

.topMenu ul li ul li{
  position:relative;
  height:30px;
  float:left;
}

.topMenu ul li ul li a{
  color:#1a2b5b;
  font-size:0.9em;
}
.topMenu ul li ul li a:hover{
  color:white;
}

.leftSide{
  position : relative;
  width : 245px;
  /*background : url("../img/fond-left.jpg") 100% 100% repeat-y;*/
  height : 100%;
  float:left;
  /*margin-top : -28px;
  padding-bottom : -28px;*/
  padding-top : 28px;
  text-align : center;
}

.leftSide .logo img{
  width : 80%;
  max-width : 184px;
}

.leftSide .logo{
  text-align:center;
  margin-top : 20px;
}

.leftSide ul{
  float:left;
  width : 100%;
  margin-top : 50px;
  margin-bottom:40px;
}

.leftSide ul li{
  text-align : center;
  padding:20px 0;
}

.leftSide ul li a{
  color :white;
  text-decoration : none;
  text-transform : uppercase;
  letter-spacing:0.23em;
}

.leftSide ul li a:hover{
  color:#919b9a;
}

.leftSide a#mentions_legales{
  position:relative;
  color :white;
  text-decoration : none;
  text-transform : uppercase;
  letter-spacing:0.23em;
  font-size:0.7em;
}

div#faconniere{
  position:absolute;
  left:0;
  bottom:100px;
  background:url("../img/faconnier.png") no-repeat;
  width:337px;
  height:147px;
  z-index:200;
}


.rightSide{
  position:absolute;
  left:245px;
  top:0;
  height : 100%;
  overflow:hidden;
  /*margin-top:-28px;*/
}

.cycle-slideshow{
  height : 100%;
}

.cycle-slideshow img{
  height :100%;
}

.content{
  position : relative;
  width : 550px;
  float: left;
  padding : 50px 90px 0 90px;
  text-align:justify;
  /*background : url("../img/pointgauche.png") right repeat-y;*/
  /*min-height :100%;*/
}

.content .head{
  text-align : center;
  margin-bottom : 50px;
}

.content .head img{
  border :none;
}

.content .head h1{
  text-align : center;
  text-transform : uppercase;
  font-size : 1.2em;
  margin-top : 25px;
  letter-spacing:0.28em;
}

.content h2{
  text-transform : uppercase;
  font-size : 1em;
  margin-top : 25px;
  letter-spacing:0.15em;
  color : #919b9a;
}

.content ul{
  color : #919b9a;
}

.content ul li{
  list-style: disc inside;
}

.content img{
  border : 10px solid #919b9a;
}

.content #tissus img{
  border : 0;
}

.content img.noborder{
  border : 0;
}

.content a{
  color : white;
}

.content a:hover{
  color : #919b9a;
}



.content img.justifyleft{
  margin : 15px 20px 15px 0px;
}

.content p{
  margin: 15px 0;
  line-height : 1.2em;
}

.content .lightboxZone img{
  border : 7px solid #919b9a;
  margin : 0 3px;
}

.diapoRight, .diapoRightNo{
  position:fixed;
  top:0;
  left:975px;
  height:100%;
  background : #0a1d5b;
  overflow:hidden;
  z-index:500;
  height : 100%;
}

.diapoRight div, .diapoRightNo div{
  width : 100%;
  height : 100%;
}

#EmailForm input[type=text], #EmailForm textarea, #EmailForm select, #EmailForm input[type=submit]{
  background : #081b52;
  border-top: #253666 solid 2px;
  border-left: #253666 solid 2px;
  border-right: #051032 solid 2px;
  border-bottom: #051032 solid 2px;
  color : white;
  width : 250px;
}

#EmailForm select{
  width : 254px;
}

#EmailForm input[type=submit]{
  float : right;
  width : 80px;
}

#EmailForm textarea{
  height : 143px;
}

#EmailForm label{
  width : 250px;
  margin : 7px 0;
  float : left;
  color : #919B9A;
}

#EmailForm .right{
  width : 250px;
  float : right;
}

#EmailForm .left{
  width : 250px;
  float : left;
}

#mention img{
  border :none;
}

.contactpdf{
  float:right;
  margin-top : -110px;
}

.contactpdf img{
  border : none;
  float : left;
}

.contactpdf p{
  border : none;
  float:left;
  width : 100px;
  margin :10px 0 0 10px;
}