#content,#contentAccueil {
/*	overflow: scroll;
 Ou bien */
	overflow: auto;
	
	height:600px;
	
	margin-top:20px;
}


.head{
	background:url("img/trame_titre_contenu.gif") repeat-x;
	background-position: left bottom;
	/*padding-top:10px;
	padding-bottom:10px;*/
	height:10px;

	
}

/*
Contenu Accueil
*/
#contentAccueil {

	list-style: url("img/content_list.gif");
	margin-left:-40px;
	
}
#contentAccueil li{
	clear:left;
	
}
#contentAccueil  h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#32A2B1;
	text-transform: uppercase;

}
#contentAccueil strong{
	font-weight:bold;
	font-size:1.4em;
	line-height:30px;

}

#contentAccueil a:hover {
	text-decoration:underline;
}

#contentAccueil h2 a {
	color:#32A2B1;
}


#contentAccueil li a {
	color:#32A2B1;
}

#content li a {
	color:#32A2B1;
}


#decouverte_acceuil,#decouverte_partage,#decouverte_expo,#decouverte_savoirs,#decouverte_labos {
	width:230px;
	height:130px;
	margin:5px 10px 5px 0px;
	padding:0px 5px 0px 5px;/*//h,d,b,g*/
	float:left;

}
#decouverte_acceuil a,#decouverte_partage a,#decouverte_expo a,#decouverte_savoirs a,#decouverte_labos a {
	text-decoration:none;
	color:white !important;
}


#decouverte_acceuil {
	background:#F60;
}

#decouverte_partage {
	background:#66C;
}


#decouverte_expo {
	background:#663;
}


#decouverte_savoirs{
	background:#F09;
}


#decouverte_labos {
	background:#966;
	

}





/*
Contenus général
*/
#infos {
	font-size:2em;
}
#content h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#F00;
	height:auto;
	text-transform: uppercase;
	background:url("") repeat-x;

}
#content h1:before {
	content: ">>";

}


#content a {
	color:black;
}


#content p {
	font-size:1em;
	

}
#content  h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#32A2B1;
	text-transform: uppercase;

}
#content strong {
	font-size:0.8em;
	font-weight:bold;
	text-transform: uppercase;

}

#content h3{
	font-weight:normal;
	font-size:1em;
	color:#32A2B1;
	padding: 0;
    margin: 0;
	display:inline;


}
#contentInfos h3 {
	font-weight:normal;
	font-size:1em;
	color:#32A2B1;
	padding: 0;
    margin: 0;
	display:inline;


}


