* {
	margin: 0;
	padding: 0;
}

/* @group Hacks */

.clearfix { display: inline-block;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

body {
	font: 13px Arial, Helvetica, Geneva, sans-serif; 
	color: #555;
	background: #fff;
}

a img {
	border: none;
}

/* @group General */

img {
	display: block;
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	clear: both;
}

.wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	padding-top: 30px;
}

#header h1, #header h1 a {
	display: block;
	width: 240px;
	height: 95px;
	font-size: 2px;
	text-indent: -5000px;
	background: url(../img/actiforme.gif) no-repeat;
}

#slogan {
	position: absolute;
	top: 30px;
	left: 280px;
	color: #bbb;
	font-size: 16px;
	text-align: center;
}

#header a.contact {
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	
}

/* @end */

/* @group Sidebar */

#sidebar {
	position: absolute;
	top: 0;
	left: 590px;
	width: 270px;
	padding-top: 50px;
	background: url(../img/sidebarbg.gif) repeat-y;
	z-index: 5000;
}

#sidebar p, #sidebar ul {
	margin: 1.2em 27px;
	font-size: 12px;
}

#sidebar li {
	margin: .5em 1.5em;
}

#sidebar p {
	text-align: justify;
}

#sidebar h3 {
	margin: 0 27px 1em;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
}

#sidebar p.phone {
	padding-top: 50px;
	font-size: 22px;
	text-align: center;
	background: url(../img/logo-actiforme.gif) no-repeat center top;
	color: #00a2e5;
}

#sidebar img.end {
	margin-top: 3em;
}

/* @end */

/* @group Band */

#band {
	margin-top: 2em;
	/*height: 260px;*/
	border-top: 8px solid #d82034;
	background: #363636 url(../img/bandbg.gif) repeat-x;
	font-family: Helvetica, Geneva, sans-serif;
}

#band div.wrapper {
	padding: 1.5em 0;
}

#band div.left {
	width: 300px;
}

#band div.right {
	width: 540px;
}

#band div.text {
	padding: 2em 0;
	text-align: right;
}

#band div.text h3 {
	font-size: 18px;
	font-weight: normal;
}

#band div.text p {
	margin: 1em 0;
}

#band div.text, #band div.text a {
	color: #fff;
	text-decoration: none;
}

#band div.text ul {
	list-style: none;
}

#band div.text #eap {
	display: block;
	float: right;
	margin-top: 2em;
}

/* @end */

/* @group Footer */

#footer {
	height: 2em;
	padding-bottom: 1em;
	line-height: 2em;
	font-size: 10px;
	background-color: #363636;
}

#footer, #footer a {
	color: #bbb;
}

/* @end */

/* @group Actiforme */

#actiforme {
	clear: both;
	height: 32px;
	text-align: center;
	background: url(../img/actiformebg.gif) repeat-x;
}

#actiforme p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

#actiforme p.right {
	margin-right: 60px;
}

/* @end */

#maincol.left {
	width: 620px;
}

#subcol.right {
	width: 320px;
	margin-top: 0;
	padding-top: 0;
}

#home #subcol h3 {
	color: #f2621b;
	border-bottom: 1px solid #f2621b;
}

#home #subcol img.image {
	margin-top: 26px;
}

#maincol, #subcol #contact {
	width: 550px;
}

/* @group Menu */

#menu {
	width: 522px;
	height: 50px;
	padding: 0 14px;
	list-style: none;
	background: url(../img/menulibg.gif) no-repeat;
}

#menu li {
	float: left;
	width: 104px;
	font-size: 14px;
	text-align: center;
}

#menu li.current a {
	color: #d82034;
	font-weight: bold;
}

#menu a {
	display: block;
	padding: 8px 0;
}

/* @end */

#bigmenu a, #menu a {
	color: #555;
	text-decoration: none;
}

#menu, #bigmenu {
	/*margin: 2em 0 0;*/
	padding: 0 0 3em;
}

#bigmenu {
	padding-bottom: 1em;
}

#content ul#bigmenu {
	margin-left: 0;
}

/* @group BigMenu */

#bigmenu li {
	width: 522px;
	height: 34px;
	margin: 1em 0;
	padding: 8px 14px;
	list-style: none;
	background: url(../img/menulibg.gif) no-repeat;
}

#bigmenu li a {
	display: block;
	padding-left: 16px;
	font-size: 11px;
	background: url(../img/menupill.gif) no-repeat left center;
}

#bigmenu li a:hover {
	background-image: url(../img/menupill2.gif);
}

#bigmenu li a strong {
	font-size: 18px;
	font-weight: normal;
}

#bigmenu li em {
	font-size: 12px;
}

/* @end */

/* @group Content */

a {
	color: #00a2e5;
}

a:hover {
	color: #d82034;
}

#content {
	padding: 2em 0 0;
}

#content p {
	margin: .3em 0 .7em;
}

#content ul {
	margin: .8em 0;
	margin-left: 1.5em;
}

#content h2 {
	font: normal normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #000;
}

#content h3 {
	margin: .8em 0 .4em;
	font: normal normal 1.5em Georgia, "Times New Roman", Times, serif;
	color: #00a2e5;
}

#content h3 span {
	color: #f60;
	border: 1px solid red;
}

/* @end */

/* @group ContactBox */

#contact {
	margin: 2em 0 1em;
}

#contact form {
	margin: 1.5em .5em 0;
}

#contact form .left, #contact form .right {
	width: 220px;
}

#contact label, #contact input, #contact select, #contact textarea {
	display: block;
	width: 200px;
}

#contact label.checkbox, #contact input.checkbox {
	display: inline;
	width: auto;
}

#contact input#send {
	margin: 1em 0;
}

#contact form small {
	display: block;
	font-style: italic;
	text-align: right;
}

#subcol {
	margin-top: 1em;
	padding-top: 1.5em;
	border-top: 1px solid #fff;
}

#subcol #contact {
	padding: .5em;
	border: 1px solid #00a2e5;
	background-color: #e5f6fc;
}

#subcol #contact h3 {
	margin: 0;
}

#subcol h3, #subcol #contact h3 a {
	color: #d82034;
	text-decoration: none;
}

/* @end */

label.mandatory {
	font-weight: bold;
}

.breadcrumbs {
	margin: 1em 0;
}

.notice {
	font-size: 11px;
	font-style: italic;
}

#maincol h3 span {
	font-size: .9em;
	color: #000;
}

#maincol h3 {
	border-bottom: 1px solid #00a2e5;
}

form #form-metier {
	display: none;
}

div.actions {

}

div.actions a.button {
	display: block;
	float: left;
	margin: .5em 1.5em 1.5em;
}

div.actions p {
	clear: both;
}

form.data td {
	padding: 1em;
	vertical-align: top;
}

form.data th {
	text-align: left;
}

.blockLabels label {
	display: block;
	margin-top: .7em;
}

form.data label em {
	font-size: .8em;
}

