/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper 
{ 
 margin: 0 auto;
 width: 1022px;
}
#logo
{
float:left;
width:242px;
}
#header
{
 width: 758px;
 float: left;
 padding:0px 10px 0px 10px;
 height: 110px;
 margin: 00px 0px 0px 0px;
 background-color:#FFCCDD;
}

#leftcolumn { 
 
 margin: 0px 0px 0px 0px;
 padding: 10px;
 padding-top:20px;
 width: 232px;
 float: left;
 display: inline;
 
}
#rightcolumn { 

 float: right;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 padding-top:0px;
 /*height: 350px;*/
 width: 750px;
 display: inline;
  position: relative;
 min-height:350px;

}
#footer { 
 clear: both;
 margin: 0px 0px 10px 0px; 
}

#navigation {
 float: left;
 margin: 0px 0px 0px 0px;
}

#navigation, #footer
{
 background: url("../images/css/menu.png");
 width: 1000px;
 padding: 5px 10px 5px 10px;
 height:35px;
 line-height:35px;

}

#footer ul li a
{
	color:#111111;
}
#footer ul li a:active, #footer ul li a:hover
{
	color:#000000;
}

/* Styles et couleurs personnalisés */
 body, #navigation, #header
 {
	background-color:#DAD5C5;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
 }
 
 table
 {
	font-size:13px;
}
 #wrapper
 {
 background: url("../images/css/rightcolumn.png") right bottom no-repeat;
 }
 

 /* Style des polices */
p, h1,h2,h3 { margin:5px 0px 5px 0px }
h1{font-size:19px; color:#0464A1;}
h2{font-size:17px;}
h3{font-size:15px;}
p { text-align:justify; }
a{ color: #000000;   text-decoration:none;   border-bottom: 1px solid #FFFFFF; font-weight:bold;}

#navigation a, #footer a
{
	cursor : url("../images/immocorsica.cur"), auto;
}

 /* Style des box */
.bloc
{
	width:230px; /* = 200px - 2*10px - 2*5px */	
	background-color:#FFFFFF;
	margin-bottom:10px;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	padding-bottom:5px;
}

.bloc p, .bloc span, .bloc form, .bloc h1 { padding:5px; }

li img 
{
 vertical-align:text-top;
}




 
 
 
 
 
 
