*
{
	margin:0;
	padding:0;
	outline : none;
}
body
{
	background:#000000;
	font-family:Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size : 13px;
	line-height : 16px;
	color : #000000;
	text-align : justify;
}

#content
{
	width : 1000px;
	margin-left : auto;
	margin-right : auto;
}

.signe
{
	float : left;
	width : 300px;
	padding : 10px;
	height : 160px;
	margin : 3px;
	-moz-border-radius: 10px;
	border-radius : 10px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}

.img
{
	float : left;
	width : 87px;
	height : 75px;
	background-image: url(signes.png);
}

#title
{
	background-image : url(title2.png);
	width : 300px;
	height : 100px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 20px;
	margin-top : 10px;
}

h2
{
	padding-top : 5px;
	margin-bottom : 15px;
	font-size : 14px;
	font-weight : bold;
	text-transform : uppercase;
}

.ligne
{
	float : left;
}

#belier .img { background-position : -10px -10px; }
#taureau .img { background-position : -112px -10px;}
#gemeaux .img { background-position : -212px -10px;}
#cancer .img { background-position : -312px -10px;}
#lion .img { background-position : -10px -112px;}
#vierge .img { background-position : -112px -112px;}
#balance .img { background-position : -212px -112px;}
#scorpion .img { background-position : -312px -112px;}
#sagittaire .img { background-position : -10px -212px;}
#capricorne .img { background-position : -112px -212px;}
#verseau .img { background-position : -212px -212px;}
#poissons .img { background-position : -312px -212px;}
