/*************************** ACCUEIL ***************************/
#Accueil
{
	overflow: hidden; zoom: 1;
	margin: 15px 31px 10px 0;
}

#Accueil .list-item h1
{
	border-bottom: solid 2px #067710;
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;
}

#Accueil .list-item h1, .list-item h1 a
{
	color: #067710;
}

#Accueil .list-item
{
	font-family: Arial, Verdana, Sans-Serif;
	line-height: 24px;
	color: #6f6e6e;
}

#Accueil .photos
{
	text-align: center;
}

#Accueil .photos img
{
	border: solid 1px #acadac;
}

#Accueil #News .photo
{
	float: left;
	margin: 0 10px 0 0;
}

#Accueil .detail 
{
	display: block;
	text-align: right;
}

#Accueil #News 
{
	padding: 0;
	margin: 0;
}

#Accueil #News h1 
{
	overflow: hidden; zoom: 1;
	padding: 8px 0;
	background: url(../img/fond-titre-actu.gif) repeat-x 0px 22px;
}

/*************************** AUTRES ***************************/
#Autres
{
	overflow: hidden; zoom:1;
	width: 683px;
	margin: 0 15px 0 0;
}

#Autres .item 
{
	width: 200px;
	margin: 0 25px 20px 0;
}
#DescriptionRubrique { color: #067710; margin: 0 0 20px 0; }

#DescriptionRubrique h1 
{
	color: #067710;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 22px;
	background: url(../img/fond-titre-rub.gif) repeat-x 0px 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
} 

#DescriptionRubrique h1 span
{
	padding: 0 15px 0 0;
	background: #DADADA;
}


#Autres .item h1
{
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
}

#Detail
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #067710;
	line-height: 24px;
}


#Detail .galerie
{
	float: left;
	width: 382px;
	margin: 0 19px 0 0;
}

#Detail .photo
{
	border-bottom: solid 5px #067710;
	padding: 0 0 8px 0;
	margin: 0 0 12px 0;
}

#Detail .photos img
{
		border: solid 1px #acadac;
}

#Detail .galerie em
{
	display: block;
	margin: 0 0 10px 0;
}

#Detail .texte
{
	overflow: hidden; zoom: 1;
}

#Detail .texte h1 
{
	font-size: 14px;
}

#Detail .texte p
{
	border-top: solid 1px #067710;
	border-bottom: solid 1px #067710;
	background: url(../img/imprimer.gif) no-repeat left center;
	padding: 0 0 0 22px;
	margin: 15px 0 0 0;
}

.contactcomm
{
	line-height: 18px;
	margin: 15px 0;
	background: url(../img/fond-contact.gif) no-repeat center top;
	padding: 5px 0 9px 20px;
	color: #FFFFFF;
	font-weight: bold;
}

@media print
{
	#Menu, #Bandeau, #Bandeau2, #Contacts, #Gauche, .galerie em, #Ariane, .diapo
	{
		display: none !important;
	}
	
	body 
	{
		width: 640px;
	}
	
	#Detail .photo
	{
		border-bottom: none;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

}