@CHARSET "UTF-8";

/*
Contenu
*/

#content {
	font-size: 0.8em;
}

#content p {
	margin: 1em 0;	
}

#content h2.page_title {
	padding-top: 10px;
	height: 51px;
}

h3 {
	text-align:center;
	margin: 1.5em 0;
	font-size: 1.3em;
}

#content ul#rule {
	list-style: none;	
}

#content ul#rule li {
	margin: 1em 0;
}

#content ul#rule li:before {
	content: '- ';
}

div#solution {
	background: url(../../images/summer/pages/gift_solution.gif) no-repeat top right;
	padding: 3em 300px 2em 10px;
	padding-top: 3em;
}

div#solution ul {
	margin-top: 2em;
	list-style: none;
}

div#solution li {
	background: url(../../images/summer/pages/tick.gif) no-repeat;
	padding: 0 0 1em 50px;
	font-weight: bold;
	margin: 3em 0;
}

#discover a {
	overflow: hidden;
	width: 315px; height: 119px;
	text-indent: -1000em;
	background: url(../../images/summer/pages/gift_discover.gif) no-repeat;
	display: block;
}

#discover {
	float: left;
	margin-left: 30px;
}

#catalog {
	float: right;
	margin-right: 30px;
}

#catalog a {
	display: block;
	overflow: hidden;
	width: 315px; height: 119px;
	text-indent: -1000em;
	background: url(../../images/summer/pages/gift_catalog.gif) no-repeat;
}