@charset "windows-1252"; 

html, body {
    margin:0;
    padding:0;
}

body{
	width:1000px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#339999;
	font-size:0.9em;
	font-family:arial,Georgia,Serif;
	color:#ffffff;
	}

h1{/* titre page dans bandeau superieur */
	padding-top:5px;
	font-size:2.5em;
	text-align:center;
	}

h2{/* titre menu */
	font-size:1.1em;
	position:relative;
	left:10px;
	color: #ffffcc;
	font-weight:bold;
	text-decoration:underline;
	}

h3{/* titre page pieces */
	font-size:1.7em;
	font-style:normal;
	text-decoration:underline;
	}

h4{/* titre page dans bloc pagesav */
	font-size:2.5em;
	text-align:center;
	}

h5{/* titre dans page bloc pagesav */
	font-size:1.5em;
	font-weight:bold;
	}
	
p{
	}

.arborecence{/* debut de page sav  bloc pagesav*/
	font-size:1em;
	}
	
.adressepage{/* adresse de bas de page */
	text-align:center;
	}	

.titre1{/* titre gros dans page */
	font-weight:bold;
	font-size:2.5em;
	}
	
.titre2{/* titre petit dans page */
	font-weight:bold;
	font-size:2.0em;
	margin-top:-30px;
	}	

	
.formulaire{
	margin:auto;
	font-weight:bold;
	padding:10px;
	width:300px;
	text-align:center;
	font-size:1.1em;
	background-color:#c0c0c0;
	}

	
table{
	margin:auto;
	width:750px;
	}

.titre{
	width:650px;
	margin-left:10px;
	}
	
.photos{
	text-align:center;
	color: #ffffcc;
	font-weight:bold;
	}
	
tr.pair td{
	background-color:#4375a8;
	}
	
.pro th{
	text-align:center;
	background-color:#c0c0c0;
	padding: 5px;
	}

.pro td{
	text-align:center;
	background-color:#6699cc;
	padding: 5px;
	}	

.panier{
	margin:auto;
	width:150px;
	}

.panier td{
	text-align:center;
	background-color:#336699;
	}
	
img { 
	border:0;
	} 
	

	
a:link {
	text-decoration: none;
	color:#ffffcc;
	}      /* unvisited link */

a:visited {
	text-decoration: none;
	color: #ffffcc;
	}  /* visited link */

a:hover {
	text-decoration: underline;
	color: #99ff99;
	}  /* mouse over link */

a:active {
	color: #ffffcc;
	}  /* selected link */ 

hr{
	margin-left:20px;
	margin-right:20px;
	background-color:#336699;
	height:2px;
	border-width:1px;
	}

.hrpage{	
	margin-left:220px;
	margin-right:220px;
	background-color:#c0c0c0;
	height:1px;
	border-width:1px;
	}	
	
#form-alu
{
	width: 100%;
}

#form-alu p
{
	margin: 2px 0px;
	padding: 1px;
}

/* fieldset , legend */
#form-alu fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
	padding:5px;
}

#form-alu fieldset legend
{
	}

/* Label */
#form-alu label
{
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

#form-inox
{
	width: 100%;
}

#form-inox p
{
	margin: 2px 0px;
	padding: 1px;
}

/* fieldset , legend */
#form-inox fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
	padding:5px;
}

#form-inox fieldset legend
{
	}

/* Label */
#form-inox label
{
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

.form_polyethylene .form_aluminium
{
	width: 60%;
	float: clear;
	
	}

#form .form_label_nostyle
{
	background: none;
}
	


