/*

Cette feuille de style décrit l'affichage des textes
n'appartenant pas à style.css (y compris les listes).
 
Ce fichier est modifiable facilement.

Auteur: L. VERGNAUD

*/

.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}

textarea {
	width: 350px;
	height: 200px;
}

.mandatory-star {
	color: #f11;
	display: none;
}

.updateTable {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #eee;
	border-collapse: collapse;
}

.updateTable tbody tr th {
	text-align: left;
	font-size: 1em;
	background-color: #ddd;
	border-top: 1px solid #ccc;
}

.updateTable .title {
	font-size: 1em;
	padding-right: right;
	white-space : nowrap;
}

.updateTable .titleError {
	font-size: 1em;
	color: #f11;
}

.updateTable .text {
	font-size: 1em;
	font-weight: normal;
}

.frameSubmit {
	text-align: right;
	float: right;
	padding-top: 10px;
}

.pageSubTitle {
	font-weight: bold;
	padding: 10px;
	padding-bottom: 0px;
}

.pagebanner {
	background-color: #eee;
	border-top: 1px dotted #ccc;
	display: block;
	width: 100%;
}
	
.pagelinks {
	background-color: #eee;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.list {
	border-collapse: collapse;
	width: 100%;
}

.list th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

.list th.sortable a {
	background-image: url(../images/arrow_off.png);
	background-repeat: no-repeat;
}

.list th.order1 a {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
}

.list th.order2 a {
	background-image: url(../images/arrow_up.png);
	background-repeat: no-repeat;
}

.list th {
	background-color: #ccc;
	text-align: left;
}

.list .odd {
	background-color: #fff;
}

.list .even {
	background-color: #eee;
}

.list tfoot {
	font-weight: bold;
}



div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 350px;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/files/export_excel.png);
	background-repeat: no-repeat;
}

span.csv {
	background-image: url(../images/files/export_csv.png);
	background-repeat: no-repeat;
}

span.xml {
	background-image: url(../images/files/export_xml.png);
	background-repeat: no-repeat;
}

/* Message text style */
.messageText {
	color: #646464;
	font-family: Verdana;
	font-weight: bold;
	font-size: 1em;
}


.helpTitle {
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 5px;
}

.helpSubTitle {
	display: block;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 5px;
}

/* Onglets */
ul#tabnav {
    font-weight: bold;
    padding: 0px;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
ul#tabnav li {
    float: left;
    padding: 0px;
    height: 21px;
    background-color: #BDE3E6;
    color: #fff;
    font-weight: bold;
    margin: 2px 2px 0 2px;
    border: 1px solid #ccc;
}
ul#tabnav li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
#tabnav a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
}
#tabnav a:hover {
    background: #fff;
}

/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}
input, textarea, select {
	border: 1px solid #bdc2c9;
}
input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: #da0f00;
}
form.std p.checkbox {
	padding-left: 30%;
}
form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:white!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom:2px;
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-position: left -36px;
	cursor:default;
	color:#888!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color:white!important;
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../images/buttons/button-mini.gif');
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../images/buttons/button-small.gif');
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../images/buttons/button-medium.gif');
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
	width: 180px;
	background-image: url('../images/buttons/button-large.gif');
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.gif'); }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif'); }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif'); }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large { background-image: url('../img/button-large_exclusive.gif'); }

.modeLivraison {
	padding-top: 30px;
	padding-bottom: 30px;
	clear:both;
	text-align: center;
	width: 100%;
}

.modePaiement {
	background: #CADFE5;
	border: solid 1px #00779E;
	text-align: center;
	width: 100%;
	height: 300px;
	display: table-cell;
}

.modePaiement table tr td {
	text-align: center;
	vertical-align: middle;
}

.renvoiPaiement {
	padding: 40px;
	text-align: center;
	width: 100%;	
}

/* Rubriques centre sur 3 colonnes */
.rubriques_list3col {
	width: 430px;
	padding-bottom: 5px;
}
.rubrique_list3col {
	width: 140px;
	text-align: center;
	font-weight: bold;
}
.rubrique_list3col .image {
	height: 150px;
	vertical-align: middle;
	text-align: center;
}
.rubrique_list3col a:link, .rubrique_list3col a:visited {
	color: #333;
}


.framePanel h1 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}

.framePanel h2 {
	color: #00B0D8;
	font-weight: normal;
	font-size: 16px;
}

.framePanel h3 {
	font-weight: bold;
	font-size: 13px;
}

.framePanel h4 {
	color: #00B0D8;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}