/* clicherie polygravure aquitaine 2006 */

body,td,th {
	font-family: "Lucida Grande", sans-serif;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-image: url(../images/bg_body_index.jpg);
	background-repeat: repeat-x;
}
 #container {
	width: 850px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -300px;
	color: #666666;
	z-index: 50;
}
#animation {
	height: 450px;
	width: 780px;
	border: 3px solid #014a99;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #014a99;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/alternative.jpg);
	background-repeat: no-repeat;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari et Chrome */
	transform: scale(0.98);
	box-shadow: 0 5px 10px rgba(10,10,10,0.55);
}
#animation:hover {
	transition: all 0.8s ease-out;
	transform: scale(1);
	box-shadow: 0 10px 25px rgba(10,10,10,0.30);
}
#animation p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#animation a:link, #animation a:visited {
	color: #196e04;
}

#animation a:hover, #animation a:active {
	color: #000000;
}


#pied_de_page {
	font-size: 10px;
	background-image: url(../images/bg_link_index.jpg);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 25px;
	color: #FFFFFF;
	background-position: left top;
	padding-bottom: 10px;
	line-height: 14px;
	position: absolute;
	bottom: 0px;
	display: block;
	left: 0px;
	width: 100%;
	z-index: 1;
	text-align: center;
}
#pied_de_page a:link, #pied_de_page a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#pied_de_page a:hover, #pied_de_page a:active {
	color: #66FF33;
	text-decoration: underline;
}

