html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff; 
	color: #132D41;
	text-align: center;
	font-size: 81%;
}
img {
	border: 0;
}
h1 {
	font-size: 1.4em;
	padding-bottom: 10px;
	color: #615d6c;
}
p {
	padding-bottom: 7px;
}
a {
	color: #615d6c;
}
a:hover {
	text-decoration: none;
}
em {
	font-style: normal;
	color: #C17C1F;
	font-weight: bold;
}


#frame {
	position: relative;
	float: left;
	width: 848px;
	width: 950px;
	height: 100%;
	background: #fff url('../images/bg_body_accueil.jpg') 0% 0% no-repeat;
}

#flag {
	position: absolute;
	top: 8px;
	left: 600px;
	width: 80px;
	height: 29px;
	background-color: transparent;
}
#flag img {
	padding: 2px;
}

#titre1 {
	position: absolute;
	top: 220px;
	left: 400px;
	width: 480px;
	height: 50px;
	background-color: transparent;

}
#titre1 h1 {
	color: #7B95BA;
	font-size: 36px;
	font-weight: normal;
}

#texte1 {
	position: absolute;
	top: 280px;
	left: 500px;
	width: 380px;
	height: 150px;
	overflow: auto;
	text-align: left;
}

#texte2 {
	position: absolute;
	top: 390px;
	left: 700px;
	width: 120px;
	height: 350px;	
	text-align: left;
	overflow: hidden;
	padding-left: 10px;

	font-style: italic;
}
#texte2 h1 {
	color: #C17C1F;	
}
#texte2 #ctu2 {
	position: relative;
	float: left
	height: 120px;
	width: 120px;
	color: #704C34;
}
#texte2 #img2 {
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#texte2 #img2 img {
	padding: 3px;
	border: solid 1px #C2CDDA;
}
#texte3 {
position: absolute;
left: 0px;
padding-left: 10px;
top: 695px;
width: 678px;
height: 50px;	
text-align: left;
color: #f0e4c4;
font-weight: normal;
background-color: transparent;
}

#pied {
	position: absolute;
	top: 754px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/bg_footer.png') no-repeat 0 0;
	color: #704C34;
	font-size: 0.8em;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
}

.ekiwi {
	font-size: 0.8em;
	font-style: italic;
	margin-top: 5px;
}
.ekiwi a {
	text-decoration: none;
	color: #5a6897;
}
.ekiwi a:hover {
	color: #652128;
}
#entrer {
	position: absolute;
	top: 100px;
	left: 700px;
		
}
#entrer a {
	text-decoration: none;
	font-size:  1.6em;
	font-style: italic;
	color: 	#C17C1F;
}
#entrer a:hover {
	font-style: normal;
}

	 		