/*--------------------------------------------------------------------------------------------
			Accueil
----------*/	


.accueil #partieHaute{
	position: relative;
	border-right: 1px solid #009bd5;
}

.accueil #partieBasse{
	position: relative;
	height: 130px;
	background: #fff url(../images/degrade-bas.gif) repeat-x left bottom;
	border-right: 1px solid #009bd5;
}

.accueil span, .date{
	font-weight: bold;
}

		
#menu{
	position: relative;
	width: 224px;
	height: 400px;
	margin: 0;
	padding: 0;
}

#flashBanniere{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

#espacePublic{
	position: absolute;
	top: -150px;
	left: 278px;
	width: 144px;
	height: 216px;
	font-size: 0.9em;
	margin: 0;
	padding: 8px 40px 10px 15px;
	color: #f89b16;
}

#espaceAdherents{
	position: absolute;
	top: -150px;
	left: 499px;
	width: 144px;
	height: 216px;
	font-size: 0.9em;
	margin: 0;
	padding: 8px 40px 10px 15px;
	color: #b0ba10;
}

#actualites{
	position: absolute;
	top: -150px;
	left: 720px;
	width: 144px;
	height: 216px;
	font-size: 0.9em;
	margin: 0;
	padding: 8px 40px 10px 15px;
	color: #c44a92;
}

#espacePublic h2, #espaceAdherents h2, #actualites h2{
	width: 199px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	margin: 0;
	padding: 0 0 0 8px;
}

#espaceAdherents h2{
	padding: 0 0 0 30px;
	background: url(../images/icone-vert.gif) no-repeat;
}

#espaceAdherents input#identifiant, #espaceAdherents input#identifiant{
	border: 1px solid #b0ba10;
}

#espaceAdherents input#identifiant:hover, #espaceAdherents input#identifiant:focus{
	border: 1px solid #f89b16;
}

#espacePublic .cadre{
	width: 199px;
	height: 200px;
	font-size: 12px;
	padding: 8px 5px 10px 5px;
	color: #fff;
	background: #f89b16 url(../images/background-public.gif) no-repeat right bottom;
	border: 1px solid #e07e05;
}

#espaceAdherents .cadre{
	width: 199px;
	height: 200px;
	font-size: 11px;
	padding: 8px 5px 10px 5px;
	color: #667782;
	background: #d8e414 url(../images/background-adherents.gif) no-repeat right bottom;
	border: 1px solid #9ba40c;
}

#actualites .cadre{
	width: 199px;
	height: 200px;
	font-size: 11px;
	padding: 8px 5px 10px 5px;
	color: #fff;
	background: #c44a92;
	border: 1px solid #bc227d;
}

#espacePublic .bienvenue, #espaceAdherents .bienvenue{
	text-transform: uppercase;
	border-bottom: 2px dotted #fff;
	padding-bottom: 8px;
}

#espaceAdherents .normal{
	border-bottom: 2px dotted #fff;
}

#espaceAdherents form{
	margin: 0;
	padding: 0;
}

.accueil h1{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2.0em;
	margin: 0 0 4px 0;
}

.date{
	margin: 0 10px 0 10px;
	padding: 0;
}

.actu{
	margin: 4px 10px 0 10px;
	padding: 0;
}

.suite{
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	text-align: right;
	border-bottom: 2px dotted #fff;
}

.suite a{
	font-size: 10px;
	padding: 2px 4px;
	color: #fff;
	background: #d266a6;
	text-decoration: none;
}

.suite a:hover, .suite a:focus{
	color: #d266a6;
	background: #fff;
}