*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:url(images/fond.gif);
}
div#global{
	width:834px;
	margin:20px auto 0 auto;
}
div#header{
	width:834px;
	height:164px;
	margin:0 auto 0 auto;
	float:left;
}
div#titre{
	width:834px;
	height:122px;
	float:left;
}
div#menu{
	width:834px;
	height:42px;
	float:left;
}
div#menu_assoces{
	width:151px;
	height:42px;
	padding-left:166px;
	float:left;
}
div#menu_actu{
	width:151px;
	height:42px;
	padding-left:15px;
	float:left;
}
div#menu_media{
	width:185px;
	height:42px;
	padding-left:15px;
	float:left;
}
div#menu_forum{
	width:106px;
	height:42px;
	padding-left:15px;
	float:left;
}
div#gauche{
	width:576px;
	margin-top:35px;
	float:left;
}
div#droite{
	width:213px;
	margin-top:35px;
	float:right;
}
div.bloc_haut{
	background:url(images/bloc_haut.gif) no-repeat top left;
	width:576px;
	height:13px;
	float:left;
}
div.bloc{
	background:url(images/bloc_fond.gif) repeat-y top left;
	width:576px;
	float:left;
}
div.bloc_bas{
	background:url(images/bloc_bas.gif) no-repeat top left;
	width:576px;
	height:14px;
	margin-bottom:35px;
	float:left;
}
div.calendrier_haut{
	background:url(images/calendrier_haut.gif) no-repeat top left;
	width:213px;
	height:13px;
	float:left;
}
div.calendrier{
	background:url(images/calendrier_fond.gif) repeat-y top left;
	width:213px;
	float:left;
}
div.calendrier table{
	padding:0px 0px 10px 0px;
	margin:0px auto 0px auto;
	width:180px;
}
div.calendrier td .boite{
	display:none;
}
div.calendrier td:hover .boite{
	position:absolute;
	display:block;
	background-color:Red;
	border:1px solid White;
	padding:4px;
	text-align:left;
}
div.calendrier td:hover .boite a{
	display:block;
	clear:both;
}
div.calendrier_bas{
	background:url(images/calendrier_bas.gif) no-repeat top left;
	width:213px;
	height:13px;
	margin-bottom:35px;
	float:left;
}
/* outils */
.cadre{
	display:block;
	border:2px solid #FFFFFF;
}
.agauche{
	margin-right:18px;
	float:left;
}
.adroite{
	margin-left:18px;
	float:right;
}