
/**
 * Nom du theme : HomeWanted v1.0
 * Description : Theme de la page de l'erreur 404 du site HomeWanted v1.0.
 * Version : 1.0
 * Auteur : Petit Panda Rouge
 */

/**
 * Balises générales.
 */ 
 
body {
	font-family: 'Trebuchet MS', Arial, Sans-Serif, 'Century gothic', 'Lucida Grande', Verdana, Calibri;
	font-size: 14px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

/**
 * En-tête.
 */
 
#header {
	background: url('../images/404/header.png') no-repeat bottom;
	padding: 20px 15px 15px 15px;
}

/**
 * Partie principale.
 */
 
#main {
	background: url('../images/404/main.png') repeat-y;
	padding: 0 15px 0 15px;
	overflow: hidden;
}

	#main #logo {
		background: url('../images/404/logo.png') no-repeat bottom right;
		height: 65px;
		width: 180px;
	}

/**
 * Pied de page.
 */
#footer {
	background: url('../images/404/footer.png') no-repeat bottom;
	padding: 0 15px 15px 15px;
}

/**
 * Lien vers le site.
 */
#site_pages {
	font-size: 0.8em;
	padding: 5px 0 20px 0;
}

/**
 * Balises html.
 */
h1 {
	background: url('../images/404/error.png') no-repeat left top;
	padding: 0 0 20px 50px;
}

p {
	padding: 0 20px 0 20px;
}

/**
 * Comportement des liens par défaut.
 */

a:link, a:focus , a:visited {
	color: #0FFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/**
 * Défini les limites de la page 404.
 */

.main_limit {
	width: 670px;
	margin: auto;
}

/** 
 * Classes.
 */

.text_center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.green {
	color: #0FFF00;
	font-weight: bold;
}

.red {
	color: #C22E06;
	font-weight: bold;
}