.fancybox-inner .cke_editable { color: #000040; background-color: #FFFFFF;  }

html, body {
	height: 100%;
}

a:link {
	color: #000040;
	text-decoration: none;
}

a:visited {
	color: #000040;
}

a:hover {
	color: #000040;
	text-decoration: none;
}

img {
	-ms-interpolation-mode: bicubic;
	border: medium none;
	outline: none !important;
}

body {
	color: #000040;
	background-color: #00b6f1;
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana,Segoe,sans-serif; 
	line-height: 1.25;
}

.global.top {
	min-height: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #00b6f1;
	background-image: url('../img/banderepet.png');
	background-repeat: repeat-y;
}

.global.bottom {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	height: 135px;
	position: relative;
	background-image: url('../img/bas.png');
	background-repeat: no-repeat;
}
	

#header {
	height: 320px;
	max-width: 1020px;
	background-image: url('../img/haut.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
    z-index: 10;
}

#nav {
	font-family: Arial;
	float: left;
	height: 48px;
	left: 26px;
	position: relative;
	top: 268px;
	width: 934px;
}

#nav_bottom {
	margin: auto;
	width: 790px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	min-height: 714px;
    padding-left: 6%;
    padding-right: 6%;
}

#footer {
	text-align: center;
	position: relative;
	bottom: 0;
	max-width: 1020px;
	z-index: 1;
	height: 135px;
}

#copyright {
    display: block;
    margin: auto;
    position: relative;
    text-align: center;
	font-size: 0.9em;
	color: #00b0f0;
	max-width: 950px;
}

#copyright a:link, #copyright a:hover, #copyright a:visited {
	color: #000040;
	text-decoration: underline;
	font-weight: bold;
}

.hoverclass {
	border: 2px dashed #B3B3B3;
}

.container {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.bt-presentation {
	margin-left: 70px;
}

.bt-services {
	margin-left: 60px;
}

.bt-contact {
	margin-left: 60px;
}

.bt-produits {
	margin-left: 60px;
}

.bt-intervention {
	margin-left: 60px;
}

.current, #menu li a:hover {
	color: #bf1b2e !important;
}

#menu {
	list-style-type: none;
	padding: 0;
	bottom: 22px;
	z-index: 10;
	position: absolute;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	color: #0072a3;
	font-size: 1.4em;
	text-shadow: 1px 1px 2px #999;
}

#menu li a span {
	visibility: hidden;
}

.elem_images {
	padding: 5px;
}

.elem_image_border {
	box-shadow: 1px 1px 12px #555;
}

#bs-example-navbar-collapse-2 .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }