* {margin: 0; padding: 0; border:0;	letter-spacing: normal; outline:none;box-sizing:border-box;text-decoration:none;color:#fefefe;}
html {
}
body {
	background: rgba(0, 0, 0, 0) linear-gradient(135deg, #fff 0%, #fff 14%, #127ac1 40%, #04792a 100%) no-repeat fixed 0 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	
}
.liens {
	font-size: 12px;
	font-weight: normal;
	color:#cecece;
}
.liens a{
	text-decoration: underline;
}
.liens a:hover{
	text-decoration: none;
}
.clean {
	clear: both;
	display: block;
}

#centrage {
	position: relative;
	background-color: rgba(0, 130, 130, 0.3);
	box-shadow: 0 0 5px #000;
	width:100%;
	max-width:1100px;
	min-width:800px;
	margin:0px auto;
}
#banniere {
	position: relative;
	width:100%;
	height:225px;
}
/*
	border:1px solid #f55;
	margin: 10px 0 0;
	background-color: rgba(200, 200, 200, 0.2);
*/	
#banniere a.index{
	position: relative;
	float:left;
	width:44%;
	max-width:424px;
	max-height:225px;
	z-index:99;
}
#banniere .logo{
	width:100%;
	height:100%;
	min-height: 100px;
    min-width: 270px;
}
#banniere .slogan{
    float: right;
	right:10px;
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    text-shadow: 1px 1px 1px #000;
	text-align:right;
    z-index: 99;
}
#diapo_cont {
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}

.diapo_horizontal{
	position: absolute;
	top:0;left:0;
	width:5500px;
	height:100%;
}
.diapo_horizontal img{
	display:inline-block;
	width:1100px;
	height:100%;
	float:left;
}
.diapo_vertical {
	position: absolute;
	top:0;left:0;
	width:100%;
	height:100%;
}
.diapo_vertical img{
	display:block;
	width:100%;
	height:100%;
}
#navigation {
	position: absolute;
	width:100%;
	height:40px;
	box-shadow: 0px 2px 3px -2px #000;
	left: 0;
	bottom: 0;
	text-align: right;
	line-height:40px;
	z-index:55;
}
#navigation a{
	position: relative;
	background-color: #65ae00;
    display: inline-block;
	padding:0 10px;
	box-shadow: 0 0 1px #000;
	height:100%;
	vertical-align:top;
}
#navigation a#menuFacebook{
	background-color: #3865A3;
	padding:0!important;
}
#navigation a:hover, .select_page{
	background-color: #93121F !important;
}
#navigation a#menuFacebook:hover{
}
#certification {
	position: relative;
	left: 0;
	bottom: 0;
	text-align: center;
	margin-top:10px;
}
#certification img{
}
#contenu {
	position: relative;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	width:100%;
}
#contenu p.texte{
	text-align:left;
	text-align:justify;
	padding:10px;
}
#contenu p.texte:first-letter{
	padding-left:10px;
	color:#ffff37;
	font-size:1.2rem;
	font-weight:600;
}
#contenu p.texte span{
	color:#ffff37;
	font-size:1.2rem;
	font-weight:600;
	white-space:nowrap;
}
#contenu p.slogan{
	background-color: rgba(0, 0, 0, 0.6);
	width:100%;
	font-size:1.4rem;
	opacity:0.5;
}
.fading {display:none;width:100%;padding:5px 0;}

.histoD {
	float:right;
	border-radius:5px 0 0 5px;
	margin-left:10px;
	box-shadow: -1px 0 2px #fff;
	width:25%;
}
.histoG {
	float:left;
	border-radius:0 5px 5px 0;
	margin:10px 10px 10px 0;
	box-shadow: 1px 0 2px #fff;
	width:25%;
}
.img_big {
    cursor: zoom-in;
}
@media (max-width: 900px) {
	#contenu p.slogan, #banniere .slogan{font-size:1.1rem;}
}

.gauche {text-align:left;}
.droite {text-align:right !important;}
.jaune {color:#ee7;}
#pied {
	position: relative;
	box-shadow: 0 -2px 5px -3px #000;
	width:100%;
    font-size: 1rem;
	text-align:center;
}
#cont_services {
	position: relative;
	width:100%;
	margin:0 0 10px;
}
.desc_service {
	text-align:left;
}
.desc_service div {
	min-height:170px;
}
.desc_service div ul{
	padding:5px 0;
}
.desc_service div li {
	margin: 3px 0 0 130px;
	padding:0 0 0 20px;
	list-style-type: none;
	background-image: url("graphs/puce.png");
	background-repeat:no-repeat;
	background-position:left center;
}
.desc_service div p{
	font-size:1.5rem;
	color:#ffff37;
	font-weight:600;
	padding:0 0 0 20px;
}
.desc_service div img{
	float:right;
	height:130px;
	box-shadow: 2px 1px 2px #000;
	margin: 0 10px 0 0;
}

