a {
	color: #373737;
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #55a2e6 url("/images/background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	backface-size: cover;
	
	font-family: Arial, sans-serif;
	font-size: 12pt;
	margin: 0;
}
h1 {
	font-size: 1.6em;
	margin-top: 15px;
}
h2 {
	font-size: 1.4em;
}
h3 {
	margin-top: 10px;
}
strong {
	font-weight: bold;
}

#bandeau {
	background-color: #00aeef;
	background-color: rgba(0, 174, 239, 0.95);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50);
	height: 50px;
}

#container {
	/* Margin négat. pour traverser bandeau */
	margin: -50px auto;
	width: 80%; max-width: 1200px;
}
#header_logo {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
	display: inline-block;
	overflow: visible;
	height: 140px;
}


/****************************/
/* MENU HORIZONTAL + ICONES */
/****************************/

.horizList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.horizList li {
	display: inline-block;
}
#menuH {
	display: inline-block;
	font-size: 13.5pt;
	font-weight: bold;
}
#menuH li {
	line-height: 50px;
	vertical-align: top;
}
#menuH li:first-child a:hover, #menuH li:first-child a.currPage {
	box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.75);

}
#menuH a {
	color: #ffffff;
	display: block;
	padding: 0 25px;
	text-decoration: none;
}
#menuH .currPage {
	background-color: #43c0ef;
}
#menuH a:hover, #menuH a:focus, #icones li:hover, #icones a:focus li {
	background-color: #6dcff6;
}
#phoneLink {
	display: none;
}
#phoneLink img {
	display: block;
	padding: 9px 0 10px 0;
}

#icones {
	float: right;
	overflow: visible;
}
#icones li {
	background: none no-repeat center center;
	height: 50px;
	vertical-align: middle;
	width: 50px;
}
#icones a {
	display: inline-block;
}
#icones img {
	padding: 7px;
}
/* Affichage bulle */
#icones li:hover > div.bulle {
	display: block;
}
div.bulle:hover {
	display: block;
}


/**************/
/* INFOBULLES */
/**************/

.bulle {
	color: #ffffff;
	display: none;
	position: relative;
	top: 0;
	left: -135px;
	width: 180px;
}
.bulle_tip {
	background: url("/images/bulle_tip.png") no-repeat right top;
	height: 20px;
}
.bulle_content {
	background-color: #0f0f0f;
	background-color: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50);
	border-radius: 3px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}


/****************/
/* AUTRES BLOCS */
/****************/

#main {
	margin-top: 5%;
}
#contenu, #actus {
	background-color: #f2f2f2;
	background-color: rgba(242, 242, 242, 0.95);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50);
	display: inline-block;
	vertical-align: top;
}
#contenu {
	width: 75%;
}
#actus {
	margin-left: 5%;
	font-size: 14pt;
	width: 20%;
}
#footer {
	background-color: #f2f2f2;
	background-color: rgba(242, 242, 242, 0.88);
	margin-top: 5%;
}
#footerInfos li {
	border-right: 1px solid #b9b9b9;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 15px;
	text-align: left;
	vertical-align: middle;
}

#sort {
	padding: 0;
	text-align: center;
}
#sort li {
	border: 1px dashed gray;
	display: inline-block;
	height: 150px;
	margin: 1%;
	padding: 5px;
	text-align: center;
	width: 150px;
	vertical-align: top;
}
#sort img {
	vertical-align: middle;
}

/* LIEN PARTENAIRES */
li.partLink {
	border: 0 !important;
	display: block;
	margin: 0;
	padding: 0 !important;
	float: right;
}
.partLink a {
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	vertical-align: middle;
}
.partLink a:hover, .partLink a:focus {
	background-color: #c8c8c8;
}
#copyright {
	border-top: 1px solid #c3c3c3;
	color: #3c3c3c;
	clear: both;
	margin: auto;
	padding-top: 10px;
	text-align: center;
	width: 35%;
}
#copyright span {
}

.padding15 {
	padding: 15px;
}
.padding5p {
	padding: 3%;
}

#presta_liste ul {
	margin-top: 5px;
}
#presta_liste h4 {
	margin-top: 25px;
	margin-bottom: 10px;
}

#partenaires a {
	text-decoration: none;
}
#partenaires a img {
	display: inline-block;
	vertical-align: bottom;
}
#partenaires .actions img {
	vertical-align: baseline;
}
#partenaires a:hover {
}

/********************/
/* CLASSES DIVERSES */
/********************/

