/*
CTBA INFO
CSS layout_Page_courante.css
Modele pour les pages courantes
(c) 2006 EXILAB Evolution Software
----------------------------------------------------------------*/

/*****************************/
/*         HTML              */
/*****************************/

h1, div#titre {
	padding:0 0 20px 0;
	margin:0;
}
/*Voir en plus le formatage disponible via la CSS general.css*/

/*****************************/
/*       POSITION            */
/*****************************/

#centreur {
	width:960px;
	margin:0 auto;
	background:#6698c5 url(../medias/image/bg_960.gif) repeat-y;
	text-align:left;
}
#centreur .clear {
	clear:both;
}
#centreur .gauche {
	text-align:left;
}
#centreur .centre {
	text-align:center;
}
#centreur .droite {
	text-align:right;
}
#col-gauche {
	width:174px;
	float:left;
}
#col-centre {
	width:600px;
	float:left;
	overflow:hidden;/*bug IE italic*/
}
#col-droite {
	width:186px;
	float:right;
}
/*Bas de page / lien retour haut de page*/
#retour-top {
	clear:both;
	height:41px;
	background:url(../medias/image/bg_bottom.gif) no-repeat;
	text-align:right;
}
#retour-top a {
	font:bold 9px Verdana, Arial, Helvetica, sans-serif;
	color:#00209f;
	text-decoration:none;
	padding-left:10px;
	background:url(../medias/image/red_arrow.gif) left center no-repeat;
}
#retour-top a:hover {
 	text-decoration:underline;
}
#retour-top img#top3 {
	vertical-align:middle;
	margin-right:206px;
}

/*****************************/
/* ZONES EDITABLES VIA XIBUX */
/*****************************/

#banner {
	width:960px;
	height:140px;
	margin:0 auto;
	text-align:left;
}

#navGenH {
	width:960px;
	height:33px;
	margin:0 auto;
	background:#003781 url(../medias/image/navgenh_960x33.gif) no-repeat;
	text-align:left;
}

#navOptH {
	display:none;/*Ne pas modifier*/
}

/*footer : Coordonnees, liens et champ recherche dans la colonne de gauche
  Voir formatage disponible via la CSS general.css*/

/*
content : 
--------------------------------------------------------------------------*/
#content {
	background:#fff url(../medias/image/arrondi_body2.gif) left top no-repeat;
	padding:17px 20px 20px 20px;
	text-align:left;
}

/*
outils : 
--------------------------------------------------------------------------*/
#outils {
	padding:17px 20px 10px 0;
	background-color:#fff;
	text-align:left;
}
/*Voir general.css pour le formatage des blocs utilisables dans la zone outils
des pages articles et courantes*/


/*****************************/
/*           MENU            */
/*****************************/

/*
MENU GENERAL HORIZONTAL - NavGenH - 1 seul niveau
----------------------------------------------------------------*/

#navGenH ul {
	margin:0 0 0 194px;
}
/*Voir la suite du formatage du menu dans general.css*/


/*THE END*/