#CC {
	margin: 20px 20px 0 20px;
}

#CC .header {
	width: 100%;	
}

#CC #wrapper {
	padding: 15px 10px;
	border-left: 1px dotted #B2CF41;
	border-right: 1px dotted #B2CF41;
}

#CC h1,
#CC p {
	margin-bottom: 15px;
}	

#CC a { 	
	border-bottom: 1px dotted #990033;
	color: #990033;
}

#CC a:hover {
	border-bottom-style: solid;
}

#CC #couverture {
	float: left;
	margin-right: 70px;
	margin-bottom: 15px;
}

#CC #exemple {
	clear: left;
	margin-top: 15px;
}

#CC #exemple #illustration {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#CC #exemple h1,
#CC #exemple h2 {
	color: #990033;
}

#CC #exemple h1 {
	font-size: 13px;	
}

#CC #exemple h2 {
	font-size: 11px;
}

#CC #commande {
	padding-top: 15px;
	border-top: 1px solid #990033;
}

#CC #commande #paypal {
	float: right;
}

#CC #commande label {
	float: left;
	text-align: right;
	width: 80px;
	margin-right: 5px;
	line-height: 16px;
}

#CC #commande label.error {
	float: none;
	margin-left: 5px;
}

#CC #commande .required,
#CC #commande label.error {
	color: #990033;
}

#CC #commande label#qty {
	float: none;
	margin-right: 0;
}

#CC #commande input,
#CC #commande select {
	background-color: #EBEBEB;
	border: 1px solid gray;
}

#CC #commande input[type='text'] {
	width: 175px;
	height: 15px;
}

#CC #commande #checkout {
	text-align: center;
}

#CC #commande input[type='submit'] {
	padding: 0 5px;
	color: #990033;
	font-weight: bold;
	border-color: #990033;
	cursor: pointer;
}

#CC #commande input[type='submit']:hover {
	background-color: #990033;
	color: #EBEBEB;
}