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

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

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

input[type=text], input[type=password]
{
	border: 1px solid #9bb1c9;
	width: 100px;
}
input[type=submit]
{
	border: none;
	background: #9bb1c9;
	color:#ffffff;
}
input[type=submit]:hover
{
	cursor: pointer;
}
select{
	border: 1px solid #9bb1c9;
	width: 100px;	
}
textarea{
	border: 1px solid #9bb1c9;	
}
h1, h2, h3, h4, h5, h6
{
	color:		#5295c0;	
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 
{
	font-size: 110%;
	text-decoration: underline;
}
h4, h5, h6 { font-size: 100%; }

li
{
	list-style: none;
}

/*****************************************************************
 * LAYOUT
 *****************************************************************/
#header
{
	background-color: #7dcef9;
	position: relative;
	height: 165px;
	margin-top: 5px;
	background: #3dafe2;
}

#header_bgLeft
{
	height: 165px;
	width: 50%;
	position: absolute;
	left: 0px;
	background: #3dafe2 url(../img/header_bgLeft.png) repeat-x;
	z-index: 1;
}

#header_bgRight
{
	height: 165px;
	width: 50%;
	position: absolute;
	right: 0px;
	background: #3dafe2 url(../img/header_bgRight.png) repeat-x;
	z-index: 1;
}

#header_bgCenter
{
	position: absolute;
	width: 890px;
	height: 165px;
	margin-left: -445px;
	left: 50%;

	z-index: 2;
}
#header_bgCenter a img{
	border:0px solid white;
}

#logo
{
	text-align: center;
	z-index: 3;
}

#logo img
{
	position: relative;
	left: 330px;
	top: 55px;
	z-index: 3;
}

#bookmark
{
	position: absolute;
	top: 16px;
	right: 10px;
	z-index: 3;
}

#mainFrame
{
	position: relative;
	margin: 0px auto;
	width: 968px;
}

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

#columns
{
	float: left;
	width: 968px;
	position: relative;
	background: #FFFFFF url(../img/columns_bg.png) center repeat-y;
}

#sidebar
{
	width: 455px;
	position: relative;
	float: left;
	margin-bottom: -364px;
}

#mainMenu
{
	width: 88px;
	position: absolute;
	top: 18px;
	right: 0px;
	z-index: 1;
	font-weight:bold;
}

#mainMenu ul li
{
	width: 81px;
	height: 25px;
	background: url(../img/mainMenu_bg.png) no-repeat;
	color: #c50c1c;
	cursor: pointer;
	font-family: Century Gothic, sans serif;
	padding-top: 7px;
	padding-left: 7px;
	margin-bottom: 3px;
}

#mainMenu ul li:hover
{
	width: 91px;
	background: url(../img/mainMenu_bg_hover.png) no-repeat;
	position: relative;
	right: 10px;
}

#quickAccess
{
	width: 170px;
	height: 93px;
	background: url(../img/quickAccess_bg.jpg) no-repeat;
	position: absolute;
	top: -4px;
	left: 0px;
	font-family: Century Gothic, sans serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 68px;
	padding-left: 48px;
}

#quickAccess a
{
	color: #000000;
}

#contact
{
	position: relative;
	margin-top: 130px;
	margin-left: 10px;
}

#secteurDintervention
{
	position: relative;
	margin-left: -5px;
	width: 187px;
	padding-top: 10px;
	text-align:center;
	color:#ffffff;
}

#devis
{
	width: 205px;
	position: relative;
	margin-left: -25px;
	margin-top: -3px;
	background-color: #FFFFFF;
	border-left: 1px solid #a19c8a;
	border-right: 1px solid #a19c8a;
	padding-top: 34px;
	padding-left: 15px;
}

#devis h1
{
	width: 204px;
	height: 31px;
	position: absolute;
	top: 0px;
	left: -1px;
	background: url(../img/devis_header_bg.png) top no-repeat;
	font-family: Century Gothic, sans serif;
	font-size: 14px;
	color: #000000;
	padding-top: 7px;
	padding-left: 18px;
	font-weight: normal;
}

#devis h1:first-letter
{
	font-size: 18px;
}


#devis h1 span.white
{
	color: #FFFFFF;
}

#devis form
{
	position: relative;
	z-index: 1;
}

#devis_footer
{
	width: 222px;
	position: absolute;
	bottom: 0px;
	left: -1px;
	height: 10px;
	background: url(../img/devis_form_bg.png) bottom no-repeat;
}

#secondaryMenu
{
	position: relative;
	top: -490px;
	left: 267px;
	width: 187px;
	background-color: #b9c9d9;
	padding-bottom: 10px;
	padding-top: 10px;
}

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

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

#secondaryMenu h1
{
	background-color: #FFFFFF;
	font-family: Century Gothic, sans serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 12px;
	color: #c50c1c;
}

#secondaryMenu h1:first-letter
{
	font-size: 18px;
}

#secondaryMenu ul
{
	padding-left: 20px;
	padding-right: 5px;
}

#secondaryMenu a
{
	color: #000000;
}

#nosDiagnostics
{
	margin-bottom: 8px;
}

#espaceClients
{
	width: 215px;
	background-color: #c50c1c;
	padding: 5px;
	position: absolute;
	right: 1px;
	top: 160px;
	padding-bottom: 15px;
}

#espaceClients table
{
	margin: 0 auto;
}

#espaceClients h1
{
	background-color: transparent;
	color: #FFFFFF;
}

#espaceClients_help
{
	width: 150px;
	position: absolute;
	bottom: 5px;
	left: 30px;
}

#espaceClients_help a
{
	color: #000000;
}

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

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

#nosServices
{
	margin-top: 8px;
}

#content
{
	width: 440px;
	position: relative;
	float: left;
	padding-left: 30px;
	padding-right: 43px;
	padding-top: 35px;
	text-align: justify;
	color: #7d7d7d;
}

#footer
{
	clear: both;
	position: relative;
	background: url(../img/footer_bg.jpg) no-repeat;
	height: 170px;
	margin-bottom: 5px;
}

#footer h1
{
	font-family: Century Gothic, sans serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#footer h1:first-letter
{
	font-size: 18px;
}

#expertisesCertifiees
{
	position: absolute;
	width: 308px;
	height: 159px;
	top: 6px;
	left: 33px;
	padding: 10px;
	text-align: center;
}

#expertisesCertifiees h1
{
	text-align: left;
	margin-top: 4px;
	margin-left:40px;
	margin-bottom: 5px;
}

#bottomInfo
{
	position: absolute;
	top: 52px;
	left: 340px;
	width: 610px;
	padding-left: 3px;
	padding-right: 3px;
	color: #ffffff;
	text-align:center;
}

#bottomInfo a
{
	color: #ffffff;
}

.scrisFooter1 {

	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

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