BODY {
	margin: 0px;
	padding-top: 0px;
	background: #FFFFFF
}

.shadow-top {
	background: url(/img/shadow-top.gif) repeat-x bottom;
}
.shadow-left {
	background: url(/img/shadow-left.gif) repeat-y right;
}	
.shadow-right {
	background: url(/img/shadow-right.gif) repeat-y left;
}
.shadow-bottom {
	background: url(/img/shadow-bottom.gif) repeat-x top;
}
	
.BG-Index {
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
}

.Border {
	border: 1px #000000 solid;
}

h1 {
	font-size: 22px;
	color:#000000;
	margin: 0;
	padding: 0;
}


h2 {
	font-size: 20px;
	color:#B32B2F;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 20px;
	color:#000000;
	margin: 0;
	padding: 0;
}

.titre {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.sous-titre {
	background: url(/img/sous-titre.gif) no-repeat top left;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:18px;
}

.text a:link {
	color: #000000;
	text-decoration : underline;
}
.text a:hover {
	color: #000000;
	text-decoration : none;
}
.text a:visited {
	color: #000000;
}	

.textSmall {
	font-size: 10px;
	line-height:10px;
}

.justify {
	text-align:justify
	}

.red {
	color: #DC2C34;
}
.red a:link {
	color: #DC2C34;
	text-decoration : underline;
}
.red a:hover {
	color: #DC2C34;
	text-decoration : none;
}
.red a:visited {
	color: #DC2C34;
}	

.grey {
	color: #A6A6A6;
}
.grey a:link {
	color: #A6A6A6;
	text-decoration : underline;
}
.grey a:hover {
	color: #A6A6A6;
	text-decoration : none;
}
.grey a:visited {
	color: #A6A6A6;
}	


.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.bottom a:link {
	color: #999999;
	text-decoration : underline;
}
.bottom a:hover {
	color: #999999;
	text-decoration : none;
}
.bottom a:visited {
	color: #999999;
}

.trait {
	background: url(/img/trait.gif) no-repeat top left;
}

.BG-Univers {
	background: url(/img/fond-suisse.jpg) no-repeat top right;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
}

.BorderRed {
	border-left: 1px #DC2C34 solid;
}

.BorderGrey {
	border-left: 1px #A6A6A6 solid;
}

.BorderLight {
	border: 1px #A6A6A6 solid;
}

.Specification {
	background: #F2F2F2;
}

input {
 background-color:#FAFAFA;
 padding:1px;
 border:1px solid black;
 font-size:11px;
}

textarea {
 background-color:#FAFAFA;
 padding:1px;
 border:1px solid black;
 font-size:11px;
 }
 
.NoBorder {
	border: 0px;
}

.line {
	background: url(/img/trait-horizontal.gif) repeat-x bottom;
}

.line-start {
	background: url(/img/commande/start.gif) no-repeat bottom right;
}

.line-end {
	background: url(/img/commande/fleche.gif) no-repeat bottom left;
}

.compulsory {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}