	html, body 
	{
	background: #999999 url('../img/fond.jpg') center top no-repeat;
	width:980px;
	margin:0 auto;
	}
	
	
	#margehaut 
	{
	
	width:980px;
	height:298px;
	text-align:center;
	margin-left:2px;	
	}
	
	#contenaire
	{
	margin:0 auto;
	background: transparent;
	width:980px;
	font-family: arial, georgia; 
	}

/*
Menu	
*/	

@import url(http://fonts.googleapis.com/css?family=Raleway);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu > ul {
  background: #707374;
}
#cssmenu > ul > li {
  float: left;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 20px;
  font-size: 14px;
  font-weight:bold;
  color: #ffffff;  
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #707374;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cssmenu > ul > li.active > a {
  color: white;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #fdf401;
  font-weight:bold;
  -webkit-transform: rotateX(15deg) translateY(-23px);
  -moz-transform: rotateX(15deg) translateY(-23px);
  transform: rotateX(15deg) translateY(-23px);
  -ms-transform: none;
}
#cssmenu > ul > li > a::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #dff2fa;
  background: #19799f;
  content: attr(data-title);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -ms-transform: translateY(- -18px);
}
#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li > a:hover::before {
  background: #565859;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li:hover > a,
#cssmenu.small-screen > ul > li > a:hover {
  color: #dff2fa;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}
#cssmenu.small-screen > ul > li > a::before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #3db2e1;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 22px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #dff2fa;
  border-bottom: 2px solid #dff2fa;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #dff2fa;
}

/*
Fin Menu	
*/

	#infotel
	{
	margin-top:-242px;
	background: transparent;
	width:248px;
	height:211px;
	font-family: arial, georgia;
	font-size:1.3em;
	color:black;
	text-align:center;
	}
	
	.tellien a
	{
	color:red;
	text-decoration: none;
	}
	
	a:link.tellien
	{
	color:red;
	text-decoration: none;	
	}

	#en-cours
	{
	color:yellow;
	}
	
	#menunormal
	{
	color:white;
	}
	
