/* CSS Document */
/**************************************************************/
/**															 **/
/**       Styles CSS page d'accueil ActivFSE.com             **/
/**															 **/
/**************************************************************/

*
{
	padding:0;
	margin:0;
}

html
{
	padding:0;
	background-image:url(../img/bg_page.png);
	margin-bottom:25px;
}

#main
{
	width:978px;
	background:url(../img/bg_main.png) repeat-y top center;
	margin:0 auto;
	padding:0;
	padding-bottom:50px;
}

#footer
{
	width:978px;
	height:15px;
	margin: 0 auto;
	background:url(../img/bg_footer.png) no-repeat top center;
}

#footer p
{
	padding-top:20px;
	text-align:center;
	font-family:Verdana;
	font-size:0.8em;
	color:#777777;
}

#footer p a
{
	font-family:Verdana;
	font-size:1.2em;
	color:#777777;
	text-decoration:none;
}

#footer p a:hover
{
	text-decoration:underline;
}

#top
{
	margin-bottom:60px;
	padding-left:70px;
}

#middle
{
	margin-bottom:20px;
	padding-left:70px;
}

/*-------- LINKS TOP -------*/

#change_style
{
	float:right;
	text-align:right;
	padding:5px 70px 0 0;
	font-family:Verdana;
	font-size:1em;
}

#change_style a.style_small, a.style_small:active, a.style_small:visited, a.style_small:hover
{
	padding-left:15px;
	font-weight:normal;
	color:#006699;
	text-decoration:none;
	font-size:1em;
}

#change_style a.style_big, a.style_big:active, a.style_big:visited, a.style_big:hover
{
	font-weight:normal;
	color:#006699;
	text-decoration:none;
	font-size:1.5em;
}

#links_top
{
	text-align:right;
	padding:10px 70px 0 0;
	color:#777777;
	font-family:Verdana;
	font-size:0.8em;
}


#links_top a, a:active, a:visited
{
	color:#777777;
	text-decoration:underline;
}

#links_top a:hover
{
	text-decoration:none;
}

/*-------- LOGO ------------*/

#logo
{
	margin:30px 70px;
	margin-bottom:0px;
	border:0;
}

/*-------- CHANGE STYLE ----*/

#acces_adherents
{
	float:right;
	text-align:right;
	width:250px;
	margin:10px 70px 0 0;
}

#acces_adherents p
{
	text-align:left;
	background-color:#EBEBFF;
	border:1px dashed #777777;
	padding:5px 15px;
}

#acces_adherents a, #acces_adherents a:visited, #acces_adherents a:active
{
	display:block;
	color:#777777;
	background:url(../img/puce_webactivfse.png) no-repeat center left;
	text-indent:20px;
	font-size:0.9em;
	font-family:Verdana;
	margin:5px 0;
	text-decoration:underline
}

#acces_adherents a:hover
{
	text-decoration:none;
}

#lien_zoom
{
	display:block;
	font-family:Verdana;
	font-size:0.8em;
	color:#777777;
	text-decoration:none;
	line-height:24px;
	background:#FFFFFF url(../img/zoom_out.png) no-repeat top left;
	text-indent:26px;
}

/*-------- CONTENT ---------*/

hr
{
	color:#FFFFFF;
	border:0;
	margin-left:40px;
	width:300px;
	clear:both;
}

#content
{
	position:absolute;
	width:260px;
	margin:0;
	margin-left:578px;
	height:310px;
	background-color:#006699;
	overflow:hidden;
	/*float:right;*/
	border-radius:0 15px 15px 0;
	-moz-border-radius:0 15px 15px 0;
	-webkit-border-radius:0 15px 15px 0;
}

#content p
{
	padding:20px;
	padding-left:25px;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:1em;
	line-height:1.6em;
}

#content p a
{
	display:block;
	margin-top:20px;
	line-height:28px;
	width:145px;
	border:0;
}

#content p a img
{
	border:0;
}

#arrow
{
	position:absolute;
	width:20px;
	margin:0;
	margin-left:558px;
	height:310px;
	background-color:#FFFFFF;
	background-image:url(../img/fleche.png);
	background-position:top;
	background-repeat:no-repeat;
}

#banniere01
{
	background:#FFFFFF url(../img/banniere_01.png) no-repeat bottom left;
}

#banniere01:hover
{
	background:#FFFFFF url(../img/banniere_01.png) no-repeat top left;
}

#banniere02
{
	background:#FFFFFF url(../img/banniere_02.png) no-repeat bottom left;
	margin-top:5px;
}

#banniere02:hover
{
	background:#FFFFFF url(../img/banniere_02.png) no-repeat top left;
}

#banniere03
{
	background:#FFFFFF url(../img/banniere_03.png) no-repeat bottom left;
	margin-top:5px;
}

#banniere03:hover
{
	background:#FFFFFF url(../img/banniere_03.png) no-repeat top left;
}

.imglink
{
	display:block;
	width:553px;
	margin:0;
	height:100px;
	background-color:#CCCCCC;
	border-radius:15px 0 0 15px;
	-moz-border-radius:15px 0 0 15px;
	-webkit-border-radius:15px 0 0 15px;
}

.imglink:hover
{
	cursor:pointer;
}

/*-------- TEXTE ACCUEIL ---*/

p.texte_accueil
{
	width:400px;
	margin:0;
	font-family:Verdana;
	font-size:1em;
	color:#555555;
	text-align:justify;
}

ul.menu_accueil
{
	position:absolute;
	width:365px;
	margin-left:470px;
	list-style-type:none;
	border-bottom:1px dashed #AAAAAA;
}

ul.menu_accueil li
{
	border-top:1px dashed #AAAAAA;
}

ul.menu_accueil li a:link, ul.menu_accueil li a:active, ul.menu_accueil li a:visited
{
	display:block;
	width:365px;
	line-height:30px;
	font-family:Verdana;
	font-size:1em;
	color:#555555;
	text-decoration:none;
	text-indent:5px;
}

ul.menu_accueil li a:hover
{
	background-color:#ebebff;
	color:#555555;
	text-indent:25px;
	font-weight:bold;
	background-image:url(../img/fleche_menu.png);
	background-position:left;
	background-repeat:no-repeat;
}

/*-------- STYLES DE TEXTE --------*/

acronym
{
	cursor:help;
	border-bottom:1px dashed #777777;
}

strong
{
	font-family:Verdana;
	font-size:1.2em;
	font-weight:bold;
	color:#006699;
}
/* CSS Document */

