body 
{
	margin: 0;
	padding: 0;
	background: black url(../images/epitaphe-en-ligne.jpg) no-repeat top center;
	font-size: 13px;
	color: white;
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: normal;
}


/******************** TEXTES */
h1, h2, h3 
{
	font-weight: normal;
	color: #FED772;
}

h1, h1 a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 30px;
	font-size: 30px;
	padding-top: 100px;
	color: white;
	text-decoration:none;
}


h2 
{
	font-size: 24px;
	line-height:28px;
}

h3 
{
	font-size: 18px;
}


/******************** ELEMENTS GENERIQUES */
p, ul, ol 
{
}

blockquote 
{
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol 
{
	font-style: italic;
}

.left
{
	width:100%;
	float:left;
	padding: 5px;
	margin: 0;
}

.nom 
{
	font-weight:bold;
}

.epitapheapercu
{
	font-style:italic;
}

.epitaphecomplete
{
	font-size:14px;
	line-height:19px;
	font-style:italic;
}


/******************** LIENS */
a 
{
	color: #FED772;
}

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


a.linkepitaphe
{
	text-decoration: none;
	color: #7B9418;
	font-weight:bold;
}

a.linkepitaphe:hover
{
	text-decoration: none;
	color: white;
	font-weight:bold;
}


/******************** DIV */

/* Header */
#header 
{
	width: 760px;
	height: 270px;
	margin: 0 auto;
}

#header ul 
{
	margin: 0;
	padding: 0;
	list-style:none;
}

#header h1 
{
	padding-top:125px;
}

#nav
{
	width: 700px;
	float: left;
	height: 50px;
	margin: 0;
	padding: O;
}

#nav a
{
	line-height:25px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#AAA;
	text-decoration:none;
}

#nav a:hover
{
	color:#CCC;
}


/* Page */
#page 
{
	width: 760px;
	margin: 0 auto;
	position: relative;

}


/* Contenu */
#contenugauche
{
	position: relative;
	float: left;
	width: 400px;
}

.message 
{
	margin: 0;
	padding: 0 0 20px 0;
}

.titre 
{
	padding: 0;
	margin: 0;
	line-height:60px;
	border-bottom: 2px solid #7B9418;
}


/* Barredroite */
#contenudroite 
{
	float: right;
	width: 300px;
}

#contenudroite ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:20px;
}

#contenudroite li 
{
}

#contenudroite li ul 
{
	padding: 15px 0;
}

#contenudroite li li 
{
	padding:5px;
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
	background: url(../images/img02.gif) no-repeat 5px 50%;
}

#contenudroite h2 
{
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #7B9418;
}

#contenudroite a 
{
	text-decoration: none;
}

#contenudroite a:hover 
{
}


/* formulaire */
#contenucentre
{
	position:relative;
	margin: 0 auto;
	padding:0;
	text-align: left;
	width: 760px;
}

.blocepitaphe
{
	position: relative;
	width: 338px;
	height:100px;
	border: thin #7B9418 dotted;
	padding:20px;
	float:left;
}

.pagination
{
	position: relative;
	width: 760px;
	float:left;
	text-align:center;
	padding-top:5px;
	padding-bottom:15px;
}


/* formulaire */
#formulaire
{
	position:relative;
	margin: 0 auto;
	padding:0;
	text-align: left;
	width: 760px;
	clear: both;
}

form
{
	margin:20px;
}

input
{
	border: 1px #7B9418 solid;
	background: white;
	color: black;
}

.submit
{
	background:#7B9418;
	color:white;
	font-weight:bold;
	cursor:pointer;
}


/* Footer */
#footer 
{
	clear: both;
	width: 720px;
	margin: auto;
	padding: 20px;
	border-top: 2px solid #7B9418;
	text-align: center;
}

