body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.header_bg {
	margin:0;
	padding: 0;
	width: 1002px;
	height: 105px;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}

.logo_zone {
	float:left;
}

.login_zone {
	margin: 0px;
	float:right;
	height: 92px;
	width: 302px;
	background-image: url(../img/login_zone_bg.gif);
	color: #154e7b;
	text-align: left;
	padding: 13px 0 0 2px;
}

.login_zone_rose {
	color: #f31584;
}

.login_table {
	margin: 3px 0 0 20px;
	padding: 0;
}

.login_table tr td {
	margin: 0;
	padding: 0 5px 0 0;
	color: #154e7b;
	font-size: 11px;
}

.input_style {
	font-size: 11px;
	background-color:#FFFFFF;
	border: solid 1px #788a9f;
	color: #154e7b;
}

.login_forgot_pwd {
	margin-top: 10px;
	font-size:9px;
	color:#6d6d6d;
}

.menu {
	margin:0;
	padding:7px 0 0 0;
	width: 1002px;
	height: 20px;
	background-image: url(../img/menu_bg.gif);
	text-align: center;
	font-weight: bold;
	font-size:11px;
	color: #154e7b;
}

.menu_green {
	color: #87c563;
}

.menu_pink {
	color: #f31584;
}

a.menu_elem:link {
	color:#154e7b;
	text-decoration: none;
}
a.menu_elem:visited {
	color:#154e7b;
	text-decoration: none;
}
a.menu_elem:active {
	color:#154e7b;
	text-decoration: none;
}
a.menu_elem:hover {
	color:#f31584;
	text-decoration: underline;
}

#content {
	margin: 0;
	padding: 0;
	width: 1000px;
	margin-top: 26px;
}


#content_right {
	margin: 0;
	padding: 0;
	float: right;
	width:300px;	
}

.content_right_home {
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
	background-image: url(../img/content_right_home_bg.gif);
	background-repeat: no-repeat;
}

.content_right_home_title {
	margin: 0;
	padding: 0;
	text-align:left;
	padding-top: 15px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 22px;
	color: #27a2db;
}

.content_right_home_text {
	text-align:justify;
	margin: 0;
	padding: 25px;
}

#content_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 680px;
	background-image: url(../img/content_left_bg.gif);
	background-repeat: no-repeat;
}

.content_title_green {
	margin: 0;
	padding: 0;
	text-align:left;
	background-image: url(../img/content_title_puce_green.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
}

.title_text_green {
	font-weight: bold;
	font-size: 24px;
	color: #87c563;
}

.content_title_pink {
	margin: 0;
	padding: 0;
	text-align:left;
	background-image: url(../img/content_title_puce_pink.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
}

.title_text_pink {
	font-weight: bold;
	font-size: 24px;
	color: #f31584;
}

.content_title_sub {
	font-size:12px;
	color: #154e7b;
	font-weight: normal;
}


#content_text {
	margin: 0;
	padding: 25px;
	text-align:left;
	color: #000000;
}

.type_pink {
	color: #f31584;
	font-size:15px;
}


.list_puce_big {
	list-style-image : url(../img/content_puce_big.gif);
	font-size:18px;
	font-weight: bold;
	color: #154e7b;
	padding-left: 5px;
}

ul.list_puce_small {
	margin:0;
	padding: 0 0 0 75px;
}

ul.list_puce_small li {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style-image :  url(../img/content_puce_small.gif);
	font-size:12px;
	font-weight: bold;
	color: #27a2db;
}

hr.grey_line {
	color: #eaeaea;
	background-color: #eaeaea;
	border: none;
	height: 1px;
}

ol.list_num_small {
	margin: 0;
	padding: 0 0 0 75px;
}

ol.list_num_small li {
	margin: 0;
	margin-top: 10px;
	font-size:12px;
	color: #000000;
}

a.list_menu:link {
	font-weight: bold;
	font-size: 10px;
	color:#154e7b;
	text-decoration: none;
}
a.list_menu:visited {
	font-weight: bold;
	font-size: 10px;
	color:#154e7b;
	text-decoration: none;
}
a.list_menu:active {
	font-weight: bold;
	font-size: 10px;
	color:#154e7b;
	text-decoration: none;
}
a.list_menu:hover {
	font-weight: bold;
	font-size: 10px;
	color:#f31584;
	text-decoration: underline;
}

#footer {
	margin:0;
	margin-left:1px;
	padding: 40px 50px 0 0;
	width: 950px;
	height: 50px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	text-align:right;
}


/*step pages special style*/

.step_on {
	margin:0;
	padding:15px 0 0 38px;
/*	width:123px;
	height:50px;*/
	width:85px;
	height:35px;
	font-size:18px;
	font-weight:bold;
	background-image: url(../img/step_on_bt.gif);
	background-repeat: no-repeat;
	color:#27a2db;
	float:left;
	text-decoration: none;
}

.step_off {
	margin:0;
	padding:15px 0 0 38px;
/*	width:123px;
	height:50px;*/
	width:85px;
	height:35px;
	font-size:18px;
	font-weight:bold;
	background-image: url(../img/step_off_bt.gif);
	background-repeat: no-repeat;
	color:#c1c1c1;
	float:left;
	text-decoration: none;
}

.content_text_title_blue {
	margin:0;
	padding:0 0 0 40px;
	font-size:18px;
	font-weight: bold;
	color: #154e7b;
}

.content_right_step {
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
	background-image: url(../img/content_right_step_bg.gif);
	background-repeat: no-repeat;
}

.content_right_step_title {
	margin: 0;
	padding: 0;
	text-align:left;
	padding-top: 20px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #27a2db;
}

.content_right_step_text {
	text-align:justify;
	margin: 0;
	padding: 25px;
	color: #000000;
}