/* style_accueil.css par Julien Pecqueur (pecqueur.jp@gmail.com) pour MonRelooking.com*/
body {
	font: 14px Verdana, helvetica, sans-serif;
	padding: 10px;
	background: url(art/bg_window.png) repeat center top #000000;
}

div#contenu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px dashed #FF9FDA;
	background: #000000;
	color: #FF9FDA;
}

div#contenu img{
	border: 0;
	padding: 0;
	margin: 0;
}

div#contenu p {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}

div#contenu p.left {
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
	font-size: 10px;
}

div#contenu p.information {
	text-align: justify;
	color: #FFFFFF;
	padding: 10px;
	font-size: 14px;
}

div#contenu p#keywords {
	color: #4D4D4D;
	font-family: monospace;
	font-size: 8px;
	text-transform: lowercase;
}

div#contenu a:link {
	color: #FF9FDA;
	text-decoration: none;
	font-style: bold;
}

div#contenu a:visited {
	color: #FF9FDA;
	text-decoration: none;
	font-weight: bold;
}

div#contenu a:hover {
	color: #FFFFFF;
	background: #623D54;
	text-decoration: none;
	font-weight: bold;
}

div#contenu a:active {
	color: #FF9FDA;
	text-decoration: none;
	font-weight: bold;
}
