/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
	font-family: 'open_sansregular';
	src: url('/fonts/opensans-regular-webfont.eot');
	src: url('/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/opensans-regular-webfont.woff') format('woff'),
		 url('/fonts/opensans-regular-webfont.ttf') format('truetype'),
		 url('/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sans_semibold';
	src: url('/fonts/opensans-semibold-webfont.eot');
	src: url('/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/opensans-semibold-webfont.woff') format('woff'),
		 url('/fonts/opensans-semibold-webfont.ttf') format('truetype'),
		 url('/fonts/opensans-semibold-webfont.svg#open_sans_semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanscondensed_light';
	src: url('/fonts/opensans-condlight-webfont.eot');
	src: url('/fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/opensans-condlight-webfont.woff') format('woff'),
		 url('/fonts/opensans-condlight-webfont.ttf') format('truetype'),
		 url('/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sans_condensedbold';
	src: url('/fonts/opensans-condbold-webfont.eot');
	src: url('/fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/opensans-condbold-webfont.woff') format('woff'),
		 url('/fonts/opensans-condbold-webfont.ttf') format('truetype'),
		 url('/fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansCnLtIt';
	src: url('/fonts/opensans-condlightitalic-webfont.eot');
	src: url('/fonts/opensans-condlightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/opensans-condlightitalic-webfont.woff') format('woff'),
		 url('/fonts/opensans-condlightitalic-webfont.ttf') format('truetype'),
		 url('/fonts/opensans-condlightitalic-webfont.svg#open_sansCnLtIt') format('svg');
	font-weight: normal;
	font-style: normal;
}

.notDraggable {
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;	
}

html, body {
	width: 100%;
	background: #ffffff;
}

body {
	
}

.outer {
	position: relative;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 960px;
	overflow: visible;
}

.inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* Header */

#header {
  padding: 48px 0 28px 0;
}

#header .logo img {
  width: 353px;
  padding: 0 0 24px 0;
}

#header .sleepy {
  margin: 0 0 0 0;
  padding: 9px 0 2px 0;
  color: #707070;
}

/* Footer */

#footer {
  min-height: 144px;
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0;
}

/* Menu */

#menu ul {
  display: block;
  margin: 0 auto 0 auto;
  padding: 2px 0 0 0;
  list-style: none inside none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

#menu ul li {
  display: inline;
  margin: 0 0 0 0;
  padding: 0 6px 0 6px;
  list-style: none inside none;
  font-family: 'open_sans_condensedbold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

#menu a, #menu a:visited, #menu a:hover {
  color: #000000;
  text-decoration: none;
}
#menu a:hover, #menu li.current a {
  color: #39adf0;
}

/* Footer things */

p.copyright {
  float: left;
  padding-top: 6px;
  font-family: 'open_sanscondensed_light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #707070;
}

#bottom-menu {
  display: block;
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none inside none;
}
#bottom-menu li {
  float: right;
  margin: 0 0 0 0;
  padding: 6px 6px 0 6px;
  font-family: 'open_sanscondensed_light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none inside none;
}
#bottom-menu li a, #bottom-menu li a:visited, #bottom-menu li a:hover {
  color: #000000;
  text-decoration: none;
}
#bottom-menu li a:hover {
  color: #39adf0;
}

/* Contents */

#contents {
  padding: 24px 144px 96px 144px;
	min-height: 480px;
}

h1, h2, h3, h4, p, blockquote, ul, ol {
	font-family: 'open_sanscondensed_light', Helvetica, Arial, sans-serif;
	padding: 0 18px 0 12px;
}

h1, h2, h3, h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
}

h2 {
	font-family: 'open_sans_condensedbold', Helvetica, Arial, sans-serif;
	font-size: 20px;
}

h3 {
	font-size: 18px;
	text-transform: none;
	color: #39adf0;
	padding-bottom: 3px;
}

