body {
	margin: 0;
	padding: 10px;
	background: url(../img/bg.gif);
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	list-style-type: none;
	list-style-image: url(../img/liste.gif);
}

.img {
	border: none;
}

h1 {
	font-size: 120%;
	color: #333;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration: none;
}

#page {
}

#header {
	background-image: url(../img/haut_fond.gif);
	height: 154px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #666;
	text-align: center;
	padding: 0;
}

#header-left {
	position: relative;
	background: url(../img/haut_gauche.gif) no-repeat left;
	padding: 0;
	margin: 0;
}

#header-right {
	position: relative;
	background: url(../img/haut_droite.gif) no-repeat right;
	padding: 0;
	margin: 0;
}

#header-titre {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../img/haut_titre.png) no-repeat center;
}

* #header-titre {
	background: url(../img/haut_titre.gif) no-repeat center;
}

#conteneur {
	float: left;
	width: 100%;
}

#content {
	margin-left: 230px;
	margin-bottom: 10px;
	background: #F6E6E6;
	border: 1px solid #666;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 220px;
	margin-left: -100%;
	margin-bottom: 10px;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar li {
	width: 100%; /* IE6 */
	margin-bottom: 3px;
	text-align: center;
	height: 20px;
}

#sidebar a {
	display: block;
	width: 100%; /* IE6 */
	background-color: #F6E6E6;
	border: 1px solid #666;
}

#sidebar a:hover {
	background-color: #eee;
	border: 1px solid #666;
}

html>body #sidebar a { /* No IE */
width: auto;
}

#footer {
	padding-top: 1px;
	background-color: #F6E6E6;
	border: 1px solid #666;
	clear: left;
	width: 100%;
	text-align: center;
	height: 19px; /*margin-top: 10px;*/
	font-size: 11px;
}

/********** Galerie photo ***************/
#debutgalerie {
	text-align: center;
}

#galtblminiatures {
	margin: 10px auto 10px auto;
	padding: 5px;
	
}

.galbarrenav {
	padding: 3px;
	font-size: 10pt;
	text-align : center;
}

.galdescrminiature {
	font-size: 8pt;
	text-align : center;
}

.galminiature { /* miniatures img */
    border: none;
    padding: 1px 1px 1px 1px;
    background: #FFF;
}
