/* Corps
************************************************************/
div {
	padding: 0;
	margin: 0;
}
body
{	
	text-align: center;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	color: #000;
}


/* Liens
************************************************************/
a {
	color: #d00;
	text-decoration: none;
}
a:hover {
	color: #333;
}


/* En-tetes H
************************************************************/
h1 {
	font-size: 2.6em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: normal;
}


/* Conteneur
************************************************************/
#container {
	width:90%;
	text-align: left;
	background: #fff;
	border: 3px solid #eee;
	margin:auto;
}


/* Images
************************************************************/
img {
	border:0;
}

/* En-tete
************************************************************/
#header
{
	float:top;
	width:400px;
	height: 250px;
	background:url("images/neozonde.jpg") no-repeat;
	margin: auto;
	padding: 0;
	text-align: center;
}
#header a
{
	display: block;
	margin: 0 auto;
	color: #000;
	position: relative;
	top: 2ex;
}


/* Contenu
************************************************************/
#content
{
	padding: 0 1em 3ex 14.5em;
}
#content p
{
	margin: 0 0 0 0.7ex;
	line-height: 1.5em;
	text-indent:20px;
	text-align:justify;
}
#content p:first-letter{
	font-weight:bold;
	font-size:110%;
}

/* Menu
************************************************************/
#menu{
}

#menu ul{
	list-style-type:none;
}

#menu li{
	display:inline;
	background:url("images/head.PNG") no-repeat;
	font-size:25px;
	padding-top:10px;
	padding-left:20px;
}


/* Navigation
************************************************************/
#navigation {
	float:left;
	position: relative;
	left: 0;
	padding: 0 0 3ex 0;
	top: 0;
	width: 13em;
	text-align: left;
}
#navigation:hover{
	border-bottom:1px solid #999999;
}
#navigation h2 {
	padding: 0 0 0 1ex; 
	border-bottom: 1px solid #eee;
}
#navigation p , #navigation h3 , #navigation h4 , #navigation h5 , #navigation h6{
	line-height: 1.5em;
	padding: 0 0 0 2ex;
}
#navigation ul {
	list-style-type: none;
	cursor: pointer;
	padding: 0 0 0 2ex;
	line-height: 1.5em;
}
#navigation li:hover{
	background-color:#eee;
}

/* Evenement
************************************************************/
#evenement {
	float:right;
	position: relative;
	right: 0;
	padding: 0 0 3ex 0;
	top: 0;
	width: 15em;
	text-align: left;
}
#evenement:hover{
	border-bottom:1px solid #999999;
}
#evenement h2 {
	padding: 0 0 0 1ex; 
	border-bottom: 1px solid #eee;
}
#evenement p , #evenement h3 , #evenement h4 , #evenement h5 , #evenement h6{
	line-height: 1.5em;
	padding: 0 0 0 2ex;
}
#evenement ul {
	list-style-type: none;
	cursor: pointer;
	padding: 0 0 0 2ex;
	line-height: 1.5em;
}
#evenement li:hover{
	background-color:#eee;
}

/* Pied de page
************************************************************/
#footer {
	float:bottom;
	padding: 1em 2ex;
	background: #f5f5f5;
	color: #555;
	margin: auto;
	text-align:center;
}
#footer a{
	color: #555;
	text-decoration: none;
}
#footer li{
	display:inline;
}

