body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #363636;
	margin: 0;
	padding:0;
	width: 776px;
}

td {
	font-size: 11px;
	color: #363636;
}

img {
	border: 0px ;
}
pre,
pre ul,
pre li{
	margin: 0;
	padding:0;
}
/* ------------------------------------------------------
  les LIENS
------------------------------------------------------ */

a,
a:link,
a:visited,
a:hover
{
	color: #363636;
	text-decoration: underline;
	font-size:11px;
}

a:active {
	text-decoration: underline;
}

td a:link,
td a:visited,
td a:hover,
td a:active
 {
	color: #363636;
	text-decoration: underline;
	font-size:11px;
}

/*les liens externes
**********************/
a.externe,a.externe:link {
	color: #336600;
	font-size:11px;
}
a.externe:visited {
	color: #669966;
	font-size:11px;
}
a.externe:active {
	color: #00ff00;
	font-size:11px;
}

/*les liens soulignes
**********************/
a.souligne, a.souligne:link, a.souligne:visited,a.souligne:active {
	text-decoration: underline;
	font-size:11px;
}

/*liens souligné au passage de la souris
****************************************/
a.souligne:hover{
	text-decoration: none;
	font-size:11px;
}

/*les liens non soulignes
**********************/
a.non-souligne,a.non-souligne:link,a.non-souligne:visited,a.non-souligne:active {
	text-decoration: none;
	font-size:11px;
}

/*liens non souligné au passage de la souris
****************************************/
a.non-souligne:hover {
	text-decoration: underline;
	font-size:11px;
}

/* ------------------------------------------------------
   Les BOITES
------------------------------------------------------ */
.boite-generale {
	/*block*/
	/*width: 100%; */
	background-color: transparent;
	width: 164px; 
	overflow:hidden;
	clear:both;
}

.boite-contenu {
	/*block*/
	/*width: 100%; */
	margin: 8px 4px 12px 4px;
	width: 156px; 
	padding: 0;

	/*text*/
	color: #363636;
	/**/
}

.boite-contenu h5{
	color:#363636;
}

.boite-contenu h5 a,
.boite-contenu h5 a:link,
.boite-contenu h5 a:visited,
.boite-contenu h5 a:active{
	font-weight: bold ;
	font-size: 12px ;
	color:#363636;
}

.boite-contenu p a,
.boite-contenu p a:link,
.boite-contenu p a:visited,
.boite-contenu p a:active{
	font-weight: normal ;
	color:#363636;
}

/* ------------------------------------------------------
   Les TITRES
------------------------------------------------------ */
h3{
	/*titre des boites*/
	/*height: 21px;*/
	margin:0px;
	padding:0 0 0 8px;
	font-size: 13px;
	font-weight: 900;
	line-height: 19px;
	vertical-align: middle;
	/*white-space:nowrap;*/
}

h4{
	color: #363636;
	font-weight: bold;
	font-size: 15px;
	padding-left:24px;
	border-bottom:1px solid #cfd2af;
	/*width: 408px;*/
	line-height:18px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: 0;
}	

/* ------------------------------------------------------
   Les VIGNETTES
------------------------------------------------------ */
.vignette {
	margin: 4px 4px 4px 0px;
}

/* ------------------------------------------------------
   Les FORMULAIRES
------------------------------------------------------ */

/****/
.clear {
	clear:both;
}
/****************************************/
/* déformattage html */

p,hr,h1,h2,h3,h4,h5,h6{
	margin:0;
}

hr {
	height: 1px;
	background-color: #cfd2af;
	border: 0;
	/*pour IE*/
	color: #cfd2af;
}

li{
	list-style:none;
}
.bloc-milieu{
	margin:8px 0 0 8px;
}
