/* Liens ------------------------------------------------------*/

#contenu a:active {
font-size: 0.8em;
color: #333333;
text-decoration: underline;
}

#contenu a:hover {  
font-size: 0.8em;
color: #000000;
text-decoration: none;
}

#contenu a:link {  
font-size: 0.8em;
color: #000000;
text-decoration: underline;
}

#contenu a:visited {  
font-size: 0.8em;
color: #000000;
text-decoration: underline;
}

/* FORM ------------------------------------------------------*/
#contenu select {  
font-size: 0.8em;
line-height: 12px;

border-style: solid; 
border-width: 1px;
}


#contenu input {  
font-size: 0.8em;
line-height: 12px;

border-style: solid; 
border-width: 1px;
}

#contenu input[type=checkbox] { 
font-size: 0.8em;
line-height: 12px;

border-style: solid; 
border-width: 0px;
}

#contenu input[type=radio] { 
font-size: 0.8em;
line-height: 12px;

border-style: solid; 
border-width: 0px;
}

#contenu input[type=image] { 
border-style: solid; 
border-width: 0px;
}

#contenu input.submit{
font-size: 0.8em;
line-height: 16px;
color: #ffffff;  

background: #6a78c1;
border-style: none; 
text-decoration: none;
font-weight: bold;
}

#contenu input.Info {  
font-size: 0.8em;
line-height: 12px;
border-width: 1px;
}

textarea {
	font-size: 0.85em;
	line-height: 12px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #6a78c1;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#contenu .banque{
 border: none;
  }

/* BOUTON ------------------------------------------------------*/

#contenu .bouton_tab{
/*background: url(images/icon/fond.gif);*/
display:inline;
}

#contenu .bouton_tr{
/*background: url(images/icon/fond.gif);*/
background-color: #6a78c1;
}

#contenu a.bouton_td {
font-size: 0.8em; 
color: white; 
TEXT-DECORATION: none; 
cursor:pointer;
display: inline;
}

#contenu .bouton_bar{
background: url(images/icon/bouton_.gif);
}

/* LISTE ------------------------------------------------------*/

#contenu .liste_0{
background-color:#a6aed8;
}

#contenu .liste_1{
background-color:#c1c6e6;
}

#contenu .liste_2{
background-color:#d6daef;	
}

#contenu .liste_err{
background-color:#cc0099;	
}

/* TEXTE ------------------------------------------------------*/

#contenu .titre{
 font-size: 1.8em;
 color: #999999;
 font-weight: bold;
}

#contenu .titre_mini{
font-size: 1.4em;
 color: #999999;
 font-weight: bold;
}

#contenu .titre_color{
font-size: 1.8em;
 color: #6a78c1;
 font-weight: bold;
}

#contenu .titre_err{
color: #cc0099;

 font-weight: bold;
}

#contenu .text_noir{
/* color: #33cc33;*/
 color: #000000;
 font-weight: bold;
}

#contenu .text_gris{
/* color: #cc0099;*/
 color: #ff0066;
 font-weight: bold;
}

/* AUTRES ------------------------------------------------------*/

#contenu HR{
color: #3b6c9d;
background-color: #3b6c9d;
height: 1px;

}


#contenu .border_tl{
	border: 1px solid black;
	border-right-width: 0;
}

#contenu .border_tr{
	border: 1px solid black;
}

#contenu .border_l{
	border: 1px solid black;
	border-right-width: 0;
	border-top-width: 0;
}

#contenu .border_r{
	border: 1px solid black;
	border-top-width: 0;
}

#contenu .border_b{
	border: 1px solid black;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

#contenu .border_r0{
	border: 1px solid black;
	border-top-width: 0;
	border-left-width: 0;
}

#contenu .border_l1{
	border: 1px solid black;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}

#contenu .border_r1{
	border: 1px solid black;
	border-top-width: 0;
	border-bottom-width: 0;	
}

#contenu .fond_gris{
background-color: #CCCCCC;
}

#contenu .test{
	border: 1px solid #4482D5;
	border-top-width: 1;
	border-bottom-width: 1;		
	border-right-width: 1;
	border-left-width: 1;
}



/* ECRAN ------------------------------------------------------*/

@media print
{
.ecran{display: none;}
}

@media screen {
.imprimante{display: none;}
}
