@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding: 0;
}

/**/
 
.VISIBLE {
	display: block;
}

.INVISIBLE {
	display: none;
}

/* global */

.cequami_page {
	font-size:13px;
}

.cequami_page p {
	padding-bottom:12px;
}

.cequami_page .txt_bleu {
	color:#3d799b;
}

/* header */

.cequami_header {
	height: 202px;
	overflow:hidden;
	background: url(/imgs/partenaires/cequami/bando_header.jpg) no-repeat top left;
}

.cequami_header_content {
	padding: 20px 30px 0 284px;
}

/* navigation */

.container {
	clear:both;
	float:left;
	width:100%;
	height: 27px;
	overflow:hidden;
	margin-bottom: 8px;
	background:url(/imgs/partenaires/cequami/menu_libas.gif) repeat-x bottom left;
}

#menu_cequami {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
  
  }
  
#menu_cequami li {
  float:left;
  position:relative;
  right:50%;
  margin-right:5px;
  }
  
#menu_cequami a {
  width:auto;
  display:block;
  /*padding:4px 16px;*/
  color:#fff;
  height: 27px;
  font-size: 12px;
  line-height: 26px;
  text-align:center;
  background:#08c;
  /*border:1px solid #fff; */
  text-decoration:none;
  }
  
/* onglets normaux */
  
#menu_cequami a.onglet_1 {
	width: 120px;
	background:url(/imgs/partenaires/cequami/onglet_01.gif) no-repeat top left;
}

#menu_cequami a.onglet_2 {
	width: 167px;
	background:url(/imgs/partenaires/cequami/onglet_02.gif) no-repeat top left;
}

#menu_cequami a.onglet_3 {
	width: 193px;
	background:url(/imgs/partenaires/cequami/onglet_03.gif) no-repeat top left;
}

/* onglets activ */

#menu_cequami a.onglet_1_ACTIV {
	color:#009bd4;
	width: 120px;
	background:url(/imgs/partenaires/cequami/onglet_01_ACTIV.gif) no-repeat top left;
}

#menu_cequami a.onglet_2_ACTIV {
	color:#009bd4;
	width: 167px;
	background:url(/imgs/partenaires/cequami/onglet_02_ACTIV.gif) no-repeat top left;
}

#menu_cequami a.onglet_3_ACTIV {
	color:#009bd4;
	width: 193px;
	background:url(/imgs/partenaires/cequami/onglet_03_ACTIV.gif) no-repeat top left;
}

/* roll */
  
#menu_cequami a:hover {
  background-position: bottom left;
}


/* contenu */

.cequami_content {
	padding-bottom:20px;
	height:500px;
}

html>body .cequami_content {
	padding-bottom:20px;
	height:auto; !important;
	min-height: 500px;
}

.cequami_content img {
	margin-bottom:15px;
}

.cequami_content .txt {
	padding: 35px 35px 20px 45px;
	background:url(/imgs/partenaires/cequami/bk_txt.jpg) no-repeat top left;
}


.cequami_content .txt ul#ul_puces {
	list-style-image:url(/imgs/partenaires/cequami/puce.gif);
	margin-left:20px;
	margin-bottom:14px;
}

.cequami_content .txt ul#ul_link {
	list-style-type: none;
}

.cequami_content .txt ul#ul_link a {
	text-decoration: underline;
	color:#3d799b;
}

.cequami_content .txt ul#ul_link a:hover {
	text-decoration: none;
	color:#274d62;
}


/* bt site */

a.bt_site {
background:url("/imgs/partenaires/cequami/bt_web.gif") no-repeat scroll left top transparent;
color:#FFFFFF;
display:block;
font-size:14px;
font-weight:bold;
height:78px;
line-height:78px;
margin-bottom:20px;
text-align:center;
text-decoration:none;
width:370px;
}

a.bt_site:hover {
	font-size:14px;
	color:#CCC;
	text-align:center;
	text-decoration:underline;
	background-position: bottom left;
}




