/* CSS Document ARC */

body {
padding: 0;
margin: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.bluebold {
	font-weight: bold;
	color: #0B2A8F;
}

.blue {
	color: #0B2A8F;
}

.red {
	color: #940000;
}

.paddingrighbottom {
	padding: 0 5px 3px 0;
}

/* Style menu print & quit */

.menuprint {
	background-color: #0B2A8F;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	text-align: right;
}

.menuprint a {
	text-decoration: none;
	color: #FFFFFF;
}

.menuprint a:hover {
	text-decoration: underline;
}

/* Style ligne grise separator */

td.greyline {
background-image: url(../images/back_greyline.gif);
height: 12px;
}

/* Style footer */

.footertop {
	background-image: url(../images/footertop_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.footerbottomleft{
	height: 20px;
	border-top: 1px solid #8F8F8F;
	border-left: 1px solid #8F8F8F;
	border-bottom: 1px solid #B6B6B6;
	background-color: #E9E9E9;
	background-image: url(../images/px_white.gif);
	background-repeat: repeat-x;
}

.footerbottomright{
	height: 20px;
	border-top: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
	border-bottom: 1px solid #B6B6B6;
	background-color: #E9E9E9;
	background-image: url(../images/px_white.gif);
	background-repeat: repeat-x;
	color: #919191;
	padding-right: 10px;
}

/* style background contenu */

.contenu {
	background-image: url(../images/back_contenu.jpg);
	background-repeat: repeat-x;
}

/* style des onglet */

.backongletoff {
	border: 1px solid #FFFFFF;
	border-bottom: none;
	background-color: #CCCCCC;
	background-image: url(../images/back_ongletoff.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 29px;
	vertical-align: middle;
}

.backongletoff h1 {
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 12px;
	color: #353535;
}

.shadowsleft {
	background-image: url(../images/box_shadows_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.shadowsright {
	background-image: url(../images/box_shadows_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.boxopen {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-top: none; 
}

div.page {
	padding: 20px 0;
	margin: 0 12px;
}

div.pagedashed {
	padding: 20px 0;
	margin: 0 12px;
	border-bottom: 1px dashed #999999;
}

/* style detail sous l'onglet ouvert */

.detail {
	background-color: #FFFFFF;
}

.titre {
	background-color: #F2F2F2;
}

h2 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #0033CC;
}

.bottomdashed {
	border-bottom: 1px dashed #999999;
	padding: 8px 0;
}

.bottomnoline {
	padding: 8px 0;
}

td.bottomend {
	border-bottom: 1px solid #999999;
	padding: 8px 0;
}

/* style table sous l'onglet ouvert */

table.detailtable {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.detailtable th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image: url(../images/detaitable_back_th.gif);
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	background-position: bottom;
	color: #333333;
	text-align: left;
	padding: 4px 0 4px 9px; 
	vertical-align: top;
}

.DataGridHeader{	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image: url(../images/detaitable_back_th.gif);
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	background-position: bottom;
	color: #333333;
	text-align: left;
	padding: 4px 0 4px 9px; 
	vertical-align: top;}

table.detailtable td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 4px 0 4px 9px;
	color: #343434;
}

table.detailtable .action {
	text-align:center; 
	padding: 4px 0;
} 

/* style des elements de formulaire */

form {
	padding: 0;
	margin: 0;
}

select, input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.size245 {
	width: 245px;
}

.size175 {
	width: 175px;
	
}

/* style des boutons */

.bouton {
	background-image: url(../images/bouton_start.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 22px
}

.bouton a{
	background-image: url(../images/bouton_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px 35px 7px 0;
	text-decoration: none;
	font-weight: bold;
	color: #0B2A8F;
	font-size: 11px;
}

.boutongrey {
	background-image: url(../images/bouton_grey_start.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 22px
	



}

.boutongrey a{
	background-image: url(../images/bouton_grey_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px 35px 17px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #0B2A8F;
	font-size: 11px;


}

.boutongrey2 {
	background-image: url(../images/bouton_grey_start.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 22px
	display:block;
	padding-bottom:10px;



}

.boutongrey2 a{
	background-image: url(../images/bouton_grey_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 35px 17px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #0B2A8F;
	font-size: 11px;


}

.boutonsmall {
	background-image: url(../images/bouton_small_start.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 22px
}

.boutonsmall a{
	background-image: url(../images/bouton_small_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 15px 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: #0B2A8F;
	font-size: 11px;
}

.bouton a:hover, .boutonsmall a:hover, .boutongrey a:hover {
	text-decoration: underline;
}

/* style next page */

.next {
	color: #313131;
	padding-right: 4px;
	height: 18px;
	vertical-align: bottom;
}
