/* CSS Document */

/*------------------------- */
/*     Balise générale      */
/*------------------------- */

body {
	background-color: #ffffff;
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 12px;
	margin: 30px;
}

a:link {
	text-decoration: underline;
	color: #cf79ac;
}

a:visited {
	text-decoration: underline;
	color: #cf79ac;
}

a:hover {
	text-decoration: underline;
	color: #cf79ac;
}

a:active {
	text-decoration: underline;
	color: #cf79ac;
}


h1 {
	color: #2facb2;
	font-size: 23px;
	margin-bottom: 10px;
}


h2 {
	color: #2facb2;
	font-size: 18px;
	margin: 0;
}

h3 {
	color: #2facb2;
	font-size: 14px;
	margin: 0;
}


ul {
	margin : 5px 20px 0px 0px;
/*haut - droit - bas - gauche*/
}
			
li {
	margin : 5px 20px 0px 0px;;
}


div {
	margin-bottom: 50px;
}





/*------------------------- */
/*          contenu         */
/*------------------------- */

.table {
	background-color: #EAEAEA;
}

.table02 {
	border-top: thin solid #000000;
}

.boldSousTitre {
	font-weight: bold;
	font-size: 14px;
}

.boldNumber {
	color: #FF4800; 
	font-weight: bold;
	font-size: 14px;
}




/*------------------------- */
/*         modules          */
/*------------------------- */

#titre_societes, #titre_factures {
	color: #2facb2;
	float: left;
	width: 270px;
}

#titre_contacts, #titre_projets, #titre_connaissance {
	color: #c56e99;
	float: left;
	width: 270px;
}

#titre_agenda, #titre_appels {
	color: #f69f2b;
	float: left;
	width: 270px;
}

#titre_actions-co, #titre_reunion {
	color: #70a82d;
	float: left;
	width: 270px;
}

#titre_book {
	color: #b3b337;
	float: left;
	width: 270px;
}
