/* CSS Document */
/*/
////////////////////////////////////////////////////////reset css
/*/
h1, h2, h3 {
	margin: 0 0;
	padding: 0 0;
}
/*/
////////////////////////////////////////////////////////page
/*/
body {
	font-family: Arial, Helvetica, sans-serif;
}
/*/
/////////////////////////////////////////////////////////heading style
/*/
h1 {
	background: url(../img/alton_logoHeader.jpg) no-repeat;
	text-indent: -9999px;
	height: 81px;
}
h2 {
	font-size: 0.8em;
}
h2#branding {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1em;
	margin: 0.6em 0 0.6em 0;
}
/*/
/////////////////////////////////////////////////////////paragraphes
/*/
p#presentation, p#content_main, p#content_sub {
	text-align: justify;
}
p#content_main {
	font-weight: bold;
	font-size: 1em;
}
p#content_sub, p.right {
	font-size: 0.8em;
}
p#copyright {
	font-size: 0.7em;
}
/*/
/////////////////////////////////////////////////////////tableaux
/*/
table {
	font-size: 0.8em;
	text-align: left;
}
/*/
/////////////////////////////////////////////////////////liste
/*/
/* liste ul */
ul#nav_tools li {
	font-size: 0.7em;
	font-weight: bold;
}
ul#nav_tools li a {
	text-decoration: none;
	letter-spacing: 2px;
}
ul#nav_tools li#actif {
	text-decoration: none;
	letter-spacing: 2px;
}
/* Liste li */
li#reference {
	font-size: 0.8em;
	font-weight: bold;
}
li#product {
	font-weight: bolder;
}
div#sub_nav li {
	font-size: 0.8em;
}
/*/
/////////////////////////////////////////////////////////formulaire
/*/
#form label {
	text-align: right;
	font-size: 0.8em;
	letter-spacing: 1px;
}