body{
	background: #FAFAFA;
}



/****** Hx *******/

h1{
	color : #F0037F;
	/*border-bottom : 3px #A3A817 solid;*/
	margin : 0.5em 0;
}
h2{
	color : #FD5CB0;
	/*border-bottom : 1px dashed #D4B516;*/
}
h3{
	color : #F0037F;
	margin : 0;
	margin-top : 1em;
}
/*****************************************************************/
#container{	
	border : #D6DEE0 solid 1px;
	/*background: #FFF6EE url(bgcontainer.png) repeat fixed;*/
	width : 770px;
	margin : 2em auto;
	background: white;
}

/*****************************************************************/

#header{
	background: url(banner.gif) no-repeat top center;
	height: 120px;
}

/*****************************************************************/

#ariane{
	background : #FBDABD;
	border-color : #F9BF8C;
	border-width: 1px;
	border-style : solid none;
	
}

#universe{
	background : #FEF4E8;
}


/*****************************************************************/
/* Menu */
#menu {
display : none;
width : 0;
}
/********************************************************************/


#universelist{
	/*border : solid blue 1px;*/
	width : 770px;
}

#universelist a{
	display : block;
	width : 256px;
	height : 400px;
	/*border : solid black 1px;*/
	float : left;
	background-position : top left;
}

#universelist a#arti{
	background: url(bulle_art.png) no-repeat;
	
}
#universelist a#comm{
	background: url(bulle_com.png) no-repeat;

}
#universelist a#even{
	background: url(bulle_eve.png) no-repeat;
}
#universelist a#even:hover, #universelist a#arti:hover, #universelist a#comm:hover{
	background-position : top right;
}


#comparmalice,#formation{
	text-align:center;	
}

/********************************************************************/

#content{
	border : none;
	margin : 0;
	padding : 0;
}

#footer{
	border-top : solid #F0037F 1px;

}