@charset "utf-8";
/* CSS Document */

a:link 
{ 
 text-decoration:none; 
} 

#glob #head #terre a{
	background-image: url(images/terre.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 100px;
	display: block;
	padding-top: 10px;	
}

@font-face {
    font-family: 'dancing_script_otregular';
    src: url('font/DancingScript-Regular-webfont.eot');
    src: url('font/DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DancingScript-Regular-webfont.woff2') format('woff2'),
         url('font/DancingScript-Regular-webfont.woff') format('woff'),
         url('font/DancingScript-Regular-webfont.ttf') format('truetype'),
         url('font/DancingScript-Regular-webfont.svg#dancing_script_otregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image: url(images/fond-beige.jpg);
	background-repeat: repeat;
	
}
#glob{
	height:1300px;
	width: 1050px;	
}
#head{
	background-image: url(images/head.png);
	height: 270px;
	width: 1044px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "ABeeZee", Verdana, Geneva, sans-serif;
	
	color: #007C95;
	position: relative;
	font-size: 16px;
}
#corps{
	
	height: 100%;
	overflow: hidden;
	width: 1044px;
	margin-top: 0px;
	text-align: left;
}


#gauche{
	height: 100%;
	width: 300px;
	float: left;
	}
#image{
	height: 210px;
	width: 265px;
	margin-top: 45px;
	padding-left: 45px;
	list-style-type: none;
	background-image: url(images/menus3.png);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-top: 40px;
}

#cita{
	height: 415px;
	width: 280px;
	margin-top: 15px;
	background-image: url(images/cita.png);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 20px;
	font-family: 'dancing_script_otregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #7b4d25;
	text-align: center;
	line-height:32pt;
	}
#texte{
	font-family: "ABeeZee", Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 700px;
	width: 580px;
	float: left;
	margin-top: -3px;
	padding-left: 60px;
	color: #000000;
	text-align: justify;
	padding-top: 35px;
	}



#fin{
	background-image: url(images/fin.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 1044px;
	margin-top: 0px;
}
#image a {
	font-size: 16px;
	text-decoration: none;
	color: #007C95;
	font-weight: bold;
	font-family: "ABeeZee", Verdana, Geneva, sans-serif;
	margin-top: 10px;
}

#image a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #604723;
	font-weight: bold;
	font-family: "ABeeZee", Verdana, Geneva, sans-serif;
	margin-top: 10px;
}



h2{
	font-family: 'ABeeZee', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #007C95;
}

.decal{
	margin-left: 201px;
}

.marr{
	 color: #604723;
}
.coeur{
	font-family: 'BLACKJAR', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-left: 240px;
}
.coeur2{
	font-family: 'BLACKJAR', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-left: 220px;
}
#texte img {
	margin-left: -10px;
	margin-top: 20px;
}