@font-face {
	font-family: 'TizaRegular';
	src: url('img/tiza-webfont.eot');
	src: local('☺'), url('img/tiza-webfont.woff') format('woff'),
		url('img/tiza-webfont.ttf') format('truetype'),
		url('img/tiza-webfont.svg#webfontMx8hkcWU') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 100%;
}

body {
	margin: 0px;
	background-color: #4b4b4b;
	font-family: Trebuchet MS, Arial, Verdana, serif, sans;
	font-size: 0.8em;
	background-image: url(img/fond.png);
	color: #FFFFFF;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #DF0009;
}

a:hover {
	color: #4F1D1D;
}

h1 a {
	color: #4F1D1D;
}

h1 {
	font-family: TizaRegular, Trebuchet MS, Arial, Verdana, serif, sans;
	color: #4F1D1D;
	font-size: 1.25em;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-family: TizaRegular, Trebuchet MS, Arial, Verdana, serif, sans;
	color: #000000;
	font-size: 1em;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-family: TizaRegular, Trebuchet MS, Arial, Verdana, serif, sans;
	color: #000000;
	font-size: 0.9em;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font-family: TizaRegular, Trebuchet MS, Arial, Verdana, serif, sans;
	color: #000000;
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	font-style: normal;
}

input,textarea,select {
	font-family: Trebuchet MS, Arial, Verdana, serif, sans;
	font-size: 0.9em;
	margin: 1px;
	padding: 3px;
	vertical-align: middle;
	border: 1px solid #555555;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input:focus,textarea:focus
	/* Quand le curseur est sur un champ (ne marche pas sur IE) */ {
	border: 1px solid #333333;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	margin: auto;
	width: 100%;
	border-collapse: collapse;
}

td {
	text-align: center;
	border: 1px solid #F71417;
	padding: 3px;
}

table.sansbordure td {
	border: 0;
}

table.avecbordure td {
	border: 1px solid #F71417;
}

.imagetexte {
	margin: 5px;
}

.article {
	text-align: justify;
}

.contenu {
	width: 590px;
	min-height: 400px;
	margin: 0px 0px 0px 375px;
	padding: 100px 0px 0px 0px;
}

.body2 {
	background-image: url(img/fond2.png);
	background-repeat: repeat-x;
}

.page {
	width: 980px;
	margin: auto;
	background-image: url(img/fondpage.png);
	background-repeat: repeat-y;
}

.contenupage {
	background-image: url(img/hautpage.png);
	background-repeat: no-repeat;
	min-height: 650px;
}

.barrenav {
	position: absolute;
	width: 425px;
	top: 70px;
	color: #FFFFFF;
	margin-left: 375px;
	padding: 0px;
	font-size: 0.8em;
}

.barrenav a {
	color: #FFFFFF;
}

.barrenav a:hover {
	text-decoration: underline;
}

.menu {
	position: absolute;
	width: 155px;
	height: 205px;
	overflow: auto;
	margin: 140px 0px 0px 195px;
	padding: 0px;
}

.menu ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

.menu li {
	list-style-image: url(img/rub.png);
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}

.menu li li {
	list-style-image: url(img/rub.png);
	font-size: 0.90em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.contenubas a {
	color: #333333;
}

.contenubas {
	clear: both;
	text-align: center;
	color: #333333;
	margin: 10px 10px 10px 375px;
	padding: 10px 0px 10px 0px;
	font-size: 0.85em;
}

/* Style pour les lightbox */
#fond_lightbox {
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color: #000000;
	z-index: 99;
	text-align: right;
}

.ferme_lightbox {
	position: absolute;
	left: 100%;
	margin-left: -60px;
	z-index: 101;
}

.lightbox_miniature {
	position: fixed;
	height: 100%;
	top: 0px;
	width: 100%;
	left: 0px;
	overflow: visible;
	z-index: 500;
	text-align: center;
}

.lightbox_diapo {
	position: fixed;
	height: 100%;
	top: 0px;
	width: 100%;
	left: 0px;
	overflow: visible;
	z-index: 500;
	text-align: center;
}

.diapotexte {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	text-align: center;
	background-color: #EEEEEE;
}

.imagelightbox {
	position: relative;
	vertical-align: middle;
	top: 10%;
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 20px #000000;
	-webkit-box-shadow: 2px 2px 20px #000000;
	-moz-box-shadow: #000000 2px 2px 20px;
}

.lightbox_diapo_barre {
	position: absolute;
	left: 50%;
	width: 150px;
	height: 48px;
	margin: -55px 0px 0px -75px;
	top: 10%;
	z-index: 101;
	background-color: transparent;
	background-image: url(img/background.png);
	padding: 0px;
	white-space: nowrap;
	font-size: 14px;
}

.lightbox_diapo_info {
	display: inline-block;
	width: 54px;
	height: 48px;
}

/* Style pour le formulaire de contact */
#lightbox_contact_formulaire textarea {
	width: 95%;
}

#lightbox_contact_formulaire {
	padding: 10px;
}

#lightbox_contact {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	overflow: auto;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
	z-index: 100;
}

.erreur {
	font-size: 16px;
	color: #AF4941;
	text-align: center
}
