html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin: 0;
	background-color:#eeeeee;
	font: 12px Verdana;
	line-height: 1;
	color:#333333;
}

p {
	font: 12px Verdana;
	color:#333333;
	line-height: 1.4;
}

a {
	text-decoration:none;
}

h1 {
	font: 20px Verdana;
	line-height: 1.4;
	color:#666666;
	letter-spacing: 0.2em;
	font-weight: ;
}
h2 {
	font: 20px Verdana;
	line-height: 1,4;
	color:#1f3020;
	font-weight:;
	letter-spacing: 0.1em;
}

h3 {
	font: 16px Verdana;
	line-height: 1;
	color:#1f3020;
	font-weight:bold ;
}

h4 {
	font: 14px Verdana;
	line-height: 1;
	color:#1f3020;
	font-weight:bold ;
}

h5 {
	font: 12px Verdana;
	line-height: 1.2;
	color:#1f3020;
}

h6 {
	font: 9px Verdana;
	line-height: 1;
	color:#1f3020;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.sc:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

/* ========================= NAVIGATEUR ============================== */

#navigateur {
	position:absolute;
	right:20px;
	float:right;
	width: 105px;
	margin:20px 0 0 20px;
	padding:10px;
	background-color:#eeeeee;
	text-align:right;
	-moz-box-shadow: 0 0 3px 1px #999;
	-webkit-box-shadow: 0 0 3px 1px #999;
	box-shadow: 0 0 3px 1px #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#navigateur h6{
	margin:2px 0;
	}
	
/* ========================= NAVIGATEUR ============================== */

#sponsor {
	position:fixed;
	width:116px;
	float:left;
	bottom:20px;
	z-index:999;
}

#sponsor img{
	margin-bottom:5px;
}

/* ========================= HEADER ============================== */
#content-header {
	height:200px;
	width:920px;
	margin: 0 auto;
}

#header {
	width:900px;
	margin: 0 auto;
	height: 180px;
	background-color:#ffffff;
	-moz-box-shadow: 0 0 3px 1px #999;
	-webkit-box-shadow: 0 0 3px 1px #999;
	box-shadow: 0 0 3px 1px #999;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#ban{
	width:900px;
	height:175px;
	margin:0 auto;
}

#ban .slogan{
	position:absolute;
	margin: 0 0 0 615px;
	}
	
#ban .socle{
	position:absolute;
	margin: 120px 0 0 0px;
	}
	
#ban .logo{
	position:absolute;
	margin: 20px 0 0 60px;
	}

#content-menu {
	height:40px;
	width:920px;
	margin: 0 auto;
}

#barre-menu {
	width:900px;
	height:15px;
	padding:10px 0;
	margin: 0 auto;
	background-color:#666666;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
}

#barre-menu .lien-menu {
	margin-left:20px;
}

#barre-menu .lien-menu li {
	color:#eeeeee;
	font-weight:bold;
	display: inline;
	margin-right:35px;
}

#barre-menu .lien-menu li a {
	color:#CCCCCC;
	text-decoration:none;
}

#barre-menu .lien-menu li a:hover {
	color:#ffffff;
}

#barre-menu .lien-menu .active a {
	color:#ffffff;
}

/* ================================================================= DEFAULT ============================================================= */


.sstitre {
	font: 16px Verdana;
	line-height: 1;
	color:#FFFFFF;
	font-weight:bold ;
	margin:8px 0 15px 0;
}

.ligne {
	width:900px;
	border: 1px solid #989897;
	border-width: 1px 0 0 0;
	margin:5px 0;
	}

.ssbulle {
	height:auto;
	width:900px;
	padding:20px;
	margin:20px auto;
}

.bulle900 {
	height:auto;
	width:860px;
	padding:20px 20px;
	background-color:#666666;
	margin:20px auto;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
}

.bulle900w {
	height:auto;
	width:860px;
	padding:40px 20px;
	background-color:#FFFFFF;
	margin:20px auto;
	-moz-box-shadow: 0 0 3px 1px #999;
	-webkit-box-shadow: 0 0 3px 1px #999;
	box-shadow: 0 0 3px 1px #999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
}

