/****************************************************************
* CSS Re/Max Kiosque Fortin-Delage
* Design by : Jean Marois
* CSS created by : Steve Perron
* December 12th, 2007
* www.kazarcreation.com
*****************************************************************/
@import url(reset-meyer.css);

body {
	background:#fff;
	font:0.6em Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
}

p {
	font-size:1.1em;
}

.clear {
	clear:both;
}

.wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
}

/********************************************************************/
/* Header															*/
/********************************************************************/
#header {
	background:url(../images/background-header.gif) no-repeat top center;
	height:81px;
}

#header .wrapper {
	background:url(../images/background-header.jpg) no-repeat top left;
	height:81px;
}

#header h1 {
	font-size:1em;
	text-indent:-9999px;
	background:url(../images/titre-principal.gif) no-repeat top left;
	width:281px;
	height:53px;
	
}

#header a {
	position:absolute;
	bottom:0;
	right:40px;
}

/********************************************************************/
/* Content															*/
/********************************************************************/
#content {
	background:#dbebf2 url(../images/background-content.jpg) no-repeat top center;
	min-height:660px;
}

#content .wrapper {
	width:770px;
	margin:0 auto;
	background:url(../images/background-content.gif) repeat-y top left;
	min-height:660px;
}

.section-agents {
	float:left;
	width:505px;
	padding-left:32px;
	padding-top:110px;
	background:url(../images/ambiance-agents.jpg) no-repeat top left;
}

.section-agents h2 {
	background:url(../images/titre-section-agent.gif) no-repeat top left;
	height:25px;
	text-indent:-9999px;
}

.section-agents p {
	color:#616262;
	padding-top:15px;
	padding-right:32px;
}

.section-agents ul {
	width:450px;
	margin-top:20px;
	padding-bottom:25px;
}

.section-agents ul li {
	float:left;
	width:75px;
	height:59px;
	position:relative;
	padding-top:10px;
	padding-left:75px;
	margin-bottom:17px;
	background:url(../images/background-liste-agents.gif) repeat-x top left;
}

.section-agents ul li img {
	border:1px solid #5a859a;
	background:#fff;
	padding:1px;
	width:61px;
	height:65px;
	position:absolute;
	top:0;
	left:0;
}

.section-agents a:link, .section-agents a:visited, .section-agents a:hover, .section-agents a:active {
	color:#21325c; 
	font:1.1em Arial, Helvetica, sans-serif;
	text-decoration:none;
}	

.section-agents a:hover {
	text-decoration:underline;
}

.info-kiosque {
	width:233px;
	padding-top:210px;
	background:url(../images/ambiance-kiosque.jpg) no-repeat top left;
	float:right;
}

.info-kiosque p {
	color:#618cd4;
	padding:10px 20px 0 20px;
}

.contact {
	font-size:1.1em;
	color:#fff;
	height:57px;
	background:url(../images/background-contact.gif) no-repeat top left;
	margin-top:40px;
	padding:12px 30px 0 70px;
}

/********************************************************************/
/* Footer															*/
/********************************************************************/
#footer {
	background:url(../images/background-footer.gif) repeat-x top left;
	height:147px;
	text-align:center;
	padding-top:20px;
}

.copyright {
	font-size:1em;
	color:#fff;
	display:block;
	padding-bottom:5px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	background:url(../images/enveloppe.gif) no-repeat 0 2px;
	padding-left:22px;
	font-size:1em;
	color:#fff;
	width:auto;
}

