/*****************************************************************
 * GENERAL
 *****************************************************************/
body
{
	margin:		0px;
	padding:	0px;
	background: #FFFFFF;
	
	font-family:	Arial, sans-serif;
	font-size:		12px;
	color:			#000000;
	
	text-align: center;
}

div, form, ul, img, h1, h2, h3, h4, h5, h6, table, tr, td
{
	margin:		0px;
	padding:	0px;
}

a
{
	color: #2b619d;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border:0px solid white;
}

input[type=text]
{
	border:			1px solid #000000;
	margin-bottom:	1px;
	font-family:	Arial, sans-serif;
	font-size:		12px;
	width:100px;
}
input[type=submit]
{
	background: #2b619d;
	color:white;
	border:1px solid black;
}
input[type=img]
{

}
select
{
	border:			1px solid #000000;
	margin-bottom:	1px;
	font-family:	Arial, sans-serif;
	font-size:		12px;
	width:102px;
}
label{
	width:80px;
	float:left;
}
h1, h2, h3, h4, h5, h6
{
	color:		#2b619d;
	font-family: Century Gothic, sans serif;
}

h1 { font-size: 130%; }
h2, h3 { font-size: 120%; }
h4, h5, h6 { font-size: 100%; }

/*****************************************************************
 * LAYOUT
 *****************************************************************/
#mainFrame
{
	width: 			1052px;
	margin: 		0px auto;
	text-align:		left;
	padding-left:	53px;
	overflow:		hidden;
	position:		relative;
}

#container
{
	width: 985px;
}

#topShadow
{
	height: 10px;
	background: url(../img/topShadow.png) bottom repeat-x;
}

#header
{
	height: 	181px;
	position:	relative;
	z-index:	10;
	border-right:	1px solid #c0c0c0;
	border-left:	1px solid #c0c0c0;
	border-top:	1px solid #c0c0c0;
}

#headerShadow
{
	position: 		relative;
	left: 			-53px;
	width: 			985px;
	padding-left: 	53px;
	padding-right:	67px;
	background:		url(../img/sideShadow.png) repeat-y;
}

#logo
{
	position:	absolute;
	top:		10px;
	left:		15px;
	z-index:	10;
}

#devis
{
	position: absolute;
	top: 1px;
	right: 1px;
	width: 253px;
	height: 144px;
	font-size: 11px;
	padding-top: 5px;
}

#devis h1
{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
}

#devis .blue
{
	font-style: italic;
	color: #146e97;
}

#devis input
{
	font-size: 11px;
	border: 1px solid #146e97;
	margin-bottom: 1px;
}

#devis input.checkbox
{
	border: none;
}

#devis input[type=submit]
{
	height: 16px;
	width: 16px;
	background: url(../img/devis_ok.png) no-repeat;
	border: none;
	float: right;
	position: relative;
	right: 21px;
	cursor: pointer;
}

#devis table
{
	width: 100%;
}

#devisForm
{
	padding-top: 2px;
	padding-left: 50px;
}

#email
{
	width: 160px;
}

#dateDeConstruction
{
	width: 84px;
}

#diagnostics
{
	width: 128px;
}

#menu
{
	position: 	absolute;
	bottom:		0px;
	left:		5px;
	z-index:	10;
}

#menu ul
{
	margin:		0px;
	padding:	0px;
}

#menu ul li
{
	float: 			left;
	height:			40px;
	cursor:			pointer;
	list-style: 	none;
	margin-right:	10px;
}
.menutext{
	padding-top:12px;
	padding-left:37px;
	font-size:16px;
	font-weight:bold;
}
#menu ul #menu_accueil
{
	width:		121px;
	background: url(../img/menu_accueil.png) no-repeat;

}
#menu ul #menu_accueil:hover
{
	background: url(../img/menu_accueil_hover.png) no-repeat;
}

#menu ul #menu_services
{
	width:		121px;
	background: url(../img/menu_services.png) no-repeat;
}
#menu ul #menu_services:hover
{
	background: url(../img/menu_services_hover.png) no-repeat;
}

#menu ul #menu_devis
{
	width:		121px;
	background: url(../img/menu_devis.png) no-repeat;
}
#menu ul #menu_devis:hover
{
	background: url(../img/menu_devis_hover.png) no-repeat;
}

#menu ul #menu_contact
{
	width:		381px;
	background: url(../img/menu_contact.png) no-repeat;
}
#menu ul #menu_contact:hover
{
	background: url(../img/menu_contact_hover.png) no-repeat;
}

#menu ul #vous_vendez
{
	width:		151px;
	background: url(../img/vous_vendez.png) no-repeat;
}
#menu ul #vous_vendez:hover
{
	background: url(../img/vous_vendez_hover.png) no-repeat;
}

#menu ul #vous_louez
{
	width:		151px;
	background: url(../img/vous_louez.png) no-repeat;
}
#menu ul #vous_louez:hover
{
	background: url(../img/vous_louez_hover.png) no-repeat;
}

#contacterNosExperts
{
	position:	absolute;
	bottom: 	-3px;
	right:		1px;
	z-index:	10;
}

