@charset "utf-8";

body {
	padding: 5px;
	
	background: #909090 ;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000;
	text-align:center;
}

a {
	color:#000;
	text-decoration:none;
}

img {
	border: 2px solid #000;
}






/* Index */

.entete {
	font-size: 18px;
	font-weight: bold;
}

.bienvenue {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

.text {
	font-size: 16px;
}

.text_gras {
	font-size: 16px;
	font-weight:bold;
}

.bas_de_page {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}


#home #content2 {
	padding-top: 0px;
	padding-bottom: 0px;
}


/* Galerie */
.nom {
	font-weight: bold;
	color: #000;
}

.description {
	color: #000;
}

.prix {
	font-weight: bold;
	color: #000;/* #FFFFCC; */
}

.prix_sur_demande {
	font-weight: bold;
	color: #000;
	cursor: help;
}

/* Contact */
.titre {
	font-size: 20px;
	font-weight: bold;
}

.soustitre {
	font-weight:bold;
	text-align: right;
}

.gras {
	font-weight: bold;
}

.mail {
	font-size: 18px;
	font-style: italic;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.mail_adm {
	font-size: 14px;
	font-weight: normal;
	color: #cccccc;
	font-style: normal;
}