/* CSS Document */

/* MISE EN FORME DE LA PAGE */
.body_form {background-color:#FFFFFF; background-image:url('http://www.artaven.com/V2/banniere-verticale.jpg'); background-repeat:no-repeat; }

.table_form {width:1100px; height:100%;  margin: 0 auto; background-color:#FFFFFF; font-family:"Trebuchet MS", Arial; border-color:#003366; border-style: solid; border-width:1px; }

.col_top { width:100%; height:30px;  background-color:#FFFFFF; font-size: 0.8em;   }

.col_bottom {width:100%; ; font-size: 0.6em; text-align:center;}

.col_middle_1 {width:220px; background-color:#FFFFFF;  vertical-align:top; font-size: 0.8em; font-family:"Trebuchet MS", Arial;  }


.col_middle_2 {width:500px;  background-color:#FFF;  color:#333333; font-family:"Trebuchet MS", Arial;
	text-align:left;
	font-size:0.8em;
	}
	

.col_middle_3 {width:350px; ;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-size:0.8em;
	} 
	
.col_middle_4 {width:850px; px;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-size:0.8em;
	} 	
	
.col_middle_5 {width:140px; px;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-size:0.8em;
	background-image:url('http://www.artaven.com/V2/banniere-verticale-2.jpg');
	} 	
	
.col_middle_6 {width:800px; px;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-size:0.8em;
	color:#666666;
	} 
.col_middle_7 {width:160px; px;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-size:0.8em;
	} 		


/* DEFINITION DE LA POLICE Hn */
h1 { color:#335C78; font-size:1.1em; }

h2 {
	color:#9FE704;
	font-size:1em;}


a:link {
	color: #2B3663; 
}
a:visited {
	color: #666666;	
}
a:hover {
	color: #478223;	
	font-weight:bold;
}
a:active {
	color: #666666;
}



/* MENU DE DROITE */
 
#navcontainer { width: 220px; }
 
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family:"Trebuchet MS", Arial;
}
 
#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #2B3663;
border-bottom: 1px solid #eee;

}
 
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
 
#navcontainer a:hover
{
/* couleur de survol colonne de gauche */
background-color: #666666;
background-position:right;
background-repeat:no-repeat;
color: #FFFFFF;
font-weight:bold;
}
 
#navlist a:active {
   border-bottom: 1px solid #fff;
   background-color: #ffffff;
}
 
#active a { background-color: #999966; }
#active a:hover { background-color: #999966; }

