/*
CTBA INFO
CSS layout_Page_accueil.css
Modele pour la page index
(c) 2006 EXILAB Evolution Software
----------------------------------------------------------------*/

/*****************************/
/*         HTML              */
/*****************************/

/*Voir formatage disponible via la CSS general.css*/

/*****************************/
/*       POSITION            */
/*****************************/

#centreur {
	width:960px;
	padding:0;
	margin:0 auto;
	background:#6698c5 url(../medias/image/bg_960.gif) repeat-y;
	text-align:left;
}
#col-gauche {
	float:left;
	width:174px;
	background:url(../medias/image/index_bglogo.gif) left top no-repeat;
}
#col-droite {
	float:right;
	width:786px;
}
#conteneur {
	padding:17px 20px 0 20px;
	margin:0;
}
#bottom {
	clear:both;
	height:20px;
	padding:0;
	margin:0;
	background:url(../medias/image/index_bottom960x20.gif) no-repeat;
}

/*****************************/
/* ZONES EDITABLES VIA XIBUX */
/*****************************/

/*footer : Coordonnees, liens et champ recherche dans la colonne de gauche
  Voir formatage disponible via la CSS general.css*/

#banner {
	width:786px;
	height:252px;
	background-color:#6698C5;
}

#navGenH {
	width:786px;
	height:33px;
	background:#003781 url(../medias/image/navgenh_786x33.gif) no-repeat;
	text-align:left;
}

#navOptH {
	display:none;/*Ne pas modifier*/
}

/*
Zone content
----------------------------------------------------------------*/
#content {
	width:506px;
	min-height:255px;
	_height:255px;
	text-align:left;
}
/*Tableau de présentation (v.1) : 4 surfaces identiques*/
#tab-accueil {
	width:506px;
}
#tab-accueil img {
	float:left;
}
#tab-accueil td {
	font:normal 14px Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
}
#tab-accueil td p {
	padding:0 0 7px 0;
	margin:0;
	text-align:left;
}
#tab-accueil .cel-a {
	padding:10px;
	vertical-align:top;
	background-color:#658ec0;/*bleu*/
}
#tab-accueil .cel-b {
	padding:10px;
	vertical-align:top;
	background-color:#78cb84;/*vert*/
}
#tab-accueil .cel-c {
	padding:10px;
	vertical-align:top;
	background-color:#b646f7;/*violet*/
}
#tab-accueil .cel-d {
	padding:10px;
	vertical-align:top;
	background-color:#ef9b63;/*orange*/
}
/*Tableau de présentation (v.2) : 3 surfaces identiques + 1 grande surface*/
#tab-accueil2 {
	width:506px;
}
#tab-accueil2 img {
	float:left;
}
#tab-accueil2 td {
	font:normal 14px Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	vertical-align:top;
}
#tab-accueil2 td p {
	padding:0 0 7px 0;
	margin:0;
	text-align:left;
}
#tab-accueil2 .cel-a {
	padding:10px;
	background-color:#658ec0;/*bleu*/
}
#tab-accueil2 .bg-a {
	background-color:#658ec0;/*bleu*/
}
#tab-accueil2 .cel-b {
	padding:10px;
	background-color:#78cb84;/*vert*/
}
#tab-accueil2 .cel-c {
	padding:10px;
	background-color:#b646f7;/*violet*/
}
#tab-accueil2 .cel-d {
	padding:10px;
	background-color:#ef9b63;/*orange*/
}
#tab-accueil2 .bg-d {
	background-color:#ef9b63;/*orange*/
}

/*
Zone outils
----------------------------------------------------------------*/
#outils {
	float:right;
	width:220px;
	min-height:255px;
	_height:255px;
	background-color:#ECF2F8;
}
/*Bloc 'Les derniers articles publiés'*/
#outils div#ldap p {
	padding:7px 12px;
	margin:0;
	font:bold 11px Arial, Verdana, Helvetica, sans-serif;
	color:#00209F;
}
#outils div#ldap p.image-titre {
	padding:0;
	margin:0 0 1px 0;
}
#outils div#ldap p.image {
	padding:0;
	margin:0;
}
#outils div#ldap p a {
	padding:0 12px;
	font:normal 11px Arial, Verdana, Helvetica, sans-serif;
	color:#00209F;
	background:url(../medias/image/red_arrow.gif) left center no-repeat;
	text-decoration:none;
}
#outils div#ldap p a:hover {
	text-decoration:underline;
}

/*****************************/
/*           MENU            */
/*****************************/

/*
MENU GENERAL HORIZONTAL - NavGenH - 1 seul niveau
----------------------------------------------------------------*/

#navGenH ul {
	margin:0 0 0 20px;
}
/*Voir la suite du formatage du menu dans general.css*/

/*THE END*/