* {
	margin: 0px;
	padding: 0px;
	border: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fond.gif);
}
img {
	border: 0;
}
p {
	padding: 2px 0 2px 0;
}
#global {
	position: absolute; /* on positionne le conteneur */
	left: 50%; 
   top: 20px;
   margin-left: -384.5px;
   width: 769px; /* largeur obligatoire pour être centré */
	background-image: url(../img/fond_c.gif);
	background-repeat: repeat-y;
}
.haut1 {
	position: relative;
	background-image: url(../img/haut_01.jpg);
	width: 769px;
	height: 88px;
}
.haut2 {
	position: relative;
	/*top: 88px;*/
	background-image: url(../img/haut_02.jpg);
	width: 769px;
	height: 70px;
	text-align: right;
}
.titre {
	border: 0;
	width: 225px;
	height: 70px;
}
.contenant {
	position: relative;
	/*top: 158px;*/
	background-image: url(../img/bas.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 769px;
	text-align: center;
	border: none;
}
.contenu {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify; 
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	padding-right: 80px;
}
.pied-page {
	position: relative;
	background-image: url(../img/pied_page.gif);
	width: 769px;
	height: 33px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
}
.coul-orange {
	color: #FF6B3D;
}
a.lpied-page{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;;
}
.date {
	color: #cccccc;
	font-size: 10px;
}
.ville {
	color: #FF6B3D;
}
dl.marge {
	padding: 0;
	margin: 0;
}
.marge dt {
	font-weight: bold;
}
.marge dd {
	padding: 2px 0 2px 10px; /*top right bottom left */
	text-decoration: underline;
}
input, textarea {
	background-color: #ffffff;
	border-bottom: solid 1px #FF6B3D;
	width: 350px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #661616;
	font-weight: bold;
	margin: 3px 0 3px 0;
	padding: 2px 0 0 2px;
}
.table-form {
	border: 1px;
	width: 450px;
}
.txt-form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	padding-right: 3px;
}
.bouton {
	border: solid 1px #ffffff;
	background-color: #661616;
	width: auto;
	color: #ffffff;
	padding: 3px;
	cursor: pointer;
}
.tit-natmort {
	position: relative;
	background-image: url(../img/stit_natmort.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 613px;
	height: 71px;
	text-align: right;
	border: none;
}
.tit-paysage {
	position: relative;
	background-image: url(../img/stit_paysage.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 613px;
	height: 71px;
	text-align: right;
	border: none;
}
.tit-abstrait {
	position: relative;
	background-image: url(../img/stit_abstrait.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 613px;
	height: 71px;
	text-align: right;
	border: none;
}
.tit-tete {
	position: relative;
	background-image: url(../img/stit_tete.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 613px;
	height: 71px;
	text-align: right;
	border: none;
}
.tit-nu {
	position: relative;
	background-image: url(../img/stit_nu.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 613px;
	height: 71px;
	text-align: right;
	border: none;
}
.tit-compo {
	position: relative;
	background-image: url(../img/stit_compo.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 613px;
	height: 71px;
	text-align: right;
	border: none;
}
.menu-gal {
	position: relative;
	padding-top: 40px;
	padding-right: 5px;
	font-size: 11px;
	color: #ffffff;
}
.apercu {
	border: solid 3px #FF6B3D;
}
.cell {
	text-align: center;
	height: 110px;
	width:25%;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
}
.legende{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: solid 1px #FF6B3D;
	padding-left: 3px;
}
a.lmenu-gal{
	color: #ffffff;
	text-decoration: none;
}
a.lmenu-gal:hover{
	background-color: #ffffff;
	color: #000000;
}
hr{
	width: 400px;
	height: 1px;
	border-bottom: solid 1px #FF6B3D;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-left: 105px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.lang{
	color: #ffffff;
}
.coul-rouge{
	color: #ff0000;
}
.encartdroite{
	margin-right: 8px;
	float: left;
}
.encartgauche{
	margin-left: 8px;
	float: right;
}