@import "boxes.css";



#osc a img {
	border: none;
}
#osc img, #osc input, #osc label {
	vertical-align: middle;
}


#osc ul {
	list-style: none;
}

#osc .messageStack {
	font: 0.8em/1em Verdana, sans-serif;
	margin-bottom: 5px;
}
#osc .messageStack li {
	padding: 1px 2px;
}
#osc .messageStack li img {
	vertical-align: middle;
}
#osc .messageStack .error {
	background: #FF7474;
}
#osc .messageStack .warning {
	background: #F5FF73;
}


/*
 * Boîte "produits" trouvables un peu partout
 */
.product {
	display: block;
	text-align: center;
}
.product a .name {
	text-decoration: underline;
}
.product a img, .product .name {
	display: block;
	margin: 0 auto;
}
.product .price .old {
	text-decoration: line-through;
}
.product .price .special {
	text-decoration: none;
}



#osc #columnWrap .column {
	float: left;
}

#osc #footer {
	clear: both;
}



	#osc #mainColumn .mainContent {
		border: 1px solid #ccc;
		margin: 5px;
	}

	#osc #mainColumn .heading {
		background: #f69;
		color: #e3fccd;
		padding: 0.5em;
		position: relative;
	}

		#osc #mainColumn .heading h1 {
			font: bold 1.3em "Lucida Sans", Arial, sans-serif;
		}

		#osc #mainColumn .heading img {
			position: absolute;
			top: 0;
			right: 5px;
		}

	#osc #mainColumn .content {
		font: 1em/1.5 "Lucida Sans", Arial, sans-serif;
		padding: 5px;
	}

		#osc #mainColumn .content h2 {
			background-image: none;
			border-bottom: 1px solid #f9a;
			font: bold 1.2em "Lucida Sans", Arial, sans-serif;
			margin: 0.5em 0;
			padding: 0 0 0 0.5em;
		}

		#osc #mainColumn .content h2 a {
			font: 0.8em "Lucida Sans", Arial, sans-serif;
		}

		#osc #mainColumn .content .content {
			background: none;
			color: inherit;
			font: 1em/1.5em "Lucida Sans", sans-serif;
			margin-bottom: 2.5em;
			padding: 0 0 0 20px;
		}



#osc a:link, #osc a:visited, #osc a:active {
	color: #00f;
}
#osc a:hover {
	color: #888;
	text-decoration: none;
}


#osc ul {
	list-style: none;
}
#osc li {
	background: url(../images/puce.png) no-repeat left center;
	margin-bottom: 0.5em;
	padding-left: 21px;
}
#osc li.current {
	background-image: url(../images/puce-current.png);
}


#osc form {
	padding: 1em;
}

#osc form fieldset {
	background: #ffffb5;
	border: 1px solid #ffdcaf;
	border-top: 2px solid #f69;
	margin-bottom: 1.5em;
	padding: 1em;
}

* html #osc form fieldset {
	margin-top: 1em;
	padding-top: 1.5em;
	position: relative;
}

#osc form fieldset legend {
	background: none;
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0.5em;
}

* html #osc form fieldset legend {
	left: 0.5em;
	position: absolute;
	top: -0.5em;
}

#osc form fieldset fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

* html #osc form fieldset fieldset {
	position: static;
	padding-top: 0.5em;
}
* html #osc form fieldset fieldset legend {
	position: static;
}


#osc form fieldset fieldset legend, #osc form .label {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
}


#osc form .label label, #osc form .label .required, #osc form .label .help {
	display: inline;
	vertical-align: middle;
}


#osc form .label .required {
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 0.5em;
}

#osc form .label .help {
	font-size: 0.9em;
	margin-left: 2em;
	font-style: italic;
}
#osc form input {
	clear: both;
}

#osc form .fields fieldset, #osc form .fields div {
	margin-bottom: 0.5em;
}
#osc form .fields div.label {
	margin-bottom: 0;
}


#osc form .checkbox input {
	margin-right: 1em;
}

#osc form p.help {
	font-style: italic;
	margin-top: 0.5em;
	margin-left: 16px;
}


#osc .actions {
	background: #ffffb5;
	border: 1px solid #ffdcaf;
	border-top: 2px solid #f69;
	margin-top: 2em;
	padding: 1.5em 1em;
}
#osc .actions:after {
	clear: both;
	content: "Clear";
	display: block;
	height: 1px;
	visibility: hidden;
}
* html #osc .actions {
	height: 1%;
}

#osc form .error {
	margin-bottom: 1.5em;
}
#osc form .error li.error {
	background-color: transparent;
	color: #c00;
	font-size: 1em;
	font-weight: bold;
	margin: 0.5em 0;
}

#osc .actions .back {
	float: left;
}
#osc .actions .primary {
	float: right;
}


