@charset "iso-8859-1";

html{
	height: 100.1%
}
body{
	margin:0;
	background: #455C3F url(http://www.usikit.com/imgs/bkg_body_left.jpg) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
table{
	/*border-collapse: collapse;*/
}
a{
	text-decoration: none;
	color: #638459;
}
a:hover{
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 10px;
	color: #565551;
}
h1{
	font-size: 180%;
}
h2{
	font-size: 140%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 120%;
}
h6{
	font-size: 120%;
}


/* FORMULAIRE */
fieldset{
	width: 300px;
}
.formulaire td{
	padding-bottom: 1px;
}
.formulaire input, .formulaire textarea{
	border: 1px solid #666666;
}

/* NAVIGATION
======================================================*/
.menuHaut{
	background: #E5E5D9 url(http://www.usikit.com/imgs/bkg_menu_haut.gif) repeat-x top left;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #E5E5D9;
	text-align: right;
}
.menuHaut a{
	color: #E5E5D9;
}
.menuHaut2{
	background: #E5E5D9 url(http://www.usikit.com/imgs/bkg_menu_haut_2.gif) repeat-x top left;
	height: 20px;
}
#menu{
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 70%;
}

/* CONTENU
======================================================== */
.contenu{
	padding: 5px 5px;
	background-color: #E5E5D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
/*	line-height: 1.5em;
	text-align: justify;*/
}
.contenu p{
	margin: 10px 0;
}
.contenu td td{
	font-size: 70%;
}
.carteSite td{
	background-color: #E5E5D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
.modeles{
	background-color: #E5E5D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.modeles p{
	margin: 0 7px 0 0;
	text-align: right;
}
.popEtapeProjet{
	padding: 20px 20px;
	background-color: #E5E5D9;
	font-size: 70%;
}
.popEtapeProjetBG {
	background-color: #475D40;
}

.thumbs_modeles td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ccccc2;
	color: #565551;
	border: 1px solid #759D6B;
	text-align: center;
}
.thumbs_modeles img{
	border: 1px solid #fff;
	margin-bottom: 3px;
}
/* FOOTER
========================================================= */
.footer p{
	margin: 0 10px;
	border-top: 1px solid #4E4E4E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	text-align: center;
	color: #4E4E4E;
}

#bkgBodyRight{
	background: #455C3F url(http://www.usikit.com/imgs/bkg_body_right.jpg) repeat-x top left;
}

/* DIVERS
========================================================= */
/* Bouton Fermer des popups Étape de votre projet */
.btnFermer a{
	display: block;
	width: 67px;
	height: 20px;
	background: url(http://www.usikit.com/imgs/btn-fermer.gif) no-repeat left top;
	line-height: 18px;
	text-align: center;
	color: #666;
}
.btnFermer a:hover{
	background: url(http://www.usikit.com/imgs/btn-fermer.gif) no-repeat right top;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
