/******************************************** GENERAL ******************************************/

body, td, tr {
 /* font-family      :   "Lucida Sans Unicode", Arial, Helvetica, sans-serif;*/
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  line-height:16px;
}
body {
	padding          : 0px;
	margin		     : 0px;
	leftmargin       : 0px;
	background-image:  url("images/fond_bg.jpg");
	background-repeat:repeat-x
}


.couleur_inv {color: #333333}
.note1 {
	font-size: 14px;
	line-height:20px;
	font-weight: bold;
	color:#409427;
	line-height:20px;
}
.note2 {
	font-weight: bold;
	color: #d14c5e;
	font-size: 14px;
	line-height:20px;
}


.italique {	color: #549E5F;
	font-size: 11px;
	font-style: italic;
}
.detail {	color: #3D8158;
	font-weight: bold;
	font-size: 11px;
}

a:link {
	
	color: #0066ff;
	text-decoration: none;
	
}
a:visited {
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	color: #75ACFF;
	text-decoration: none;
}
a:active {
	color: #75ACFF;
	text-decoration: none;
}

a.lien_activite:link, a.lien_activite:visited, a.lien_activite:visited {
 	font-variant: small-caps ;	
}

.small_inv {font-size: 11px ; color: #333333}
.small {font-size: 11px ;}

a.small {font-size: 11px ;}
/********************************************* TABLEAU ******************************************/

.contentmain {

background-image:url(images/content_bg.jpg);
background-repeat:repeat-x;
margin-top:5px;
}

.contentmain td {
color:#FFFFFF;
}

.contentmain h2 {
	color:#E35757;
	font-size:16px;
	border-bottom:1px solid #333;
	margin:5px;
	font-weight:bold;
	}

.titre{
  font-weight      : bold;
  text-transform   : uppercase;
  font-size        : 10px;
  text-align       : center;
  color            : #3366ff;
}


