@charset "utf-8";
/* CSS Document */
body {
	font-size: 0.8em;
}
.demo-block {
	width: 400px;
	margin: 0 25px 0px 0;
	list-style: none;
	position: fixed;
	display: block;
	top: 130px;
}
.demo-block li, #head li {
	padding: 10px 15px 30px 15px;
	display: inline;
	float: left;
	clear: both;
	background: #E3E3E3;
}
.redux {
	Width: 200px;
}
#head {
	width: 90%;
	list-style: none;
	position: fixed;
	display: block;
}
#head #titre {
	font-family: 'segoe_uilight', Verdana, Geneva, sans-serif;
	font-size: 3.6em;
	padding: 10px 10px 0px 10px;
}
#head #baseline {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin: 0px 0 0 0;
	padding: 0px 15px 10px 15px;
}
.demo-block #intro1 {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 15px 0 0 0px;
	width: 400px;
}
#intro1 img {
	margin: 10px 10px 0 0;
}
.nocut {
	text-align: justify;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
#listproj {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin: 10px 0 60px 500px;
	display: block;
	width: 425px;
	clear : both;
	top: 10px;
	position: relative;
}
#intro2015 {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	list-style: none;
	margin: 130px 0 0 460px;
	width: 425px;
	float: left;
	position: relative;
}
#listproj dt {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	font-size: 1em;
	background: #ff7300;
	margin: 0 0 7px 0;
	height: 20px;
	padding: 7px;
}
.titrage {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	font-size: 1.7em;
}
#listproj dt a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	height: 24px;
}
#listproj dd {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 0 0 0 10px;
}
.bouton {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
	background-color: #f9f9f9;
	border: 1px dotted #ff7300;
	margin-top: 10px;
	padding: 7px;
	display: block;
	width: 410px
}
.bouton:hover {
	background-color: #ff7300;
	border: 1px solid;
	color: #fff
}
.bouton a {
	color: #000;
	text-decoration: none;
}
.boutonredux {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	text-decoration: none;
	background-color: #f9f9f9;
	color: #000;
	font-size: 1.1em;
	border: 1px dotted #ff7300;
	margin-top: 7px;
	padding: 7px;
	display: block;
	width: 380px
}
.boutonredux:hover {
	background-color: #ff7300;
	border: 1px solid;
	color: #fff
}
.boutonredux a {
	color: #000;
	text-decoration: none;
}
#copyright {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 5px 10px 0 0; /*line-height:42px;*/
}
#video2015 {
	text-align: center;
}
.boutoned {
	font-family: 'segoe_uiregular', Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 1em;
	background-color: #f9f9f9;
	/*border: 1px dotted #ff7300;*/
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 7px;
	display: block;
	width: 410px
}
.boutoned:hover {
	background-color: #ff7300;
	color: #fff
}

@media screen and (max-width: 919px) {
#head {
	position: relative;
}
.demo-block {
	top: 0;
	position: relative;
}
#listproj {
	margin: 10px 0 0 40px;
	left: 0;
}
#intro2015 {
	margin: 25px 0 0 0;
	left: 0;
}
#listproj {
	width: 425px;
}
#intro2015 {
	width: 425px;
}
.bouton {
	width: 410px;
}
}

@media screen and (max-width: 960px) and (min-width: 920px) {
#listproj {
	width: 360px;
}
#intro2015 {
	width: 360px;
}
.bouton {
	width: 345px;
}
.boutonredux {
	width: 320px;
}
}
