/*
 * Site ITM
 * Copyright (c) ITM 2005
 *
 * Fichier     : fille.css
 * Description : Feuille de styles du template page fille
 * Auteur      : Christophe Buguet (christophe-b@hippocampe.fr)
 */


@import url(common.css); 

/*
 * Partie centrale : Visuel noir
 */
#visuel {
	background-color:   black;
	color:              white;
	height:             100px;
	clear:				none;
	padding:            0px;
}

#visuel * {
	float:				none;
}

#menuVisuel, #visuelFille, #menuVisuelPlateforme {
	vertical-align:     top;
	margin:             0px;
	padding:            0px;
}

#menuVisuelPlateforme, #menuVisuelPlateforme DIV {
	width:				auto;
	background-color:	black;
}

#visuelFille DIV P, #visuelFille DIV P IMG {
	margin:				0px;
	padding:			0px;
	clear:				none;
}

#menuVisuelPlateforme {
	padding-left:       10px;
	text-align:			left;
}

#menuVisuel {
	width:              150px;
}

#visuelInfo {
	border-bottom:      1px solid #CCCCCC;
}

/*
 * Partie droite : encarts
 */
#zoneEditeur {
	padding:			10px;
	vertical-align:		top;
	background-color:   white;
}

#contenu p:first-child {
	margin:				0px;
	padding:			0px;
}

#encarts {
	width:				30%;
	border-left:		1px solid #CCCCCC;
	vertical-align:		top;
	background-color:   white;
}

#encarts .zoneEncart {
	border-top: 		1px solid #CCCCCC;
	padding:			10px;
	vertical-align:		top;
}

/*
 * Rubriques du menu visuel
 */
#RUBRCOL_niv0 {
	width:				160px;
}

#RUBRCOL_niv0, #RUBRCOL_niv1, #RUBRCOL_niv2 {
	text-align:         left;
 	vertical-align:     top;
 	padding-top:        10px;
}

#RUBRCOL_niv0 IMG, #RUBRCOL_niv0 A {
	padding:            0px;
	margin:             0px;
}

#RUBRCOL_niv1 *, #RUBRCOL_niv2 * {
	text-align:			left;
	text-indent:		0px;
}

#RUBRCOL_niv1 A {
	clear:				none;
	font-size:          8pt;
	color:              white;
	vertical-align: 	middle;
}

#RUBRCOL_niv2 A {
	font-size:          7pt;
	color:              white;
	vertical-align: 	middle;
}


#RUBRCOL_niv1 A.RUBRsel, #RUBRCOL_niv2 A.RUBRsel {
	color:              black;
	background-color:   white;
	text-decoration:    none;
	font-weight:        bold;
	padding-left:     	2px;
	padding-right:     	2px;
	clear:              none;
	margin-right:       0px;
	vertical-align: 	middle;
}

#RUBRCOL_niv2 A.RUBRsel {
	padding-top:        1px;
	padding-bottom:     1px;
}

TD.ACTU_accroche IMG {
	padding-right:      15px;
}

TD.ACTU_titre {
	padding-left:		5px;
}