body {
	background-image: url("img/body-bg.png");
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Tahoma;
	letter-spacing: 0.02em;
}

input, textarea {
	background-color: #f0f0f1;
	border: 1px solid #dbdcdf;
	color: #454545;
	letter-spacing: 0.05em;
	padding: 0.3em 0.5em 0.3em 0.5em;
}

select {
	background-color: #f0f0f1;
	border: 1px solid #dbdcdf;
	color: #454545;
	letter-spacing: 0.05em;
}

input:focus, textarea:focus {
	background-color: #f7f7f8;
}

input[type=submit] {
	cursor: pointer;
}

fieldset {
	border: 1px solid #dbdcdf;
	padding: 1em;
	padding-top: 0em;
	margin-top: 2em;
}

legend {
	color: #454545;
	padding-left: 1em;
	padding-right: 1em;
}

label {
	color: #454545;
}

#all {
	margin: auto;
	width: 856px;
}

/* =================================================================
#  					 #header
# =============================================================== */

#header {
	margin-top: 2em;
}

#header .logo {
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	float: left;
	height: 96px;
	width: 170px;
}

#header .content {
	text-align: right;
}

#header .search {
	font-size: 11px;
	margin-top: 1em;
}

#header .search input {
	background-color: #f0f0f1;
	border: 1px solid #dbdcdf;
	color: #454545;
	letter-spacing: 0.05em;
	padding: 0.3em 0.5em 0.3em 0.5em;
}

#header .search input:focus {
	background-color: #f7f7f8;
}

#header .search input[type=submit] {
	background-color: #a6a8ac;
	border: none;
	color: white;
}

#header h1 {
	display: none;
}

#header .menu {
	background-color: #f50f0f;
	background-image: url("img/menu-bg.jpg");
	background-repeat: no-repeat;
	clear: both;
	color: white;
	font-size: 18px;
	height: 35px;
	margin-top: 4em;
	text-transform: uppercase;
	width: 856px;
}

#header .menu li a {
	color: white;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 8px;
}
#header .menu li a:hover {
	border-bottom: 2px solid #fff;
}
/*
#header .menu a:hover {
	border-bottom: 4px solid white;
	padding-bottom: 4px;
}
*/
#header .menu li {
	border-right: 1px solid white;
	display: block;
	list-style-type: none;
	height: 35px;
	width: 80px;
	float: left;
	text-align: center;
}

#header .group, #header .group-g {
	float: right;
	min-width: 50px;
	min-height: 50px;
	margin-top: 1em;
	margin-left: 1em;
}

#header .group p , #header .group-g p{
	font-size: 11px;
	margin-left: 5.5em;
	padding-top: 1.5em;
}

#header .life {
	background-image: url("/images/small-life.png");
	background-repeat: no-repeat;
}

#header .brief {
	background-image: url("/images/small-brief.png");
	background-repeat: no-repeat;
}

#header .life-g {
	background-image: url("/images/small-life-g.png");
	background-repeat: no-repeat;
}

#header .brief-g {
	background-image: url("/images/small-brief-g.png");
	background-repeat: no-repeat;
}

#header .group-g a {
	color: #636466;
	text-decoration: none;
}

#header .group a {
	color: #bb090c;
	text-decoration: none;
}

#header .group a:hover, #header .group-g a:hover {
	color: #bb090c;
}

#askforaquote {
	text-indent: -5000px; 
	display: block; 
	position: absolute;
	background: url("/images/postit.png") no-repeat;
	height: 103px;
	width: 90px;
	cursor: pointer;
}
/* =================================================================
#  					 #mainbanner
# =============================================================== */

#mainbanner {
	background-image: url("img/mainbanner-bg.png");
	color: white;
	height: 260px;
	margin-top: 0.3em;
	padding: 20px 40px 20px 40px;
	width: 776px;
}

#mainbanner .image {
	background-repeat: no-repeat;
	float: left;
	height: 260px;
	margin-left: 4em;
	width: 270px;
}

#mainbanner .content {
	margin-left: 32em;
}

#mainbanner h1 {
	font-size: 36px;
	font-weight: normal;
}

#mainbanner p {
	line-height: 1.3em;
	margin-top: 0.5em;
}

/* =================================================================
#  					 #body
# =============================================================== */

#body {
	padding-top: 1em;
	margin-top:2em;
}

#body a {
	color: #012d6b;
}

#body h2 {
	color: #012d6b;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0.7em;
}

#body p, #body td {
	color: #4d4d4f;
    font-size: 1em;
    line-height: 1.2857em;
    margin: 0 0 1.2857em 0; 

}

#body li {
	color: #4d4d4f;
    font-size: 1em;
    line-height: 1.2857em;
	margin-left: 3em;
}

#body ul, #body ol {
    margin: 0 0 1.2857em 0;
}

#body ul {
	list-style-type: circle;
}

#body ol {
	list-style-type: decimal;
}
/* =================================================================
#  					 #menu-box
# =============================================================== */

#menu-box .box {
	background-repeat: no-repeat;
	border: 1px solid #dcdddf;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	height: 182px;
	padding: 10px;
	width: 145px;
}

#menu-box .box p {
	color: #012d6b;
	font-size: 13px;
}

/* =================================================================
#  					 #footer
# =============================================================== */

#footer {
	background-color: #b2b4b6;
	clear: both;
	margin-top: 2em;
}

#footer a {
	color: #4d4b49;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .socialmedia {
	background-color: #ed0e0f;
	background-image: url("img/socialmedia-bg.png");
	background-repeat: repeat-y;
	clear: both;
	color: white;
	height: 35px;
}

#footer .socialmedia p {
	/*padding: 0.8em 0 0.8em 2em;*/
}

#footer .images {
	left: 120px;
	position: absolute;
	z-index:0;
}

#footer .images a {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	position: relative;
	top: -13px;
}
#footer .images a img {
	margin: 0;
	padding: 0;

}
#footer .images a {

}

/*
	CHANGER CE MARGIN-TOP POUR 
	MODIFIER LE DÉCALAGE LORS DU HOVER
*/
#footer .images a:hover {
	margin-top: 5px;
}

/* =================================================================
#  					 #page-menu
# =============================================================== */

#page-menu {
	font-size: 13px;
	line-height: 1.3em;
	padding-top: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	min-height: 400px;
	width: 170px;
}

#page-menu li {
	margin-left: 1em;
}

#page-menu a {
	color: #012d6b;
	text-decoration: none;
}

#page-menu a:hover {
	color: #a3050b;
	text-decoration: underline;
}

.error p {
	color: red;
	padding-top: 1em;
	text-align: center;
}

.success {
	color: green;
	margin-top: 1em;
	text-align: center;
}
