@import "../page.css";

/* Navigation */
#navigation
{
	color: #ae0c30;
}
#navigation .icicentre
{
	color: #000000;
}
#navigation a
{
	color: #ae0c30;
}


#content .contenuadm a, #content .contenu a
{
	color: #ae0c30;
}

/* BODY 
/!\  Déplacé dans HOME.CSS & ici car il est différent si l'on est sur la page d'accueil (grande image) ou une page fille (petite image)
*/
body
{
    background-image: url("../../../img/default/Page/vtni6/bg_background_top.png");
}
/* HEADER headerright 
/!\  Déplacé dans HOME.CSS & ici car il est différent si l'on est sur la page d'accueil (grande image) ou une page fille (petite image)
*/
div.header .headerright
{
	background-image: url("../../../img/default/Page/vtni6/Visuel3.png");
}
/* Background 
/!\  Déplacé dans HOME.CSS & ici car il est différent si l'on est sur la page d'accueil (grande image) ou une page fille (petite image)
*/
div.background
{
	background-image: url("../../../img/default/Page/vtni6/bg_global.png");
}
div.background_actu
{
	background-color: #717274;
}
/* Contenu */
#content .bgcontenttop
{
    background-image: url("../../../img/default/Page/vtni6/bg_page_top.png");
}
#content #navigation
{
    background-image: url("../../../img/default/Page/vtni6/bg_page_centre.png");
}
#content .bgcontent
{   
    background-image: url("../../../img/default/Page/vtni6/bg_page_centre.png");
}
#content h1
{
	background-image: url("../../../img/default/Page/vtni6/bg_titre.png");
}
#content h2, #content h2 a
{
	color: #ae0c30;
}
#content h3, #content h3 a
{
	color: #ae0c30;
}

#content ul li
{
	background-image: url("../../../img/default/Picto/vtni6/puce_liste.png");
}

#content ul.thmactualite li
{
    background-image:none;
}

table caption 
{
	background-color: #c8022e;
}
table thead td, table thead th, table#routeresume tr.arrivee
{
    background-color: #ed7901;
}