/* MAIN STYLES */
body, td, div {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}
body{
	background: white;
	margin-top: 15px;
}
.titre {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.small {
	font-size: 10px;
	font-weight : normal;
}
.strike {
	color: red;
	text-decoration: line-through;
	font-style: italic;
}
li{
	list-style: square;
}
.err{
	padding: 7px 2px 7px 2px;
	color: red;
	border: 1px solid lightgrey;
	text-align: center;
}
div.line {
	height: 1px;
	font-size: 1px;
	border-top: 1px dotted lightgrey;
}
hr{
	height: 1px;
}

/* LINKS */
a{
	text-decoration: none;
	color : #CC0000;
}

/* RTF text fields */
p b{
  color: #990000;
}
p a{
  text-decoration: underline;
}

/* MENU */
.menu{
	font-size: 13px;
	padding-left: 10px;
	padding-top: 5px;
}
.menu a, .menu a:link, .menu a:visited, .menu a:hover{
	text-decoration: none;
	color : black;
}
.submenu{
	border: 1px dotted gray;
	font-size: 13px;
	line-height: 23px;
}
.menuover .submenu{
	border-top: 1px solid white;
}
.submenu a{
	color: gray;
}
.submenu a:hover{
	color: #990000;
}

/* LAYES */
#top-layer {
	width: 750px;
	height: 50px;
}
#background-layer {
	background: white;
	padding: 0px;
	width: 750px;
	height: 80%;
	border: 1px solid gray;
	text-align: left;
}
#navBar{
	width: 527px; 
	background: url(images/fond_produits.gif);
	float: left;
	text-align: left;
}
#navBar-right {
	width: 190px; 
	float: right;
	text-align: left;
}
.content {
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

/* FORMS */

input{
	font-size: 10px;
	border: 1px solid black;
}
div.bttn {
	background: url(images/btn.gif) no-repeat bottom right;
	border: 0px solid white;
	font-size: 11px;
	color : black;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	float: left;
}
div.bttn div{
	background: url(images/btn.gif) no-repeat top left;
	padding: 2px 4px 2px 4px;
}
.normal{
	border: 0px solid white;
}
textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid #003366;
}

div.label{
	float: left;
	width: 150px;
}
div.required{
	font-weight: bold;
}
div.formData{
	float: left;
	padding-right: 30px;
	font-size: 9px;
	color: gray;
	width: 250px;
}
#etape1 .line, #etape2 .line, #etape3 .line{
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.formData input[size="30"], div.formData textarea{
	width: 250px;
}
div.formData select{
	font-size: 9px;
}

