/* Liens images */

.img_link {  
	border: 2px solid #FF9933;
}

.img_link:hover {  
	border: 2px solid #FFFFFF;
}

.img_sel {  
	border: 3px solid #FFFF33;
}

/* Tableau */

.td1 {  
	background-color:#666666;
}

.td2 {
	background-color:#333333;
}

.admin {
	font-family: tahoma; 
	font-size: 12px; 
	color: FFFFFF; 
	text-decoration:none;
}

.td_modif {
	background-color:#555588;
	font-family: tahoma; 
	font-size: 12px; 
	color: 000000; 
	text-decoration:bold;
}

.td_suppr {
	background-color:#885555;
	font-family: tahoma; 
	font-size: 12px; 
	color: 000000; 
	text-decoration:bold;
}

.td_entete {
	background-color:#FFCC66;
	font-family: tahoma; 
	font-size: 14px; 
	font-weight:bold;
	color: 000000; 
	text-decoration:bold;
}

.td_ss_entete {
	background-color:#fedf8a;
	font-family: tahoma; 
	font-size: 12px; 
	color: 000000; 
	text-decoration:bold;
}

.form input, textarea, select { 
	font-family:	tahoma;	
	font-size:12px;	
/*	font-weight:bold;	*/
	color: #000000;
}

/* bouton valider */

.valid a {  
	font-family: tahoma; 
	font-size: 11px; 
	color: 55AA55; 
	text-decoration:none;
}

.valid a:hover {  
	font-family: tahoma; 
	font-size: 11px; 
	color: 33FF33; 
	text-decoration: none;
	font-weight:bold;
}

/* bouton annuler */

.annul a {  
	font-family: tahoma; 
	font-size: 11px; 
	color: FF3333; 
	text-decoration:none;
}

.annul a:hover {  
	font-family: tahoma; 
	font-size: 11px; 
	color: FF0000; 
	text-decoration: none;
	font-weight:bold;
}

/* liens */

.lien a {  
	font-family: tahoma; 
	font-size: 11px; 
	color: FF9933; 
	text-decoration:none;
}

.lien a:hover {  
	font-family: tahoma; 
	font-size: 12px; 
	color: FFFF33; 
	text-decoration: none;
	font-weight:bold;
}

/* lien_black */

.lien_black a {  
	font-family: tahoma; 
	font-size: 11px; 
	color: 000000; 
	text-decoration:none;
}

.lien_black a:hover {  
	font-family: tahoma; 
	font-size: 12px; 
	color: 993311; 
	text-decoration: none;
	font-weight:bold;
}


/* grands liens */

.glien a {  
	font-family: tahoma; 
	font-size: 14px; 
	color: FF9933; 
	text-decoration:none;
}

.glien a:hover {  
	font-family: tahoma; 
	font-size: 14px; 
	color: FFFF33; 
	text-decoration: none;
	font-weight:bold;
}

/* lien simple */

.lien_simple a {  
	font-family: tahoma; 
	font-size: 11px; 
	color: FF9933; 
	text-decoration:none;
}

.lien_simple a:hover {  
	font-family: tahoma; 
	font-size: 11px; 
	color: FF3333; 
	text-decoration: none;
}

/* Menu du haut */

.menu a {  
	font-family: tahoma; 
	font-size: 12px; 
	color: FF9933; 
	text-decoration:none;
}

.menu a:hover {  
	font-family: tahoma; 
	font-size: 12px; 
	color: FFFF33; 
	text-decoration: none;
}

/* Texte */

.menu_titre {  
	font-family: tahoma; 
	font-size: 13px; 
	font-weight:bold;
	color: FFFFFF;
}

.titre {  
	font-family: tahoma; 
	font-size: 12px; 
	font-weight:bold;
	color: FFFFFF;
}

.texte {  
	font-family: tahoma; 
	font-size: 13px; 
	color: FFFFFF;
}

.texte_sel {  
	font-family: tahoma; 
	font-size: 11px; 
	color: FFFF00;
}

.texte_int {  
	font-family: tahoma; 
	font-size: 13px; 
	color: DDDDBB;
}

/* Images */

#l_img {
	float: left; 
	margin: 0.3em 7px 3px 0px;
}

#r_img {
	float: right; 
	margin: 0.3em 0px 3px 7px;
}

/* footer */
#copy a {  
	font-family: tahoma; 
	font-size: 10px; 
	color: FFFFFF; 
	text-decoration:none;
}

#copy {  
	font-family: tahoma; 
	font-size: 10px; 
	color: FFFFFF; 
	text-decoration: none;
}

