/*  SIMPLE BLEU - VERT  *
 *	Nicolas INNOCENT	*
 * 	www.aKticom.com		*		
 ************************/


.cad_exterieur
{
	border: 0px;
	margin: 0px;
	background-color:#D2D3D4;
}
.cad_exterieur_b
{
	border: 0px;
	margin: 0px;
	background-color:#000000;
}

.tab1
{
	border: 0px;
	margin: 10px;
	background-color:#FFFFFF;
}

.tab1_sep
{
	height:5px;
	border: 0px;
}
.tab1_tl
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #A1CC82;
	border-bottom: 1px solid #A1CC82;
}

.tab1_tr
{
	background-image:url(img/tab1_tr_bkg.jpg);
	background-repeat:no-repeat;
}

.tab1_ml
{
	background-color:#68767F;
	color:#DFE3E5;
	text-align:center;
}

.tab1_mr
{
	background-image:url(img/tab1_mr_bkg.jpg);
	background-repeat:repeat-x;
}

.tab1_bl
{
	border-right:1px solid #A1CC82;
	color:#68767f;
	padding:5px;
	
}

.tab1_br
{
	background-color:#F5F5F5;
	color:#68767F;
	padding:5px;
}



 /* LIENS */
a:link 
{
	color: #8BBF64;
}
a:visited 
{
	color: #8BBF64;
}
a:hover 
{
	color: #dfe3e5;
}
a:active 
{
	color: #A1CC82;
}

/* AUTRES */
img
{
	border: 0px;
	margin: 0px;
}

