/*
 * Yves Bresson
 * (c) 2009 ybresson.com
 * création de sites web
 *
 * CSS pour Excelcis
 *
 * Overrides cas speciaux page d'index
 */


/********************* couleurs / image de fond *********************/

body {
  background: #ffffff;
}

div.wrapper_index {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: transparent url(../img/bg_medium.gif) repeat-x top left;
}

div.wrapper2 {
  /*background: #ffffff url(../img/bg_medium.gif) repeat-x top left;*/
  background: transparent;
}

div.ex_spacer1 {
  /* border-bottom: 1px solid #d0d0d0; */
}

/********************* modifs colonnes *********************/

.ex_content .ex_main {
  width: 604px;
  padding-right: 10px;	/* 55 d'habitude */
  padding-left: 0px;	/* 10 d'habitude */
}

.submain {
	margin: 0;
	padding: 0 0 0 15px;
}

.ex_content .ex_left {
  padding-top: 0;
}

.ex_left .ex_left1 {
  padding-top: 46px;
  background: #c0c0c0;
  height: 262px;  /* old 267 = taille image (old 313, now 308) - les paddings (les margins comptent pas dans la taille) */
}

.ex_left .ex_left2 img {
	margin-top: 8px;
}

/********************* modifs largeur menu *********************/

.ex_left .ex_left1 {
	/* padding-right: 0; */
}

div.ex_menu {
	padding-right: 0;
}

.ex_menu ul {
  margin-right: 0;
  margin-left: 13px;
}

/********************* modifs couleurs menu *********************/

.ex_menu ul li {
	background: none;
	border-top: 0 none;
  border-bottom: solid 1px white;
}

.ex_menu ul li.last {
	border-bottom: 0 none;
}

.ex_menu ul li a, .ex_menu ul li a:visited {
  color: #ffffff;
  font-weight: normal;
}
.ex_menu ul li a:active, .ex_menu ul li a.active, .ex_menu ul li a.active:visited { /* visited selector for IE6 */
  color: #ffffff;
  font-weight: normal;
}
.ex_menu ul li a:hover, .ex_menu ul li a.active:hover {
  color: #e9f5ff; /*#3366ff;*/	/* 0000ff */
  font-weight: normal;
}

/********************* zone pied de page *********************/

div.ex_footer {
  margin: 0 30px 0 13px;
}
