*{
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
}

ul,li{
	margin:0;
	padding:0;
}


body{
	padding:0;
	margin:0;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
}

p{
	padding:0;
	margin:0;
}

a{
	text-decoration:none;
}

form{
	padding:0;
	margin:0;
}

.justifier{
	text-align:justify;
}

/*ZONES*/
.header{
	width:980px;
	height:110px;
	background-image:url(images/fond_header.jpg);
	text-align:left;
}

.droite{
	width:372px;
	height:420px;
	background-image:url(images/fond_droite.jpg);
	background-repeat:no-repeat;
}

.gauche{
	width:543px;
	height:420px;
	background-image:url(images/fond_gauche.jpg);
	background-repeat:no-repeat;
}

.violet{
	width:980px;
	background-image:url(images/purple_line.jpg);
	background-repeat:repeat-x;
}

/*COULEUR*/
.gris{
	color:#636262;
}

.gris_fonce{
	color:#4f4f4f;
}
.violet2{
	color:#472674;
}

.vert{
	color:#90991e;
}

.vert2{
	color:#b2bd34;
}

.orange2{
	color:#ff7b11;
}

.bleu2{
	color:#9fb0db;
}

.bold{
	font-weight:bold;
}



/*TAILLE*/
.huit{
	font-size:8px;
	/*_font-size:9px;*/
}

.neuf{
	font-size:5px;
	/font-size:9px;
}

.dix{
	font-size:10px;
}
.douze{
	font-size:12px;
}

.treize{
	font-size:13px;
}

/*BORDURES*/
.border_violette{
	border:1px solid #472674;
}

.border_verte{
	border:1px solid #90991e;
}

#tabGaucheMaison{
	position:absolute;
	width:236px;
	top:130px;
	left:45px;
}

#tabDroiteMaison{
	position:absolute;
	width:236px;
	top:110px;
	left:290px;
}

#tabGaucheCharpente{
	position:absolute;
	width:236px;
	top:150px;
	left:20px;
}

#tabDroiteCharpente{
	position:absolute;
	width:236px;
	top:150px;
	left:290px;
}

#titreCharpente{
	position:absolute;
	width:256px;
	top:20px;
	left:10px;
}

li.orange {
list-style-type:none;
background-image:url(images/puce_orange.gif);
background-repeat:no-repeat;
background-position:0% 10%;
padding:0px 0 5px 10px;
color:#303030;
}

li.verte {
list-style-type:none;
background-image:url(images/puce_verte.gif);
background-repeat:no-repeat;
background-position:0% 25%;
padding:0px 0 5px 10px;
color:#303030;
} 

li.bleue {
list-style-type:none;
background-image:url(images/puce_bleue.gif);
background-repeat:no-repeat;
background-position:0% 10%;
padding:0px 0 5px 10px;
color:#303030;
} 

li.violette {
list-style-type:none;
background-image:url(images/puce_violette.gif);
background-repeat:no-repeat;
background-position:0% 20%;
padding:0px 0 5px 10px;
color:#303030;
} 
