﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/*background-image: url("../images/background_tile_non.gif");*/
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #99CCFF;
}
#container {
	border-right: 0px solid #484848;
	border-bottom: 0px solid #484848;
	border-left: 0px solid #484848;
	background-color: #99ccff;
	vertical-align: inherit;
	bottom: auto;
}
#masthead {
	text-align: right;
	background-color: #99CCFF;
	/*background-color: #336699;*/
	background-image: url("../images/ste-lucie-tallano.gif");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #3399FF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #99ccff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #99ccff;
}
#column_r {
	width: 23px;
	padding: 15px 10px;
	background-color: #99ccff;

}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #99ccff;
}
#content {
	background-color: #99ccff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Titre */
#masthead h1 {
	color: #FFAA33;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #800000;
	margin-top: 0;
	margin-right: 1em;
	vertical-align: baseline;
	text-align: center;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	/*border: 1px solid #fea;*/
	background-color: #3399FF;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Colonne de droite */
#column_r img {
	border: 1px solid #808080;

}

.listenone{
	list-style-type:none; 
	text-align:left;
}

/* Typographie du site */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Pied de page */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Liens */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



/* galerie photo */
div#galerie
{
	width: 80% ;
	background: transparent ;
	border: 1px solid #dcb ;
	padding: 15px ;
	margin: 15px 30px ;
	text-align: center ;
	font: 0.9em Georgia, serif ;
}

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

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #dcb ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 2.5em/1.5em Georgia, serif;
	color: #FFFFFF ;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}
