/* Copyright (c) 2006 Skyline-arts.com. All rights reserved
Style.css - Thème 'default' */


/* ===== Sommaire =====
1/ html et body
2/ Styles généraux
3/ Haut de page (#top)
4/ Zone de contenu (#content)
5/ Paneau latéral (#sidebar) 
6/ Pied de page (#footer)
=================== */



/* ---------------------
Html et body
--------------------- */
html {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.theme1 {
	background-image: url(img/bg/01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color : #333333;
	margin: 0px;
	}
.theme2 {
	background-image: url(img/bg/03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color : #FFFFFF;
	margin: 0px;
	}
.theme2 a {
	color : #FFFFFF;
	text-decoration: none;
	}
.theme2 a:hover {
	color : #ffffff;
	text-decoration: underline;
}

.theme3 {
	background-image: url(img/bg/02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color : #FFFFFF;
	margin: 0px;
	}
.theme3 a {
	color : #FFFFFF;
	text-decoration: none;
	}
.theme3 a:hover {
	color : #ffffff;
	text-decoration: underline;
}
.theme4 {
	background-image: url(img/bg/04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	}

body {
	margin: 0px;
	background-image: url(img/bg/04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}



/* ---------------------
Styles généraux
--------------------- */

a {
	color : #333333;
	text-decoration: none;
}
a:hover {
	color : #333333;
	text-decoration: underline;
}




/* ---------------------
Haut de page (#top)
--------------------- */




/* --------------------- 
Zone de contenu (#content)  
--------------------- */

/* ---------------------
Pied de page (#footer)
--------------------- */
	
	
/*
cssgalaxy
*/
#content { /* Bloc */
	width : 900px;
	height:400px;
	}
	
.site {
	float: left;
	width:300px;
	text-align:left;
	height:120px;
}
.bulle {
	width:108px;
	height:108px;
	background-image: url(img/bulle.gif);
	background-repeat: no-repeat;
	padding-left:9px;
	padding-top:9px;
}
.voir {
	width:108px;
	position:relative;
	top:6px;
	left:-8px;
	text-align:center;
	color : #333333;
}
.voir a {
	color : #333333;
}
.voir a:hover {
	color : #333333;
	text-decoration: underline;
}
.titre {
	position:relative;
	top:-110px;
	left:110px;
	text-align:left;
}
.categorie {
	position:relative;
	top:-105px;
	left:110px;
	text-align:left;
}
.date {
	position:relative;
	top:-100px;
	left:110px;
	text-align:left;
}
#pagination {
	text-align:center;
}
#top {
width : 900px;
position:relative;
height:120px;
}
#commande {
position:absolute;
right:0px;
top:0px;
}

#logo {
position:absolute;
left:0px;
top:0px;
}

#logo img {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}