/* CSS Document */

#myContent{
	margin-bottom:10px;
}

body{
	background-image:url(images/communs/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#D2D2D2;
}

img{
	border:0px;
}

/* MENU */

.menu{
	float:left;
}

.menu-qui, .menu-produits, .menu-offres, .menu-actualites, .menu-realisations, .menu-contact{
	float:left;
	background-repeat:no-repeat;
	margin-top:12px;
}

.menu-qui{	background-image:url(images/communs/menu-qui-on.gif);}
.menu-produits{ background-image:url(images/communs/menu-produits-on.gif);}
.menu-offres{ background-image:url(images/communs/menu-offres-on.gif);}
.menu-actualites{ background-image:url(images/communs/menu-actualites-on.gif);}
.menu-realisations{ background-image:url(images/communs/menu-realisations-on.gif);}
.menu-contact{ background-image:url(images/communs/menu-contact-on.gif);}

/* MENU BAS */

.menu-bas{
	width:550px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

.signature-ceasycom{
	width:90px;
	margin-right:10px;
	margin-top:10px;
	float:right;
}

/* COMMUNS */
.titre, .bottom, .vignette, .separation{
	float:left;
}