#sideShadow
{
	position: 		relative;
	left: 			-53px;
	width: 			985px;
	padding-left: 	53px;
	padding-right:	67px;
	background:		url(../img/sideShadow.png) repeat-y;
}

#topLeftShadow
{
	position: 	absolute;
	top:		-229px;
	left:		0px;
	width:		105px;
	height:		105px;
	background: url(../img/topLeftShadow.png) no-repeat;
}

#topRightShadow
{
	position: 	absolute;
	top:		-229px;
	right:		0px;
	width:		105px;
	height:		105px;
	background: url(../img/topRightShadow.png) no-repeat;
}

#bottomLeftShadow
{
	position: 	absolute;
	bottom:		-71px;
	left:		0px;
	width:		105px;
	height:		105px;
	background: url(../img/bottomLeftShadow.png) no-repeat;
}

#bottomRightShadow
{
	position: 	absolute;
	bottom:		-71px;
	right:		0px;
	width:		105px;
	height:		105px;
	background: url(../img/bottomRightShadow.png) no-repeat;
}

#separator
{
	height:		90px;
	background:	#2b619d url(../img/separator_bg.png) no-repeat;
	position: relative;
}

#espaceClient
{
	position:		relative;
	top:			5px;
	left:			30px;
	background:		url(../img/separator_espaceClients.png) no-repeat;
	padding-top:	25px;
}

#espaceClient a
{
	color: #000000;
}

#espaceClientForm label
{
	display: 	block;
	float:		left;
	width: 		85px;
}

#espaceClient_links
{
	font-size: 11px;
}

#middle
{
	border-left:	1px solid #c0c0c0;
	border-right:	1px solid #c0c0c0;
	position:		relative;
	width: 983px;
	float: left;
}

#content
{
	width: 			583px;
	padding:	 	10px;
	padding-left:	15px;
	padding-right:	15px;
	text-align:		justify;
	float: left;
}

#content h1
{
	text-decoration: underline;
}

#sidebar1
{
	width: 190px;
	margin-top: 10px;
	float: left;
	position:relative;
	background: url(../img/menu.gif) top right no-repeat;
}

#sidebar1 h1
{
	background: url(../img/sidebarLeft_title_bg.png) bottom left no-repeat;
	margin-bottom: 3px;
	padding-left: 10px;
	height: 25px;
	font-weight: normal;
	font-size: 14px;
}


.listContent
{
	padding-bottom:	5px;
	margin-bottom:	20px;
}

.listContent a
{
	color: #000000;
}
.listContent a:hover
{
	color: #2b619d;
}

.listContent ul
{
	margin-left: 15px;
	padding-left: 10px;
	list-style-image: url(../img/sidebar_bullet.png);
}

#sidebar2
{
	width:			180px;
	padding-top:	10px;
	float: right;
	position: relative;
}

#sidebar2 h1
{
	background:  url(../img/sidebarRight_title_bg.png) bottom right no-repeat;
	text-align: left;
	padding-left: 40px;
	height: 25px;
	font-weight: normal;
	font-size: 14px;
	color: #7fbd00;
}

#quickAccess
{
	color: #FFFFFF;
	font-size: 16px;
	background: url(../img/quickAccess_bg.jpg) no-repeat;
	width: 135px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 408px;
	padding-top: 20px;
	padding-left: 80px;
	font-family: Century Gothic, sans serif;
	font-weight: bold;
}

#quickAccess a
{
	color: #FFFFFF;
}

#quickAccess .green
{
	color: #87a940;
	font-size: 18px;
}

.imgContent
{
	padding-bottom: 5px;
	margin-bottom:	20px;
	text-align:		center;
}

#footer
{
	clear: both;
}

#footer #baseline
{
	border-left:	1px solid #c0c0c0;
	border-right:	1px solid #c0c0c0;
	border-bottom:	1px solid #c0c0c0;
	background:		#e0ff9f url(../img/footer_bg.png) no-repeat;
	height:			46px;
}

#footer #baseline div
{
	position: 		relative;
	top:			30px;
	text-align:		center;
	color:			#ffffff;
}

#footer #baseline div a
{
	color:			#ffffff;
}
#bottomShadow
{
	height: 	71px;
	background: url(../img/bottomShadow.png) repeat-x;
}

.scrisFooter1 {

	font-family: Verdana;
	font-size: 9px;
	color: #7E7E7E;
	text-decoration: none;
}

.texte {
	font-family: Verdana;
	font-size: 13px;
	color: black;
	text-decoration: none;
}

.titre2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #1a42a1;
	text-decoration: none;
}

#espace{
	position:absolute;
	right:0;
	top:10px;
	width:200px;
	color:#fff;
}

#espace h1{
	margin:10px 0;
	color:#fff;
}

#espace form{
	margin:0;
	padding:0;
}

#espace label{
	float:left;
	width:80px;
	margin-top:5px;
	margin-right:5px;
}

#espace input[type=text], #espace input[type=password]{
	width:100px;
	border:1px solid #2b619d;
}

#espace input[type=image]{
	margin-left:165px;
	margin-top:10px;
}
