/*****************************************************************
 * GENERAL
 *****************************************************************/
body
{
	margin:		0px;
	padding:	0px;
	background: url(../img/fond.jpg) center fixed;
	font-family:	Arial, sans-serif;
	font-size:		12px;
	color:			#000000;
}

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

img{
	margin:		0px;
	padding:	0px;
}

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

input[type=text], input[type=password]
{
	border: 1px solid #0060ae;
	width: 100px;
}

#sidebarRight select
{
	border: 1px solid #0060ae;
	width: 100px;
}

textarea
{
	border: 1px solid #0060ae;
}

input[type=submit]
{
	border: none;
	background: #0060ae;
	border: #b8b8b8;
	color:#ffffff;
	margin-bottom: 5px;
}
input[type=submit]:hover
{
	cursor: pointer;
}						
#content label{
	width:200px;
	float:left;
}
#content input[type=text], select
{
	border: 1px solid #0060ae;
	width: 180px;
}

h1, h2, h3, h4, h5, h6
{
	color:		#0060ae;	
}

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

/*****************************************************************
 * LAYOUT
 *****************************************************************/
#bgTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1000px;
	width: 100%;

}

#mainFrame
{
	position: relative;
	margin: 0px auto;
	width: 995px;
	top: 4px;
}

#header
{
	width: 995px;
	height: 155px;
	background: transparent;
	position: relative;
}

#bookmark
{
	position: absolute;
	bottom: 128px;
	right: 172px;
}

#logo
{
	position: absolute;
	top: 25px;
	left: 12px;
}

#menu
{
	height: 32px;
	position: relative;
	margin-top:-32px;
	border-bottom:2px solid #0060ae;
	margin-right:10px;
}

#mainMenu
{
	position: absolute;
	left: 245px;
	bottom: 0px;
}

#mainMenu2
{
	position: absolute;
	left: 610px;
	bottom: 0px;
}

#secondaryMenu
{
	position: absolute;
	right: 15px;
	bottom: 0px;
}

#menu ul li
{
	float: 		left;
	height:		21px;
	cursor:		pointer;
	font-family: Century Gothic, sans serif;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 10px;
	color: #FFFFFF;
	list-style: none;
}

#menu ul li:hover
{
	height:		26px;
	padding-top: 2px;
}

#menu ul li:first-letter 
{
	font-size: 16px;
}

#mainMenu li
{
	width: 87px;
	margin-right: 25px;
	background: url(../img/menu_mainMenu_bg.png) bottom no-repeat;
}
#mainMenu li:hover
{
	background: url(../img/menu_mainMenu_bg_hover.png) bottom no-repeat;
}

#mainMenu2 li
{
	width: 87px;
	margin-right: 8px;
	background: url(../img/menu_mainMenu_bg2.png) bottom no-repeat;
}
#mainMenu2 li:hover
{
	background: url(../img/menu_mainMenu_bg_hover2.png) bottom no-repeat;
}
#secondaryMenu li
{
	width: 107px;
	margin-left: 8px;
	background: url(../img/menu_secondaryMenu_bg.png) bottom no-repeat;
}
#secondaryMenu li:hover
{
	background: url(../img/menu_secondaryMenu_bg_hover.png) bottom no-repeat;
}


#middle
{
	width: 987px;
	position: relative;
	background-color:#ffffff;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	float: left;
	padding-bottom: 5px;
}

#middle_shadow
{
	width: 996px;
	position: relative;
	background: transparent url(../img/middle_shadow.png) right 10px repeat-y;
	float: left;
}

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

#sidebarLeft
{
	width: 170px;
	position: relative;
	top:25px;
	padding-left: 14px;
	float: left;
	font-size:		12px;
	background:#ffffff;
}

#sidebarLeft h1
{
	background:  #0060ae;
	margin-left: -14px;
	margin-bottom:2px;
	padding-left: 2px;
	height:25px;
	font-weight: normal;
	font-size: 14px;
	font-family: Century Gothic, sans serif;
	color: #ffffff;
	width: 184px;
}

#sidebarLeft .soustitre{
	width: 184px;
	margin-left:-14px;
	padding-left:8px;
	color:  #000000;
	font-size:12px;
	margin-top:10px;
	border-top:1px solid #0060ae;
	border-bottom:1px solid #0060ae;
	background: #ff9400;
}

#sidebarLeft a
{
	color: #000000;
}
#sidebarLeft a:hover
{
	color: #0060ae;
}

#sidebarLeft ul li
{
	margin-left: 6px;
	list-style-image: url(../img/bullet.png);
}

.sidebarLeft_content
{
	margin-bottom: 15px;
}

#content
{
	width: 559px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	background: #ffffff;
	text-align: justify;
	float: left;
	min-height:600px;
	padding-top:25px;
	border-left:1px solid #0060ae;
	border-right:1px solid #0060ae;
	border-bottom:1px solid #0060ae;
}
#content li{
	margin-left:20px;
}

#hcontent
{
	background: #0060ae;
	width: 589px;
	height:25px;
	margin-left:-15px;

}

#sidebarRight
{
	width: 189px;
	margin-right: 14px;
	position: relative;
	top: 18px;
	float: right;
}

#sidebarRight h1
{
	/*background: url(../img/sidebarRight_title_bg.png) top left no-repeat;*/
	background: #0060ae;
	height: 22px;
	width: 179px;
	padding-top: 2px;
	padding-left: 13px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	font-family: Century Gothic, sans serif;
}

#sidebarLeft h1:first-letter, #sidebarRight h1:first-letter 
{
	font-size: 16px;
}

.sidebarRight_content
{
	
	margin-bottom: 15px;
	border-left: 1px solid #0060ae;
	border-bottom: 1px solid #0060ae;
}

.sidebarRight_content table
{
	width: 192px;
}

#espaceClients div
{
	text-align: center;
	padding-right: 14px;
}

#footer
{
	width: 995px;
	clear: both;
	height: 44px;
	background: transparent url(../img/footer_bg.png) no-repeat;
	position: relative;
	margin-bottom: 50px;
}

#expertisesCertifiees
{
	width: 275px;
	height: 110px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 15px;
	background: transparent url(../img/footer_expertiseCertifiee_bg.png) no-repeat;
	position: absolute;
	top: -5px;
	left: 66px;
	text-align: center;
}

#expertisesCertifiees h1
{
	font-weight: normal;
	font-size: 14px;
	font-family: Century Gothic, sans serif;
	margin-bottom: 10px;
	text-align: left;
	color: #0060ae;
}

#footer_content
{
	position: absolute;
	bottom: 8px;
	width:995px;
	text-align: center;
	color:#ffffff;
}

#footer_content a
{
	color: #ffffff;
}

.error{
	border:1px solid red;
}
.texte {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.express {
	padding:4px;
	font-family: Verdana;
	font-size: 12px;
	color: #0060ae;
	text-decoration: none;
}

.titre2 {
	margin-top:-56px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align:right;
}