.aCenter {
	text-align: center;
}
.noBold strong {
	font-weight: normal;
}
.bigButton {
	padding: 15px 20px;
	font-size: 1.4em;
}
.red {
	color: #ff0000;
}
.hidden {
	display: none;
}
.actions.btn a {
	background-color: #d7d7d7;
	border: 1px solid #a9a9a9;
	border-radius: 3px;
	color: #000000;
	line-height: 30px;
	padding: 4px 3px 2px 3px;
	text-decoration: none;
}
.actions.btn a:hover {
	background-color: #cdcdcd;
}
.actions.btn a img {
	vertical-align: -2px;
}
.highlight {
	border-left: 2px solid #aaaaaa;
	padding-left: 5px;
	font-weight: bold;
}

/*************************/
/* GALLERIE REALISATIONS */
/*************************/

#realisations_image img {
	display: block;
	/*margin: 0 -15px;*/
	max-width: 100%;
}
.gallerie {
	text-align: center;
}
.gallerie .imageContainer {
	display: inline-block;
	margin: 2%;
}
.gallerie img {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	overflow: hidden;
	vertical-align: middle;
}

/*************************/
/* GESTIONNAIRE GALLERIE */
/*************************/

.galleryMgr dl {
	clear: both;
	margin: 0 0 3% 0;
}
.galleryMgr dt {
	display: inline-block;
	margin: 0 2% 0 0;
	text-align: center;
	width: 150px;
}
.galleryMgr dd {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	width: 60%;
	max-width: 350px;
}
.galleryMgr p {
	margin: 0 0 5px 0;
}
.galleryMgr.currentUploads dl {
	background-color: #f5ebaa;
}
div.galleryMgr input[type="text"], div.galleryMgr textarea {
	width: 100%;
}


/***************/
/* FORMULAIRES */
/***************/

input[type="text"], input[type="password"], textarea {
	border: 1px solid #a9a9a9;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	padding: 2px;
	width: 300px;
	max-width: 100%;
}
input.erreur, textarea.erreur {
	border: 1px solid red;
}
form p > label {
	display: inline-block;
	margin-top: 4px;
	vertical-align: top;
	width: 150px;
}
input[type="submit"], button {
	font-size: 13pt;
}
.checkHighlight {
	width: 300px;
}
.checkHighlight label {
	border: 1px solid #a9a9a9;
	display: inline-block;
	padding: 2px;
	width: 300px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
.checkHighlight.checked label {
	background-color: #aeeeb0;
}
.captchaLabel {
	display: inline-block;
	width: 152px;
}
.captcha {
	display: inline-block;
}
.g-recaptcha {
	position: relative;
}

/************/
/* MESSAGES */
/************/

.msg {
	border: 1px solid gray;
	border-left-width: 3px;
	padding: 5px 10px;
}
.msg h3 {
	margin: 10px 0;
}
.msg p {
	margin: 5px 0;
}
.msg.erreur {
	background-color: #ffc8c8;
	border-color: red;
}
.msg.succes {
	background-color: #c6ffcf;
	border-color: #00ff00;
}


/***************/
/* LISTE MAILS */
/***************/

#mailsList .mailContainer:last-child {
	margin-bottom: 0;

}
.mailContainer {
	background-color: #e6e6e6;
	border: 1px solid #cdcdcd;
	margin-bottom: 3%;
}

.mailHeader, .mailContent, .mailDetails {
	padding: 5px;
}

.mailHeader {
	border-bottom: 1px dashed gray;
}


/************/
/* MENU ACP */
/************/

#acp_menu {
	background-color: #e6e6e6;
	border: 1px solid #cdcdcd;
	margin-bottom: 2%;
}
#acp_menu ul {
	font-size: 11pt;
	text-align: center;
}
#acp_menu li {
	line-height: 35px;
	vertical-align: top;
}
#acp_menu ul a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
#acp_menu ul a:hover, #acp_menu a:focus {
	background-color: #d7d7d7;
}
#acp_menu ul a.currPage {
	background-color: #cdcdcd;
}


/********************/
/* DISPLAY TABLETTE */
/********************/

/* TABLETTE PAYSAGE */
@media screen and (max-width: 1200px) {
	#container {
		width: 90%;
	}
}

/* TABLETTE PORTRAIT */
@media screen and (max-width: 950px) {
	#container {
		width: 95%;
	}
	#contenu {
		width: 70%;
	}
	#actus {
		width: 25%;
	}
	#menuH a {
		padding: 0 8px;
		font-size: 12pt;
	}
}

