
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000066;
}

h1, h2, h3 {
	margin: 0;
	text-transform: none;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}
/*
a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
*/
/* Header */

#header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 110px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	background: url(images/img02.gif) no-repeat right center;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
}
/*
#logo a {
	text-decoration: none;
	color: #1A1A1A;
}
*/
/* Menu */

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 24px;
	color: #B8BD52;
}

#menu a:hover {
	color: #1A1A1A;
}

#menu .active a {
	background: url(images/img03.jpg) no-repeat;
	color: #FFFFFF;
}

/* Small text header */

#rollingtext
{
	color:rgb(255, 10, 10);
}


/* Gallery */

#gallery {
	clear: both;
	width: 1000px;
	height: 320px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color:none;
}

.top-photo{
	display: block;
	float: left;
	width: 1000px;
	height: 290px;
}

.top-photo img {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

.top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	/*background-color: yellow;*/
	overflow:hidden;
}


/* Posts */

.wide {
	width: 1000px;
	float: left;
}
 
.posts {
	width: 490px;
}

/* Posts left */

.left {
	float: left;
}

.right {
	float: right;
}


.story {
	padding: 10px 20px;
	line-height: 180%;
	font-size: 20px;
}

.story img {
	margin: 5px 5px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	font-size: 20px;
}

.violet{
	background: url(images/entete_degrade.jpg) no-repeat 0em 2.5em;
}	

.bleu{
	background: url(images/entete_degrade_bleu.jpg) no-repeat 0em 2.5em;
}	

.boxed h2 {
	padding-left: 20px;
	padding-bottom: 15px; /* Nécessaire pour section grand appartement*/
	color: #0078FF;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
	font-size: 22px;
}

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
}

/* Tarifs table */


.tarifs {
	border: 1px solid black;
	text-align:center;
	margin-top:20px;
}
/*
.tarifs td ,.tarifs th{
	border: 1px solid black;
	height:100px;
	width:100px;
}
*/
.tarifs th{
	border: 1px solid blue;
	height:60px;
	width:100px;
}

.tarifs td {
	border: 1px solid black;
	height:100px;
	width:100px;
}

.lignega {
   background-color: #E3F8F9;
}



/* Footer */

#footer {
	clear: both;
	padding: 40px;
	background: #0ab0ee url(images/img16.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

