html {
	overflow-y:scroll;
}
body {
	background: url("bg.png") repeat-x scroll left top #397F99;
	font-family: Arial,Verdana;
	padding: 5px;
	margin: 0;
} 
img {
	border-style: none;
}
table {
	margin: 0 0 5px 0;
}
a, a:visited {
	outline: none;
	color: #0088BB;
}
a:hover {
	color: #FF8822;
}
ul {
	margin: 5px 0;
	padding:0 0 0 25px;
	line-height: 18px;
	list-style-image: url("puce_orange2.png");
}
#page {
	background: #FFFFFF;
	width: 840px;
	margin: auto;
}
#footer {
	clear:both;
	text-align:center;
	padding:20px 0 10px 0;
	font-size:11px;
	color: #AAAAAA;
}

/* HEADER */
#header {
	height: 60px;
	padding: 10px 0 0 20px;
}
#logo {
	float: left;
	padding: 10px 0;
}
#titre-client {
	float: right;
	font-size: 18px;
	font-weight: bold;
	padding: 16px 40px;
	color: #FF8822;
}
#bt-client a {
	float: right;
	height:40px;
	width:200px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0;
	margin : 2px 25px;
	text-decoration: none;
	background: url("bt_client.png") no-repeat scroll center top transparent;
}
#bt-client a:hover {
	color:#FFDDBB;
}

#bt-abotest{
	display:block;
	text-align: center;
	width: 152px;
	height: 52px;
	font-weight: bold;
	font-size: 14px;
	padding: 25px 0px;
	margin : 40px auto;
	text-decoration: none;
	color:#FFFFFF;
	background: url("bt_inscription.png") no-repeat scroll left top transparent;
}
#bt-abotest:hover {
	color:#FFDDBB;
}

/* MENU */
#menu {
	background:url("fond_menu.png") repeat-x scroll center top transparent;
	margin: 5px;
	padding: 4px 10px 8px 10px;
}
a.menuitem {
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	padding: 5px 20px;
	font-weight:bold;
	color:#FFFFFF;
}
a.menuitem-select, a.menuitem:hover {
	color:#FFBB77;
}
.menudroit{
	float:right;
}
.menutexte{
	font-size:12px;
	padding: 5px 10px;
	color:#FFFFFF;
}

/* SUB MENU */
#submenu {
	float: left;
	width: 190px;
	padding: 0 10px 0 20px;
	height:600px;
}
#submenu a {
	text-decoration: none;
}
.submenuitem1 {
	text-transform: uppercase;
	border-bottom: 1px solid #DBDBDB;
	height: 20px;
	font-size: 14px;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin : 25px 0 0 0px;
	color: #0088BB;
	cursor: default;
}

.submenuitem2 {
	background: url("puce_bleu.png") no-repeat scroll left bottom transparent;
	font-size: 14px;
	padding: 10px 0 0 20px;
	margin: 0 0 0 10px;
	color: #444444;
	text-decoration: none;
}
.submenuitem2-select, .submenuitem2:hover {
	background: url("puce_orange.png") no-repeat scroll left bottom transparent;
	color: #FF8822;
}

.submenuitem3, .submenuitem4 {
	font-size: 16px;
	margin: 5px 0 0 0;
	color: #444444;
	text-decoration: none;
	height:30px;
	background: #E0EBEF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.submenuitem3-select, .submenuitem3:hover{
	background: #FFDDBF;
}

.submenuitem4 {
	background: #E7E7E7;
}
.submenuitem3 img, .submenuitem4 img, .submenuitem5 img{
	vertical-align: middle; 
	padding: 4px 8px 4px 10px;
}




/* BOITES */
.boite {
	width: 320px;
	margin: 200px auto;
	background-color: #E7E7F7;
	font-size: 13px;
	text-align: center;
	padding : 0 0 1px 0;
}
.titre_boite {
	font-size: 14px;
	background: url("fond_menu.png") repeat-x scroll center top transparent;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin-bottom:15px;
}
.texte_boite {
	text-align: center;
	margin: 5px 15px;
}
.ligne_boite {
	vertical-align: bottom;
	line-height:25px;
	height:25px;
	margin: 5px;
}
.label_boite {
	width: 100px;
	text-align:right;
	float:left;
	padding:0 10px;
	vertical-align:top; 
}
.input_boite {
	width: 120px;
	float:left;
	display:inline;
}

/* CONTENU DES PAGES */
.ligne_form {
	padding: 5px 0 0 0 ;
}
.erreur_form {
	Text-align: center;
	color: #FF0000;
	font-weight: bold;
	padding: 0 0 10px 0
}
.ok_form {
	Text-align: center;
	color: #00CC00;
	font-weight: bold;
	padding: 0 0 10px 0
}
.form500 {
	Text-align: justify;
	width:500px;
	background-color: #E7E7F7;
	padding: 15px;
	margin: auto;
	font-size:13px;
}
.cadre500bleu {
	Text-align: justify;
	width:500px;
	background-color: #E7E7F7;
	padding: 5px 10px;
	margin: 12px auto;
	font-size:13px;
}
.cadreprofil {
	Text-align: justify;
	width:360px;
	background-color: #E7E7F7;
	padding: 15px 10px;
	margin: 20px auto;
	font-size:13px;
}
.cadrepromo {
	Text-align: justify;
	width: 300px;
	background-color: #FFAA55;
	padding: 15px 10px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	border-style: double;
}
.cadre500rouge {
	Text-align: justify;
	width:500px;
	background-color: #F7E7E7;
	color: #CC0000;
	padding: 5px 10px;
	margin: 12px auto;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}

.col600 {
	Text-align: justify;
	float:left;
	width:580px;
	padding: 25px 20px;
	font-size:13px;
}
.col400 {
	Text-align: justify;
	float:left;
	width:380px;
	padding: 25px 20px;
	font-size:13px;
}
.col200 {
	Text-align: justify;
	float:left;
	width:180px;
	padding: 25px 20px;
	font-size:13px;
}

h1 {
	margin: 0px 0 10px 0;
	font-size:16px;
	color:#FF8822;
	font-weight:bold;
	border-bottom:1px solid #DBDBDB;
}
h2, .question {
	font-weight:bold;
	padding:0 0 2px 20px;
	color:#0088BB;
	font-size:13px;
}
.gras{
	font-weight:bold;
	color:#0088BB;
}
.reponse{
	padding:0 0 15px 0;
}

.vignettes {
	text-align:center;
}
.vignettes img{
	border: 1px solid #CCCCCC;
}

/* Formulaire bon de commande */
.cadre_commande {
	width:520px;
	margin:auto;
	background-color:#E7E7F7;
	color:#000000;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.titre_commande, .titre_commande_gris, .fin_commande {
	cursor:pointer;
	height:18px;
	padding:3px 15px;
	background-color:#FD8A2C;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom: 1px solid #FFFFFF;
}
.fin_commande {
	height:24px;
	background-color:#FD8A2C;
	text-align: center;
}
.zone_commande{
	padding:5px 15px;
	border-bottom: 1px solid #FFFFFF;
}
.zone_conditions{
	width:480px;
	height:300px;
	overflow:auto; 
	padding:5px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	font-size:11px;
}
