@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
 */
#osc .product {
	display: block;
	text-align: center;
}
#osc .product a .name {
	text-decoration: underline;
}
#osc .product a img, #osc .product .name {
	display: block;
	margin: 0 auto;
}
#osc .product .price .old {
	text-decoration: line-through;
}
#osc .product .price .special {
	text-decoration: none;
}



#osc #columnWrap .column {
	float: left;
}
#osc #columnWrap #rightColumn {
	float: right;
}
#osc #leftColumn, #rightColumn {
	width: 28%;
}
#osc #mainColumn {
	width: 70%;
}
#osc #footer {
	clear: both;
}


#osc #mainColumn td.image {
	padding: 10px 0;
}

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

	#osc #mainColumn .heading {
		background: #64a023;
		border-bottom: 1px solid #64a023;
		color: #e3fccd;
		padding: 0.5em;
		position: relative;
	}

		#osc #mainColumn .heading h1 {
			font: bold 1.2em "Trebuchet MS", Arial, sans-serif;
		}

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

	#osc #mainColumn .content {
		/*background: #f0f0f0 url(images/box/box.png) no-repeat right bottom;*/
		color: #545685;
		font: 78%/1.5 "Trebuchet MS", sans-serif;
		padding: 5px;
	}
	#osc #mainColumn div.accueilboutique {
		color: #0C5A02;
	font-size: 1.15em;
	font-family: "Times New Roman", Times, serif;
}
#osc #mainColumn div.accueilboutique p span.lettrine {
	width: 60px;
	height: 62px;
	text-align: center;
	 font: bold 55px "times new roman", serif;
	float: left;
	background-image:url(../images/ca_lettre.gif);
	background-repeat: no-repeat;
	padding-top: -50px;
	/*margin: 1px;*/
}
#osc #mainColumn div.accueilboutique p a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #64A023;
	color: #64A023;
}

		#osc #mainColumn .content h2 {
			border-bottom: 1px solid #ccc;
			font: bold 1.2em "Trebuchet MS", Arial, sans-serif;
			margin: 0.5em 0;
		}

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

		#osc #mainColumn .content .content {
			background: none;
			color: inherit;
			font: 1em/1.5em "Trebuchet MS", 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 #mainColumn form {
	margin: 0.5em;
	padding: 1em;
}
#osc fieldset {
	border: 1px solid #ccc;
	padding: 0.2em 0.5em 0.5em 0.5em;
}
#osc legend {
	padding: 0 0.5em;
}
#osc label {
	float: left;
	width: 150px;
}
#osc form .requirement {
	padding: 0 0.2em;
}
#osc form .fields div {
	clear: left;
	margin: 0.5em 0;
}
#osc input, #osc textarea, #osc select {
	font: 1em "Trebuchet MS", Arial, sans-serif;
	padding: 0 0.2em;
}
#osc form .actions {
	padding-top: 2em;
}
#osc form .actions input, #osc form .actions a {
	margin-right: 3em;
}
#osc form .actions a {
	text-decoration: none;
}


