﻿/*
 * Cette feuille de style ne doit contenir
 * que des styles très simples "alias"
 * d'attributs css. Cela évite d'utiliser
 * à la fois class et style sur un même tag.
 * Les définitions doivent donc normalement
 * se résumer à une ou deux lignes!
 */

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.align_center_nowrap {
	text-align: center;
	white-space: nowrap;
}

.compact {
	border-collapse: collapse;
	padding: 0;
}

.table_width_100 {
	width: 100%;
}

.table_width_50 {
	width: 50%;
}

.table_border_color {
	background-color:#999999;
	width:100%;
}

.table_bg_color {
	background-color:#ffffff;
	width:100%;
	padding: 1px;
}

.table {
	width:100%;
}

.link {
	color: blue;
}

.cache {
	visibility: hidden;
	width: 0px;
}

.wrap {
	white-space: normal;
}

.nowrap {
	white-space: nowrap;
}

.gras {
	font-weight: bold;
}

.retrait {
	padding-left: 20px;
}

.majuscules {
	text-transform: uppercase;
}

.no-margin-no-padding {
	margin: 0;
	padding: 0;
}

.debug {
	border: 1px solid green;
}

@media print {
	.noprint {
		display: none;
		visibility: hidden;
	}
}
