/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family:"Century Gothic", Arial, serif;
	font-size: 12px;
}
a {
	text-decoration:none;
}
img {
	border: 0px none;
}
.h2_and_top
{
	width:100%;
	float:left;
	margin-top:70px;
	text-align:center;
	margin-bottom:20px;
	color:#999;
}
#smart_ecole
{
	width:100%;
	
}
#smart_ecole ul
{
	margin-left:30px;
	margin-bottom:20px;
}
#smart_ecole ul ul
{
	margin-left:30px;
	list-style-type:square;
	color:#666;
	margin-top:10px;
	margin-bottom:10px;
}
#smart_ecole .cadre
{
	background-color:#CCC; 
	padding:3%;
	width:96%;
	font-size:17px;
	
	
}
#smart_ecole .cadre_architectes img
{
	margin:auto;
	display:block;
}
#h1-header
{
	position:fixed;
	margin:auto;
	top:0px;
	z-index:1000;
	color:#999;
	font-size:11px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	padding-left:30px;
	display:none;;
	
}
h2
{
	font-weight:normal;
}
.helpdesk 
{
	margin-left:20px;
}
.helpdesk  li
{
	margin-bottom:10px;
	list-style:none;
	color:#666;
	text-align:justify;
}
.img-wrapper { /* doit etre un table element */
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
.img-wrapper td {
   vertical-align: middle;
   text-align: center;
}
.border {
	border-top:1px solid #ebebeb;
}
.radius {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
.big
{
	font-size:27px;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
}
body {
	
}
p
{
	padding:0px;
	margin:0px;
	display:inline;
	text-align:justify;
	
}
.center-block {
	margin-right:auto;
	margin-left:auto;
	width:1000px;
}
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.bg {
	background-color:#004d9a;
	height:80px;
	margin-top:15px;
}
em
{
	color:#999;
	
}
a#demande_devis
{
	float:right;
	display:block;
	text-align:right;
}
.header-top {
	border-bottom:1px solid #e8e8e8;
	background-color:#FFF;
	position:fixed;
	top:0px;
	z-index:999;
	width:100%;
}
.header-top .container {
	
}
.header-top .container > span {
	float:right;
}
.header-top .contact {
	margin-left:15px;
	width:auto;
}
.header-top .contact .img {
	height:34px;
	width:14px;
	display:block;
	float:left;
	background-image:url(../images/contact.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-right:3px;
}
.header-top .contact .text {
	line-height:34px;
	vertical-align:middle;
	display:block;
	float:left;
}
.header-top .contact a {
	color:#999999;
}
.header-top .devis {
	
}
.header-top .devis a {
	color:#999999;
}
.header-top .devis .img {
	height:34px;
	width:14px;
	display:block;
	float:left;
	background-image:url(../images/devis.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-right:3px;
}
.header-top .devis .text {
	line-height:34px;
	vertical-align:middle;
	display:block;
	float:left;
}
.header-top .fan {
	
	margin-right:20px;
}
.header-top .fan a {
	color:#999999;
}
.header-top .fan .img {
	height:34px;
	width:14px;
	display:block;
	float:left;
	background-image:url(../images/fb.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-right:3px;
}
.header-top .fan .text {
	line-height:34px;
	vertical-align:middle;
	display:block;
	float:left;
}

.header {
	position:fixed;
	top:35px;
	z-index:999;
	width:100%;
	background-image:url(../images/shadow.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	padding-bottom:4px;
}
.sub-header {
	background-color:#FFF;
}
.header .contener {
	
}
.header .logo {
	display:block;
	float:left;
}
.header .logo img {
	height:60px;
}
.div-menu {
	float:right;
	margin-bottom:20px;
}
.banniere {
	background-image:url(../images/shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:4px;
	margin-top:98px;
	/*border-bottom:1px solid #999;*/
}
.banniere .contener {
	width:1000px;
	padding:0px;
}


.body-1 {
	margin-top:70px;
}
.body-1 .block {
	float:left;
	width:33.2333%;
	padding-bottom:40px;
}
.body-1 .sp {
	background-color:#dedfdb;
	height:265px;
	width:1px;
	float:left;
}
.body-1 .block .titre {
	font-size:14px;
	display:block;
	width:230px;;
	line-height:42px;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:40px;
	border:1px solid #e7e7e7;
	
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.body-1 .block:hover .titre {
	background-color:#0062c4;
	color:#FFF;
	border:1px solid #0062c4;
}
.body-1 .block .img {
	display:block;
	width:100%;
	text-align:center;
}
.body-1 .block .plus-infos {
	font-size:9px;
	color:#737373;
	float:right;
	display:block;
	margin-right:45px;
}


.body-2 {
	padding-top:80px;
	padding-bottom:40px;
}
.body-2 .contener { 
	width:763px;
	
}
.body-2 .titre {
	font-size:40px;
	text-align:center;
	display:block;
	text-transform:uppercase;
}
.body-2 .titre-2 {
	font-size:12px;
	text-align:center;
	display:block;
}
.body-2 .devis {
	font-size:21px;
	text-align:center;
	display:block;
	background-color:#004d9a;
	color:#FFF;
	line-height:66px;
	vertical-align:middle;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:150px;
	padding:0px 38px;
	
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.body-2 .devis:hover {
	background-color:#0062C4;
}




.body-3{
	padding-top:60px;
}
.body-3 { 
	
}
.body-3 .contener { 
	
}
.body-3 .left {
	float:left;
	width:50%;
	background-image: url(../images/a_propos.png);
	background-position:center;
	height:175px;
}
.body-3 .right {
	float:right;
	width:48.5%;
}
.body-3 .right .text-1 {
	font-size:26px;
	display:block;
	text-transform:uppercase;
}
.body-3 .right .text-2 {
	font-size:47px;
	display:block;
	margin-bottom:15px;
	text-transform:uppercase;
}
.body-3 .right .text-3 {
	font-size:12px;
	display:block;
}
.body-3 .right .infos {
	font-size:13px;
	display:block;
	float:right;
	color:#737373;
}
.footer-top {
	margin-top:50px;
}
.footer-top .left {
	float:left;
	width:23.9%;
}
.footer-top .left .text-1 {
	font-size:26px;
	text-transform:uppercase;
}
.footer-top .left .text-2 {
	font-size:48px;
	text-transform:uppercase;
}
.footer-top .caroussel {
	float:right;
	width:
}
.footer-middle {
	margin-top:40px;
	border-top:#e8e8e8 solid 1px;
	border-bottom:#e8e8e8 solid 1px;
	height:30px;
	/*background-color:#bedbf8;*/
}
.footer-middle .contener {
/*	background-color:#bedbf8;*/
}
.footer-middle .list {
	display:block;
	list-style:none;
	float:left;
	width:100%;
}
.footer-middle .list li {
	float:left;
}
.footer-middle .list li a {
	line-height:30px;
	height:30px;
	vertical-align:middle;
	padding-left:25px;
	padding-right:25px;
	color:#747c83;
	text-decoration:none;
	font-size:10px;
}
.footer-middle .list li:hover a,
.footer-middle .list li:hover a.active {
	color:#000;
	
}
.footer-bottom {
	
}
.footer-bottom .contener {
	text-align:right;
}
.footer-bottom .copyright {
	text-align:right;
	line-height:40px;
	vertical-align:middle;
	margin-bottom:20px;
	display:block;
	text-transform:uppercase;
	color:#666;
}
.banniere .banner {
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	margin-top:-3px;
}
.banniere .banner img {
	width:100%;
}
.body .projet {
	width:100%;
	margin-top:-3px;
}
.body .projet .contener {
	width:281px;
	line-height:36px;
	vertical-align:middle;
	text-align:right;
	float:right;
	text-transform:uppercase;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.body .projet span {
	color:#666;
	font-size:13px;
	float:right;
}
.body .projet img {
	margin: 5px 13px 0px 13px;
	float:right;
	display:block;
}
.news
{
	width:100%;
	margin-top:20px;
}
.news .bloc_news
{
	margin-bottom:30px;
	font-weight:normal;
	float:left;
	width:100%;
}
.news .bloc_news h2
{
	font-size:17px;
	color:#000;
	text-transform:uppercase;
}
.news .bloc_news:hover p
{
	border-left:#000 solid 3px;
}
.news .bloc_news p
{
	border-left:#CCC solid 3px;
	padding-left:20px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	line-height:23px;
	padding-top:0px;
	padding-bottom:0px;
	color:#333;
}
.news .bloc_news .a_h2
{
	border:none;
}
.news .bloc_news a
{
	display:block;
	float:right;
	margin-top:20px;
	width:100%;
	border-top:#CCC solid 1px;
	padding-top:10px;
	text-align:right;
	color:#666;
	text-decoration:none;
}
.news_detail
{
	width:100%;
	color:#666;
	line-height:21px;
	
}
.news_detail p
{
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}
.news_detail img
{
	display:none;
}
.news_detail h2#news_titre
{
	font-size:19px;
	width:100%;
	float:left;
	margin-top:30px;
	border:#CCC solid 1px;
	padding:10px;
	color:#666;
}
.news_detail a.plus_detail2
{
	width:100%;
	display:block;
	text-align:right;
	text-decoration:none;
	color:#000;
	border-top:#CCC solid 1px;
	padding-top:10px;
	float:left;
}
.news_detail ul
{
	margin-left:20px;
	margin-bottom:20px;
	width:100%;
	float:left;
}
@media screen and (min-width:1000px)  {
.header .logo {
	position:absolute;

}
.header .logo img {
	height:auto;
	
}
#h1-header
{
	display:block;
}
}
@media screen and (min-width:481px) and (max-width:999px) {
	.center-block {
		width:100%;
	}
	.header {
		position:static;
	}
	
	.header-top {
		margin-top:44px;
		position:static;
		margin-top:0px;
		clear:both;
	}
	.footer-top .left {
		width:90%;
		float:none;
		padding-left:5%;
		padding-right:5%;
	}
	.footer-top .caroussel {
		width:100%;
		float:none;
	}
}
@media screen and (max-width:999px) {
	.header-top {
		display:none;
	}
	.header {
		background:none;
		padding-bottom:0px;
	}
	.header .logo {
		width:100%;
		text-align:right;
	}
	.header .logo a {
		display: block;
		position: absolute;
		top: 0;
		z-index: 999999;
	}
	.banniere {
		margin-top:0px;
		display:none;
	}
	.nivoSlider {
		display:none;
	}
	.body-1 {
		margin-top:20px;
	}
	.body-2 {
		padding-top:20px;
	}
	.body-3 .left {
		width:98%;
		padding-left:2%;
		text-align:center;
		overflow:hidden;
	}
	.body-3 .right
	, .body div.block {
		width:90%;
		padding-left:5%;
		padding-right:5%;
	}
	.body-3 .right .text-1 
	, .block span.text-1 {
		text-align:center;
	}
	.body-3 .right .text-2
	, .block span.text-2 {
		font-size:31px;
		text-align:center;
	}
	.block span.text-3 {
		width:100%;
	}
	.body-3 .right .infos {
		display:none;
	}
	.footer-middle {
		display:none;
	}
	.footer-bottom .copyright {
		border-top:1px solid #CCC;
		margin-top:15px;
		margin-bottom:0px;
		text-align:center;
	}
	.body-3 .right {
		margin-top:15px;
	}
	.body-3 .right .text-3 {
		text-align:center;
	}
}
@media screen and (max-width:691px) {
	.body-1 .block {
		width:100%;
		float:none;
		margin-bottom:30px;
	}
	.body-1 .sp {
		display:none;
	}
	.body-1 .block .titre {
		margin-bottom:0px;
	}
	.body-1 .block .plus-infos {
		display:none;
	}
	.body-2 .contener {
		width:100%;
	}
	.body-2 .titre {
		font-size:33px;
	}
	.footer-middle .list li {
		width:100%;
	}
	.footer-middle .list li a {
		width:100%;
		text-align:center;
		display:block;
		padding:0px;
	}
}
@media screen and (max-width:480px) {
	.center-block {
		width:100%;
	}
	.header {
		position:static;
	}
	.header-top {
		margin-top:44px;
		position:static;
		margin-top:0px;
		clear:both;
	}
	.nivoSlider a.nivo-imageLink {
		float:right;
		display:block;
	}
	.footer-top {
		display:none;
	}
}