html, body { 
padding : 0;
margin : 0;
height : 130%;
font-size : 12px;
font-variant : normal;
font-weight : normal;
font-style : normal;
color : black;
text-align : left;
background-repeat:no-repeat;
background-attachment:fixed;
font-family: "ColabT",serif;
background-image:url(../images/fond.jpg);
background-repeat:no-repeat;
}

input, textarea {
font-family: "ColabT",serif;
font-size:16px;
border:solid 1px #CCC;
border-radius:5px;
padding:5px;
margin-bottom:5px;
width:300px;
}

@font-face {
        font-family: "ColabT";
        src: url('colabthi_0-webfont.eot');
        src: url('colabthi_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('colabthi_0-webfont.svg#Myriad Pro') format('svg'),
        url('colabthi_0-webfont.woff') format('woff'),
        url('colabthi_0-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

.top {
padding-top:50px;
width:950px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
text-align:right;
height:20px;
}

#global {
text-align:center;
margin-left:auto;
margin-right:auto;
width:1000px;
min-height:700px;
background-color: rgba(255, 255, 255, 0.7);
border:solid 2px #000;
border-radius:20px;
box-shadow:0px 0px 10px #000;
}

.contDiaporama {
margin-left:20px;
width:960px;
height:200px;
border-bottom:solid 5px #ff371f;
background-color:#FFF;
}

.diaporama {
width:960px;
height:200px;
position:absolute;
overflow:hidden;
}

.diaporama img {
position:absolute;
display:none;
}

#preload {
position:absolute;
z-index:3;
margin-left:464px;
margin-top:80px;
width:32px;
height:32px;
background-image:url(../images/preloader.gif);
background-repeat:no-repeat;
}

.bandeau {
text-align:left;
font-size:25px;
}

.menu {
margin-left:200px;
margin-right:20px;
border-bottom:solid 5px #92009f;
padding-bottom:5px;
}

.item {
float:left;
margin-top:20px;
margin-right:30px;
}

.itemD {
float:right;
margin-top:20px;
}

.item a,.itemD a {
color:#000;
text-decoration:none;
}

.item a:hover,.itemD a:hover {
color:#ff371f;
}

.retour {
clear:both;	
}

.bottom {
font-size:18px;
margin-top:15px;
margin-left:auto;
margin-right:auto;
width:940px;
margin-bottom:100px;
}

.rubrique {
width:800px;
min-height:250px;
margin-left:auto;
margin-right:auto;
}

.point {
position:absolute;
width:15px;
height:15px;
background-color:#ff371f;
border:solid 2px #FFF;
margin-top:27px;
margin-left:10px;
z-index:9999;
}

.pointGris {
position:absolute;
width:15px;
height:15px;
background-color:#999;
border:solid 2px #FFF;
margin-top:27px;
margin-left:10px;
z-index:9999;
}

.clientsMecanique {
background-color:#F0F0F0;
padding:20px;
width:300px;
margin-bottom:30px;
}

.logos {
margin-left:50px;
margin-bottom:40px;
}

.logos img {
float:left;
margin-right:50px;
cursor:pointer;
}

.blocDroit {
float:right; margin-top:5px;	
}

#infobulle {
display:none;
position:absolute;
width:300px;
padding:20px;
font-size:16px;
background-color:#FFF;
border:solid 1px #ff371f;
border-radius:10px;
text-align:center;
}

a.lien:link {
text-decoration : none;
color:#FFF;
} 

a.lien:visited {
text-decoration : none;
color:#FFF;
} 

a.lien:hover {
text-decoration : none;
color:#ed7a35;
}