.nav ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}
 
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #005f5f;
}
 
 
@media screen and (min-width: 600px)
{
  .nav li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 0.9em;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}

	.contenutexte
	{
		min-height:580px;
		width:980px;
		margin:0 auto;
		background:#ffffff repeat-y;
		font-family: arial, georgia; 
	 	font-size:0.85em;
		border-left:solid 1px grey;
	}
	
	.padding
	{
		padding-left:5px;
		padding-right:5px;
	}

	#demenagement
	{
	float:left;
	}
	
	#cadrebasdepage
	{
	clear: both;
	background:#505050;
	margin: 0 auto; 
	width:100%;
	font-family: arial, verdana; 
	font-size:0.75em;
	}
	 
	#basdepage
	{
	position:relative;
	margin: 0 auto; 
	width:980px;
	font-family: arial, verdana;
	margin-bottom:-10px;	 
	}
	
	#priorite
	{
	background: url('../img/priorite.gif');
	margin:0 auto;
	width: 244px;
	height:72px;
	}
	
		
	.echange_liens
	{
	font-size:0.8em;
	}
	
	.echange_liens a
	{
	color: white;
	text-decoration:none;
	}
	
	.echange_liens a:hover
	{
	color:yellow;
	text-decoration:underline; 
	}
	
	.lienspartenaires
	{
	background:#3d3d3e; 
	width:100%; 
	color: gray;
	}
	
	.lienspartenaires a
	{
	font-weight:bold; 
	color:white ;
	color:#FFFFFF; 
	text-decoration:none;
	font-size:0.9em;
	}
	
	.lienpartenaire a
	{
	text-decoration: none;
	color:black;
	}
	
	.lienpartenaire a:visited
	{
	text-decoration: none;
	color:black;	
	}
	
	.plansite 
	{
	font-size:0.8em;
	color:white ;
	background: #999999 repeat-y;
	width:980px;
	}
	
	.plansite a
	{
	text-decoration:none;
	font-family:  Arial, verdana, Helvetica, sans-serif; 
	color:white;
	font-size:1em;
	}
		
	.plansite a:hover
	{
	color:yellow;
	text-decoration:underline; 
	}
	
	.lienparis
	{
	padding-top:10px;
	}
	
	a:link.lienparis
	{
	color:black;
	text-decoration:none;
	}
	
	.lienparis a:hover
	{
	color:black;
	text-decoration:none; 
	}
	
	.center 
	{
	text-align: center;
	margin: 0 auto;
	}
	
	.borderspacing
	{
	border-spacing : 10px;
	}
	
	.valigntop
	{
	 vertical-align:top;
	}
	
	.valignbottom
	{
	 vertical-align:bottom;
	}
	
	.alignleft
	{
		text-align: left;
	}
	
	.alignright
	{
		text-align: right;
	}
	
	.italique
	{
		font-style: italic;	
	}
	
	.gras
	{
		font-weight: bold;
	}
	
	.souligne
	{
		text-decoration: underline ;
	}
	
	.title
	{
		font-family:  Helvetica, arial;
		color:#3399ff;
		font-size:1.1em;
		font-weight:bold;
	}
	
	.titleimportant
	{
		font-family:  Arial; 
		background:blue;
		font-size:1.2em;
	}
	.textemoyen
	{
		font-family:  verdana, Arial, Helvetica, sans-serif; 
		font-size:0.9em;
	}
	
	.textefin
	{
		font-family:  verdana, Arial, Helvetica, sans-serif; 
		font-size:0.8em;
	}
	
	.infosclient
	{
	font-size:0.8em;	
	}
	
	.infosdevis
	{
	font-size:1.1em;	
	}
	
	.floatleft
	{
	float:left;
	}
	
	.floatright
	{
	float:right;
	}
	
	.clearboth
	{
	clear:both;
	}
	
	.lienbulle
	{
	font-size:1.1em;	
	font-weight:bold;
	color:white;
	}
	
	a:link.lienbulle 
	{
	color:white;
	font-family: tahoma, arial;
	font-weight:bold;
	text-decoration: none; 	
	}
	
	.titrelien
	{
	color:black;
	text-decoration:none;
	font-family: tahoma, arial;
	font-size:1.2em;	
	font-weight:bold;	
	}
	
	a:hover.lienbulle
	{
	color:white;
	text-decoration:underline;		
	}
	
	input.inpcontact
	{
	width:200px;
	}
	
	.texteformulairedevis
	{
	font-size:1em;
	}
	
	.textimgfloatleft
	{
	float:left;	
	}
	
	.espaceentreville
	{
	Padding-left:10px;
	line-height:1.8em;
	}
	
	.cadregris
	{
	width:980px;
	height:10px;
	background-color:#444444;
	}
	
	.g-recaptcha 
	{
	margin: 0 auto;
	width: 304px;
	}

	
	/****************************************/
	/*          Lien Html	                */
	/****************************************/
	
	a:visited 
	{
	text-decoration: none; 
	color:white;
	}
	
	a:visited.lienbulle
	{
	text-decoration: none; 
	color:white;
	}
	
	a:visited.lienplan 
	{
	text-decoration: none; 
	color:yellow;
	}
	
	a:visited.liendep 
	{
	text-decoration: none; 
	color:white;
	}
			
	a:link.liendep
	{
	color:white; 
	}
	
	.lienplan
	{
	color:yellow;
	padding:5px;
	font-size:3em;
	}
	
	a:link.lienplan
	{
	color:yellow;
	}
	
	.liendep
	{
	padding:5px;
	}
		
	a:visited.lienville 
	{
	text-decoration: none; 
	color:black; 
	}
	
	.liseretbasdepage
	{
	background: url('../img/basdepage.jpg') no-repeat;
	width: 980px;
	height:11px;
	}
	
	.postit
	{
	position:relative;
	background: url('../img/postit.jpg') no-repeat;
	width: 180px;
	height:193px;
	margin:0 auto;
	float:left;	
	padding-left:2px;
	padding-right:10px;
	padding-top:50px;
	color:black;
	width:170px;
	height:193px;
	text-align:center;
	}
	
	.bouton-lien-volume
	{
	background: url('../img/bouton-lien-volume.jpg') no-repeat;
	width: 250px;
	height:49px;
	padding-top:13px;
	margin-top:20px;
	}
	
	.bouton-lien-formules
	{
	background: url('../img/bouton-lien-formules.jpg') no-repeat;
	width: 307px;
	height:49px;
	padding-top:13px;
	margin-top:20px;
	}
	
	#demenagements
	{
		background: url('../img/demenagements.jpg') no-repeat;
		width: 235px;
		height:235px;
	}
	
	#carte-seine-et-marne
	{
		background: url('../img/carte-seine-et-marne.gif') no-repeat;
		width: 296px;
		height:333px;
	}
	
	#carte-yvelines
	{
	background: url('../img/carte-yvelines.gif') no-repeat;
	width: 310px;
	height:304px;
	}
	
	#carte-essonne
	{
	background: url('../img/carte-essonne.gif') no-repeat;
	width: 344px;
	height:292px;
	}
	
	#carte-hauts-de-seine
	{
	background: url('../img/carte-hauts-de-seine.gif') no-repeat;
	width: 254px;
	height:286px;
	}
	
	#carte-seine-saint-denis
	{
	background: url('../img/carte-seine-saint-denis.gif') no-repeat;
	width: 254px;
	height:216px;
	}
	
	#carte-val-de-marne
	{
	background: url('../img/carte-val-de-marne.gif') no-repeat;
	width: 230px;
	height:206px;
	}
	
	#carte-val-d-oise
	{
	background: url('../img/carte-val-d-oise.gif') no-repeat;
	width: 350px;
	height:188px;
	}
	
	.menubulle
	{
	background: url("https://www.demestar.com/img/carton.jpg") no-repeat;	
	width: 200px;
	height: 162px;	
	float:left;
	padding-right:15px;	
	}
	
	#visitebulle
	{
	background: url("https://www.demestar.com/img/commercial.jpg") no-repeat;
	width: 200px;
	height: 135px;	
	float:left;
	padding-right:15px;			
	}
	
	#prepabulle
	{
	background: url("https://www.demestar.com/img/prepabulle.jpg") no-repeat;
	width: 200px;
	height: 166px;
	float:left;
	padding-right:15px;					
	}
	
	#adminbulle
	{
	background: url("https://www.demestar.com/img/adminbulle.jpg") no-repeat;
	width: 200px;
	height: 161px;
	float:left;
	padding-right:15px;					
	}
	
	#carte
	{
	background: url("https://www.demestar.com/img/carte.jpg") no-repeat;
	width: 200px;
	height: 200px;
	float:left;
	padding-right:15px;					
	}
	
	.demenageur
	{
	background: url("https://www.demestar.com/img/demestar-demenageur.jpg") no-repeat;
	width: 980px;
	height: 407px;
		
	}
	
	.emballage-valise
	{
	background: url("https://www.demestar.com/img/demestar-demenagement-emballage.jpg") no-repeat;
	width: 980px;
	height: 555px;
		
	}
	
	.fondbleu
	{
	background:#2b94cb;
	font-family:  Arial; 
	font-size:1.2em;
	width:100%;
	height:25px;
	}
	
	
	.demenagement-entreprise
	{
	background: url("https://www.demestar.com/img/demenagement-bureaux.jpg") no-repeat;
	width: 970px;
	height: 360px;
		
	}
	
	
	.declaration-valeur
	{
	background: url("https://www.demestar.com/img/declavaleur.jpg") no-repeat;	
	height:224px;
	width:250px;
	margin:0 auto;
	}
	
	.vignettesvolume
	{
		
	}
	
	.infobulle
	{
	font-size:1.2em;
	font-family:  arial;

	}
	
	h1 
	{ 
	font-size:1em;
	
	}
	
	hr
	{
	border:0;
	height:0;
	border-top: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255,255,255,0);		
	}
	
	
	h2 
	{ 
	display: inline;
	font-family: georgia, arial; 
	font-size:1.1em;
	font-weight:normal;
	}
	
	#iconetel
	{
	background: url("https://www.demestar.com/img/contact/iconetel.jpg") no-repeat;	
	height:80px;
	width:80px;
	}
	
	#iconefax
	{
	background: url("https://www.demestar.com/img/contact/iconefax.jpg") no-repeat;	
	height:80px;
	width:80px;
	}
	
	.iconeadresse
	{
		position:relative;
		background: url("https://www.demestar.com/img/icone_adresse.png") no-repeat;	
		height:30px;
		width:30px;
		margin-left:10px;
	}
	
	
	#iconecourrier
	{
		background: url("https://www.demestar.com/img/contact/iconecourrier.jpg") no-repeat;	
		height:80px;
		width:80px;
	}
	
	#cartemonde
	{
	background: url("https://www.demestar.com/img/contact/cartemonde.jpg") no-repeat;	
	height:261px;
	width:444px;
	}
	
	#entreprise
	{
	background: url("https://www.demestar.com/img/demenagement-entreprise.jpg") no-repeat;	
	height:200px;
	width:200px;
	}
	
	#manchoose
	{
	background: url("https://www.demestar.com/img/manchoose.jpg") no-repeat;	
	height:450px;
	width:299px;
	}
	
	#fond-route
	{
	background: url("https://www.demestar.com/img/fond-route.jpg") no-repeat;	
	height:363px;
	width:980px;
	margin-bottom:10px;
	}
	
	.planimplantation
	{
	background: url("https://www.demestar.com/img/planimplantation.jpg") no-repeat;	
	height:145px;
	width:350px;
	margin-top:10px;
	}
	
	.logo-banquepostale
	{
	float:left;
	background: url("https://www.demestar.com/img/logo/logo-banquepostale.jpg") no-repeat;	
	height:51px;
	width:50px;
	}
	
	.logo-rivp
	{
	float:left;
	margin-left:10px;
	background: url("https://www.demestar.com/img/logo/logo-rivp.jpg") no-repeat;	
	height:50px;
	width:51px;
	}
	
	.logo-paristurf
	{
	float:left;
	margin-left:10px;
	background: url("https://www.demestar.com/img/logo/logo-paristurf.jpg") no-repeat;	
	height:33px;
	width:80px;
	}
	
	.logo-peugeot
	{
	float:left;
	margin-left:10px;
	background: url("https://www.demestar.com/img/logo/logo-peugeot.jpg") no-repeat;	
	height:53px;
	width:70px;
	}
	
	.titreprestations
	{
	width:980px;
	height:25px;
	background: #006cad;
	font-size:1.4em;
	padding-top:5px;
	color:white;
	text-align:center;	
	font-family:arial;						
	}

	.listeformules
	{
	font-size:0.9em;
	font-family:arial;						
	color:#3399ff;
	}	
	
	.cartonprest
	{
	background: url("https://www.demestar.com/img/cartonprest.gif") no-repeat;	
	width:100px;
	height:100px;
	float:left;
	padding-right:20px;					
	}
	
	.penderies
	{
	background: url("https://www.demestar.com/img/penderies.gif") no-repeat;	
	width:100px;
	height:129px;
	float:left;
	padding-right:20px;					
	}

	.couvertures
	{
	background: url("https://www.demestar.com/img/couvertures.gif") no-repeat;	
	width:100px;
	height:100px;
	float:left;
	padding-right:20px;					
	}	
	
	.houssematelas
	{
	background: url("https://www.demestar.com/img/houssematelas.gif") no-repeat;	
	width:100px;
	height:100px;
	float:left;
	padding-right:20px;					
	}

	.stationnement
	{
	background: url("https://www.demestar.com/img/stationnement.gif") no-repeat;	
	width:100px;
	height:125px;
	float:left;
	padding-right:20px;					
	}	
	
	
	.assurance
	{
	background: url("https://www.demestar.com/img/assurance.gif") no-repeat;	
	width:100px;
	height:139px;
	float:left;
	padding-right:20px;					
	}	
	
	
	.transporter
	{
	background: url("https://www.demestar.com/img/transporter.gif") no-repeat;	
	width:100px;
	height:114px;
	float:left;
	padding-right:20px;					
	}	
	
	.vaisselle
	{
	background: url("https://www.demestar.com/img/vaisselle.gif") no-repeat;	
	width:100px;
	height:106px;
	float:left;
	padding-right:20px;					
	}	
	
	.tournevis
	{
	background: url("https://www.demestar.com/img/tournevis.gif") no-repeat;	
	width:100px;
	height:77px;
	float:left;
	padding-right:20px;					
	}

	.miseencarton
	{
	background: url("https://www.demestar.com/img/miseencarton.gif") no-repeat;	
	width:100px;
	height:100px;
	float:left;
	padding-right:20px;					
	}

	.decrochage
	{
	background: url("https://www.demestar.com/img/decrochage.gif") no-repeat;	
	width:100px;
	height:72px;
	float:left;
	padding-right:20px;					
	}	
	
	.deballage
	{
	background: url("https://www.demestar.com/img/deballage.gif") no-repeat;	
	width:100px;
	height:90px;
	float:left;
	padding-right:20px;					
	}	
	
	
	.tableaucontact
	{
	position: relative;
	background: url("https://www.demestar.com/img/contact/tableaucontact.jpg") no-repeat;
	height:233px;
	width:526px;
	margin-left:240px;
	}
	
	.messagecontact
	{
	height:250px;
	width:600px;	
	}
	
	.infoscontact
	{
	text-align:right;	
	}
	
	.infoassurance
	{
	float:left;
	width:490px;	
	}
			
	
	
