/*
@font-face {
	font-family: 'Flame';
	src: url('fonts/Flame.eot');
	src: url('fonts/Flame.eot?#iefix') format('embedded-opentype'),
		url('fonts/Flame.woff') format('woff'),
		url('fonts/Flame.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
BODY
{
	background:url('') fixed no-repeat;
	margin:0px;
	font-family:'Voltaire', serif;
	font-size:22px;
	cursor:default;
	 -webkit-text-size-adjust: 100%;
}

DIV
{
	box-sizing: border-box;
}

h1
{
	margin:0px;
}

#divMenu
{
	padding:10px;
	background-color:#000000;
	opacity:0.8;	
	width:100%;
	margin:0px;
	position:fixed;
	z-index:9;
	height:18%;
}

#divPrincipale
{
	width:100%;
	text-align:left;
	position:absolute;
	top:18%;
	display:inline-block;
	padding-bottom:20px;
	padding:20px;
}


#divTitre
{
	padding-top:20px;
}

.webenvercors
{
	font-family:'Flame';
	font-size:12vmin;
	font-weight:bold;
	float:left;
	color:red;
}

.capsule
{
	display:inline-block;
	width:70%;
	min-width:300px;
	vertical-align:top;
	font-size:22px;
	margin-top:40px;
}

.divContenu
{
	float:left;
	text-align:left;
	width:70%;
	padding-left:2%;
}

.imageRonde
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    vertical-align: middle;
	cursor:pointer;
	max-width:25%;
	float:left;
	margin-top:30px;
}

#divFooter
{
	margin:30px 0px 15px 0px;
	color:#bebebe;
	font-size:0.6em;
/*	margin:0 auto;*/
	text-align:center;
}


#divContacts
{
	background-color:#ffffff;
	padding:20px;
}

#divContactsTexte
{
	text-align:left;
	min-width:250px;
}

.spanLien
{
	cursor:pointer;
	color:#ffffff;
}
.spanLien:hover
{
	text-decoration:underline;
}

#closeMenu
{
	z-index:9999;
	position:absolute;
/*	top:6px;*/
	/*right:50px;*/
	cursor:pointer;
	width:80px;
}

.icoPartenaire
{
	width:50px;
	cursor:pointer;
	margin:20px;
	border:1px solid #acacac;
	border-radius: 6px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5) inset, 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.icoPartenaire:hover
{
	width:90px;
	cursor:pointer;
	margin:0px 0px 0px 0px;

}

.divPartenaire
{
	display:none;
	margin-bottom:50px;
	
	
}


/* rotate LA SURE */
.f1_container, .f1_sure, .f1_maud, .f1_quad, .f1_jaco {
	cursor:pointer;
    position: relative;
    margin:10px;
  	z-index : 1;
    display:inline-block;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.f1_card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.f1_container.active .f1_card, .f1_sure.active .f1_card, .f1_maud.active .f1_card, .f1_quad.active .f1_card, .f1_jaco.active .f1_card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.face.back {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    box-sizing: border-box;
    color: white;
    text-align: center;
    background-color: #aaa;
}
.shadowPart
{
	box-shadow: -5px 5px 5px #aaa;
	max-width:459px;	

}

.shadowPart  IMG
{
	width:459px;
}
/* */