body { 
	margin: 0; 
	padding: 0; 
	font-size: 10pt; 
	background-image: url('images/fond_page.gif'); 
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

p { 
	margin: 0; 
	padding: 0;
}

h1 { 
	color: white; 
	font-size: 24pt; 
	margin: 60px 0; 
}

h2 { 
	color: #606060; 
	font-size: 12pt; 
	margin: 0; 
}
	
hr {
	border: 0; 
	height: 1px; 
	margin: 20px 0; 
	background: #7ecc1b; 
}
	
a {
	color: #ffaa06; 
	font-weight: bold; 
	text-decoration: none;
}
	
#container { 
	width: 880px; 
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
	
#header { 
	height: 94px; 
	width: 880px; 
	background-image: url('images/bandeau_actif.gif');
}

#menu {
	height: 28px;
	width: 880px; 
	background-image: url('images/bande_bas.jpg');
	text-align: left;
}
	
#blurb {
	float: left; 
	color: #606060; 
	font-size: 11pt; 
	line-height: 16pt;
}
	
#body { 
	width: 856px; 
	padding: 12px; 
	padding-top: 30px;
	background: white;
}
	
#body ul { 
	margin: 0 0 0 10px; 
	padding: 10px; 
}
	
#body li { 
	padding: 3px 0; 
	font-size: 14pt; 
	color: #707b65; 
}
	
.left {
	float: left; 
	width: 320px; 
	padding: 0 5px 5px; 
	margin-left: 10px; 
}
	
.right { 
	float: right; 
	width: 254px; 
}
	
#footer { 
	height: 28px;
	width: 880px; 
	background-image: url('images/bande_bas.jpg');
	text-align: left;
}
	
#footer p {
	color: #bbb; 
}

div#footer div#right {
	float: right;
	padding: 7px;
	padding-right: 10px;
	text-align: right;
	color: #999999;
	font-size: 11px;
}
	
td {
	font-size: 9pt;  
	color: #333;
}
	
td.note {
	color: #999;
	padding-bottom: 15px;
	padding-left: 15px;
}

td h2 {
	margin-top: 20px;
}

input.border {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	padding: 3px;
	background: white;
	margin: 0 10px 5px;
	border-left: 1px solid #CF5455; 
	border-top: 1px solid #CF5455; 
	border-bottom: 1px solid #F5D9D9;  
	border-right: 1px solid #F5D9D9; 
}

.warning {
	border: 1px solid red;
	background:  #fff6f6;
	padding: 10px;
	margin: 0 0 15px 0;
}

#installform { 
	margin: 0 20px; 
}

#installform td img {
	margin-bottom: 5px; 
}

.submit {
	border: auto;
}


/* Division cadre descriptif ------------------------------------------------------- */

div.connexion {
	text-align: center;
	width: 100%;
}

table.connexion {
	margin-top: 40px;
	margin-bottom: 40px;
	border-collapse: collapse;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

td.frame_top_left {
	background-image: url('images/tab_cart_01.jpg');
	background-repeat: no-repeat;
	width: 22px;
	height: 49px;
}

td.frame_top_center {
	background-image: url('images/tab_cart_02.jpg');
	font-weight: bold;
	color: #ffffff;
}

td.frame_top_right {
	background-image: url('images/tab_cart_03.jpg');
	background-repeat: no-repeat;
	width: 19px;
	height: 49px;
}

td.frame_middle_left {
	background-image: url('images/tab_cart_04.jpg');
}

td.frame_middle_right {
	background-image: url('images/tab_cart_06.jpg');
}

td.frame_bottom_left {
	background-image: url('images/tab_cart_07.jpg');
	background-repeat: no-repeat;
	width: 22px;
	height: 26px;
}

td.frame_bottom_center {
	background-image: url('images/tab_cart_08.jpg');
	font-weight: bold;
	color: #ffffff;
}

td.frame_bottom_right {
	background-image: url('images/tab_cart_09.jpg');
	background-repeat: no-repeat;
	width: 19px;
	height: 26px;
}


p.title_login {
	margin-left: 60px;
	margin-top: 10px;
}

p.field_login {
	margin-left: 80px;
}

p.button_login {
	margin-left: 90px;
	margin-top: 10px;
}