/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #654837;
	background: #fadae4;
	font-family:Arial, sans-serif, Helvetica;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************************************************************************************************************/


#blocfond {
	background:url(../images/fond.png) top left no-repeat;
	width:100%;
	height:600px;
	margin:auto;
	padding:148px 108px 0 108px;
}

#miseenpage {
	position:relative;
	width:735px;
	height:600px;
	margin:auto;
}

#cadre {
	position:relative;
	background:#fff;
	width:519px;
	height:378px;
}

#logo {
	position:absolute;
	top:10px;
	left:45px;
	z-index:100;
}

#contenu {
	padding:0 42px 0 42px;
}
/*********************CONTENU CADRE BLANC***********************/
#poucet {
	width: 100%;
	height: 10px; 
	font-size:11px;
	color:#AB7C63; 
	vertical-align: top;
	font-weight:none;
	border-bottom:1px dashed #AB7C63;
	margin:0 0 20px 0;
	padding:0 0 8px 0;
}

h1 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
}

span img {
	padding:0;
	margin:0px 0 0 0;
	border:1px solid #FADAE4;
	float:left;
}

#marque a {
	display:block;
	color:#45291D;
	text-decoration:none;
	border-bottom:1px dashed #AB7C63;
	padding-bottom:3px;
	margin-bottom:9px;
}

#marque span {
	color:#AB7C63;
	padding-left:7px;
}

p {
	padding-left:80px;
	font-size:11px;
	line-height:14px;
	text-align:justify;
}

#presentation p {
	margin-bottom:13px;
}

#contact p {
	
	padding-bottom:10px;
}

#contact p strong {
	font-weight:bold;
}

/**********************FIN CONTENU CADRE BLANC******************/
a.gal
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 202px ;
	height:25px;
	line-height: 25px ;
	color: #000 ;
	text-indent: 0px ; /* On décale le texte de 40px du bord gauche */
	float:right;
	text-decoration: none ;
	background: url(../images/visitgal.jpg) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

a.gal:hover
{
	background: url(../images/visitgal.jpg) no-repeat 0 -25px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
}

#menubas {
	position:absolute;
	width:735;
	bottom:-18px;
	left:135px;
}

#menubas a {
	font-size:10px;
	color:#654837;
	text-decoration:none;
}

#menubas a:hover {
	text-decoration:underline;
	color:#fadae4;
}

#navigation ul {
	position:relative;
	top:-26px;
	margin-left:71px;
	background-image:url(../images/navigation.png);
	width:448px;
	height:26px;
}

#navigation li {
	float:left;
}

#navigation li a {
	display:block;
	width:112px;
	height:26px;
}

#navigation li a:hover {
	background-image:url(../images/navigation.png);
}

#navigation li a#lien1:hover {
	background-position: 0% -26px;
}

#navigation li a#lien2:hover {
	background-position: -111px -26px;
}

#navigation li a#lien3:hover {
	background-position: -222px -26px;
}

#navigation li a#lien4:hover {
	background-position: -333px -26px;
}

.mp3 {
	margin:0 0 4px 25px;
	padding:0;
	font-size:12px;
}

.mp3 strong {
	font-weight:bold;
}

#bodyy {
	margin-top:20px;
}