body 
{
	color: #F0E39E;
	background: #000000;
	padding: 10px 5px;	
	font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size:12px;
	text-align:justify;

}

h1
{
	color:#99FF00;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #CCCCCC;
}

#news
{
	height:200px;
	overflow:auto;
	border-top: 1px dotted #444444;
	border-bottom: 1px dotted #444444;
	background-color:#99FF00;
	margin:5px;

}

#news .news_item
{
	border-bottom:1px dotted #000000;
	margin:5px 0px;

}
#news .news_centre
{
	padding:10px;
	
}

#news .news_title
{
	font-size:12px;
	color:#444444;
	font-weight:bold;
}

#news .news_content
{
	font-size:11px;
}

#global 
{
	width: 700px;
	margin: 0 0;
}

/* Bloc central contenant #navigation et #contenu */
#centre 
{
	background: url(images/columns.png) repeat-y; 
	margin-top:40px;
	width: 100%;
	overflow: hidden;
	position:relative;
	z-index:1;
	
}

/* Navigation */
#navigation 
{
	width: 108px;
	float: left;
	position:relative;
	z-index:0;	
	padding-top:50px;
}

/* Contenu principal */
#contenu 
{
	color: #363B29;
	background: #444444;
	margin-left: 181px;
	padding: 0;	
	position:relative;
	z-index:0;	
}



/* En-tête */
#header
{
	height: 130px;
	background:  url(images/imagelogo3.jpg) no-repeat left top;
	z-index:100;		
}

/* Pied de page */
#footer 
{
	border-top: #9f0 double 3px;
	margin-top: 10px;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

#footer  a
{
	color: #99FF00;
}

#bandeau
{
	padding:40px;
	color: #444444;
	background-color: #99FF00;
	position:relative;
	z-index:0;	
}

#bandeau a
{
	color: #000000;
}

#news h1
{
    color:#000000;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #000000;
    margin:10px;
}

.centerzone
{
	padding:40px;
	color:#CCCCCC;
}

.right
{
	text-align:right;
}

.justify
{
	text-align:justify;
}

.bold
{
	font-weight:bold;
}

.green
{
	color:#99FF00;
}

.small
{
	font-size:0.8em;
}
.big
{
	font-size: 1.2em;
}

a, a img
{
	color: #000000;
}

a:link, a:visited 
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #99FF00;
}

#menuDeroulant
{
	width: 516px;
	height: 22px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position:absolute;
	left:198px;
	top:115px;
	z-index:100;
	line-height:20px;	
}

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


#menuDeroulant li
{
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li img
{
	border:0px;
}
#menuDeroulant li a { text-decoration: none; }
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	margin: 0;
	padding: 0;
	border:0;
}

          
#menuDeroulant .sousmenu
{
	display:none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px #99FF00 solid;
	background-color: #FFFFFF; 
}

#menuDeroulant .sousmenu li
{
	float: none;
	margin: 0px;
	padding: 0px 2px;
	border: 0;
	width: 164px;
    background-color: #444444;       
}
#menuDeroulant .sousmenu li a:link, #menuDeroulant .sousmenu li a:visited
{
	display: block;
	color: #99FF00;
	margin: 0;
	border: 0;
	text-decoration: none;    

}                                      

#menuDeroulant .sousmenu li a:hover
{
	background-color: #555555;
}

h2
{
	color:#CCCCCC;
	margin-top: 27px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 50px;
	border-bottom: 1px solid #9f0;
	border-left: 1px solid #9f0;
	background-repeat: no-repeat;
	background-position: left top;

}
.portrait
{
	background-image: url(images/puce3.jpg);
}

.mariage
{
	background-image: url(images/puce1.jpg);
}

.naissance
{
	background-image: url(images/puce2.jpg);
}

#galerie
{
/*	position:relative;
	z-index:0;    */
	padding-bottom:10px;   
}

#galerie_mini
{
	list-style-type: none;
	margin:0;
	padding:10px;
}
#galerie_mini li
{
	/*float: left; */
	padding:0px 1px;
}
#galerie td a img
{
	border: 20px solid #000000;
}

    /*
#menu 
{
	position: absolute;
	left: 195px;
	top: 111px;
	z-index:100;
	line-height: 22px;
}
#menu a
{
	text-decoration: none;
}

#menu dl 
{
	float: left;
	width: 170px;
}
#menu dt 
{
	margin: 0 0 1px;
	cursor: pointer;
	text-decoration: none;
	height: 22px;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;    
}
#menu dd 
{
	line-height: 22px ;
	letter-spacing: 0px ;
	color: #000 ;
	display: none;
	border-left: 1px solid #9f0 ;
	border-right: 1px solid #9f0 ;
	border-bottom: 1px solid #9f0 ;
	text-decoration: none ;
}
#menu li 
{
	text-align: center;
	background: #444;
}
#menu li a
{
	width: 161px ;
	line-height: 22px ;
	font-size: 1.0em ;
	text-align: left ;
	padding-left: 10px;
	letter-spacing: 0px ;
	color: #9f0 ;
	display: block ;
	text-decoration: none ;
}
#menu dt a
{
	line-height: 22px ;
	display: block ;
	text-decoration: none ;
}
#menu li a:hover, #menu li a:focus 
{
	color: #ccc;
	background: #555;
}
#menu dt a:hover 
{
	background: #9f0;
}
dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}        */