#choix_services {
	position: relative;
	background-color: #3C3298;
	box-shadow: 1px 1px 2px #000;
	color: #ee7;
	display: none;
	text-align: left;
	z-index:99;
}
#choix_services p {
	display:inline-block;
	line-height:38px;
	padding:0 10px;
	border-right: 1px solid #9c9c9c;
}
#choix_services p.deselect{
	background-color:transparent;
	font-weight:600;
	cursor:pointer;
}
#choix_services p.select{
	background-color:#985a60;
	text-shadow: 1px 1px 2px #000;
	font-weight:600;
}
p.titre{
	background-color: #4e4e70;
    color: #efefef;
	border-right: 2px solid #303030 !important;
    font-style: italic;
}
#cont_services .service p.agrandir{
    color: #efefef;
	text-align:right;
    font-size: 10px !important;
	padding:0 10px 3px;
	display:none;
}
.desc_histo {
	text-align:left;
	margin-left:250px;
}
.desc_histo li{
	list-style-type: circle;
}
.histo_cat {
	display:block;
	text-align:center;
}
/****images big****/
#aff_full {
    background: rgba(50, 100, 180, 0.7);
    cursor: zoom-out;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
	text-shadow:initial;
}
#aff_full #cont_img {
    color: #333;
    font-weight: 600;
}
#aff_full #cont_img p.top {
    top: 18px;
}
#aff_full #cont_img p {
    position: relative;
	color: #7d7d7d;
    font-size: 12px;
    z-index: 10000;
}
#aff_full #cont_img img{
	max-width:100%;
	max-height:100%;
	margin:0;
	box-shadow: 2px 2px 2px #111;
	border: solid;
	border-color: #f9f9f9;
	border-width: 20px 1px;
    z-index: 9999;
}
#aff_full #cont_img p.bas{
    bottom: 24px;
}

/****haut de page****/
.top_link {
	background: url(graphs/home.png) no-repeat;
	position:fixed;
	right:20px;
	bottom:20px;
	border-radius:5px;
	color:#fff;
	width:40px;
	height:40px;
	cursor:pointer;
	display:none;
	opacity:0.5;
	z-index:99;
}
.top_link:hover {opacity:1;}

/****google****/
#google_cont {
	float:right;
	width:49%;
	height:270px;
	margin:10px 5px 10px 0;
	border:1px solid #efefef;
}

/****realisation et actus****/
.realisation, .actus {
	background-color:rgba(128,128,128,0.5);
	width:98%;
	box-shadow:1px 1px 2px #000;
	text-align:left;
	margin:5px auto 15px;
}
.realisation p{
	width:100%;
	padding:5px 0 5px 20px;
}
.realisation p:first-of-type, .actus p:first-of-type{
	background-position:5px center;
	background-repeat:no-repeat;
	line-height:26px;
	font-size:20px;
	padding-left:40px;
	width:100%;
	color:#ffff37;
}
.realisation p:first-of-type {
	background-image: url(graphs/vignettes/vignette6.png);
	background-color:#127ac1;
}
.actus p:first-of-type {
	background-color:#077A39;
}

.realisation .images{
	position: relative;
	border-top:1px dotted #ccc;
	padding:5px;
	text-align:center;
}
.realisation .images img{
	width:165px;
	margin:0 5px;
	box-shadow: 2px 2px 2px #000;
	cursor:zoom-in;
}
.realisation .images img:hover{
	box-shadow: 0px 0px 4px #fff;
}

.actus p{
	width:83%;
	padding:5px 0 5px 20px;
}
.actus p span{
	display:inline-block;
	float:right;
	font-size:12px;
	margin-right:5px;
	text-shadow:initial;
	color:#eee;
	font-family:Arial, sans-serif;
	text-align:center;
}

.actus .images_actu {
	position: relative;
	float:right;
	padding:5px;
	text-align:center;
}

p.agrandir{
    color: #efefef;
	text-align:right;
    font-size: 10px !important;
	padding:0 10px 3px;
}









