
/************************************/
/*			STRUCTURE				*/
/************************************/
#global {
	position:relative;
	margin:0 auto;
	width:950px;
	text-align:left;
}

#contenu {
	position:relative;
	margin:141px 0 0 0;
	padding:30px 0 0 0;
	*padding:43px 0 0 0;
	height: 100%;
}
#colprincipale {
	position:relative;
	
	margin-left:290px;
	_margin-left:287px;	
	margin-top:-170px;
	_margin-top:-170px;
	
	min-height: 20em;
	height:auto;
	_height:20em;
	
	text-align:left;
}



/************************************/
/*			GENERAL					*/
/************************************/

#colannexe h1, #colannexe h2 {
	position:relative;
	margin:0;
}
#colannexe h2 {
	padding-left:20px;
	padding-top:10px;
}
#colprincipale h1 {
	position:relative;
	color:#094c99;
	font-size:1.2em;
	background:url("../images/fleche-bleu.png") no-repeat left 4px;
	padding-left: 15px;
}
#colprincipale h2 {
	position:relative;
	margin: 30px 0 -0.7em 25px;
	color:#f60;
	font-size:1.1em;
	font-style:italic;
	background:url("../images/fleche-orange.png") no-repeat left 2px;
	padding-left: 15px;
}
#colprincipale h3 {
	position:relative;
	margin: 30px 0 -0.7em 50px;
	color:#094c99;
	font-size:0.9em;
	font-style: italic;
	background:url("../images/fleche-bleu.png") no-repeat left top;
	padding-left: 15px;
}
#colprincipale p {
	color:#039;
	text-align:justify;
}
img.photodroite {
	position:relative;
	float:right;
	margin:10px 0 10px 10px;
}
#colprincipale p.toppage {
	text-align:right;
}

/**************BULLE INFO************************/
#bulle_info {
	background-color:#fff;
	border:1px solid #094c99;
	text-align:left;
	width:220px;
	top: 12px;
}
#bulle_info_schema {
	background-color:#fff;
	border:1px solid #094c99;
	text-align:left;
	width:400px;
	top: 12px;
}
#bulle_info h1, #bulle_info_schema h1 {
	margin:0;
	padding:2px 5px;
	background-color:#99CEE3;
	color:#094B98;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#bulle_info p, #bulle_info_schema p {
	margin:5px;
	font-size:11px;
}
#bulle_info img, #bulle_info_schema img {
	margin-right:5px;
	margin-bottom:0px;
	*margin-bottom:-5px;
}

.zoneactive{
	width: 14px;
	height: 14px;
}
.zoneactive a{
	display:block;
	width: 14px;
	height: 14px;			
	text-decoration:none;
	background: url(gif/zoneactive.png) no-repeat;
}
body.partenaires .zoneactive a {
	background: url(gif/zoneactive2.png) no-repeat;
}
.zoneactive a span{
	display:none;
}
.zoneactive a:hover, body.partenaires .zoneactive a:hover {
	background-position:-14px 0;
}

