/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

input{
	height: 25px;
	width:210px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#00F;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#00F;
}

.error{color: #fff;
	background: rgb(255, 138, 116);
	border: 1px solid rgb(255, 16, 16);
	padding: 2px 15px;
	width: 700px;
	font-weight: bold;}

fieldset,img {  
	border: 0; 
} 

fieldset {
	border: 0;
	border: 1px solid #ddd;
}

html {
	height: 100%;
	margin: 0; 
	padding: 0;
}
/* page setup */
body {
	font-family:Trebuchet MS,Tahoma;
	font-size: 14px;
	line-height: 150%;
	color: #2B2B2B;
}

body#page {
	background: #98C753;
   	#background: url(../images/bg.jpg) top left repeat-x;
	width:100%;
	height:100%;
}

#wrapper {
	width:938px;
	margin:0 auto;
}

#logo {
	/* background:url(../images/logo.jpg) 0 0 no-repeat; */
	background:url(../images/logo.png) 0 0 no-repeat;
	/*margin-top:20px;*/
	margin-top:5px;
	height:87px;
}

#main {
	margin:0;
	padding:0;
	height:472px;
	width:915px;
}

#main_l {
	float:left;
	/* background:url(../images/bg_l.jpg) 0 0 no-repeat; */
	background:url(../images/bg_l.png) 0 0 no-repeat;
	width:177px;
	/*height:472px;*/
	height:522px;
	padding:0;
	margin:0;
}

/*NAVIGATION*/
.menu {
margin-bottom : 20px;
padding : 30px 0 0 8px;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
display : block;
font-size : 13px;
font-weight:bold;
color : #4b641e;
background : #fff;
width : 130px;
padding : 0.5em 0.8em;
text-decoration : none;
border-left : 10px solid #348b34;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
padding:2px 5px;
cursor:hand;
cursor:pointer;
}
.menu a:hover {
border-left : 10px solid #4c4c42;
font-weight:bold;
color : #000;
}
.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}

#main_r {
	float:left;
	width:738px;
	height:472px;
	margin:0;
	padding:0;
}

#main_r_top {
	/* background:url(../images/bg_r_top.jpg) 0 0 no-repeat; */
	background:url(../images/bg_r_center.png) 0 0 no-repeat;
	width:738px;
	height:125px;
	margin:0;
	padding:0;
}

#main_r_buttom {
	/* background:url(../images/bg_r_buttom.jpg) 0 0 no-repeat; */
	background:url(../images/bg_r_buttom.png) 0 0 no-repeat;
	width:738px;
	/*height:324px;*/
	height:394px;
	margin:0;
	padding:0;
}

#corps {
	padding:0 0 0 190px;
}
	
#corps_w {
	padding:5px 10px 0 0;
}

#intro {
	padding:5px 10px 0 5px;
}

.footer {
	clear:both;
	padding:10px 10px;
	font-size: 11px;
	line-height: 100%;
	color: #757575;
}

#menu { 
   margin:0; 
   padding:0; 
   text-align:left;
}

#menu li { 
   display:inline; 
}

#menu li a {  
   color:#444; 
   text-decoration:none; 
   padding:1px 2px 1px 2px;
   height:19px; 
   background:none;
}

#menu li a:hover { 
   background: none;
   color:#631e19;
   text-decoration:underline;
}

#header {
	text-align: right;
	padding:20px 30px 0 0;
}

img { 
    border: none; 
}

table, tr, td, tr { 
  vertical-align: top; 
  text-align: left;
}



h3,h2 {
	color: #348b34;
	text-decoration:underline;
	margin-bottom:10px;
}

.message {	
	color: blue;
	text-align:center;	
}

input.btn_ok
{
	width: 78px;
	height: 22px;
	cursor: pointer;
	font-size: 0px;
	background-image: url(../images/valider.png);
	border: 0;
}

input.btn_ok_en
{
	width: 78px;
	height: 22px;
	cursor: pointer;
	font-size: 0px;
	background-image: url(../images/valider_en.png);
	border: 0;
}

input.btn_valider
{
	width: 78px;
	height: 22px;
	cursor: pointer;
	font-size: 0px;
	background-image: url(../images/valider.png);
	border: 0;
}

input.btn_valider_en
{
	width: 78px;
	height: 22px;
	cursor: pointer;
	font-size: 0px;
	background-image: url(../images/valider_en.png);
	border: 0;
}

input.btn_modifier
{
	width: 78px;
	height: 22px;
	cursor: pointer;
	font-size: 0px;
	background-image: url(../images/modifier.png);
	border: 0;
}

input.btn_modifier_en
{
	width: 78px;
	height: 22px;
	cursor: pointer;
	font-size: 0px;
	background-image: url(../images/modifier_en.png);
	border: 0;
}

input.btn_envoyer
{
	width: 78px;
	height: 22px;
	cursor: pointer;
	font-size: 0px;
	background-image: url(../images/envoyer.png);
	border: 0;
}

input.btn_envoyer_en
{
	width: 78px;
	height: 22px;
	cursor: pointer;
	font-size: 0px;
	background-image: url(../images/envoyer_en.png);
	border: 0;
}

.small  
{
  font-size: 95%;
  color: #546F92;
  background: inherit;
}

.franc  
{
  font-size: 50%;
  color: #546F92;
  background: inherit;
}

.solde  
{
  font-size: 75%;
  color: #546F92;
  background: inherit;
}

.tbl_print{
  font-size:13px;
  padding:0px;
}