@charset "UTF-8";
/*
-- Feuille de style de la partie compte
----------------------------------------
**/

body{
	background-image: url(../boutique/img/bg_body.jpg);
}

h1{
	padding-bottom: 14px;
}
h2{
	/*text-align: center;*/
}
h3{
	text-align:left;
}

h4{
	font-size:13px;
	color:#000000;
}

hr{
	/*border: 1px solid #C2C2C2;*/
}
p{
	/*border: 1px solid #C2C2C2;*/
}

div.redac_commercial{
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 20px;
	/*color:#00FF00;*/
	/*font-family:"Times New Roman", Times, serif;*/
}
div.redac_commercial table{
	margin-right:auto;
	margin-left:auto;
}

.require_lgd{
	color:#FF0000;
	margin-top: 15px;
}

form#frm_creation label, form.modifs label{
	width:130px;
	float: left;
	margin-left:70px;
}

form#frm_creation{
	width: 700px;
	margin-left:0px;
	/*margin-right:auto;*/
}

form#frm_creation h2{
	margin-left:70px;
}

form#frm_creation .require_lgd{
	margin-left:70px;
}

.alr_client, #expl_alr{
	text-align:left;
	/*padding-left: 158px;*/
	color:#990000;
	font-size:14px;
	line-height:20px;
	margin-top: 15px;
}
form#frm_creation .alr_client label{
	float: none;
	width:auto;
}

#chk_client{
	margin-right:10px;
}

input#btn_creer{
	margin-left:auto;
	margin-right:auto;
}

form.modifs label{
	margin-left:110px;
	width:180px;
}

div.bouton{
	text-align:center;
}

td.celgauche{
	border-right: 1px solid #083475;
}

/*h3{
	text-align:center;
}*/

/*form#frm_login{
	margin-left:auto;
	margin-right:auto;
	width:350px;
	text-align:center;
}*/
form#frm_login label{
	width: 100px;
	float: left;
}

form#frm_remember{
	text-align:center;
	margin-top:50px;
}

td.celprix{
	text-align:right;
}

td.celserial{
	text-align:center;
}

/****** tableau  *****/
.table-real{
	margin-top:10px;
}
.table-real td.celcde, .table-real td.celos{
	text-align: center;
}

table.codes{
	margin-left:20px;
}

a.download{
	font-weight:bold;
	text-decoration:underline;
	line-height:17px;
}

#content p, #content ul{
	margin-right: 25px;
	margin-left: 25px;
}
#content p ul{
	margin-right: 0px;
	margin-left: 0px;
}

/****** Le menu de la partie compte ******/
div.menu_compte{
	text-align:left;
	width:150px;
	/*width:218px;*/
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
}
div.menu_compte div{
	background-image: url(../compte/img/bg_menu.png);
	background-repeat:repeat-y;
}
div.menu_compte a{
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left:8px;
	/*border: 1px solid #C2C2C2;*/
	/*border-top: 1px solid #CCCCCC;*/
	border-bottom: 1px solid #CCCCCC;
}
div.menu_compte a.caddy{
	padding-top:0px;
}
div.menu_compte a:hover{
	text-decoration:none;
	color:#990000;
	background-color: #C2C2C2;
}
div.menu_compte a img{
	position:relative;
	top: 6px;
}


/**
--- Jolie boites rondes
-----------------------
**/
.roundbox{
	float: left;
	width: 415px;
	margin-right: 30px;
}
.roundbox-header{
	width: 405px;
}

.roundbox .roundbox-content{
	height: 170px;
}
.roundbox .roundbox-content p{
	padding-left: 11px;
}
