﻿/* Page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

/* Titres */
h1 {
	font-size: 20px;
	color: #32BEF8;
}
h2 {
	font-size: 14px;
}

h3 {font-size: 11px;}

/* Classes */
.datelou {
	margin: 30px 0 0 0;
	padding: 10px 0px 10px 40px;
	background: url('lou_small.png') no-repeat;
	color: #FF99FF;
}
.datemax {
	margin: 30px 0 0 0;
	padding: 10px 0px 10px 40px;
	background: url('max_small.png') no-repeat;
	color: #32BEF8;
}
.dateloumax {
	margin: 30px 0 0 0;
	padding: 10px 0px 10px 75px;
	background: url('loumax_small.png') no-repeat;
	color: #32BEF8;
}
.commentaire {
	margin: -5px 0px 0px 0px;
	font-size: 10px;
}
.maj {font-size:10px;
	font-weight:bold
}
.fleche {
	float: right;
	width: 20px;
}
/* Paragraphes */
p {
	margin: 0px 0px 5px 0px;
	text-align: justify;
}
/* Liens */
a {
	color: #32BEF8;
	text-decoration: none;
}
a:hover, a:focus{
	text-decoration: underline;

}
a img {
	border: none;
}
/* Page */
#global {
	width: 600px; 
	margin: 0 auto; 
}

/* En-tête */
#entete {
	background: url('loumax.png') no-repeat;
	height: 200px;
}
#entetephotos {
	background: url('loumax_photo.png') no-repeat;
	height: 200px;
}
#entetevideos {
	background: url('loumax_video.png') no-repeat;
	height: 200px;
}

#menu {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* Navigation */
#navigation {
	position: fixed;
	top: 30px;
	width: 150px;
	right: 50%;
	margin-right: -450px;
	text-align: right;
}
#navigation ul {
	margin: 0;
	padding: 0px 0px 15px 0px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 3px 0px 3px 10px;
	font-size: 11px;
	text-decoration: none;
	color: #32BEF8;
}
#navigation a:hover, #navigation a:focus {
	text-decoration: underline;
}
#navigation h2 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #FF99FF;
}
/* Contenu principal */
#contenu {
	width: 600px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

#contenu a:hover, #contenu a:focus {
	color: #FF99FF;
}

#contenu strong {
	color: #32BEF8;
}

/* Pied */
#pied {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}









