/*///////*/
/* TEXTE */
/*///////*/

.text {
	font-size:13px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
	text-align:left;
	
}
.text2 {
	font-size:23px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
	text-align:left;
	
}

.text_red_bold_11 {
	color:red;
	font-weight:bold;
}
.text_Titre {
	font-size:15px;
	color: #1D185C;
	font-weight: bold;
	text-align:left;
}


.titre_tab_2 {
	font-size:13px;
	color: #333333;
	text-align:left;
	height:20px;
	font-weight:bold;
	
}

.titre_tab_3 {
	font-size:13px;
	color: #333333;
	text-align:center;
	height:20px;
	font-weight:bold;
	
}

.all_tab {
	font-size:13px;
	color: #333333;
	font-weight:normal;
	text-align:left;
	
}
.all_tab_2 {
	font-size:13px;
	color: #333333;
	font-weight:normal;
	text-align:left;
	height:20px;
	
}
.all_tab_3 {
	font-size:13px;
	color: #333333;
	font-weight:normal;
	text-align:center;
	height:20px;
	
}
.left {
	text-align:left;
}

.sept {
	font-size:12px;
	text-decoration:none;
	color: #FFFFFF;
}


/*//////////////////*/
/* STRUCTURE STYLES */
/*//////////////////*/
.hideMe {

	}
.tblClients {
	width:100%;
}

/* table principal */
#prinTd {
	margin-left:auto;
	margin-right:auto;
	width:580px;
}

/* table  (entête plus menu) */
#topTd {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	
}

/* contenu */
#conTd {
	width:540px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	}
	
/* contenu de fleet uniquement */ 
#conTd_f {
	width:560px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	
	}	
	
#tblSubNav {
	width:560px;
	margin-left:auto;
	margin-right:auto;
}

	


/* table  (entête plus menu) */
#centerTd {
	width:580px;
	height:100%;
}


/* table  (peid de page) */
#botTd {
	background-color:#E2E1EB;
	height:30px;
	width:580px;
	font-size:12px;
	color:#1D185C;
	margin-left:auto;
	margin-right:auto;
}

/*pied de page avec le copy right*/
.copy {
	text-align:left;
	
}

/* les lignes blanche de FLEET */
.ligne {
	background-color:#F3F3F7;
	}

/*///////*/
/* LINKS */
/*///////*/

/* Liens du menu */

a.big:link, a.big:visited, a.big:visited {
	font-size:14px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
}

a.big:hover {
	font-size:14px;
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
	text-align:left;
}

a:link, a:visited, a:active {
	font-size:13px;
	text-decoration:none;
	color: #FFFFFF;
}

a:hover {
	font-size:13px;
	color:#BFBCDB;

	
	}

a.selected:visited, a.selected:active, a.selected:link  {
	color:#BFBCDB;

}

/* petit liens, mail, new site  */
a.mail:link, a.mail:visited, a.mail:active {
	font-size:12px;
	color: #1D185C;
	font-weight: normal;
	text-decoration:underline;	
}

a.mail:hover {
	font-size:12px;
	color:#3A347F;
	text-decoration:none;	
}


/* include /// nav */

#Nav {
	
	}

.sept {
	font-size:12px;
	text-decoration:none;
	color: #FFFFFF;
}


/*////////////////*/
/* GENERAL STYLES */
/*////////////////*/


html, body {
	height:100%;
}
body {
	font-size:12px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3B3B3B;
	background:#1D185C url(bg.gif) top center repeat-y;
}

table {
	padding:0px;
}

form { 
	margin: 0px; 
}




/*////////*/
/* SPACER */
/*////////*/
#s_20 {
height:20px;
}

.spacer_V_5 {
	width:5px;
}

.spacer_H_5 {
	width:5px;
}

.spacer_H_10 {
	width:10px;
}
.spacer_H_15 {
	width:15px;
}

.spacer_H_20 {
	width:20px;
}
.spacer_H_40 {
	width:20px;
}

.spacer_H_100{
	width:100px;
}


.spacer_V_10 {
	height:10px;
}
.spacer_V_20 {
	height:20px;
}

.spacer_V_30 {
	height:30px;
}

.spacer_V_40 {
	height:40px;
}

.spacer_10_100{
	width:100px;
	height:10px;
}