/******************************** GENERAL *********************************/
body
{
	font-family: Verdana;
	font-size: 12px;
	background: #808080 url("../images/page_accueil/fond.png") repeat-x fixed top left;

}

#global_table
{
	background-color: white;
	width: 1000px;
	border: #50011F;
}

#tr_contenu
{
	border: 3px double black;
	background-color: #E3DAD5;
}

#div_haut
{
	border-top: 2px solid #50011F;
	border-bottom: 2px solid #50011F;
	padding:3px;
	background-color: #B60346;
	padding-right: 20px;
}

#lien_haut
{
	color: white;
	font-size: 12px;
}

/******************************** BOITES *************************************/

#tr_boite_haut
{
	color: #9C033D;
	height: 25px;
	background-image: url("../images/page_accueil/fond_boite_haut.png");
	background-repeat: no-repeat;
}

#tr_boite_milieu
{
	background-image: url("../images/page_accueil/fond_boite_milieu.png");
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

#tr_boite_bas
{
	height: 25px;
	background-image: url("../images/page_accueil/fond_boite_bas.png");
	background-repeat: no-repeat;
}

#titre_boite
{
	color: #B60346;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;	
}

#lien
{
	text-align: right;
	font-size: 11px;	
}

#lien a
{
	color: #9C033D;
}


/******************************* MENU DIFFERENTS SERVICES *****************************/

#tr_menu_haut
{
	height:27px;
	background:url("../images/page_accueil/fond_menu_haut.png");
	background-repeat: no-repeat;
	font-size: 13px;
	color:#9C033D;
	text-align:center;
	font-weight: bold;
}

#tr_menu_milieu
{
	background:url("../images/page_accueil/fond_menu_milieu.png");
	background-repeat: repeat-y;
}

#tr_menu_bas
{
	background:url("../images/page_accueil/fond_menu_bas.png");
	height:11px;
	background-repeat: no-repeat;
}

#listeServices
{
	text-align: left;
	padding-top: 5px;
}

#listeServices ul
{
	padding-left: 0px;
	margin: 0px;
	text-align: left;
}

#listeServices ul li
{
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}

#listeServices ul li a
{
	color: #9C033D;
	font-size: 11px;
}

#listeServices ul li a:hover
{
	color: #FF0080;
	cursor:pointer;
}

