body {
	margin: 0;
	padding: 0;
	background-color:#A80010;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#working_space {
	background-color:#FFF;
	width: 759px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#working_body {
	background-color:#FFF;
	padding: 15px 25px 25px 25px;
}

#footer {
	background-color:#CDC0E6;
	margin: 40px 0 0 0;
	padding: 5px;
}

p {
	text-align:justify;
	margin: 1px 0 4px 0;
	text-indent:15px;
}

h1 {
	margin: 10px 0 4px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	text-align: left;
	color: #3E5C6A;
}

h2 {
	margin: 3px 0 4px 0;
	padding: 0;
	font-size: 22px;
	color: #3E5C6A;
	text-align: left;
}

h3 {
	margin: 2px 0 4px 0;
	padding: 0;
	font-size: 18px;
	color: #3E5C6A;
	text-align: left;
}

ul {
	text-align:left;
}

li {
	text-align:left;
}

blockquote {
	background: #ffffcc url(/images/blockquote.png) no-repeat bottom left;
	/* border: 1px solid #E0E0E0; */
	padding: 1em;
	padding-bottom: 45px;
	margin: 1.3em 18% 0 18%;
	font-style: italic;
	text-align:left;
}

a { text-decoration: none; }

.image_right {
	float:right;
	margin: 0 0 6px 16px;
}

.image_left {
	margin: 5px 12px 6px 0;
	float:left;
}

.clear_both { clear:both; }

.stabilo-jaune {
	background-color: yellow;
}

/* beginning code for main menu */
#menu {display:block; width:759px; height:193px;}
#menu ul {margin:0; padding:0; list-style-type:none;}
#menu li {float:left; margin-right:1px;} 
#menu li.list1 {background:transparent url(/images/menu1-pale.jpg);}
#menu li.list2 {background:transparent url(/images/menu2-pale.jpg);}
#menu li.list2current {background:transparent url(/images/menu2-color.jpg);}	/* added by SA - to highlight current menu  */
#menu li.list3 {background:transparent url(/images/menu3-pale.jpg);}
#menu li.list3current {background:transparent url(/images/menu3-color.jpg);}
#menu li.list4 {background:transparent url(/images/menu4-pale.jpg);
	margin-right:0;	/* added by SA - to remove right margin from last menu item */
}
#menu li.list4current {background:transparent url(/images/menu4-color.jpg);
	margin-right:0;
}
#menu a {display:block; width:189px; height:0; padding-top:191px; color:#000; overflow:hidden;}
/* hack for older versions of IE with incorrect box model  */
* html #menu a:link, * html #menu a:visited {height:191px; he\ight:0;} 
#menu a#item1 {background:transparent url(/images/menu1-color.jpg) -193px -196px no-repeat;}
#menu a#item2 {background:transparent url(/images/menu2-color.jpg) -193px -196px no-repeat;}
#menu a#item3 {background:transparent url(/images/menu3-color.jpg) -193px -196px no-repeat;}
#menu a#item4 {background:transparent url(/images/menu4-color.jpg) -193px -196px no-repeat;}
#menu a#item1:hover {background-position:0 0; z-index:50;}
#menu a#item2:hover {background-position:0 0; z-index:50;}
#menu a#item3:hover {background-position:0 0; z-index:50;}
#menu a#item4:hover {background-position:0 0; z-index:50;}
/* hack for older versions of IE with incorrect box model */
* html #menu a:hover {height:193px; he\ight:0;} 
/* end of code for main menu */

/* beginning of submenu formating */
#submenu { color: #A80010;
	font-size: 14px;
	font-weight: bolder;
}
#submenu a { color: #3E5C6A; }
#submenu a:hover { color: #A80010; }
/* end of submenu formating */

/* beginning of footer formating */
#footer p { color: black;
	font-size: 8px;
	text-align: center;
	text-indent: 0;
}
#footer a { color: black; }
#footer a:link { color: black; }
#footer a:visited { color: black; }
#footer a:hover { color: #A80010; }
/* end of footer formating */

/* start of boxed forms code - this should be the default format for all forms on this site
after trying to create pure CSS forms, i have now decided to create tables within the forms for easier layout of form elements and labels
bf stands for boxed form */	

.fieldset_bf {
	border: #a80010 solid 1px;
	color: #FFFFFF; 
	width: 360px;
	padding: 1.3em;
	margin: 1.5em 0;
	}
	
.legend_bf {
	border: #a80010 solid 1px;
	padding: 0.07em 1.5em 0.35em 1.5em;
	background-color: #a80010;
	color: #FFFFFF;
	} 
	
.label_bf {
	width: 100px;
	float: left;
	text-align: right;
	margin: 0 5px 10px 0;
	color: #777;
	clear: both;
	}
	
.label2_bf {		/* this label is used to go with checkboxes and radio buttons, with less leading */
	width: 100px;
	float: left;
	text-align: right;
	margin: 0 5px 5px 0;
	color: #999999;
	clear: both;
	}

.input-box_bf
	{
	margin-bottom: 10px;
	color: #fff;
	background: #a80010;
	border: #a80010 solid 1px
	}

.text-area_bf
	{
	margin-bottom: 10px;
	color: #fff;
	background: #a80010;
	border: #a80010 solid 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

.check-box_bf
	{
	margin-bottom: 5px;
	color: #555555;
	background: #FFCC66;
	border: #F26522 solid 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

.radio_bf
	{
	margin-bottom: 5px;
	color: #555555;
	background: #FFCC66;
	border: #F26522 solid 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

.submit-button_bf
	{
	margin: 0 0 0 105px;
	color: #fff;
	background: #a80010;
	border: 2px #a80010 outset;
	cursor: pointer;
	clear: left;
	}
/* end of boxed forms code */

/* start of bon de commande forms code */

.fieldset_com {
	border: #a80010 solid 1px;
	color: #FFFFFF; 
	width: 360px;
	padding: 1.3em 3em;
	margin: 1.5em 0;
	}
	
.legend_com {
	border: #a80010 solid 1px;
	padding: 0.07em 1.5em 0.35em 1.5em;
	background-color: #a80010;
	color: #FFFFFF;
	} 
	
.label_com {
	margin: 0 5px 10px 0;
	color: #777;
	vertical-align: top;
	}
	
.label2_com {		/* this label is used to go with checkboxes and radio buttons, with less leading */
	margin: 0 5px 10px 0;
	color: #777;
	}

.input-box_com
	{
	margin: 5px 0 10px 0;
	color: #fff;
	background: #a80010;
	border: #a80010 solid 1px
	}

.text-area_com
	{
	margin: 5px 0 10px 0;
	color: #fff;
	background: #a80010;
	border: #a80010 solid 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

.check-box_com
	{
	margin-bottom: 5px;
	color: #555555;
	background: #a80010;
	border: #a80010 solid 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

.select_com
	{
	margin-bottom: 5px;
	color: #fff;
	background: #a80010;
	border: #a80010 solid 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

.submit-button_com
	{
	margin: 1.5em 0;
	color: #fff;
	background: #a80010;
	border: 2px #a80010 outset;
	cursor: pointer;
	clear: left;
	}

/* end of bon de commande forms code */