body {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width:100%;
}

img, a img
	{
	border: 0;
	padding: 0;
	margin: 0;
	}


/*Elements de texte*/
p {
	line-height: 16px;
	margin-top: 15px;
	padding: 0;
}

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


h1 {
	color: #000000;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 17px;
}


h2 {
	color: #000000;
	font-size: 1.2em;
	margin-top: 17px;
	margin-bottom: 2px;
	line-height: 20px;
}

h3 {
	color: #000000;
	font-size: 1em;
}


h4 {
	font-size: 11px;
	margin-top: 26px;
	margin-bottom:0;
}


a:hover { 
color: #ec027b 
}

.strong {
	font-weight: bold;
}

.pink {
	font-weight: bold;
	color: #ec027b;
	margin: 0px;
	padding: 0px;
}



/*PAGE D'ACCUEIL*/

#home {
	background-color: white;
	width: 550px;
	margin: 0 auto 0 auto;
	margin-top: 30px;
	height: auto;
}



/*Conteneur global*/
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	margin-top: 30px;
	height:auto

}

/*Header + logo*/
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 331px;
	height: 215px;
	float:left;
	background-color: #FFFFFF;
}

#header {
	width: 469px;
	height: 215px;
	text-align: right;
	float:left;
	background-color: #FFFFFF;


}





/*Partie left*/
#skyscraper {
	background-image: url(../images/left.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 66px;
	height: 360px;
	float: left;
	

}


/*Elements de menu*/

#menu {
	background-color: #FFFFFF;
	width: 211px;
	height: 360px;
	float: left;
	padding-left: 5px;
	color: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style-type: none;
	color: #312e2d;
	line-height: 20px;
}	

  
.current { 
color: #ec027b; 
font-weight: bold; 
}



#menu ul li a:hover {
	color: #ec027b;
}


/*Partie centrale HOME*/

#main {
	background-image: url(../images/main.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 468px;
	height: 360px;
	float:left;
	padding-right: 50px;
	text-align: left;
	font-size: 12px;
}


#main h2 {
	color: #000000;
	margin-bottom: 12px;
	line-height: 14px;
	font-size: 12px;
	margin-top: 3px;
	letter-spacing: 1px;
}

#main p {
	line-height: 16px;
	margin-top: 6px;
	font-size: 13px;
}

#main ul {
	margin-top: 0px;
	padding: 0;
	font-size: 13px;
	list-style-type: disc;
	color: #000000;
	line-height: 13px;
	list-style-position: inside;
}	



/*Partie centrale GALLERY*/

#gallery {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 518px;
	height: 360px;
	float:left;
	text-align: left;
}


/*Partie centrale CONTACT*/

#contact {
	background-image: url(../images/main.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 384px;
	height: 258px;
	float:left;
	padding-right: 134px;
	padding-top: 102px;
	text-align: left;
	font-size: 13px;
}

#contact h1 {
	color: #000000;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 17px;
}

#contact p {
	line-height: 16px;
	margin-top: 0px;
	font-size: 13px;
}

#contact ul {
	margin-top: 0px;
	padding: 0;
	font-size: 13px;
	list-style-type: disc;
	color: #000000;
	line-height: 16px;
	list-style-position: inside;
}

/*FOOTER*/

#footermain {
	background-color: #FFFFFF;
	width: 799px;
	height: 40px;
	float:left;
	font-size: 9px;
	text-align: right;
	padding-top: 30px;
	padding-right: 1px;
}

#footer {
	background-color: #FFFFFF;
	width: 799px;
	height: 30px;
	float:left;
	font-size: 9px;
	text-align: right;
	padding-top: 30px;
	padding-right: 1px;
}

#footer p {
	margin-top: 3px;
	font-size: 10px;
}

