body {
background-color: #000;
margin: 0px; /*marges exterieures*/
padding: 0px; /*marges interieures*/
}

/* page */
div#Page {
width: 1000px;
margin-top: 0px; /*marges exterieures*/
margin-left: auto; /*marges exterieures*/
margin-right: auto; /*marges exterieures*/
margin-bottom: 0px; /*marges exterieures*/
padding: 0px; /*marges interieures*/
background-image: url(../_img/technotonomy_home.gif);
background-repeat: no-repeat;
}
/* conteneur */
div#header{
width: 950px;
height:100px;
}
/* conteneur */
div#Conteneur950 {
width: 950px;
height:100%;
}

/* menu */
div#blocmenu{
width: 180px;
float:left;
padding-top: 30px;
}
div#menu{
width: 180px;
padding-left: 0px;
}

/* accueil */
div#bloccentre{
width: 470px;
height:100%;
paddding-left: 20px;
padding-right: 20px;
float:left;
}
div#bloccentrecontact{
background-color: #000;
width: 470px;
height:100%;
margin-top: 50px;
paddding-left: 20px;
padding-right: 20px;
float:left;
}
div#bloccentrecontact{
background-color: #000;
width: 470px;
height:100%;
margin-top: 50px;
paddding-left: 20px;
padding-right: 20px;
float:left;
}
.bloccentre li{
margin-bottom:30px;	
}
/* breves */
div#blocdroite{
width: 280px;
float:left;
padding-top: 10px;
}
div#itemblocdroite{
width: 280px;
height:100%;
margin-bottom: 20px;
}
div#lirelasuite{
width: 260px;
height:100%;
margin-top: 20px;
}

/* bloc type de contenu */
div#bloctexte{
padding-bottom: 20px;
}
div#blocimage{
padding-bottom: 0px;
}

/* Hauteur à adapter à vos besoins */
#diaporama_innerfade {
height:320px;
height: 240px;
float : left;
margin-top: 160px;
margin-left:-320px;
}
/* bordure blanche autour de l'image */
#diaporama_innerfade a img{
background: #000;
border:#FFFFFF 0px solid;
}
/* Hauteur à adapter à vos besoins */
#diaporama_innerfade_avis {
height:320px;
} 
#diaporama_innerfade_avis a img{
background: #000;
border:#FFFFFF 0px solid;
}
/* pied */

div#pied{
display: block;
width: 950px;
height:100px;
float:left;
border-top: solid 1px #888888;
margin-top:10px;
}
div#surpied{
width: 200px;
height:51px;
float:left;
margin-top:13px;
}
div#textepied{
width: 750px;
float:left;
}

.clearfix:after {
content: ".";
height:0;
clear: both;
visibility:hidden;
}