@media screen and (max-width: 700px) {
	#icones {
		display: none;
	}
}

/*******************/
/* DISPLAY MOBILES */
/*******************/

@media screen and (max-width: 600px) {
	#bandeau {
		display: none;
	}
	#container {
		margin-top: 0;
		width: 100%;
	}
	#header {
		background-color: #00aeef;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50);
		overflow: hidden;
	}
	#header_logo {
		background-color: #ffffff;
		text-align: center;
		width: 100%;
		height: auto;
	}
	#header_logo img {
		width: 30%;
		height: auto;
	}
	#menuH {
		text-align: center;
		margin-top: 0;
	}
	#menuH li:first-child a:hover, #menuH a.currPage {
		box-shadow: none !important;
	}
	#phoneLink {
		display: inline-block;
	}

	#icones {
		display: none;
	}
	#main {
		margin-top: 0;
	}
	#contenu {
		display: block;
		width: 100%;
	}
	#actus {
		display: block;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	#footer {
		margin-top: 10px;
	}
	#footerInfos li {
		border: 0;
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	li.partLink {
		display: inline;
		float: none;
	}

	#sort li {
		margin: 0.5%;
		padding: 0;
	}

	input[type="text"], textarea {
		font-size: 12pt;
		padding: 2px;
		width: 100%;
	}

	form p > label {
		max-width: 150px;
		width: auto;
	}
	.captchaLabel {
		display: none;
	}
}


/************/
/* LIGHTBOX */
/************/

/* Preload images */
body:after {
	content: url(/images/close.png) url(/images/loading.gif) url(/images/prev.png) url(/images/next.png);
	display: none;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(/images/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(/images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(/images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13pt;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(/images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}


/***************/
/* Mini Upload */
/***************/


/*----------------------------
    The file upload form
-----------------------------*/


#upload{
	margin: 0 0 30px 0;
	width: 100%;
}

#drop{
	background-color: #d7d7d7;
	border: 1px dashed #a9a9a9;
	padding: 10px 50px;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;

	font-size: 16px;
	font-weight: bold;
}

#drop a{
	background-color:#007a96;
	padding:12px 26px;
	color:#fff;
	font-size:14px;
	border-radius:2px;
	cursor:pointer;
	display:inline-block;
	margin-top:12px;
	line-height:1;
}

#drop a:hover{
	background-color:#0986a3;
}

#drop input{
	display:none;
}

#upload ul{
	list-style:none;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}

#upload ul li{
	background-color:#333639;
	background-image:-webkit-linear-gradient(top, #333639, #303335);
	background-image:-moz-linear-gradient(top, #333639, #303335);
	background-image:linear-gradient(top, #333639, #303335);

	border-top:1px solid #3d4043;
	border-bottom:1px solid #2b2e31;
	padding:15px;
	height: 52px;

	position: relative;
	overflow: hidden;
}

#upload ul li input{
	display: none;
}

#upload ul li p{
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	color: #EEE;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 100px;
}

#upload ul li i{
	font-weight: normal;
	font-style:normal;
	color:#7f7f7f;
	display:block;
}

#upload ul li canvas{
	top: 15px;
	left: 32px;
	position: absolute;
}

#upload ul li span{
	width: 15px;
	height: 12px;
	background: url('/images/icons.png') no-repeat;
	position: absolute;
	top: 45px;
	right: 33px;
	cursor:pointer;
}

#upload ul li.working span{
	height: 16px;
	background-position: 0 -12px;
}

#upload ul li.error p{
	color:red;
}


#tzine-download{
	opacity:0.9;
	background-color:#257691;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
	width:150px;
	height:28px;
	line-height:28px;
	text-decoration:none !important;

	display: inline-block;
	border-radius: 2px;
	color: #fff !Important;
	font-weight: bold;
	box-shadow: 0 -1px 2px #1e5e74 inset;

	border-top:1px solid #26849c;

	text-shadow:1px 1px 1px #1e6176;
	margin-top:6px;
}

#tzine-download:hover{
	opacity:1;
}

#tzine-actions{
	position:absolute;
	top:0;
	width:500px;
	right:50%;
	margin-right:-420px;
	text-align:right;
}

#tzine-actions iframe{
	display: inline-block;
	height: 21px;
	width: 95px;
	position: relative;
	float: left;
	margin-top: 11px;
}