/* 
Appartement Sandrine main stylesheet
July, 4th, 2006
*/

body {
	background: #333333;
	border: 0px;	
	font-family: verdana, sans-serif;
	font-size: 12px;	
	margin: 0px;
	padding: 0px 0px;
	text-align: center;
}

a {
	color: #40659B;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

/* -- GENERAL ---------------------------------------- */

#main {
	position: relative;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0 auto;
	padding: 0px;
	text-align: left;	
	width: 750px;
}

/* -- HEADER ---------------------------------------- */

#header {
	background: #5397D5 url(../images/headerback.png) top left repeat-x;
	border-top: 5px solid #235B9C;
}

#header #headercity {
	background-image: url(../images/headercity.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/* -- FEATURES ---------------------------------------- */

#features {
	background-color: #000000;
	color: #EB9F3D;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	padding-left: 50px;
}

#features img {
	vertical-align: middle;
}

/* -- MENU ---------------------------------------- */

#menu {
	background: #538620 url(../images/menuback.png) top left repeat-x;
	border-top: 1px solid #A2BD43;
	border-bottom: 3px solid #355A10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: center;
}

#menu a {
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu #item {
	padding: 10px;
	background-image: url(../images/menusepar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu #itemlast {
	padding: 10px;
}

/* -- CONTENTPAGE ---------------------------------------- */

#contentpage {
	padding: 15px;
	text-align: justify;
}

#contentpage h1 {
	border-bottom: 1px solid #9FA5AE;
	font-size: 180%;
	padding-bottom: 2px;
}

/* -- CONTENTTEXT ---------------------------------------- */

#contenttext {
	font-size: 130%;
	line-height: 150%;
}

/* -- imgpreview1 ------------------------------------ */

#imgpreview1 {
	border: 1px solid #9FA5AE;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}

/* -- imgplan ------------------------------------ */

#imgplan {
	border: 1px solid #9FA5AE;
	padding: 5px;
}

/* -- imgpreview2 ------------------------------------ */

#imgpreview2 {
	border: 1px solid #9FA5AE;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

/* -- GALERIE ---------------------------------------- */

#galerie {
	padding-top: 15px;
	text-align: center;
	vertical-align: middle;
}

#galerie_text {
	font-size: 130%;
	padding-top: 5px;
	padding-bottom: 30px;
}

/* -- SHOW LINKS ---------------------------------------- */

#show_links {
	font-size: 130%;
	text-align: center;
}

/* -- SITUATION ---------------------------------------- */

#situaton {
	border-left: 1px solid #9FA5AE;
	color:#444444;
	font-size: 120%;
	margin-left:20px;
	margin-bottom:20px;
	padding-left: 5px;
}

/* -- FOOTER ---------------------------------------- */

#footer {
	background-color: #000000;
	color: #888888;
	padding: 20px;
	text-align: center;
	line-height: 120%;
}

#footer a {
	color: #BBBBBB;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #copyright {
	color: #666666;
	font-size: 80%;
}
