
div.listeArticle
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

div.ContenuArticle
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    left: 10px;
    position: relative;
    top: 0px;
    width: 580px;
}

div.menu_service
{
	top:0px;
	width: 600px;
	position: absolute;
	height:57px;
	background-image: url("../../IMAGE/PUBLIC/BANDEAU/BLOC_MENU_SERVICE.png");
	left:20px;
}

div.content_service
{
	top:80px;
	width: 600px;
	position: absolute;
	color: #FFFFFF;
	left:20px;
}

TH.titreService
{
	height:50px;
	width: 230px;
}

a.lnkService
{
    font-family: verdana;
    font-size: 14px;
    font-weight: normal;
    color:#666666;
    text-decoration:none;
}

a.lnkService:hover
{
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color:#666666;
    text-decoration:underline;
}

H1.titreArticleFull
{
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
    color:#666666;
    text-decoration:underline;
    text-transform: uppercase;
}

div.texteArticleFull
{
    font-family: verdana;
    font-size: 16px;
    font-weight: normal;
    color:#666666;
}