@charset "utf-8";
/* CSS Document */

body {
	/*background:#dddddd;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
}
.inputbox {width:150px;}
.digits {width:104px;}
.dialling_code {width:35px;}

* {
	padding:0;
	margin:0;
}

#container-interieur {
	width:800px;
	background:url(../images/fond-interieur.png) no-repeat;
	min-height:638px;
}

#fondRepeat {
	background:url(../images/fond-repeat.png) repeat-y;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	width:979px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/footer.png) no-repeat;
	height:100px;
}
#footerTxt {
	float:left;
	margin-left:111px;
	text-align:center;
	padding-top:40px;
	width:706px;
}
html>body #footerTxt {
	margin-left:222px;
}
#footerTxt a {
	color:#666;	
}
#footerTxt a:hover {
	text-decoration:none;
}

#bandeHaut {
	float:left;
	width:979px;
	height:108px;
}

#bandeHaut #logo {
	float:left;
	width:160px;
}

#bandeHaut #boutons {
	float:right;
	/*width:425px;*/
}

#bandeHaut #fondConnDeco {
	float:left;
	background:url(../images/fond-conn-deco.png) no-repeat;
	width:118px;
	height:82px;
	text-align:center;
}

#bandeHaut #fondConnDeco a {
	color:#FFF;
	margin:5px 0 0 0;
	display:block;
}
#bandeHaut #fondConnDeco a:hover {
	text-decoration:none;
}

#colonneGauche {
	/*float:left;*/
	margin-left:85px;
	width:790px;
	/*height:200px;*/
}

#colonneDroite {
	float:left;
	width:790px;
}

#contenus-textes {
	float:left;
	width:630px;
	margin:30px 0 0 45px;
}
html>body #contenus-textes {
	margin:30px 0 0 0px;
}

#contenus-textes a {
	color:#1a9bc3;
}
#contenus-textes a:hover {
	text-decoration:none;
}
#o-stepper {
	width: 800px !important;
}
.steppers {
	float: left;
}

