/* CSS Document */

body {
	width: 1200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin:auto;
}

#faisceaux {
	text-align:center;
	margin:auto;
}

#faisceaux input {
	width: 150px;
}

#images {
	text-align:center;
	margin:auto;
}

#images img {
	width:287px;
}

.tiers {
	width: 400px;
	float:left;
}

#matpre, #tarifventeMC, #tarifventeTA, #vuecommande {
	text-align:center;
	margin:auto;
}

#matpre td, #tarifventeMC td, #tarifventeTA td {
	padding: 5px 10px 5px 10px;
}

#vuecommande {
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
}

#vuecommande td, #vuecommande th {
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px;
}

#vuecommande th {
	background:#FFC;
}

#vuecommande tr:nth-child(odd) {
	background: #DDD
}

a, a:visited {
	text-decoration:none;
}

#header .gauche {
	float:left;
}

#header .droite {
	float:right;
	font-size:36px;
	vertical-align:middle;
}

.cleaner {
	clear:both;
	height:20px;
}

#commentaires {
	color:#F00;
}

#of {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#aide {
	color:#090;
	min-height:10px;
	height:auto;
	padding: 5px 5px 5px 5px;
}

fieldset {
	margin-bottom:10px;
}

#erreurs {
	color: #F00;
	min-height:10px;
	height:auto;
	padding: 5px 5px 5px 5px;
}

.gestion {
	float:right;	
}

#login {
	width:300px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}

.migauche {
	float:left;
	width:550px;
}

.midroite {
	float:right;
	width:550px;
}

.supprime {
	height: 20px;
	width: 20px;
	background-image: url(../backsor/Vues/sup16.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.sylob {
	height: 24px;
	width: 24px;
	background-image: url(../backsor/Vues/export4.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.erreur {
	color:#F00;
}