
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

img {
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

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

#main { 
	width:1000px;
	margin-top:5px;
	
}

h2 { 
	font-size:14pt;
	font-weight:bold;
	color: #35874F;
}

h3 { 
	font-size:12pt;
	font-weight:bold;
}

h4 {
	color:#35874F; 
	font-size:10pt;
	font-weight:bold;
	margin-bottom:2px;
	padding-bottom:0px;
}
a {
	color: #004d9f;
	text-decoration:none;
}

a:visited {
}

a:hover { 
	text-decoration:underline;
}

#block_message { 
	background-color: #35874F;
	color:#FFFFFF;
	font-size:12pt;
	text-align: center;
	padding: 5px;
	
}

.petit { 
	font-size:8pt; 
}

.indentation { 
	margin-left:16px; 
}

.login_check { 
	padding:0px; 
	margin:1px;

}
#colone_gauche {
	width:160px;
	float:left;
	margin-top: 0px;
	background: url(/images/bg_center.gif) repeat-x;
	text-align: left;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;	
}

#colone_centrale {
	width:640px;
	float:left;
	margin-top: 0px; 
	margin-left:0px;
	margin-right: 0px;
	background: url(/images/bg_center.gif) repeat-x;
	padding-right: 4px; 
	padding-top: 20px;
}

#colone_droite {
	width:196px;
	float:left;
	background: url(/images/bg_colone_droite.gif) repeat-x;
	margin-top: 0px;
	padding-top: 20px;
	font-size: 9pt;
	color: #004d9f;
	font-weight:bold;
	height: 700px;
	margin-left:0px;
	margin-right: 0px;

}
#colone_droite_vide {
	width:196px;
	float:left;
	background: url(/images/bg_center.gif) repeat-x;
}

.case_inverse {
	color:#FFFFFF;
	background-color:#009933;
	font-weight:bold;
	text-align:center;
	padding: 2px;
}
	
#Menu{
	padding: 0;
	margin: 10px 0px 0px 0px;
	width: 1000px;
	height: 19px;
	list-style-type: none;
	background: url(/images/bg_menu.gif) repeat-x;
}
#Menu li{
	display: inline;}
#Menu li a{
	float: left;
	margin-left: 50px;
	width: 70px;
	text-decoration: none;
	color: #fff;}
#Menu li a:hover, 
#Menu li .current{
	font-weight: bold;}
	
#titre_login {
	color: #004d9f;
	width: 636px;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.titre {
}

#bloc_login {
	width: 636px; 
	margin: 0px;
	padding: 0px;
	height: 454px;
	font-weight: bold; 
	font-size: 9pt;
	background: url(/images/bg_form.jpg) no-repeat;
}

#form_login {
	margin-top:55px;
	text-align:left; padding-left:20px; 
	
	width:160px;
	
}

#form_login input {
	color:#0066FF;
	width: 140px;
	font-size:9pt;
	height:20px;
	margin-bottom:2px;
}
#form_login input.submit {
	color: #000000;
	font-size:9pt;
	height:20px; width:30px;
	font-weight: normal; 
}

#form_login a {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	line-height: 14px;
	padding-bottom: 2px;
}
#form_login a:hover {
	text-decoration: underline;
}

#charte { 
	margin-top:0px;
	padding-left:20px;
}

#charte a {
	color: #000000;
	text-decoration: underline;
	font-size: 7pt;
	font-weight: normal;
}
#charte a:hover {
	text-decoration: underline;
}

#center_content {
	text-align:left;
}

table {
	font-size:10pt;
}

#mail {
	background-color: #FFFFFF;
	border: 1px solid #0000FF;
}

#menu_gauche li{
	float: left;
	display: inline;
}
#menu_gauche {
	float: left; 
	margin:0; 
	padding:0;
}

#menu_gauche a:hover,
#menu_gauche .actif {
	text-decoration:none;
	background: url(../images/btn_bg_over.gif) top no-repeat;
}


#menu_gauche .menu_grand a:hover,
#menu_gauche .menu_grand .actif {
	text-decoration:none;
	background: url(../images/btn_bg1_over.gif) top no-repeat;
}

#area_contact {
	width:600px;
	height:400px;
	border: 2px solid #35874F;
}

.msg {
	font-weight:bold;
	color:#FF0000;
}
/* style de tableaux pour listings (sylvain) */
	.listing{
		border-collapse:collapse;
		empty-cells:show;
		margin:20px auto;
		width:100%;
		color:black;
		background:white;
		font-size:9pt;
	}
	.listing thead{
		border-bottom:2px solid #bbb;
	}
	.listing tfoot{
		border-top:2px solid #bbb;
	}
	.listing thead th{
		color:#CA3A01;
	}
	.listing{
		border:2px solid #bbb;
	}
	.listing tr:hover, .tr_1:hover, .tr_2:hover{
		background:#fff0dc
	}
	.rowodd{
		background:#fff;
	}
	.roweven{
		background:#fff8f0;
	}
	.listing td{
		padding:5px;
		border:1px solid #bbb;
	}
	.listing thead th, .listing tfoot td{
		background:#eee;
		text-align:left;
		padding:5px;
	}
	.listing .pagination{
		float:right;
		padding-top:3px
	}


