body
{
    background-color: #003c7a;
    background-image:url(../images/background.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: center center;
    margin:0px;
    padding:0px;
    font-family:Arial;
    font-size:15px;
    position:relative;
}
a
{
    color:#24357d;
}
a img
{
    border: none 0px;
}
hr{
    color:#25357d;
    height:1px;
    border:0px;
    background-color :#25357d;
}
#page
{
    width:979px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    background-color:White;
}
#top
{
    height:183px;
    background-image:url(../images/back_top.png);
    position:relative;
}
#logo
{
    margin-left:35px;
}
#text_membre{
    color: white;
    position:absolute;
    top:0px;
    right:0px;
    display: block;
    font-size: 12px;
    width: 246px;
    text-align: center;
    padding-top: 28px;
}
#logo_membre
{
    position:absolute;
    top:58px;
    right:0px;
    width: 246px;
    height: 45px;
}
#logo_membre a{
    display: block;
    float: left;
    
}
#menu
{
    position:absolute;
    top:150px;
    right:0px;
}
#menu ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
#menu ul li
{
    float:left;
    margin-right:15px;
}
#menu a
{
    color:White;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}
#menu a:hover
{
    text-decoration:underline;
}
#bar
{
    background-image:url(../images/bar.png);
    height:7px;
    
}
#contenu
{
    
    min-height:500px;
    padding: 15px 50px 0px 50px;
    margin-bottom:17px;
    text-align:justify;
    background-image:url(../images/back_content.png);
    background-repeat:no-repeat;
    background-position: left bottom;
    
}
#company{
    font-size: 12px;
}
#company p{

    margin-top: 0px;
    text-align: center;

}
#denmartech{
    width: 50%;
    text-align: center;
    float: left;
    display: block;
}
#distmar{
    width: 50%;
    text-align: center;
    float: left;
    display: block;
}
#bottom
{
    height:27px;
    padding-top:10px;
    width:979px;
    text-align:center;
    color:White;
    font-size:14px;
    background-image:url(../images/back_bottom.png);
    background-repeat:no-repeat;
    background-position: left bottom;
}
.BorderImage{
    border: solid 1px #25357d;
}
.BoxPhoto{
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 10px;
}
.BoxPhoto img{
    border: solid 1px #25357d;
    margin-bottom: 5px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}