/*
Theme Name: Ambeliss
Theme URI: http://www.ambeliss.com/
Description: site d'Ambeliss
Version: 0.1
Author: Com concept
 
Creation Theme by com concept
 
*/

body{
	background: black;
	text-align:center;
	font: 13px Arial,Verdana;
	color: black;
}

img{border:0;}

#page{
	background: url(img/page.png) no-repeat;
	width: 876px; height: 558px;
	margin:2% auto;
}

a#com{
	background: url(img/com.png) no-repeat;
	width: 133px; height: 34px;
	display:block;
	margin-left:255px;
	margin-top:40px;
}

a#mentions{
	color:white;
	font: 12px Times New Roman, Serif;
	text-decoration:none;
	margin-top:35px;
}
	a:hover#mentions{
		color:white;
		text-decoration:underline;
	}

a#entree{
	background: url(img/entree.png) no-repeat top;
	width: 690px; height: 320px;
	display:block;
	border:0;
}
/***********************************************************
					MENU
***********************************************************/

#menu{
	padding: 206px 0 0 37px;
	width:300px;
	float:left;
}
a#presentation{
	background: url(img/presentation.png) no-repeat top;
	width: 276px; height: 40px;
	display:block;
}
	a:hover#presentation{
		background: url(img/presentation.png) no-repeat bottom;
		width: 276px; height: 40px;
	}
	a#presentationOn{
		background: url(img/presentation.png) no-repeat bottom;
		width: 276px; height: 40px;
		display:block;
	}
a#mariage{
	background: url(img/mariage.png) no-repeat top;
	width: 276px; height: 40px;
	display:block;
}
	a:hover#mariage{
		background: url(img/mariage.png) no-repeat bottom;
		width: 276px; height: 40px;
	}
	a#mariageOn{
		background: url(img/mariage.png) no-repeat bottom;
		width: 276px; height: 40px;
		display:block;
	}
a#evenements{
background: url(img/evenements.png) no-repeat top;
width: 276px; height: 40px;
display:block;
}
	a:hover#evenements{
		background: url(img/evenements.png) no-repeat bottom;
		width: 276px; height:40px;
	}
	a#evenementsOn{
		background: url(img/evenements.png) no-repeat bottom;
		width: 276px; height:40px;
		display:block;
	}
a#pourquoi{
	background: url(img/pourquoi.png) no-repeat top;
	width: 276px; height: 40px;
	display:block;
}
	a:hover#pourquoi{
		background: url(img/pourquoi.png) no-repeat bottom;
		width: 276px; height:40px;
	}
	a#pourquoiOn{
		background: url(img/pourquoi.png) no-repeat bottom;
		width: 276px; height:40px;
		display:block;
	}
a#contact{
	background: url(img/contact.png) no-repeat top;
	width: 276px; height: 40px;
	display:block;
}
	a:hover#contact{
		background: url(img/contact.png) no-repeat bottom;
		width: 276px; height:40px;
	}
	a#contactOn{
		background: url(img/contact.png) no-repeat bottom;
		width: 276px; height:40px;
		display:block;
	}

/********************************************************************
						CONTENU
********************************************************************/

#content{
	float:left;
	width: 520px;
	padding-top:70px;
}
	
h1{
	color:#e2007a;
	font:bold italic 28px Arial, Verdana;
	width:465px;
	margin:5px 0;
}

h2{
	color:#e2007a;
	font: bold 25px Arial, Verdana;
	width:465px;
	margin:5px 0 25px 0;
}

#text{
	width:465px;
	height:300px;
	overflow:auto;
}