body {
background : #222222;
border-image : none;
scrollbar-face-color: #7189AB;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #94A9CA;
scrollbar-arrow-color: #FFCC00;
}

.div1 {
height : 400px;
vertical-align:bottom;
}

.div-tab {
height : 310px;
width:840px;
overflow:scroll;
}

.text {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:justify;
}

.text-droite {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:right;
}


.text4 {
color: #CCCC00;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
}

.text5 {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:justify;
}

.text7 {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:center;
}

.text6 {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align:justify;
}

.text10 {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

.text2 {
color: #FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
}

.text3 {
color: #AAAAAA;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.artim {
color: #CCCCCC;
font-family:Tahoma, Geneva, sans-serif;
font-size: 11px;
}

a.artimL:link {
	border-style: hidden;
color: #CCCCCC;
font-family:Tahoma, Geneva, sans-serif;
font-size: 11px;
text-decoration:none;
}
a.artimL:visited {
	border-style: hidden;
color: #CCCCCC;
font-family:Tahoma, Geneva, sans-serif;
font-size: 11px;
text-decoration:none;
}
a.artimL:hover {
	border-style: hidden;
color: #CCCCCC;
font-family:Tahoma, Geneva, sans-serif;
font-size: 11px;
text-decoration:none;
}
a.artimL:active {
	border-style: hidden;
color: #CCCCCC;
font-family:Tahoma, Geneva, sans-serif;
font-size: 11px;
text-decoration:none;
}


a:link {
	border-style: hidden;
	border:#222222;
}
a:visited {
	border-style: hidden;
	border:#222222;
}
a:hover {
	border-style: hidden;
	border:#222222;
}
a:active {
	border-style: hidden;
	border:#222222;
}

a.liens:link {
	border-style: hidden;
	border:#222222;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.liens:visited {
	border-style: hidden;
	border:#222222;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.liens:hover {
	border-style: hidden;
	border:#222222;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
a.liens:active {
	border-style: hidden;
	border:#222222;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}


table.centre {
	border-style:solid;
	border-color:#cbbb9d;
	border-width:2px;
}

img { border:none; }

.input {
	display: none;
}

.btn_edit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	color: #CC8;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.btn_add {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	color: #8C8;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.btn_delete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	cursor: pointer;
	color: #C88;
	text-decoration: none;
	background: url(images/delete.png) no-repeat;
	padding-left: 12px;
}

.btn_edit:hover, .btn_add:hover, .btn_delete:hover {
	color: #AAA;
	border-bottom: 1px dashed;
}

.input_carte {
	background: url(images/form_input_bg.gif) repeat-x scroll white;
	border: 1px solid #BBB;
	font-size: 12px;
	width: 50%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.input_number {
	background: url(images/form_input_bg.gif) repeat-x scroll white;
	border: 1px solid #BBB;
	font-size: 12px;
	width: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.new_line {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}