/* Nouvelles règles si la fenêtre fait au plus 1024px de large */	
@media all and (max-width: 1024px)
{

	html, body
    {
        width:auto;
    	background:#999999;
    }
	
	#contenaire
	{
	width:auto;
	font-family: arial, georgia; 
	}
	
	#margehaut 
	{
	background: #999999 url('https://www.demestar.com/img/bannieremob.jpg')center top no-repeat;
	width:212px;
	height:100px;
	margin:0 auto;	
	}
			
			
	#infotel
	{
	width:318px;
	height:98px;
	font-size:1.1em;
	margin:0 auto;
	color:white;	
	}
	
	.cadregris
	{
	width:100%;
	height:20px;
	background-color:#444444;
	}
	
	.tellien a
	{
	color:yellow;
	text-decoration: none;
	}
	
	a:link.tellien
	{
	color:yellow;
	text-decoration: none;	
	}

	a:link.lienparis
	{
	color:white;
	text-decoration: none;	
	}
	
	.contenutexte
	{
	font-family: arial, georgia;
	font-size:0.8em;
	width:auto;
	}

	.plansite 
	{
	font-size:0.8em;
	color:white ;
	background: #999999 repeat-y;
	width:auto;
	}
	
	.liseretbasdepage
	{
	background:black;
	width:auto;
	height:11px;
	}
	
	.postit
	{
	position:relative;
	float:none;
	background: url("https://www.demestar.com/img/fondtitremob.jpg") no-repeat;
	width:250px;
	height:60px;
	padding-top:20px;
	text-align:center;
	}
	
	.demenagement-entreprise
	{
	background: url("https://www.demestar.com/img/demenagement-bureauxmob.jpg") no-repeat;
	width: 350px;
	height: 130px;
	margin:0 auto;
	}
	
	.titremobile
	{
	font-size:0.9em;	
	}
	
	.lienbulle
	{
	font-family:arial;	
	font-weight:bold;
	
	}
	
	a:visited.lienbulle
	{
	color:white;
	}
	
	a:visited.lien-entreprise
	{
	color:blue;
	}

	.g-recaptcha 
	{
	margin: 0 auto;
	width: 304px;
	}
	
	.menubulle
	{
	background: url("https://www.demestar.com/img/cartonmob.jpg") no-repeat;	
	width: 320px;
	height: 312px;
	clear:both;	
	float:none;
	margin:0 auto;
	}
	
	#visitebulle
	{
	background: url("https://www.demestar.com/img/commercialmob.jpg") no-repeat;
	width: 320px;
	height: 255px;	
	float:none;
	margin:0 auto;
	}
	
	#prepabulle
	{
	background: url("https://www.demestar.com/img/prepabullemob.jpg") no-repeat;
	width: 320px;
	height: 244px;
	float:none;
	margin:0 auto;
	padding-bottom:20px;
	}
	
	#adminbulle
	{
	background: url("https://www.demestar.com/img/adminbullemob.jpg") no-repeat;
	width: 320px;
	height: 283px;
	float:none;
	margin:0 auto;
	}
	
	#manchoose
	{
	background: url("https://www.demestar.com/img/manchoosemob.jpg") no-repeat;	
	height:221px;
	width:90px;
	margin:0 auto;
	}
	
	#carte
	{
	background: url("https://www.demestar.com/img/cartemob.jpg") no-repeat;
	width: 320px;
	height: 350px;
	float:none;		
	}
	
	.demenageur
	{
	display:none;
	}
	
	.emballage-valise
	{
	display:none;	
	}
	
	.texteformulairedevis
	{
	font-size:0.8em;
	}
		
	#cartemonde
	{
	background: url("https://www.demestar.com/img/contact/cartemondemob.jpg") no-repeat;	
	height:206px;
	width:350px;
	}
	
	#fond-route
	{
	background: url("https://www.demestar.com/img/fond-routemob.jpg") no-repeat;	
	height:359px;
	width:359px;
	}
	
	.tableaucontact
	{
	position: relative;
	background: url("https://www.demestar.com/img/contact/tableaucontactmob.jpg") no-repeat;
	height:233px;
	width:350px;
	margin-left:0px;
	font-size:0.8em;
	}
	
	.messagecontact
	{
	height:100px;
	width:350px;	
	}
	
	.infoscontact
	{
	text-align:right;	
	}
	
	.infoassurance
	{
	float:none;
	width:auto;	
	}
	
	.textimgfloatleft
	{
	float:none;	
	}
	
	.titreprestations
	{
	width:auto;
	height:25px;
	background: #006cad;
	font-size:1.1em;
	padding-top:5px;
	color:white;
	text-align:center;				
	}	

}	




