/* CSS Document  pour site Pierre Saez*/

body{
	background-color: #eed;
}
#global{
	position: relative;
	width: 950px;
	margin: 0 auto;
	background-color: #eed;
}

#page-site{
	position: relative;
	margin: 0px auto auto 20px;
	width: 925px;
	height: 550px;
	background-color: #eed;
}

#header{
	background-image: url(images/header.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale 
	src='images/header.png');
	width: 925px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#lien-lang{
	position: absolute;
	top: 15px;
	left: 700px;
	width: 100px;
	height: 50px;
	text-align: center;
}
#lien-cont{
	position: absolute;
	top: 2px;
	left: 802px;
	width: 100px;
	height: 65px;
	text-align: center;
	
}
#lien-cont span a{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
#lien-cont span a:hover{

	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333300;
}

#mdemp{
	position: absolute;
	left: 5px;
	top: 440px;
	width: 410px;
	height: 18px;
	text-align: justify;
	font-family:"trebuchet MS", Verdana, "Lucida Sans", Tahoma, sans-serif;
	font-size: 0.7em;
	line-height: 0.9em;
	font-weight: lighter;
	color: #666666;
}
#texte-page{
	position: absolute;
	left: 440px;
	top: 0px;
	width: 470px;
	height: 230px;
	text-align: justify;
	line-height: 1em;
	padding: 0 2px;
}
#cont-colonnes{
	position: absolute;
	top: 77px;
	left: 0px;
	width:915px;
	height: 405px;
	padding: 5px;
	font-family: "trebuchet MS", Verdana, "Lucida Sans", Tahoma, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #990000;
	text-align: justify;
}
#colonne-G{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 295px;
	height: 380px;
	padding: 2px;
	text-align: justify;
	text-decoration: none;
	font: inherit;
}
#colonne-M{
	position: absolute;
	top: 0px;
	left: 305px;
	width: 295px;
	height: 380px;
	padding: 2px;
	text-align: justify;
	text-decoration: none;
	font: inherit;
}
#colonne-D{
	position: absolute;
	top: 0px;
	left: 610px;
	width: 295px;
	height: 380px;
	padding: 2px;
	text-align: justify;
	text-decoration: none;
	font: inherit;
}
/* diaporama pour site Pierre Saez*/
div#galerie
{
	position: absolute;
	top: 77px;
	left: 0px;
	width: 915px ;
	height: 405px;
	background: #eed;
	border: none;
	padding: 1px ;
	margin: 1px ;
	text-align: left;
	font: 0.9em Georgia, serif ;
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 2px 0 ;
	position: absolute;
	left: 425px;
	top: 235px;
	width: 490px;
	height: 130px;
	list-style-type: none ;
}

ul#galerie_mini li
{
	
	display: block;
	width: 80px;
	height: 60px;
	float: left;
}

ul#galerie_mini li a img
{
	margin: 2px 2px ;
	border: none ;
}



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

dl#photo dt
{
	position: absolute;
	left: 5px;
	top: 413px;
	font: italic bold 0.8em Georgia, serif ;
	color: #926c5c ;
}

dl#photo dd
{
	position: absolute;
	left: 20px;
	top: 0px;
	margin: 0 ;
}

dl#photo img
{
	border: none;
}
/* fin diaporama pour site Pierre Saez*/

/* definition polices pour site Pierre Saez*/
.Titre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}
.sous-titre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0033;
}
.txt-page{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.lien-texte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #C28823;
}
.lien-texte:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #dcb;
}
p{
	width: auto;
}
p:first-letter{
	font-weight: bold;
	font-size: 3em;
	color: #FFCC00;
	float: left;
}

