body {
	padding: 0px;
	margin: 0px;
	
	background-color: #000;
	
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	background-image: url(../_images/defense_tactiques_specialisees.jpg);
	width: 982px;
	height: 147px;
	text-align: right;
}

span.lang {
	text-align: right;
	position: relative;
	top: 15px;
	right: 60px;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
}

span.lang a {
	text-decoration: none;
	color: #FFF;
}

span.lang a:hover {
	text-decoration: underline;
}

#content {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	background-color: #626960;
	background-image: url(../_images/content_bg.jpg);
	background-repeat: repeat-y;
}

#left_column {
	float: left;
	width: 267px;
}

#dts_tools {
	background-image: url(../_images/dts_tools.gif);
	background-repeat: no-repeat;
	width: 198px;
	height: 265px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#right-column {
	height: 100%;
	display: block;
	background-color: #00FF00;
	width: 715px;
}

#content_top {
	position: relative;
	left: 267px;
	width: 715px;
	height: 60px;
	background-image: url(../_images/content_top.jpg);
}

h4 {
	margin: 0px;
	padding: 0px;
}

#content_right {
	height: 100%;
	font-size: 12px;
	color: #FFF;
	background-image: url(../_images/content_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#bottom_bg_right {
	height: 100%;
	background-image: url(../_images/content_bottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#text {
	height: 100%;
	margin-right: 30px;
	margin-left: 287px;
	padding-top: 45px;
	line-height: 16px;
}

#text p {
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

li {
	margin: 0px;
	padding: 0px;
}

#copyright {}

p.copyright {
	color: #626960;
	font-size: 10px;
	background-color: #000;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-right: 20px;
}

hr {
	clear: both;
	padding-top: 40px;
	visibility: hidden;
}

/** ###### À COMPLÉTER ###### **/
input[type=text] {}
input[type=text].readonly { background-color: #626960; border: none; color: #FFFFFF;}
input[type=text].erreur { background-color: #e16565; color: #000;}
input[type=submit] {}
input[type=reset] {}
label {}

/** METTRE LE STYLE DES LIENS ... **/

a:link, a:active, a:visited {
	color: #749b43;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

/** Services - Liste Évenements **/
table.listeEvenements {
	width: 100%;
}
table.listeEvenements tr.ligneListeEvenements {}
table.listeEvenements tr.ligneListeEvenements td.cellListeEvenements {
	vertical-align: text-top;
}
table.listeEvenements tr.ligneListeEvenements td.cellImageListeEvenements {
	padding-right: 10px;
	width: 20%;
}
table.listeEvenements tr.ligneListeEvenements td.cellImageListeEvenements .imgListeEvenements {}
table.listeEvenements tr.ligneListeEvenements td.cellListeEvenements span.titreListeEvenements {
	display: block;
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 3px;
}
table.listeEvenements tr.ligneListeEvenements td.cellListeEvenements span.dateListeEvenements {
	margin-top: 0px;
}
table.listeEvenements tr.ligneListeEvenements td.cellListeEvenements span.descriptionListeEvenements {}

/** Produits **/
div.erreur {
	background-color: #e16565;
	color: #000;
	text-align: center;
}

table.listeProduits {}
table.listeProduits tr.ligneListeProduits {}
table.listeProduits tr.ligneListeProduits td.cellListeProduits {}
table.listeProduits tr.ligneListeProduits td.cellImageListeProduits {}
table.listeProduits tr.ligneListeProduits td.cellImageListeProduits .imgListeProduits {}
table.listeProduits tr.ligneListeProduits td.cellListeProduits span.nomListeProduits {}
table.listeProduits tr.ligneListeProduits td.cellListeProduits span.lienListeProduits {}
table.listeProduits tr.ligneListeProduits td.cellListeProduits span.prixListeProduits {}
table.listeProduits tr.ligneListeProduits td.cellListeProduits span.descriptionListeProduits {}

/** Confirmation achat produits **/
table.listeProduitsConfirmation {}

table.listeProduitsConfirmation tr.titreLigneListeProduitsConfirmation { font-weight: bold; }
table.listeProduitsConfirmation tr.titreLigneListeProduitsConfirmation td.titreCellListeProduitsConfirmation {}

table.listeProduitsConfirmation tr.ligneListeProduitsConfirmation {}
table.listeProduitsConfirmation tr.ligneListeProduitsConfirmation td.cellNomListeProduitsConfirmation { width: 200px; }
table.listeProduitsConfirmation tr.ligneListeProduitsConfirmation td.cellQuantiteListeProduitsConfirmation { width: 200px; }
table.listeProduitsConfirmation tr.ligneListeProduitsConfirmation td.cellPrixListeProduitsConfirmation { width: 200px; }
table.listeProduitsConfirmation tr.ligneListeProduitsConfirmation td.cellTotalPrixProduitListeProduitsConfirmation { width: 200px; }
table.listeProduitsConfirmation tr.ligneListeProduitsConfirmation td.cellTotalPrixListeProduitsConfirmation { border-top: solid 1px #000; text-align: right;}

table.listeProduitsConfirmation tr.ligneListeProduitsConfirmation td.cellAucunProduitListeProduitsConfirmation { width: 200px; }

table.contactConfirmation {}
table.contactConfirmation tr.ligneContactConfirmation {}
table.contactConfirmation tr.ligneContactConfirmation td.cellLabelContactConfirmation {}
table.contactConfirmation tr.ligneContactConfirmation td.cellInputContactConfirmation {}

/** Achat produits **/
table.listeAchatProduits {}
table.listeAchatProduits tr.ligneListeAchatProduits {}
table.listeAchatProduits tr.ligneListeAchatProduits td.cellImageListeAchatProduits {}
table.listeAchatProduits tr.ligneListeAchatProduits td.cellImageListeAchatProduits .imgListeAchatProduits {}
table.listeAchatProduits tr.ligneListeAchatProduits td.cellListeAchatProduits {}
table.listeAchatProduits tr.ligneListeAchatProduits td.cellListeAchatProduits span.nomListeAchatProduits {}
table.listeAchatProduits tr.ligneListeAchatProduits td.cellListeAchatProduits span.descriptionListeAchatProduits {}
table.listeAchatProduits tr.ligneListeAchatProduits td.cellListeAchatProduits span.prixListeAchatProduits {}

table.contactAchatProduits {}
table.contactAchatProduits tr.ligneContactAchatProduits {}
table.contactAchatProduits tr.ligneContactAchatProduits td.cellLabelContactAchatProduits {}
table.contactAchatProduits tr.ligneContactAchatProduits td.cellInputContactAchatProduits {}
table.contactAchatProduits tr.ligneContactAchatProduits td.cellErreurContactAchatProduits {}