/* ================================================================= FIN DEFAULT ========================================================= */

/* ========================= CONTENT ============================== */

#content {
	height:auto;
	width:920px;
	
	margin: 10px auto;
}

/* ========================= PRESENTATION ============================== */

#presentation{
	height:auto;
	width:900px;
	margin:20px auto;
}

#presentation .bulle-tiers{
	float:left;
	width:240px;
	height:360px;
	margin:10px 30px 10px 0;
	padding:0 20px;
	background-color:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 3px 1px #999;
	-webkit-box-shadow: 0 0 3px 1px #999;
	box-shadow: 0 0 3px 1px #999;
}

#presentation .bulle-tiers-fin{
	float:left;
	width:240px;
	height:360px;
	margin:10px 0 ;
	padding:0 20px;
	background-color:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 3px 1px #999;
	-webkit-box-shadow: 0 0 3px 1px #999;
	box-shadow: 0 0 3px 1px #999;
}

#presentation p {
	text-align:justify;
}

#presentation h2 {
	text-align:center;
	margin-top:20px;
}

#presentation img{
	width:240px;
	margin:10px 0;
	text-align:justify;
}

/* ========================= GAMME ============================== */

#container{
	height:auto;
	width:900px;
	margin:20px auto;
}

#gamme .gammeimg{
	text-align:center;
}

#gamme{
	margin:80px 0 10px 0;
}

#gamme .gamme h2{
	margin-top:1px;
}

#gamme .bulle-quart {
	float:left;
	height:130px;
	width:181px;
	margin:20px 45px 0 0;
	text-align:center;
}

#gamme .bulle-quart img{
	height:85px;
}

#gamme .bulle-quart-fin img{
	height:85px;
}

#gamme .bulle-quart-fin {
	float:left;
	height:130px;
	width:181px;
	margin:20px 0 0 0;
	text-align:center;
}

#gamme .bulle-quart h2{
	text-align:center;
	color:#FFFFFF;
	
	width:177px;
	height:26px;
	margin:20px 0 0 0;
	padding:2px;
	background-color:#666666;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#gamme .bulle-quart-fin h2{
	text-align:center;
	color:#FFFFFF;
	
	width:177px;
	height:26px;
	margin:20px 0 0 0;
	padding:2px;
	background-color:#666666;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* ========================= QUI SOMMES NOUS ============================== */

#quisommesnous p{
	margin-top:10px
	}

/* ========================= ORDER ============================== */

#order h2{
	text-align:center;
	color:#FFFFFF;
	}

/* ========================= VIDEO ============================== */

#video{
	text-align:center;
	
	}

/* ========================= SUPPORT ============================== */

#support {
	height:auto;
}

#support .colgauche{
	float:left;
	width:250px;
	margin-right:20px;
	text-align:center;
}

#support .coldroit{
	margin-top:30px;
	float:left;
	width:530px;
}

#support p{
color:#FFFFFF;
}

#support h2{
color:#FFFFFF;
}

/* ========================= PARTENAIRE ============================== */



/* ========================= CONTACT ============================== */

#contact {
	height:auto;
}

#contact .colgauche{
	float:left;
	width:330px;
	padding-right:30px;
	margin-right:20px;
	border: 1px solid #989897;
	border-width: 0 1px 0 0;
}

#contact .colmilieu{
	margin-left:20px;
	float:left;
	width:250px;
}

#contact .coldroit{
	float:left;
	width:200px;
}

#contact .tel{
	margin-top:28px;
}

#contact h6{
	margin: 5px 0;
}

#contact h5{
	margin: 10px 0 0px 0;
	color:#666666;
}

#contact p{
	margin: 5px 0 ;
}

/* ========================= FIN CONTACT ============================== */

/* ========================================================== PAGE ACCES SHOP ====================================================== */

#acces {
	text-align:center;

}

#acces input{
	border:none;
	background: none;
	padding:10px 0;
	color:#373539;
	text-align:center;
	font-size: 14px;
	text-align:center;
}
#acces .celluleblanc{
	background-image:url(../images/cellule170X50.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:14px 0 15px 0;
}