h4 {
	font-family: 'open_sans_condensedbold', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

p, ul, ol, blockquote {
	padding-top: 6px;
	font-family: 'open_sansregular', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

p+p, ul+ul, ol+ol, blockquote+blockquote, p+ul, p+ol, p+blockquote, ul+p, ul+ol, ul+blockquote, ol+p, ol+ul, ol+blockquote, blockquote+p, blockquote+ul, blockquote+ol {
	padding-top: 12px;
}

p+h1, p+h2, p+h3, p+h4, ul+h1, ul+h2, ul+h3, ul+h4, ol+h1, ol+h2, ol+h3, ol+h4, blockquote+h1, blockquote+h2, blockquote+h3, blockquote+h4 {
	padding-top: 24px;
}

h1+h2 {
	padding-top: 9px;
}

h2+h3 {
	padding-top: 9px;
}

h2+h2 {
	padding-top: 6px;
}

strong {
  font-family: 'open_sans_semibold', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

em {
	font-style: italic;
}

strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

sup {
  font-size: 10px;
  vertical-align: 2px;
}

a, a:visited, a:hover {
	color: #39adf0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li, ol li {
	list-style: disc inside none;
	padding-left: 18px;
	line-height: 20px;
}

ol li {
	list-style-type: decimal;
}

ul.clean li {
	list-style: none inside none;
}

ul li ul li {
	padding-left: 0;
}

/* Reusable classes */

#contents h1 {
	display: inline-block;
	padding: 0 0 12px 12px;
}

.ornement {
	display: inline-block;
	margin: 0 0 -2px 6px;
	width: 69px; height: 23px;
	background: no-repeat 0 0 url('/images/title_ornement.png') green;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
  text-align: center;
}

.shy {
  font-family: Georgia, 'Times New Roman', Times, serif;
	color: #909090;
}

.stronger {
	font-family: 'open_sans_condensedbold', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.hidden {
	display: none;
}

.image_placeholder {
	margin: 12px 12px 12px 12px;
	padding: 0 0 0 0;
	background: #39adf0;
}

.size100by100 {
	width: 100px; height: 100px;
}

.separator {
	width: 552px; height: 1px;
	margin: 24px 12px;
	background: #39adf0;
}

/* Colors */

.eb, .eb a, .eb a:visited, .eb a:hover {
	color: #39adf0;
}

.bpe, .bpe a, .bpe a:visited, .bpe a:hover, .ecriture, .ecriture a, .ecriture a:visited, .ecriture a:hover {
	color: #004c58;
}

.soc, .soc a, .soc a:visited, .soc a:hover {
	color: #cf0013;
}

.cinema, .cinema a, .cinema a:visited, .cinema a:hover {
	color: #b5007d;
}

.danse, .danse a, .danse a:visited, .danse a:hover {
	color: #808184;
}

.musique, .musique a, .musique a:visited, .musique a:hover {
	color: #f0d10c;
}

.theatre, .theatre a, .theatre a:visited, .theatre a:hover {
	color: #f17c00;
}

.photo, .photo a, .photo a:visited, .photo a:hover {
	color: #b7c716;
}

.arts_plastiques, .arts_plastiques a, .arts_plastiques a:visited, .arts_plastiques a:hover {
	color: #de77e7;
}

/* Blocks */

.block {
	float: left;
}

.clear_me:last-child {
	padding-bottom: 49px;
}

.clear_me {
	display: table-cell;
}

.clear_me:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0 !important;
	line-height: 0;
	font-size: xx-large;
	content: "x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x";
}

.b1 { width: 25%; }
.b2 { width: 50%; }
.b3 { width: 75%; }
.b4 { width: 100%; }

.with_8_space_up {
	margin-top: 96px;
}
.with_7_space_up {
	margin-top: 84px;
}
.with_6_space_up {
	margin-top: 72px;
}
.with_5_space_up {
	margin-top: 60px;
}
.with_4_space_up {
	margin-top: 48px;
}
.with_3_space_up {
	margin-top: 36px;
}
.with_2_space_up {
	margin-top: 24px;
}
.with_1_space_up {
	margin-top: 12px;
}

/* OOCSS Grid */

.line,.lastUnit{overflow:hidden;}
.unit{float:left;}
.unitRight{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{float:none;width:auto;_position:relative;_left:-3px;_margin-right:-3px;}

/* Partenaires */

table.partenaires {
	width: 600px;
	margin: 24px 0 24px 36px;
}

table.partenaires td {
	text-align: center;
	vertical-align: center;
}

table.partenaires tr.p1 td { width: 100%; }
table.partenaires tr.p2 td { width: 50%; }
table.partenaires tr.p3 td { width: 33.33333333333%; }
table.partenaires tr.p4 td { width: 25%; }

table.partenaires + h2 {
	margin-top: 48px;
}

.projet img.logo {
  width: 200px;
}

.full-width-picture img, img.full-width-picture {
  width: 100%;
}

h3.tagline {
  color: #000000;
  padding-top: 0;
}

/* Socials */

ul.socials {
	text-align: center;
	list-style: none inside none;
	width: 96px;
	margin: 0 auto 0 auto;
	padding: 12px 0 0 0;
}

ul.socials li.social_button {
	display: inline-block;
	position: relative;
	width: 36px; height: 22px;
	overflow: hidden;
	margin: 0 0 0 -6px;
	padding: 0 0 0 0;
}

.social_button img { position: absolute; width: 80px; }
.social_button img.twitter { left: 0px; }
.social_button img.facebook { left: -36px; }
.social_button:hover img { top: -22px; }

.nuit-bleues .visual {
  width: 150px;
}
.nuit-bleues .infos {
  width: 186px;
}

.image-with-text {
  position: relative;
  margin: 0 auto;
}

.in-image {
  position: absolute;
  top: 142px; left: 94px;
  width: 436px;
  padding: 24px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
}

.projet-produit h2 {
  font-size: 18px;
}

ul.merci {
  margin: 0 0 0 0;
  padding: 12px 18px 0 12px;
  list-style: none inside none;
}
ul.merci li {
  margin: 0 0 0 0;
  padding: 0 0 6px 0;
  list-style: none inside none;
}