@charset "UTF-8";
/* CSS Document */

/* *** main *** */
body, form, fieldset, p, h1, h2, h3, h4, h5, ul, ol, li, dl, dd, dt, input, select, textarea {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: miniIt, "Times New Roman", Times, serif;
	quotes : "«" "»" "«" "»";
	font-size: 14px;
}

body { 
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YjM3ZSIgc3RvcC1vcGFjaXR5PSIwLjQ3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(201,179,126,0.47) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(201,179,126,0.47)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(201,179,126,0.47) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(201,179,126,0.47) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(201,179,126,0.47) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(201,179,126,0.47) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c9b37e', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

@font-face {
    font-family: 'pepinotmedium';
    src: url('../fonts/pepinot-webfont.eot');
    src: url('../fonts/pepinot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pepinot-webfont.woff') format('woff'),
         url('../fonts/pepinot-webfont.ttf') format('truetype'),
         url('../fonts/pepinot-webfont.svg#pepinotmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'miniIt';
    src: url('../fonts/minionpro-it.eot');
    src: url('../fonts/minionpro-it.eot') format('embedded-opentype'),
         url('../fonts/minionpro-it.woff') format('woff'),
         url('../fonts/minionpro-it.ttf') format('truetype'),
         url('../fonts/minionpro-it.svg#MinionProItalic') format('svg');
}
@font-face {
    font-family: 'miniB';
    src: url('../fonts/minionpro-bold.eot');
    src: url('../fonts/minionpro-bold.eot') format('embedded-opentype'),
         url('../fonts/minionpro-bold.woff') format('woff'),
         url('../fonts/minionpro-bold.ttf') format('truetype'),
         url('../fonts/minionpro-bold.svg#MinionProBold') format('svg');
}


:focus { outline: 0px !important; }
ul { list-style-type: none; }
li { display: inline; }
img { border: none; }
fieldset { border: none; }

.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.cleaner {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

a { color: #6a5e42; text-decoration: none;}
a:hover {color: #6a5e42; text-decoration: underline;}

/* *** Blocs principaux *** */
#page { position: absolute; margin-left: -450px; left: 50%; width: 900px; text-align: left;  }
#page.openwindow { margin-left: -400px; width: 800px; background-color: #000; height: 700px; }
#header { position: relative; width: 900px; margin: auto; }
#page #content { position: relative; width: 100%; margin: auto; }
#footer { position: relative; width: 100%; margin: auto; }

/* *** Entete *** */
#header {
}
#header img { float: left; }
#header h1 { text-align: right; font-size: 56px; line-height: 114px; padding: 20px 50px; font-family: pepinotmedium; font-weight: normal;
/*	border: 1px solid #ffffff /*{b-bar-border}*/;
/*	background: #ffffff /*{b-bar-background-color}*/;
/*	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{b-bar-background-start}*/), to( #bfbfbf /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
/*	background-image: -webkit-linear-gradient( #FFFFFF /*{b-bar-background-start}*/, #bfbfbf /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
/*	background-image:    -moz-linear-gradient( #FFFFFF /*{b-bar-background-start}*/, #bfbfbf /*{b-bar-background-end}*/); /* FF3.6 */
/*	background-image:     -ms-linear-gradient( #FFFFFF /*{b-bar-background-start}*/, #bfbfbf /*{b-bar-background-end}*/); /* IE10 */
/*	background-image:      -o-linear-gradient( #FFFFFF /*{b-bar-background-start}*/, #bfbfbf /*{b-bar-background-end}*/); /* Opera 11.10+ */
/*	background-image:         linear-gradient( #FFFFFF /*{b-bar-background-start}*/, #bfbfbf /*{b-bar-background-end}*/);
}
#header h2 { clear: both; text-align: center; font-size: 20px; font-weight: normal; padding: 20px 0; }

/* *** Contenu *** */
#content h2 { font-size: 24px; margin-top: 20px; }
#content h3 { text-align: center; font-size: 18px; margin-bottom: 20px; }
#content p { margin-bottom: 20px; }
.demo-ipad { position: relative; width: 400px; height: 320px; }
.demo-ipad img { position: absolute; top: 28px; left: 33px; z-index: 10; }
.demo-ipad img.ipad { position: absolute; top: 0; left: 0; z-index: 100; }

#page.openwindow p { color: #fff; }
#page.openwindow a { color: #fff; text-decoration: underline; }

/* *** Colones *** */
.col { width: 400px; margin: 20px; }
.col-small { width: 240px; margin: 20px 100px; }
.col.middle { margin: 20px auto; }
.col.middle img { float: right; margin-left: 10px; }
.col4 { width: 200px; margin: 12px; float: left; }

/* *** Pied *** */


/* *** SlideShow *** */
.demo-iphone #slideshow { height: 300px; width: 200px; position: absolute; top: 78px; left: 16px; }
.demo-iphone #slideshow ul { height: 300px; }
.demo-ipad2 #slideshow2 { height: 250px; width: 330px; position: absolute; top: 28px; left: 33px; }
.demo-ipad2 #slideshow2 ul { height: 250px; width: 300px; }
.demo-ipad2 #slideshow2 ul li { height: 250px; width: 300px; }
.demo-iphone { position: relative; width: 231px; height: 450px; margin-left: 84px; }
.demo-iphone ul img { position: absolute; top: 0px; left: 0px; z-index: 10; }
.demo-iphone img.iphone { position: absolute; top: 0; left: 0; z-index: 100; }
.demo-ipad2 { position: relative; width: 400px; height: 310px; }
.demo-ipad2 ul img { position: absolute; top: 0px; left: 0px; z-index: 10; }
.demo-ipad2 img.ipad { position: absolute; top: 0; left: 0; z-index: 100; }
.openwindow #slideshow { margin: 0; }
.openwindow #slideshow ul { height: 600px; }
.openwindow #slideshow ul li { height: 600px; width: 800px; text-align: center; }

/* *** Boutons *** */
#puces, #puces2 { height: 13px; text-align: center; margin-top: 5px; }
#puces a, #puces2 a { margin: auto 5px; background: url("../images/bulle-off.png") center no-repeat; width: 13px; height: 13px; }
#puces a.activeSlide, #puces2 a.activeSlide { background: url("../images/bulle-on.png") center no-repeat; }

#footer { position: relative; z-index: 100; background:url(../images/cathedrale_meaux.png) center no-repeat; }
#footer #collaboration { margin: 50px 0 50px 0; }
#footer p { opacity:1; filter:alpha(opacity=100); }