/* ========================================================== CATALOGUE ====================================================== */

#catalogue {
	width:900px;
	height:auto;
}

#catalogue .ascenseur{
	height:250px;
	cursor:pointer;
}

#catalogue .ascenseur h2{
	position:absolute;
	width: 520px;
	margin: 70px 0 0 250px;
}

#catalogue .ascenseur h5{
	position:absolute;
	width: 520px;
	margin: 100px 0 0 250px;
}

#catalogue .img-cata-fore{
	padding-top:30px;
	width: 148px;
	margin: 0px 0 0 40px;
}

#catalogue .img-cata-classic{
	padding-top:30px;
	width: 200px;
	margin: 0px 0 0 20px;
}

#catalogue .liste-gamme ul{
	margin: -50px 0 0 270px;
}

#catalogue .liste-gamme li{
	font: 14px Verdana;
	color:#000000;
}

#catalogue .liste-gamme a{
	color:#000000;
}

#catalogue .sscatalogue {
	float:left;
	height:180px;
	width : 250px;
	text-align:center;
	margin:20px 18px;
}

#catalogue .bouton {
	width : 200px;
	margin:10px 0 0 25px;
	background-color:#666666;
	padding:4px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}



#catalogue .bouton h4{
	color:#FFFFFF;
	text-align:center;
}

/* ========================================================== PAGE PRODUIT ====================================================== */

#produit {
	height:400px;
	}

#produit .colgauche{
	float:left;
	width:450px;
	}
	
#produit .infos{
	height:300px;
	}
	
#produit .colgauche h2{
	margin-bottom:20px;
	}
	
#produit .coldroit{
	float:left;
	width:400px;
	text-align:center;
	}
	
#produit .coldroit img{
	height:400px;
	}

#produit .bouton {
	width :60px;
	margin:0 20px 20px 0;
	background-color:#666666;
	padding:4px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#produit .bouton h4{
	color:#FFFFFF;
	text-align:center;
}

/* ================================================================= SITE FORE ========================================================= */

/* ========================= FORE ============================== */

#concept-fore {
	width:900px;
	height:auto;
}

#concept-fore .presentation{
	height:400px;
}

#concept-fore .texte{
	position:absolute;
	width: 520px;
	margin: 40px 0 0 20px;
}

#concept-fore .texte h2{
	margin-bottom:20px;
}

#concept-fore .texte h5{
	line-height:1.4em;
}

#concept-fore .lien h3{
	text-align:center;
	color:#FFFFFF;
	width:177px;
	height:16px;
	margin:20px 0 0 0;
	padding:2px;
	background-color:#666666;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

#concept-fore .illustration{
	position:absolute;
	width:230px;
	margin: -20px 0 0 650px;
}

#concept-fore .gamme{
	height:270px;
}

#concept-fore .texte-gamme{
	position:absolute;
	width: 480px;
	margin: 60px 0 0 300px;
}

#concept-fore .texte-gamme h2{
	margin-bottom:20px;
}

#concept-fore .texte-gamme h5{
	line-height:1.4em;
}

#concept-fore .illustration2{
	position:absolute;
	width:268px;
	margin: -40px 0 0 -20px;
}

/* ========================= FOOTER ============================== */

#footer {
	width:900px;
	height: 127px;
	background-color:#666666;
	margin: 20px auto 0 auto;

	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}

#footer-fore {
	width:900px;
	height: 300px;
	background-color:white;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-box-shadow: 0 0 3px 1px #999;
	-webkit-box-shadow: 0 0 3px 1px #999;
	box-shadow: 0 0 3px 1px #999;
	border-radius:10px 10px 0 0;
	margin: 20px auto 0 auto;
	background-image:url(../image/footer-fore2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
}

#footer-fore .logo-fore{
	margin-left:120px;
}

#xiti-logo{
	position:absolute;
	float:left;
	margin:112px 0 0 10px;
	
	}

#xiti-logo {
	
	}
