﻿/*************************/
/* Présentation générale */
/*************************/

/*ul
{
	list-style-image: url(ViewNode/list.gif);
}*/

.titre
{ 
	padding-left: 70px;
	padding-bottom: 4px;
	padding-top: 11px;
	padding-right: 1px;
	margin: 15px;
	background-image: url(ViewNode/titre_fond.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}

.stitre
{
	padding-left:5px;
	padding-bottom: 4px;
	padding-top: 6px;
	padding-right: 1px;
}

.date
{
	padding-left:5px;
	padding-bottom: 5px;	
} 
/*************************/

/********************/
/* Fond du viewNode */
/********************/ 
.ViewNodeContent 
{
	width:100%;
	background : url(ViewNode/viewnode_fond.gif);
	background-position: right bottom;
	background-repeat: no-repeat;	
}

.ViewNodeContent td
{
	padding-left: 5px;
}
/********************/ 

/********************/
/*      chemin      */
/********************/ 
div.chemin
{
	padding-left:5px;
	padding-bottom:5px;
}
/********************/ 

/****************/
/* Encadré type */
/****************/
.encadre_type_haut_gauche
{
	margin: 10px;
	/*background-color: White;*/
	background-image: url(ViewNode/encadre_type_haut_gauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.encadre_type_haut_droite
{
	background-image: url(ViewNode/encadre_type_haut_droite.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.encadre_type_bas_droite
{
	background-image: url(ViewNode/encadre_type_bas_droite.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.encadre_type_bas_gauche
{
	background-image: url(ViewNode/encadre_type_bas_gauche.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: Blue;	
}
/****************/

/***************************/
/* Présenation du sommaire */
/***************************/
td.SommaireContent 
{
	padding: 0px;
}

.SommaireContent img.SommaireContent 
{
	width: 200px;
}

div.Sommaire 
{
	padding: 20px 15px 20px 15px;
}

.SommaireFiche,
.SommaireDossier,
.SommaireDossierOuvert
{
	padding-left: 25px;
	display:block;
	padding-bottom:5px;
}

.SommaireFiche 
{
	background: url(ViewNode/fiche.gif);	
	background-position: left top;
	background-repeat: no-repeat;
}

.SommaireDossier 
{
	background: url(ViewNode/dossier.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.SommaireDossierOuvert 
{
	background-image:url(ViewNode/dossierOuvert.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
/***************************/

/***************************/
/**   VIEWNODE 7		****/
/***************************/

#ViewNode7 #othersNews_wrapper
{
	margin-top : 10px;
}

#ViewNode7 #othersNews
{
	width: 100%;
}

#ViewNode7 #othersNews td.name
{
	width: 50%;
}

#ViewNode7 #othersNews td.rubrique
{
	width: 35%;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	text-align:left;	
	padding:0px;
	margin:0px;
}

#ViewNode7 #othersNews td.date
{
	width: 15%;
}

/***************************/
/**   FIN VIEWNODE 7	****/
/***************************/



.button , #ViewNode10 .button ,
a.button:link    ,
a.button:visited  ,
a.button:active    ,
a.button:hover 
{
	background-color: #c0c0c0;
	border :outset 2px white;
	color:White;
	text-decoration:none; 
	margin-top: 3px;	
	margin-bottom: 3px;  
	padding-left:6px;
	padding-right:6px; 
	text-align : center; 
}

#ViewNode10 td.Content
{
    height:60px;
    text-align:center;
}
#ViewNode10 td.Content p
{
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
#ViewNode10 td.Content br
{
    line-height:6px;
     font-size:xx-large;
}
#ViewNode10 tr
{
    padding-bottom:5px;
}
#ViewNode10 .wrapper
{
     text-align:left;    
}

#AuditPage .titre
{  
	margin: 15px;
	background-image: url(ViewNode/titre_fond.jpg);
	background-repeat: no-repeat;
	background-position: left center;	 
    color:#E0651D; 
    font-size:14px;
    font-weight:bold; 
    padding: 5px 1px 4px 70px;
}