body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url('images/ig/body-bg.jpg');
	background-repeat: repeat-x;
	color: #4e4e4e;
	font-family: "Myriad Pro", sans-serif;
	font-size: 14px; }

#bg_header {
	background-image: url('images/ig/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top; }

#global {
	width: 972px;
	margin: 0px auto 0px auto; }

#colgauche {
	display: block;
	float: left;
	width: 650px;
	margin-right: 29px;
	margin-top: 20px; }

#coldroite {
	display: block;
	float: left;
	width: 293px;
	margin-top: 100px; }

/*			H E A D E R */

#header {
	display: block;
	height: 223px; }

#header_logo {
	display: block;
	float: left;
	margin-top: 32px;
	margin-left: 24px;
	margin-bottom: 21px;
	width: 406px;
	height: 137px; }

#header_loginpro {
	display: block;
	float: right;
	width: 265px;
	height: 70px;
	color: #4e4e4e;
	font-size: 13px; }

#header_loginpro .input {
	border: 1px solid #a8acad;
	background-image: url('images/ig/header-login-input-bg.gif');
	background-repeat: repeat-x;
	width: 90px;
	font-size: 12px;
	padding: 3px;
	margin-right: 4px; }

#header_loginpro a, #header_loginpro a:link, #header_loginpro a:visited {
	color: #4e4e4e;
	text-decoration: none; }

#header_loginpro a:hover {
	text-decoration: underline; }

.menu_bt {
	margin-right: 10px;
	height: 43px;
	display: block;
	float: left;
	background-position: top left; }

.menu_bt:hover {
	margin-right: 10px;
	display: block;
	background-position: 43px left; }

#menu_bt_accueil { width: 130px; background-image: url('images/ig/menu-bt-accueil.gif'); }
#menu_bt_solutions { width: 130px; background-image: url('images/ig/menu-bt-solutions.gif'); }
#menu_bt_professionnels { width: 222px; background-image: url('images/ig/menu-bt-professionnels.gif'); }

#header .selected { background-position: 0px 43px; }

/*			F O O T E R */

#footer {
	display: block;
	font-size: 12px;
	margin-top: 40px;
	color: #878787;
	background-image: url('images/ig/footer-bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 13px;
	height: 50px;
	text-align: center; }

#footer a, #footer a:link, #footer a:visited {
	color: #878787;
	text-decoration: underline; }

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

/*			G L O B A L */

img { border: 0px; }

a, a:link, a:visited {
	color: #4e4e4e;
	text-decoration: underline; }

a:hover { text-decoration: none; }


strong { font-weight: bold; }

h1 {
	font-weight: bold;
	color: #026c8f;
	font-size: 32px; }

h2 {
	font-weight: bold;
	color: #0089d8;
	font-size: 20px; }

label {
	display: block;
	float: left;
	padding-top: 5px;
	width: 140px; }

.input {
	border: 1px solid #a8acad;
	background-image: url('images/ig/header-login-input-bg.gif');
	background-repeat: repeat-x;
	width: 170px;
	font-size: 12px;
	padding: 3px;
	margin-right: 4px; }

hr {
	border: 0px;
	height: 1px;
	background-color: #eaeaea;
	margin-top: 30px;
	margin-bottom: 30px; }

.alert_rouge {
	color: #ffffff;
	background-color: #BD0006;
	padding: 6px 8px 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; }

.alert_rouge a, .alert_rouge a:link, .alert_rouge a:visited {
	color: #ffffff; }

.alert_vert {
	color: #ffffff;
	background-color: #7FB125;
	padding: 6px 8px 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; }

.alert_vert a, .alert_vert a:link, .alert_vert a:visited {
	color: #ffffff; }

/*			B L O C S */

#bloc_nossolutions {
	display: block;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 5px 10px 15px;
	margin-bottom: 20px;
	background-color: #3681d5;
	background: -webkit-gradient(linear, left top, left bottom, from(#52a8e8), to(#2e76cf));  
	background: -moz-linear-gradient(top, #52a8e8, #52a8e8 1px, #2e76cf 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #2a73a6; }

#bloc_nossolutions a, #bloc_nossolutions a:link, #bloc_nossolutions a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none; }

#bloc_nossolutions a:hover { text-decoration: underline; }

#bloc_nossolutions .titre {
	color: #e4ff01;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase; }

.bloc_rouge {
	display: block;
	color: #ffffff;
	font-size: 13px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #6b0d0d;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e2e2e), to(#6b0d0d));  
	background: -moz-linear-gradient(top, #9e2e2e, #9e2e2e 1px, #6b0d0d 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #6b0d0d; }

.bloc_rouge a, .bloc_rouge a:link, .bloc_rouge a:visited {
	color: #ffffff;
	text-decoration: none; }

.bloc_rouge a:hover { text-decoration: underline; }

.bloc_rouge .titre {
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold; }

.bloc_vert {
	display: block;
	color: #4e4e4e;
	font-size: 13px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #b3d82e;
	background: -webkit-gradient(linear, left top, left bottom, from(#e1fd74), to(#a7cf1c));  
	background: -moz-linear-gradient(top, #e1fd74, #e1fd74 1px, #a7cf1c 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #a7cf1d; }

.bloc_vert a, .bloc_vert a:link, .bloc_vert a:visited {
	display: block;
	color: #4e4e4e;
	text-decoration: none; }

.bloc_vert a:hover { text-decoration: underline; }

.bloc_vert .titre {
	display: block;
	margin: 0px 0px 10px 0px;
	color: #4e4e4e;
	font-size: 21px;
	font-weight: bold; }

.bloc_gris {
	display: block;
	color: #4e4e4e;
	font-size: 13px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #eaeaea;
	background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#f6f6f6));  
	background: -moz-linear-gradient(top, #dedede, #dedede 1px, #f6f6f6 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #dedede; }

.bloc_gris a, .bloc_gris a:link, .bloc_gris a:visited {
	display: block;
	color: #4e4e4e;
	text-decoration: none; }

.bloc_gris a:hover { text-decoration: underline; }

.bloc_gris h3 {
	margin: 0px 0px 10px 0px;
	color: #4e4e4e;
	font-size: 21px;
	font-weight: bold; }

.bloc_vert_etoile {
	background-image: url('images/ig/bloc_gris-etoile.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 10px; }

.bloc_vert_fleche {
	background-image: url('images/ig/bloc_gris-fleche.gif');
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding-left: 30px;
	margin-bottom: 10px; }

.cadre_notes {
	background-color: #fbf897;
	background-image: url('images/pros/panier-notes-bg.gif');
	padding: 2px 3px 2px 4px;
	margin: 5px 0px 5px 10px;
	color: #22303f;
	font-family: Chalkboard, 'Comic Sans MS', Arial, Sans-serif;
	font-size: 11px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px;
	border-bottom: 1px solid #d6cc8e;
	border-right: 1px solid #d6cc8e; }
