@charset "utf-8";
/* CSS Document */

/*** PROPRIETES GENERALES ***/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bg.gif) repeat-x #fdd854;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

a	{
	text-decoration: none;
	color: #a90ae4;
}

a:hover	{
	text-decoration: none;
	color: #FF00FF;
}


h1 {
	font: 26px Tahoma, sans-serif;
	color: #ffcc84;
	font-weight: bold;
	padding: 16px 0 20px 36px;
}


img {
	border: none;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}


/*** HEADER ***/

#header  {
	width: 976px;
	height: 211px;
	background: url(img/header.jpg) no-repeat top;
	margin: 0 auto 10px auto;	
}

#presentation-wrap	{
	width: 100%;
	height: 274px;
	background: #FFFFFF;
	border-top: 6px solid #f59000;
	border-bottom: 6px solid #f59000;

}

#presentation	{
	width: 920px;
	height: 256px;
	margin: 8px auto 0 auto;
	background: url(img/photo.jpg) no-repeat right; 
}


#presentation li	{
	list-style: none;
	background: url(img/puce1.gif) no-repeat left top;
	padding: 2px 0 26px 36px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#residences-wrap	{
	width: 100%;
	height: 160px;
}

#residences	{
	width: 880px;
	height: 160px;
	margin: 20px auto 0 auto;
}

#residences	div a {
	display: block;
	width: 110px;
	float: left;
	text-align: center;
	padding: 120px 0 0 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}


#img01 a	{
	background: url(img/img01a.jpg) no-repeat; 
}

#img01 a:hover	{
	background: url(img/img01b.jpg) no-repeat;
}

#img02 a	{
	background: url(img/img02a.jpg) no-repeat; 
	margin: 0 0 0 70px;
}

#img02 a:hover	{
	background: url(img/img02b.jpg) no-repeat;
}

#img03 a	{
	background: url(img/img03a.jpg) no-repeat; 
	margin: 0 0 0 70px;
}

#img03 a:hover	{
	background: url(img/img03b.jpg) no-repeat;
}

#img04 a	{
	background: url(img/img04a.jpg) no-repeat; 
	margin: 0 0 0 70px;
}

#img04 a:hover	{
	background: url(img/img04b.jpg) no-repeat;
}

#img05 a	{
	background: url(img/img05a.jpg) no-repeat; 
	margin: 0 0 0 70px;
}

#img05 a:hover	{
	background: url(img/img05b.jpg) no-repeat;
}

/* Pages secondaires */

#main	{
	width: 960px;
	margin: 20px auto 0 auto;
	
}

#menu	{
	width: 160px;
	height: 400px;
	margin: 20px auto 0 auto;
	float: left;
}

#menu li a	{
	display: block;
	width: 132px;
	height: 21px;
	border: 1px solid #999999;
	background: #FFFFF0;
	margin: 0 0 10px 0;
	padding: 5px 0 0 12px;
	font-weight: bold;
	color: #666666;
}

#menu li a:hover	{
	background: #FFCC33;
}

#menu li span a	{
	background: #FFFFF0;
	border: 2px solid #FF9900;
}

#contenu	{
	width: 796px;
	margin: 20px auto 0 auto;
	background: url(img/bg2.jpg) repeat-x left top #fbf1cb;
	border: 1px solid #999999;
	float: left;
}

#logo	{
	width: 100%;
	height: 120px;
	float: left;
	padding: 14px 0 12px 0;
	background: #FFFFFF;
}

.image	{
	width: 296px;
	height: 300px;
	float: left;
}

.texte	{
	width: 470px;
	float: left;
	font-size: 13px;
	padding: 20px 20px 0 10px;
	text-align: justify;
}
	

.texte li	{
	background: url(img/puce2.gif) no-repeat left top;
	background-position: 0 2px;
	padding: 0 0 10px 24px;
}

.texte	p {


}
	